Skip to content

Commit 98c9c1a

Browse files
committed
[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.
1 parent a8289a3 commit 98c9c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def test_runInTerminal(self):
9090
env = self.dap_server.request_evaluate("foo")["body"]["result"]
9191
self.assertIn("bar", env)
9292

93+
@skipIf(archs=no_match(["x86_64"]))
9394
def test_runInTerminalWithObjectEnv(self):
9495
if not self.isTestSupported():
9596
return

0 commit comments

Comments
 (0)