Skip to content

Commit fecffaf

Browse files
committedMar 30, 2017
[XRay][compiler-rt] XFAIL the FDR mode tests on aarch64-42vma
Followup on D31454. llvm-svn: 299048
1 parent 7569436 commit fecffaf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎compiler-rt/test/xray/TestCases/Linux/fdr-mode.cc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// 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
33
// RUN: %llvm_xray convert --symbolize --output-format=yaml -instr_map=%t "`ls fdr-logging-test-* | head -1`" | FileCheck %s --check-prefix TRACE
44
// RUN: rm fdr-logging-test-*
5+
// FIXME: Figure out how to make llvm-xray work for aarch64-42vma
6+
// XFAIL: aarch64-42vma
57

68
#include "xray/xray_log_interface.h"
79
#include <cassert>

‎compiler-rt/test/xray/TestCases/Linux/fdr-thread-order.cc

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// 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
33
// RUN: %llvm_xray convert --symbolize --output-format=yaml -instr_map=%t "`ls fdr-thread-order.* | head -1`" | FileCheck %s --check-prefix TRACE
44
// RUN: rm fdr-thread-order.*
5+
// XFAIL: aarch64-42vma
56
#include "xray/xray_log_interface.h"
67
#include <thread>
78
#include <cassert>

0 commit comments

Comments
 (0)