Skip to content

Commit

Permalink
[test][sanitizer] Improve test expectation
Browse files Browse the repository at this point in the history
Now we can fix sanitizers for the test one by one.
  • Loading branch information
vitalybuka committed May 8, 2023
1 parent eb33a7a commit d990811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/test/lsan/TestCases/create_thread_leak.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// FIXME: Remove "not". There is no leak.
// False LEAK123 is broken for HWASAN.
// False LEAK234 is broken for ASAN, HWASAN, LSAN.
// RUN: %clangxx_lsan -pthread %s -o %t && %run not %t 10
// RUN: %clangxx_lsan -pthread %s -o %t && %run %if asan %{ not %} %if hwasan %{ not %} %if lsan-standalone %{ not %} %t 10

#include <pthread.h>
#include <stdlib.h>
Expand Down

0 comments on commit d990811

Please sign in to comment.