Skip to content

Commit

Permalink
meson: mark a known test failure on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-schwartz committed Dec 16, 2022
1 parent 937e9d3 commit 6747ba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/meson/tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6747ba4

Please sign in to comment.