Skip to content

Commit 8b86f8a

Browse files
committed
[compiler-rt][Profile] Disable test on Arm/AArch64 Linux
While a fix for flaky results is being reviewed.
1 parent 02b4620 commit 8b86f8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// REQUIRES: darwin || linux
22

3+
// Disabled due to flaky results
4+
// UNSUPPORTED: arm-linux,armhf-linux,aarch64-linux
5+
36
// Test using __llvm_profile_set_file_object in continuous mode (%c).
47
// Create & cd into a temporary directory.
58
// RUN: rm -rf %t.dir && mkdir -p %t.dir && cd %t.dir

0 commit comments

Comments
 (0)