[compiler-rt] b67a2ae - [MemProf] XFAIL test on avr until issue can be debugged
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 23 11:32:25 PDT 2020
Author: Teresa Johnson
Date: 2020-10-23T11:32:11-07:00
New Revision: b67a2aef8ac9fd9c10666a05d72d909315140dcb
URL: https://github.com/llvm/llvm-project/commit/b67a2aef8ac9fd9c10666a05d72d909315140dcb
DIFF: https://github.com/llvm/llvm-project/commit/b67a2aef8ac9fd9c10666a05d72d909315140dcb.diff
LOG: [MemProf] XFAIL test on avr until issue can be debugged
For unknown reasons, this test started failing only on the
llvm-avr-linux bot after 5c20d7db9f2791367b9311130eb44afecb16829c:
http://lab.llvm.org:8011/#/builders/112/builds/365
The error message is not helpful, and I have an email out to the bot
owner to help with debugging. XFAIL it on avr for now.
Added:
Modified:
compiler-rt/test/memprof/TestCases/log_path_test.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/memprof/TestCases/log_path_test.cpp b/compiler-rt/test/memprof/TestCases/log_path_test.cpp
index fbc05185af23..4d9b6445bf16 100644
--- a/compiler-rt/test/memprof/TestCases/log_path_test.cpp
+++ b/compiler-rt/test/memprof/TestCases/log_path_test.cpp
@@ -1,6 +1,10 @@
// The for loop in the backticks below requires bash.
// REQUIRES: shell
//
+// TODO: It isn't clear why this test started failing on the avr bot.
+// Waiting for help from bot owner to investigate.
+// XFAIL: avr
+//
// RUN: %clangxx_memprof %s -o %t
// Regular run.
More information about the llvm-commits
mailing list