diff options
author | Dean Michael Berris <dberris@google.com> | 2017-03-30 02:48:50 +0000 |
---|---|---|
committer | Dean Michael Berris <dberris@google.com> | 2017-03-30 02:48:50 +0000 |
commit | fecffaf87a9fc29d59e7abbbeec0f7df94870d86 (patch) | |
tree | b459639ed69f2c74c52f3e7a0666d18b84a55c38 | |
parent | 7569436f8119931dc817b018bd8380ef7e56c056 (diff) | |
download | bcm5719-llvm-fecffaf87a9fc29d59e7abbbeec0f7df94870d86.tar.gz bcm5719-llvm-fecffaf87a9fc29d59e7abbbeec0f7df94870d86.zip |
[XRay][compiler-rt] XFAIL the FDR mode tests on aarch64-42vma
Followup on D31454.
llvm-svn: 299048
-rw-r--r-- | compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc | 2 | ||||
-rw-r--r-- | compiler-rt/test/xray/TestCases/Linux/fdr-thread-order.cc | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc b/compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc index 0acf04b27a4..7f19ec59cc6 100644 --- a/compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc +++ b/compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc @@ -2,6 +2,8 @@ // RUN: XRAY_OPTIONS="patch_premain=false xray_naive_log=false xray_logfile_base=fdr-logging-test- xray_fdr_log=true verbosity=1" %run %t 2>&1 | FileCheck %s // RUN: %llvm_xray convert --symbolize --output-format=yaml -instr_map=%t "`ls fdr-logging-test-* | head -1`" | FileCheck %s --check-prefix TRACE // RUN: rm fdr-logging-test-* +// FIXME: Figure out how to make llvm-xray work for aarch64-42vma +// XFAIL: aarch64-42vma #include "xray/xray_log_interface.h" #include <cassert> diff --git a/compiler-rt/test/xray/TestCases/Linux/fdr-thread-order.cc b/compiler-rt/test/xray/TestCases/Linux/fdr-thread-order.cc index 8977dabab99..52cbcfddc8c 100644 --- a/compiler-rt/test/xray/TestCases/Linux/fdr-thread-order.cc +++ b/compiler-rt/test/xray/TestCases/Linux/fdr-thread-order.cc @@ -2,6 +2,7 @@ // RUN: XRAY_OPTIONS="patch_premain=false xray_naive_log=false xray_logfile_base=fdr-thread-order. xray_fdr_log=true verbosity=1" %run %t 2>&1 | FileCheck %s // RUN: %llvm_xray convert --symbolize --output-format=yaml -instr_map=%t "`ls fdr-thread-order.* | head -1`" | FileCheck %s --check-prefix TRACE // RUN: rm fdr-thread-order.* +// XFAIL: aarch64-42vma #include "xray/xray_log_interface.h" #include <thread> #include <cassert> |