================
@@ -54,3 +55,16 @@ def test_basic_completion(self):
         self.expect_repl("$persistent + 10", substrs=["(long) $2 = 17"])
 
         self.quit()
+
+    # PExpect uses many timeouts internally and doesn't play well
+    # under ASAN on a loaded machine..
+    @skipIfAsan
+    @skipIf(oslist=["linux"], archs=["arm", "aarch64"])  # Randomly fails on 
buildbot
----------------
DavidSpickett wrote:

Is there some paper trail here, was this related to the expression or to 
buildbot setup? If it's not for sure because of the expression then leave the 
skip as is, It's probably a machine load problem like the comment for ASAN says.

https://github.com/llvm/llvm-project/pull/83203
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to