This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Fix mutex_cycle2.c testcase by including default TSAN_OPTIONS
AbandonedPublic

Authored by kubamracek on Nov 13 2015, 2:10 AM.

Details

Summary

On OS X, we need to inherit "abort_on_error=0" so that the testcase doesn't crash.

Diff Detail

Event Timeline

kubamracek updated this revision to Diff 40122.Nov 13 2015, 2:10 AM
kubamracek retitled this revision from to [tsan] Fix mutex_cycle2.c testcase by including default TSAN_OPTIONS.
kubamracek updated this object.
kubamracek added reviewers: dvyukov, kcc, samsonov, glider.
dvyukov accepted this revision.Nov 13 2015, 9:28 AM
dvyukov edited edge metadata.
This revision is now accepted and ready to land.Nov 13 2015, 9:28 AM