diff options
author | Julian Lettner <jlettner@apple.com> | 2019-05-16 18:57:36 +0000 |
---|---|---|
committer | Julian Lettner <jlettner@apple.com> | 2019-05-16 18:57:36 +0000 |
commit | a59dad920ffb7a01f8e275ac4b6596048621fd20 (patch) | |
tree | 70d19e599f19ad9c99a83c60ad3806bd7dfba646 /lldb/packages/Python/lldbsuite/test | |
parent | c97b50e2247ffcea30138f2255d48ff83426e8b2 (diff) | |
download | bcm5719-llvm-a59dad920ffb7a01f8e275ac4b6596048621fd20.tar.gz bcm5719-llvm-a59dad920ffb7a01f8e275ac4b6596048621fd20.zip |
[TSan][libdispatch] Use FileCheck's --implicit-check-not=...
Use FileCheck's --implicit-check-not='ThreadSanitizer' which increases
the strictness of our tests a bit. NFC.
```
CHECK: start
CHECK-NOT: ThreadSanitizer
CHECK: done
```
With --implicit-check-not, the above is turned into:
```
CHECK-NOT: ThreadSanitizer
CHECK: start
CHECK-NOT: ThreadSanitizer
CHECK: done
CHECK-NOT: ThreadSanitizer
```
llvm-svn: 360927
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions