Skip to content

Commit

Permalink
test: disable flaky tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers authored Mar 20, 2024
1 parent c894708 commit 3fab7ea
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/testsuite.bats
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,6 @@ teardown() {
assert_failure
assert_output --partial "AddressSanitizer: stack-buffer-overflow"

run build/gcc/sanitizers/test-threadsan
assert_failure
assert_output --partial "ThreadSanitizer: data race"

run build/gcc/sanitizers/test-ubsan
assert_failure
assert_output --partial "runtime error: load of null pointer"
Expand All @@ -281,14 +277,6 @@ teardown() {
assert_failure
assert_output --partial "AddressSanitizer: stack-buffer-overflow"

run build/clang/sanitizers/test-memsan
assert_failure
assert_output --partial "MemorySanitizer: use-of-uninitialized-value"

run build/clang/sanitizers/test-threadsan
assert_failure
assert_output --partial "ThreadSanitizer: data race"

run build/clang/sanitizers/test-ubsan
assert_failure
assert_output --partial "runtime error: load of null pointer"
Expand Down

0 comments on commit 3fab7ea

Please sign in to comment.