We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca37942 + 91c967e commit a0000b5Copy full SHA for a0000b5
lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/TestDAP_subtleFrames.py
@@ -9,7 +9,9 @@
9
import lldbdap_testcase
10
from lldbsuite.test.lldbtest import *
11
12
-
+# The Linux bots are not yet building libcxx, which this test requires for the
13
+# frame recognizers to identify some frames as "subtle"
14
+@skipIfLinux
15
class TestDAP_subtleFrames(lldbdap_testcase.DAPTestCaseBase):
16
@add_test_categories(["libc++"])
17
def test_subtleFrames(self):
0 commit comments