summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@vmiklos.hu>2016-06-27 21:04:53 +0000
committerMiklos Vajna <vmiklos@vmiklos.hu>2016-06-27 21:04:53 +0000
commit44de0ad6a89690072ef20c431aa6a4665859034c (patch)
treeaa4dfcf4b4bfc66aa10348f0fad22a9e8e1cbec9 /lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py
parent59c0ffa22ad2d0b3948c545b4eb442173a71633a (diff)
downloadbcm5719-llvm-44de0ad6a89690072ef20c431aa6a4665859034c.tar.gz
bcm5719-llvm-44de0ad6a89690072ef20c431aa6a4665859034c.zip
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud