[PATCH] D59341: [NFC][TSan] Move libdispatch tests into their own subfolder

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 13:58:55 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL356202: [NFC][TSan] Move libdispatch tests into their own subfolder (authored by yln, committed by ).
Herald added a subscriber: jfb.

Changed prior to commit:
  https://reviews.llvm.org/D59341?vs=190545&id=190721#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59341/new/

https://reviews.llvm.org/D59341

Files:
  compiler-rt/trunk/test/lit.common.cfg
  compiler-rt/trunk/test/tsan/gcd-apply-race.c
  compiler-rt/trunk/test/tsan/gcd-apply.c
  compiler-rt/trunk/test/tsan/gcd-data.c
  compiler-rt/trunk/test/tsan/gcd-dispatch_main.c
  compiler-rt/trunk/test/tsan/gcd-dispatch_once_deadlock.c
  compiler-rt/trunk/test/tsan/gcd-groups-destructor.c
  compiler-rt/trunk/test/tsan/gcd-groups-leave.c
  compiler-rt/trunk/test/tsan/gcd-groups-stress.c
  compiler-rt/trunk/test/tsan/gcd-once.c
  compiler-rt/trunk/test/tsan/gcd-semaphore-norace.c
  compiler-rt/trunk/test/tsan/gcd-source-serial.c
  compiler-rt/trunk/test/tsan/gcd-suspend.c
  compiler-rt/trunk/test/tsan/libdispatch/apply-race.c
  compiler-rt/trunk/test/tsan/libdispatch/apply.c
  compiler-rt/trunk/test/tsan/libdispatch/data.c
  compiler-rt/trunk/test/tsan/libdispatch/dispatch_main.c
  compiler-rt/trunk/test/tsan/libdispatch/dispatch_once_deadlock.c
  compiler-rt/trunk/test/tsan/libdispatch/groups-destructor.c
  compiler-rt/trunk/test/tsan/libdispatch/groups-leave.c
  compiler-rt/trunk/test/tsan/libdispatch/groups-stress.c
  compiler-rt/trunk/test/tsan/libdispatch/lit.local.cfg
  compiler-rt/trunk/test/tsan/libdispatch/once.c
  compiler-rt/trunk/test/tsan/libdispatch/semaphore-norace.c
  compiler-rt/trunk/test/tsan/libdispatch/source-serial.c
  compiler-rt/trunk/test/tsan/libdispatch/suspend.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59341.190721.patch
Type: text/x-patch
Size: 30978 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190314/36db7c81/attachment-0001.bin>


More information about the llvm-commits mailing list