[compiler-rt] 915a8bb - Revert "[compiler-rt][Profile] Disable test on Arm/AArch64 Linux"
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 6 01:45:51 PDT 2021
Author: David Spickett
Date: 2021-09-06T08:45:06Z
New Revision: 915a8bb5ee596f38df0bc72564d57034fe57ae3c
URL: https://github.com/llvm/llvm-project/commit/915a8bb5ee596f38df0bc72564d57034fe57ae3c
DIFF: https://github.com/llvm/llvm-project/commit/915a8bb5ee596f38df0bc72564d57034fe57ae3c.diff
LOG: Revert "[compiler-rt][Profile] Disable test on Arm/AArch64 Linux"
This reverts commit 8b86f8a3256a59cbaa12858cb0842025d48f549f.
The inconsistent behaviour has been fixed with
5e50d3073a5ead122a731580ded3f1cb3c21ee54.
Added:
Modified:
compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c
Removed:
################################################################################
diff --git a/compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c b/compiler-rt/test/profile/ContinuousSyncMode/set-file-object.c
index d710b39aa050c..1f8ea474e976c 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
More information about the llvm-commits
mailing list