File tree 2 files changed +3
-0
lines changed
compiler-rt/test/xray/TestCases/Linux
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2
2
// 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
3
3
// RUN: %llvm_xray convert --symbolize --output-format=yaml -instr_map=%t "`ls fdr-logging-test-* | head -1`" | FileCheck %s --check-prefix TRACE
4
4
// RUN: rm fdr-logging-test-*
5
+ // FIXME: Figure out how to make llvm-xray work for aarch64-42vma
6
+ // XFAIL: aarch64-42vma
5
7
6
8
#include " xray/xray_log_interface.h"
7
9
#include < cassert>
Original file line number Diff line number Diff line change 2
2
// 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
3
3
// RUN: %llvm_xray convert --symbolize --output-format=yaml -instr_map=%t "`ls fdr-thread-order.* | head -1`" | FileCheck %s --check-prefix TRACE
4
4
// RUN: rm fdr-thread-order.*
5
+ // XFAIL: aarch64-42vma
5
6
#include " xray/xray_log_interface.h"
6
7
#include < thread>
7
8
#include < cassert>
You can’t perform that action at this time.
0 commit comments