diff options
Diffstat (limited to 'compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp')
| -rw-r--r-- | compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp b/compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp index b8803ae..36a4e65 100644 --- a/compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp +++ b/compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp @@ -1,11 +1,12 @@  // RUN: %clangxx_xray -g -std=c++11 %s -o %t  // RUN: rm -f fdr-logging-1thr-* -// RUN: XRAY_OPTIONS=XRAY_OPTIONS="verbosity=1 patch_premain=true \ +// RUN: env XRAY_OPTIONS=XRAY_OPTIONS="verbosity=1 patch_premain=true \  // RUN:   xray_fdr_log=true \  // RUN:   xray_fdr_log_func_duration_threshold_us=0 \  // RUN:   xray_logfile_base=fdr-logging-1thr-" %run %t 2>&1 +// RUN: ls fdr-logging-1thr-* | head -n1 | tr -d '\n' > %t.xray_input  // RUN: %llvm_xray convert --output-format=yaml --symbolize --instr_map=%t \ -// RUN:   "`ls fdr-logging-1thr-* | head -n1`" | FileCheck %s +// RUN:   "%{readfile:%t.xray_input}" | FileCheck %s  // RUN: rm fdr-logging-1thr-*  // UNSUPPORTED: target=arm{{.*}} | 
