[compiler-rt][Profile] Disable test on Arm/AArch64 Linux

While a fix for flaky results is being reviewed.
This commit is contained in:
David Spickett 2021-09-03 12:58:09 +00:00
parent 02b4620348
commit 8b86f8a325

View file

@ -1,5 +1,8 @@
// REQUIRES: darwin || linux
// Disabled due to flaky results
// UNSUPPORTED: arm-linux,armhf-linux,aarch64-linux
// Test using __llvm_profile_set_file_object in continuous mode (%c).
// Create & cd into a temporary directory.
// RUN: rm -rf %t.dir && mkdir -p %t.dir && cd %t.dir