From 915a8bb5ee596f38df0bc72564d57034fe57ae3c Mon Sep 17 00:00:00 2001 From: David Spickett Date: Mon, 6 Sep 2021 08:45:06 +0000 Subject: [PATCH] Revert "[compiler-rt][Profile] Disable test on Arm/AArch64 Linux" This reverts commit 8b86f8a3256a59cbaa12858cb0842025d48f549f. The inconsistent behaviour has been fixed with 5e50d3073a5ead122a731580ded3f1cb3c21ee54. --- compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c b/compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c index d710b39..1f8ea47 100644 --- a/compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c +++ b/compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c @@ -1,8 +1,5 @@ // 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 -- 2.7.4