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 ca37942 commit 91c967eCopy full SHA for 91c967e
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