diff options
| author | Teresa Johnson <tejohnson@google.com> | 2018-05-05 15:54:57 +0000 |
|---|---|---|
| committer | Teresa Johnson <tejohnson@google.com> | 2018-05-05 15:54:57 +0000 |
| commit | 1237b3acc960df556ebb7268633138d8e21c0633 (patch) | |
| tree | a68583459ad119efb849224ededb36d5924addf1 /clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll | |
| parent | a3b0b59f54860c09fdc395e490c763bf9b7bc010 (diff) | |
| download | bcm5719-llvm-1237b3acc960df556ebb7268633138d8e21c0633.tar.gz bcm5719-llvm-1237b3acc960df556ebb7268633138d8e21c0633.zip | |
Skip part of test added in r331592 to help debug bot failures
Trying to debug why/where a few bots getting exit code 256 e.g.
http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/48471/testReport/Clang/CodeGen/thinlto_diagnostic_handler_remarks_with_hotness_ll/
and a few windows bots getting no output from that RUN line e.g.
http://lab.llvm.org:8011/builders/clang-x86-windows-msvc2015/builds/11865/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Athinlto-diagnostic-handler-remarks-with-hotness.ll
llvm-svn: 331596
Diffstat (limited to 'clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll')
| -rw-r--r-- | clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll b/clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll index 11b3a5d1fc2..89688d78d05 100644 --- a/clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll +++ b/clang/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll @@ -6,9 +6,10 @@ ; RUN: llvm-lto -thinlto -o %t %t.o ; First try with pass remarks to stderr -; RUN: %clang -O2 -x ir %t.o -fthinlto-index=%t.thinlto.bc -mllvm -pass-remarks=inline -fdiagnostics-show-hotness -o %t2.o -c 2>&1 | FileCheck %s +; Temporarily skip the next RUN/CHECK to debug bot failures +; RUN %clang -O2 -x ir %t.o -fthinlto-index=%t.thinlto.bc -mllvm -pass-remarks=inline -fdiagnostics-show-hotness -o %t2.o -c 2>&1 | FileCheck %s -; CHECK: tinkywinky inlined into main with cost=0 (threshold=337) (hotness: 300) +; CHECK tinkywinky inlined into main with cost=0 (threshold=337) (hotness: 300) ; Next try YAML pass remarks file ; RUN: rm -f %t2.opt.yaml |

