From d9747a8dbd9b2dae6c100598b5e360c0f5e1d6e1 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Sat, 5 May 2018 15:54:57 +0000 Subject: [PATCH] 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331596 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../thinlto-diagnostic-handler-remarks-with-hotness.ll | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll b/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll index 11b3a5d1fc..89688d78d0 100644 --- a/test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll +++ b/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 -- 2.40.0