mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[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:
parent
59fdd4c071
commit
6bdf485887
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user