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

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 17:02:35 PDT 2019


yln created this revision.
Herald added subscribers: llvm-commits, Sanitizers, jdoerfert, kubamracek.
Herald added projects: Sanitizers, LLVM.

Remove 'gcd' file prefix. GCD stands for Grand Central Dispatch, which
is another name for libdispatch.
https://apple.github.io/swift-corelibs-libdispatch/

Remove `REQUIRE: dispatch` from tests.

Also rename lit feature 'dispatch' -> 'libdispatch' to be more explicit
what this is about.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D59341

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59341.190545.patch
Type: text/x-patch
Size: 6202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190314/018b6046/attachment.bin>


More information about the llvm-commits mailing list