[PATCH] D12180: [clang-tidy] Use a python script instead of a shell script to run clang-tidy tests.

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 20 10:14:05 PDT 2015


chapuni accepted this revision.
chapuni added a comment.
This revision is now accepted and ready to land.

Ready to commit regardless of one REQUIRES.

  Testing Time: 4.73s
    Expected Passes    : 72

Note, llvm-include-order.cpp will XFAIL for targeting msvc.


================
Comment at: test/clang-tidy/google-readability-casting.c:7
@@ -6,3 +6,3 @@
 // RUN: clang-tidy --checks=-*,google-readability-casting -header-filter='.*' %t.main_file.cpp -- -I%S -DTEST_INCLUDE -x c++ | FileCheck %s -check-prefix=CHECK-MESSAGES -implicit-check-not='{{warning|error}}:'
 // REQUIRES: shell
 
----------------
It should work.
We require GnuWin32 to run tests on Windows. It has cp(1).


http://reviews.llvm.org/D12180





More information about the cfe-commits mailing list