[lldb][test] Disable new lldb-dap test on non-x86
Guessing that this is missing because it's failing on Arm 32 bit and every other test has this requirement.
This commit is contained in:
@@ -90,6 +90,7 @@ class TestDAP_runInTerminal(lldbdap_testcase.DAPTestCaseBase):
|
||||
env = self.dap_server.request_evaluate("foo")["body"]["result"]
|
||||
self.assertIn("bar", env)
|
||||
|
||||
@skipIf(archs=no_match(["x86_64"]))
|
||||
def test_runInTerminalWithObjectEnv(self):
|
||||
if not self.isTestSupported():
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user