This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Enable the tsan/libcxx/ testcase(s) on Darwin
ClosedPublic

Authored by kubamracek on Oct 31 2016, 1:44 PM.

Details

Summary

Apparently, the std_shared_ptr.cc testcase works fine on Darwin, even without the instrumented libcxx. Let's enable it.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek updated this revision to Diff 76468.Oct 31 2016, 1:44 PM
kubamracek retitled this revision from to [tsan] Enable the tsan/libcxx/ testcase(s) on Darwin.
kubamracek updated this object.
kubamracek added a reviewer: dvyukov.
kubamracek set the repository for this revision to rL LLVM.
kubamracek added a project: Restricted Project.
kubamracek added subscribers: llvm-commits, zaks.anna.
dvyukov accepted this revision.Oct 31 2016, 1:58 PM
dvyukov edited edge metadata.

LGTM with a nit

test/tsan/libcxx/lit.local.cfg
8 ↗(On Diff #76468)

s/we an/we have an/

This revision is now accepted and ready to land.Oct 31 2016, 1:58 PM
This revision was automatically updated to reflect the committed changes.