qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 2/4] meson: Disable test-char on msys2/mingw for fixing tests stu


From: Yonggang Luo
Subject: [PATCH 2/4] meson: Disable test-char on msys2/mingw for fixing tests stuck
Date: Tue, 8 Sep 2020 04:04:30 +0800

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
 tests/meson.build | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/tests/meson.build b/tests/meson.build
index 7f27a15cee..cf816a33cc 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -198,8 +198,13 @@ if have_system
   # are not runnable under TSan due to a known issue.
   # https://github.com/google/sanitizers/issues/1116
   if 'CONFIG_TSAN' not in config_host
+    if 'CONFIG_POSIX' in config_host
+        tests += {
+          'test-char': ['socket-helpers.c', qom, io, chardev]
+        }
+    endif
+
     tests += {
-      'test-char': ['socket-helpers.c', qom, io, chardev],
       'test-qdev-global-props': [qom, hwcore, testqapi]
     }
   endif
-- 
2.28.0.windows.1




reply via email to

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