[compiler-rt] r299048 - [XRay][compiler-rt] XFAIL the FDR mode tests on aarch64-42vma

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 19:48:51 PDT 2017


Author: dberris
Date: Wed Mar 29 21:48:50 2017
New Revision: 299048

URL: http://llvm.org/viewvc/llvm-project?rev=299048&view=rev
Log:
[XRay][compiler-rt] XFAIL the FDR mode tests on aarch64-42vma

Followup on D31454.

Modified:
    compiler-rt/trunk/test/xray/TestCases/Linux/fdr-mode.cc
    compiler-rt/trunk/test/xray/TestCases/Linux/fdr-thread-order.cc

Modified: compiler-rt/trunk/test/xray/TestCases/Linux/fdr-mode.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/xray/TestCases/Linux/fdr-mode.cc?rev=299048&r1=299047&r2=299048&view=diff
==============================================================================
--- compiler-rt/trunk/test/xray/TestCases/Linux/fdr-mode.cc (original)
+++ compiler-rt/trunk/test/xray/TestCases/Linux/fdr-mode.cc Wed Mar 29 21:48:50 2017
@@ -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>

Modified: compiler-rt/trunk/test/xray/TestCases/Linux/fdr-thread-order.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/xray/TestCases/Linux/fdr-thread-order.cc?rev=299048&r1=299047&r2=299048&view=diff
==============================================================================
--- compiler-rt/trunk/test/xray/TestCases/Linux/fdr-thread-order.cc (original)
+++ compiler-rt/trunk/test/xray/TestCases/Linux/fdr-thread-order.cc Wed Mar 29 21:48:50 2017
@@ -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>




More information about the llvm-commits mailing list