Skip to content

Commit a0000b5

Browse files
Merge pull request #9494 from felipepiovezan/felipe/disable_dap_test_linux
[lldb] Skip TestDAP_subtleFrames on Linux
2 parents ca37942 + 91c967e commit a0000b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/TestDAP_subtleFrames.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
import lldbdap_testcase
1010
from lldbsuite.test.lldbtest import *
1111

12-
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
1315
class TestDAP_subtleFrames(lldbdap_testcase.DAPTestCaseBase):
1416
@add_test_categories(["libc++"])
1517
def test_subtleFrames(self):

0 commit comments

Comments
 (0)