Skip to content

Commit 8a53c01

Browse files
committed
[XRay][test] Mark fdr-mode.cpp test as unsupported for RISC-V
Commit c6f501d fixed an issue where some tests were incorrectly marked as unsupported for a bootstrapping build. This exposed in our 'slow' full-bootstrap qemu-system CI that the fdr-mode.cpp fails on RISC-V. We mark it as unsupported. I believe _xray_ArgLoggerEntry needs to be implemented in xray_trampoline_risc*.S for this to work.
1 parent 8d7c3fa commit 8a53c01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/test/xray/TestCases/Posix/fdr-mode.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
// RUN: rm fdr-unwrite-test-*
2323
// UNSUPPORTED: target=powerpc64le-{{.*}}
2424
/// TODO: FDR logging arg1 handler(__xray_ArgLoggerEntry) hasn't implemented yet on LoongArch
25+
// UNSUPPORTED: target=riscv{{.*}}
26+
/// TODO: FDR logging arg1 handler(__xray_ArgLoggerEntry) isn't implemented yet for RISC-V
2527
// UNSUPPORTED: target=loongarch64{{.*}}
2628
// UNSUPPORTED: armhf-linux
2729
// REQUIRES: built-in-llvm-tree

0 commit comments

Comments
 (0)