We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8289a3 commit 98c9c1aCopy full SHA for 98c9c1a
lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
@@ -90,6 +90,7 @@ def test_runInTerminal(self):
90
env = self.dap_server.request_evaluate("foo")["body"]["result"]
91
self.assertIn("bar", env)
92
93
+ @skipIf(archs=no_match(["x86_64"]))
94
def test_runInTerminalWithObjectEnv(self):
95
if not self.isTestSupported():
96
return
0 commit comments