Skip to content

Commit 887d06a

Browse files
committed
meson: mark a known test failure on Windows
1 parent abf55cb commit 887d06a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/meson/tests/meson.build

+2
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ test('test-zstream-1',
192192
test('test-zstream-3',
193193
zstreamtest,
194194
args: ['--newapi', '-t1', ZSTREAM_TESTTIME] + FUZZER_FLAGS,
195+
# --newapi dies on Windows with "exit status 3221225477 or signal 3221225349 SIGinvalid"
196+
should_fail: host_machine_os == os_windows,
195197
timeout: 120)
196198
test('test-longmatch', longmatch, timeout: 36)
197199
test('test-invalidDictionaries', invalidDictionaries) # should be fast

0 commit comments

Comments
 (0)