From: Dean Michael Berris Date: Thu, 30 Mar 2017 03:18:48 +0000 (+0000) Subject: [XRay][compiler-rt] Only run tests using llvm-xray in x86_64 for now X-Git-Tag: llvmorg-5.0.0-rc1~8911 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8381a8ad499a008616af429dfd4ad4192bc5855;p=platform%2Fupstream%2Fllvm.git [XRay][compiler-rt] Only run tests using llvm-xray in x86_64 for now Followup on D31454. llvm-svn: 299049 --- diff --git a/compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc b/compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc index 7f19ec59cc64..cdb0249951c6 100644 --- a/compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc +++ b/compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc @@ -2,8 +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 +// FIXME: Make llvm-xray work on non-x86_64 as well. +// REQUIRES: x86_64 #include "xray/xray_log_interface.h" #include 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 52cbcfddc8c6..a52428f2b15b 100644 --- a/compiler-rt/test/xray/TestCases/Linux/fdr-thread-order.cc +++ b/compiler-rt/test/xray/TestCases/Linux/fdr-thread-order.cc @@ -2,7 +2,8 @@ // 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 +// FIXME: Make llvm-xray work on non-x86_64 as well. +// REQUIRES: x86_64 #include "xray/xray_log_interface.h" #include #include