[compiler-rt] e5a7e48 - [compiler-rt][xray] Disable fdr-single-thread test on Arm
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 7 02:48:08 PDT 2023
Author: David Spickett
Date: 2023-07-07T09:46:07Z
New Revision: e5a7e486526d341298281300e8916c9d9b8ce2a8
URL: https://github.com/llvm/llvm-project/commit/e5a7e486526d341298281300e8916c9d9b8ce2a8
DIFF: https://github.com/llvm/llvm-project/commit/e5a7e486526d341298281300e8916c9d9b8ce2a8.diff
LOG: [compiler-rt][xray] Disable fdr-single-thread test on Arm
For unknown reasons this casues a bus error.
See:
https://lab.llvm.org/buildbot/#/builders/178/builds/5157
Added:
Modified:
compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp b/compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp
index 94b21b50408f81..b8803aedc88513 100644
--- a/compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp
+++ b/compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp
@@ -8,6 +8,8 @@
// RUN: "`ls fdr-logging-1thr-* | head -n1`" | FileCheck %s
// RUN: rm fdr-logging-1thr-*
+// UNSUPPORTED: target=arm{{.*}}
+
#include "xray/xray_log_interface.h"
#include <cassert>
More information about the llvm-commits
mailing list