[PATCH] D59047: [NFC][TSan] Add libdispatch tests for non-Darwin platforms

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 13:45:00 PST 2019


yln added a comment.

This adds a first batch of tests (those that were easy to adapt) for libdispatch on non-Darwin platforms.
All tests are guarded via `// REQUIRES: dispatch`.

I will follow up with a patch that will include additional tests from the GCD Darwin suite. Main issues with those tests is that the use Foundation (CFRunLoop/CFRunLoopStop) for test setup and scheduling.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59047





More information about the llvm-commits mailing list