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 01fbbda commit 25afea7Copy full SHA for 25afea7
lldb/packages/Python/lldbsuite/test/tools/lldb-dap/lldbdap_testcase.py
@@ -16,7 +16,7 @@
16
# https://github.com/llvm/llvm-project/issues/137660
17
@skipIf(oslist=["windows"], archs=["aarch64"])
18
# The Arm Linux bot needs stable resources before it can run these tests reliably.
19
-@skipif(oslist=["linux"], archs=["arm$"])
+@skipIf(oslist=["linux"], archs=["arm$"])
20
class DAPTestCaseBase(TestBase):
21
# set timeout based on whether ASAN was enabled or not. Increase
22
# timeout by a factor of 10 if ASAN is enabled.
0 commit comments