[lldb] Re-enable TestVSCode_launch on Darwin

The test was disabled because it was supposedly flakey. I'm not able to
reproduce any flakiness. I ran the test in a look with different levels
of parallelization and load. Re-enabling the test and monitoring the
Darwin bots.
This commit is contained in:
Jonas Devlieghere 2023-08-25 13:41:58 -07:00
parent 59fdd4c071
commit 6bdf485887
No known key found for this signature in database
GPG Key ID: 49CC0BD90FDEED4D

View File

@ -14,7 +14,6 @@ import os
class TestVSCode_launch(lldbvscode_testcase.VSCodeTestCaseBase):
@skipIfWindows
@skipIfDarwin # Flaky
@skipIfRemote
def test_default(self):
"""
@ -423,10 +422,10 @@ class TestVSCode_launch(lldbvscode_testcase.VSCodeTestCaseBase):
@skipIfWindows
@skipIfNetBSD # Hangs on NetBSD as well
@skipIfDarwin
@skipIf(
archs=["arm", "aarch64"]
) # Example of a flaky run http://lab.llvm.org:8011/builders/lldb-aarch64-ubuntu/builds/5540/steps/test/logs/stdio
archs=["arm", "aarch64"],
oslist=["linux"]
)
def test_terminate_commands(self):
"""
Tests that the "terminateCommands", that can be passed during