[Lldb-commits] [lldb] accb095 - [lldb] Disable TestClangModulesUpdate.py because it's flaky

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 13 20:37:24 PDT 2021


Author: Jonas Devlieghere
Date: 2021-04-13T20:37:17-07:00
New Revision: accb0955129d94636280cbd713c905b2189e30d4

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

LOG: [lldb] Disable TestClangModulesUpdate.py because it's flaky

The test is failing intermittently on GreenDragon.

rdar://76540904

Added: 
    

Modified: 
    lldb/test/API/lang/objc/modules-update/TestClangModulesUpdate.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/objc/modules-update/TestClangModulesUpdate.py b/lldb/test/API/lang/objc/modules-update/TestClangModulesUpdate.py
index a24acc249de9e..593b696706783 100644
--- a/lldb/test/API/lang/objc/modules-update/TestClangModulesUpdate.py
+++ b/lldb/test/API/lang/objc/modules-update/TestClangModulesUpdate.py
@@ -14,6 +14,7 @@ class TestClangModuleUpdate(TestBase):
 
     @skipIf(debug_info=no_match(["gmodules"]))
     @skipIfReproducer # VFS is a snapshot.
+    @skipIfDarwin # rdar://76540904
     def test_expr(self):
         with open(self.getBuildArtifact("module.modulemap"), "w") as f:
             f.write("""


        


More information about the lldb-commits mailing list