================
@@ -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:

Fair enough, if there's no specific reason I bet it's a relic from when we had 
way too many bots on the same machine. Today we don't have as many as we used 
to, but not your problem to figure out. It's being run somewhere that's the 
main thing.

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