Skip to content

Commit d17f3b5

Browse files
[XRay] Disable two more tests on armhf
Similar to d6f9205. Needed now that these tests are actually running more broadly.
1 parent 41363b4 commit d17f3b5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

compiler-rt/test/xray/TestCases/Posix/basic-filtering.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
// REQUIRES: built-in-llvm-tree
2929

30+
// UNSUPPORTED: armhf-linux
31+
3032
#include <cstdio>
3133
#include <time.h>
3234

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
// UNSUPPORTED: target=powerpc64le-{{.*}}
2424
/// TODO: FDR logging arg1 handler(__xray_ArgLoggerEntry) hasn't implemented yet on LoongArch
2525
// UNSUPPORTED: target=loongarch64{{.*}}
26+
// UNSUPPORTED: armhf-linux
2627
// REQUIRES: built-in-llvm-tree
2728

2829
#include "xray/xray_log_interface.h"

0 commit comments

Comments
 (0)