llvm-project/compiler-rt/test/tsan/Darwin
Julian Lettner 8e724ad965 [TSan][Darwin] Deflake test
The asserted order of THREAD_DESTROY and end of main() is not
guaranteed:
```
 7: Hello from pthread
 8: THREAD_TERMINATE 0x7e8000104000, self: 0x7e8000104000, name: child thread
 9: Done.
10: THREAD_DESTROY 0x7e8000104000, self: 0x7e8000104000, name: child thread
```

Resulting in:
```
error: CHECK: expected string not found in input
// CHECK: Done.
```

Remove checking for "Done." (end of main()) to deflake this test.
Alternatively, we could use `CHECK-DAG`.

rdar://94036145
2022-05-27 10:19:56 -07:00
..
deadlock.mm
debug_external.cpp tsan: disable instrumentation in runtime callbacks in tests 2021-11-22 15:48:29 +01:00
dlopen.cpp
dyld-insert-libraries.c [TSan][Darwin] Deflake test 2022-05-27 10:19:56 -07:00
dyld-library-path.c [TSan][Darwin] Add integration tests for dyld interposition 2021-09-09 22:33:59 +02:00
external-dups.cpp
external-ignore-noninstrumented.cpp
external-lib.cpp
external-noninstrumented-module.cpp
external-swift-debugging.cpp tsan: disable instrumentation in runtime callbacks in tests 2021-11-22 15:48:29 +01:00
external-swift.cpp
external.cpp
gcd-sync-block-copy.mm
ignore-noninstrumented.mm
libcxx-call-once.mm
libcxx-future.mm
libcxx-shared-ptr-recursive.mm
libcxx-shared-ptr-stress.mm [compiler-rt] Fix issue with compiler-rt tests mixing <atomic> and <stdatomic.h> 2022-05-06 17:36:12 -04:00
libcxx-shared-ptr.mm
lit.local.cfg.py
mach_vm_allocate.c [TSan][Darwin] Mark test UNSUPPORTED for iOS simulator 2022-01-11 15:01:24 -08:00
main_tid.mm [TSan] Don't instrument code that is executed from __tsan_on_report() 2021-12-21 17:02:51 -08:00
malloc-stack-logging.cpp
malloc_size.mm [TSan][Darwin] Make malloc_size interceptor more robust 2021-12-17 15:38:08 -08:00
no_call_setenv_in_symbolize.cpp
norace-objcxx-run-time.mm [TSan][Darwin] Remove unnecessary lit substitution 2020-08-20 13:00:32 -07:00
objc-double-property.mm
objc-race.mm
objc-simple.mm
objc-synchronize-cycle-tagged.mm [TSan] Ensure test uses tagged pointer 2021-10-26 11:53:02 -07:00
objc-synchronize-cycle.mm [TSan][Darwin] Remove unnecessary lit substitution 2020-08-20 13:00:32 -07:00
objc-synchronize-nested-recursive.mm [TSan][Darwin] Remove unnecessary lit substitution 2020-08-20 13:00:32 -07:00
objc-synchronize-tagged.mm [TSan][Darwin] Remove unnecessary lit substitution 2020-08-20 13:00:32 -07:00
objc-synchronize.mm [TSan][Darwin] Remove unnecessary lit substitution 2020-08-20 13:00:32 -07:00
os_unfair_lock.c
osatomics-add.mm
osatomics-bitops.mm
osatomics-list.mm
osspinlock-norace.cpp
realloc-zero.cpp
signals-blocked.cpp
symbolizer-atos.cpp
symbolizer-dladdr.cpp
variadic-open.cpp
workerthreads.mm
xpc-cancel.mm
xpc-race.mm
xpc.mm