There's a few more lit tests that require features not available on OS X (pthrea spinlocks, MAP_32BIT, pthread_setname_np), let's mark them with "UNSUPPORTED: darwin".
Details
Details
Diff Detail
Diff Detail
Event Timeline
test/tsan/mutexset6.cc | ||
---|---|---|
5 ↗ | (On Diff #40921) | Please change pthread_spinlock_t to pthread_mutex_t. This is a good test and it does not really need spinlock. |
Comment Actions
Updating patch (keeping mutexset6.cc as it is, will update it in a different revision).