Skip to content

Commit 3610511

Browse files
DavidSpickettadrian-prantl
authored andcommitted
[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. (cherry picked from commit 98c9c1a) Conflicts: lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
1 parent 94b21fc commit 3610511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

94-
94+
@skipIf(archs=no_match(["x86_64"]))
9595
def test_runInTerminalWithObjectEnv(self):
9696
if not self.isTestSupported():
9797
return

0 commit comments

Comments
 (0)