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:
parent
937e9d3b62
commit
6747ba4ef5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user