This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Don't require full paths to be present on stack traces
ClosedPublic

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

Details

Summary

The OS X symbolizers (namely AtosSymbolizer) don't return full file paths, only file names. This patch modifies mutexset*.cc tests not to require a path to be present in the symbol on the stack trace.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek updated this revision to Diff 40124.Nov 13 2015, 2:23 AM
kubamracek retitled this revision from to [tsan] Don't require full paths to be present on stack traces.
kubamracek updated this object.
kubamracek added reviewers: dvyukov, samsonov, glider, kcc.
dvyukov accepted this revision.Nov 13 2015, 9:22 AM
dvyukov edited edge metadata.
This revision is now accepted and ready to land.Nov 13 2015, 9:22 AM
This revision was automatically updated to reflect the committed changes.