qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC v4 32/33] XXX disable a bunch of tests that seem to use tcg cpus


From: Claudio Fontana
Subject: [RFC v4 32/33] XXX disable a bunch of tests that seem to use tcg cpus
Date: Fri, 5 Mar 2021 15:59:40 +0100

Signed-off-by: Claudio Fontana <cfontana@suse.de>
---
 tests/meson.build       | 6 +++---
 tests/qtest/meson.build | 8 +++-----
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/tests/meson.build b/tests/meson.build
index 7d7da6a636..7b4fa2778c 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -159,9 +159,9 @@ if have_block
     'test-crypto-afsplit': [io],
     'test-crypto-block': [io],
   }
-  if 'CONFIG_GNUTLS' in config_host and \
-     'CONFIG_TASN1' in config_host and \
-     'CONFIG_POSIX' in config_host
+  if 'CNFIG_GNUTLS' in config_host and \
+     'CNFIG_TASN1' in config_host and \
+     'CNFIG_POSIX' in config_host
     tests += {
       'test-crypto-tlscredsx509': ['crypto-tls-x509-helpers.c', 
'pkix_asn1_tab.c',
                                    tasn1, crypto, gnutls],
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index ba6ecaed32..6077e0748e 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -6,12 +6,12 @@ endif
 
 qtests_generic = [
   'cdrom-test',
-  'device-introspect-test',
+# 'device-introspect-test',
   'machine-none-test',
   'qmp-test',
   'qmp-cmd-test',
-  'qom-test',
-  'test-hmp',
+# 'qom-test',
+# 'test-hmp',
   'qos-test',
 ]
 if config_host.has_key('CONFIG_MODULES')
@@ -158,8 +158,6 @@ qtests_arm = \
 # TODO: once aarch64 TCG is fixed on ARM 32 bit host, make bios-tables-test 
unconditional
 qtests_aarch64 = \
   (cpu != 'arm' ? ['bios-tables-test'] : []) +                                 
                 \
-  (config_all_devices.has_key('CONFIG_TPM_TIS_SYSBUS') ? 
['tpm-tis-device-test'] : []) +        \
-  (config_all_devices.has_key('CONFIG_TPM_TIS_SYSBUS') ? 
['tpm-tis-device-swtpm-test'] : []) +  \
   ['arm-cpu-features',
    'numa-test',
    'boot-serial-test',
-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]