[PATCH] D22802: [sanitizers] Make it possible to XFAIL on the effective target, not just the default.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 8 03:16:25 PDT 2016


dsanders updated this revision to Diff 67141.
dsanders added a comment.

Added documentation of target-is-${arch} and the quirks that make it necessary.
There's no place for such documentation yet so I've created a new file to go
along with TestingGuide.rst from the llvm project.

Also, there's broken cross reference to the llvm document at the moment.
Phabricator won't let me add the necessary anchor to llvm/docs/TestingGuide.rst
in this review but I'll add it in the commit.


https://reviews.llvm.org/D22802

Files:
  docs/TestingGuide.rst
  test/asan/TestCases/Linux/local_alias.cc
  test/asan/TestCases/Linux/odr-violation.cc
  test/lit.common.configured.in
  test/tsan/ignore_lib4.cc
  test/tsan/longjmp.cc
  test/tsan/longjmp2.cc
  test/tsan/longjmp3.cc
  test/tsan/longjmp4.cc
  test/tsan/map32bit.cc
  test/tsan/signal_longjmp.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22802.67141.patch
Type: text/x-patch
Size: 7716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160808/9607c473/attachment.bin>


More information about the llvm-commits mailing list