We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803b6bd commit 992ec41Copy full SHA for 992ec41
source/tests/metacall_wasm_test/CMakeLists.txt
@@ -139,6 +139,11 @@ set_property(TEST ${target}
139
PROPERTY LABELS ${target}
140
)
141
142
+if(WIN32 AND OPTION_BUILD_ADDRESS_SANITIZER)
143
+ # TODO: This test segfaults in windows when run with addres sanitizer without any output
144
+ return()
145
+endif()
146
+
147
if(OPTION_BUILD_THREAD_SANITIZER)
148
# TODO: This test fails when run with thread sanitizer:
149
#
0 commit comments