Skip to content

Commit d6f9205

Browse files
[XRay] Mark test unsupported on armhf
Tbis addresses a buildbot failure now that these tests actually run more broadly. error: ALWAYSINSTR: expected string not found in input // ALWAYSINSTR: {{.*function-name:.*main.*}} ^ <stdin>:1:1: note: scanning from here
1 parent 7e29448 commit d6f9205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/test/xray/TestCases/Posix/always-never-instrument.cpp

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

1313
// REQUIRES: built-in-llvm-tree
1414

15+
// UNSUPPORTED: armhf-linux
16+
1517
// NOINSTR-NOT: {{.*__xray_NeverInstrumented.*}}
1618
int __xray_NeverInstrumented() {
1719
return 0;

0 commit comments

Comments
 (0)