summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/libdispatch/barrier.c
Commit message (Collapse)AuthorAgeFilesLines
* [TSan][libdispatch] Use FileCheck's --implicit-check-not=...Julian Lettner2019-05-161-2/+1
| | | | | | | | | | | | | | | | | | | | | | | 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
* [TSan][libdispatch] Move libdispatch tests out of Darwin folderJulian Lettner2019-04-121-0/+47
The libdispatch tests are now not tied to Darwin anymore. Move them to their own platform-independent folder. llvm-svn: 358316
OpenPOWER on IntegriCloud