[PATCH] D14923: [tsan] Mark a few more tests with "UNSUPPORTED: darwin"

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 23 07:48:33 PST 2015


dvyukov added inline comments.

================
Comment at: test/tsan/mutexset6.cc:5
@@ +4,3 @@
+// OS X doesn't have pthread spinlocks.
+// UNSUPPORTED: darwin
+
----------------
Please change pthread_spinlock_t to pthread_mutex_t. This is a good test and it does not really need spinlock.


http://reviews.llvm.org/D14923





More information about the llvm-commits mailing list