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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits