projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
760064e
)
meson: Disable test-char on msys2/mingw for fixing tests stuck
author
Yonggang Luo
<luoyonggang@gmail.com>
Mon, 7 Sep 2020 20:04:30 +0000
(
04:04
+0800)
committer
Thomas Huth
<thuth@redhat.com>
Wed, 16 Sep 2020 06:41:06 +0000
(08:41 +0200)
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Message-Id: <
20200907200432
.2418-3-luoyonggang@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/meson.build
patch
|
blob
|
history
diff --git
a/tests/meson.build
b/tests/meson.build
index dae8a77df140eb61626acf80e665c1c16ab5f613..82342a2f972b6b6a943f5d55ed72ba110e0002f3 100644
(file)
--- a/
tests/meson.build
+++ b/
tests/meson.build
@@
-195,8
+195,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