[llvm] 61708ec - lit::max-failures.py is flaky and hangs randomly on multi-core systems.

Galina Kistanova via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 23:07:08 PDT 2023


Author: Galina Kistanova
Date: 2023-06-29T23:06:38-07:00
New Revision: 61708ec7547885ac5ef5421c64335e9c2c93946a

URL: https://github.com/llvm/llvm-project/commit/61708ec7547885ac5ef5421c64335e9c2c93946a
DIFF: https://github.com/llvm/llvm-project/commit/61708ec7547885ac5ef5421c64335e9c2c93946a.diff

LOG: lit::max-failures.py is flaky and hangs randomly on multi-core systems.

Added: 
    

Modified: 
    llvm/utils/lit/tests/max-failures.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/lit/tests/max-failures.py b/llvm/utils/lit/tests/max-failures.py
index 4ddf0433379670..f14c9d598d6091 100644
--- a/llvm/utils/lit/tests/max-failures.py
+++ b/llvm/utils/lit/tests/max-failures.py
@@ -1,4 +1,8 @@
 # UNSUPPORTED: system-windows
+# FIXME: This test is flaky and hangs randomly on multi-core systems.
+# See https://github.com/llvm/llvm-project/issues/56336 for more
+# details.
+# REQUIRES:  less-than-4-cpu-cores-in-parallel
 
 # Check the behavior of --max-failures option.
 #


        


More information about the llvm-commits mailing list