1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-07 09:26:03 +02:00

meson: mark a known test failure on Windows

This commit is contained in:
Eli Schwartz 2022-04-19 21:08:02 -04:00
parent 937e9d3b62
commit 6747ba4ef5
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6

View File

@ -192,6 +192,8 @@ test('test-zstream-1',
test('test-zstream-3',
zstreamtest,
args: ['--newapi', '-t1', ZSTREAM_TESTTIME] + FUZZER_FLAGS,
# --newapi dies on Windows with "exit status 3221225477 or signal 3221225349 SIGinvalid"
should_fail: host_machine_os == os_windows,
timeout: 120)
test('test-longmatch', longmatch, timeout: 36)
test('test-invalidDictionaries', invalidDictionaries) # should be fast