[PATCH] D15363: [UBSan] Implement runtime suppressions (PR25066).

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 22 15:12:58 PST 2015


thakis added a subscriber: thakis.

================
Comment at: compiler-rt/trunk/test/ubsan/TestCases/Integer/suppressions.cpp:1
@@ +1,2 @@
+// RUN: %clangxx -fsanitize=integer -g0 %s -o %t
+
----------------
This test fails on Windows. I tried to debug, but the usual way to run tests seems to not work with compiler-rt: 

C:\src\chrome\src\third_party\llvm-bootstrap>python bin\llvm-lit.py ..\llvm\projects\compiler-rt\test\ubsan\TestCases\In
teger\suppressions.cpp -v
llvm-lit.py: discovery.py:113: warning: unable to find test suite for '..\\llvm\\projects\\compiler-rt\\test\\ubsan\\Tes
tCases\\Integer\\suppressions.cpp'
llvm-lit.py: discovery.py:224: warning: input '..\\llvm\\projects\\compiler-rt\\test\\ubsan\\TestCases\\Integer\\suppres
sions.cpp' contained no tests

How do I run individual compiler-rt tests? (They run fine as part of `ninja check-all`, but that takes very long)


Repository:
  rL LLVM

http://reviews.llvm.org/D15363





More information about the cfe-commits mailing list