llvm-project/clang-tools-extra/test/clang-rename
Miklos Vajna 44de0ad6a8 clang-rename: try to make ClassTestReplacements more reliable
As it failed on e.g.
<http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/7089/steps/ninja%20check%201/logs/FAIL%3A%20Clang%20Tools%3A%3AClassTestReplacements.cpp> with:

Trouble iterating over directory '/home/buildbots/ppc64be-clang-test/clang-ppc64be/stage1/tools/clang/tools/extra/test/clang-rename/Output': No such file or directory

A reliable way to trigger the problem locally is to run all clang-rename
tests in parallel in a loop:

for i in $(seq 1 100); do ~/git/llvm/workdir/bin/llvm-lit -v -j15 . || break; done

Change the test script to be more similar to test/Tooling/clang-check.cpp, that
way the above command doesn't fail for me anymore.

llvm-svn: 273941
2016-06-27 21:04:53 +00:00
..
ClassTest.cpp clang-rename tests: move the run lines to the top of the test files 2016-05-09 08:47:18 +00:00
ClassTestByName.cpp clang-rename: add a -old-name option 2016-06-21 19:48:57 +00:00
ClassTestReplacements.cpp clang-rename: try to make ClassTestReplacements more reliable 2016-06-27 21:04:53 +00:00
ConstCastExpr.cpp clang-rename: implement handling of remaining named casts 2016-06-13 18:50:45 +00:00
ConstructExpr.cpp clang-rename: fix renaming heap allocations 2016-06-02 20:00:22 +00:00
CtorDefTest.cpp clang-rename: handle non-inline ctor definitions when renaming classes 2016-05-18 16:12:48 +00:00
CtorInitializerTest.cpp clang-rename: fix renaming of field with implicit initializers 2016-05-11 08:08:07 +00:00
DeclRefExpr.cpp clang-rename: fix renaming non-members variables when referenced as macro arguments 2016-05-24 19:08:53 +00:00
DtorDefTest.cpp clang-rename: implement renaming of classes with a dtor 2016-06-15 18:35:41 +00:00
DynamicCastExpr.cpp clang-rename: fix the DynamicCastExpr test on ps4 2016-06-10 08:29:02 +00:00
FieldTest.cpp clang-rename tests: move the run lines to the top of the test files 2016-05-09 08:47:18 +00:00
MemberExprMacro.cpp clang-rename: fix renaming members when referenced as macro arguments 2016-05-20 11:43:59 +00:00
ReinterpretCastExpr.cpp clang-rename: implement handling of remaining named casts 2016-06-13 18:50:45 +00:00
StaticCastExpr.cpp clang-rename: implement renaming of classes inside static_cast 2016-06-06 19:40:12 +00:00
VarTest.cpp clang-rename tests: move the run lines to the top of the test files 2016-05-09 08:47:18 +00:00