Skip to content

Commit

Permalink
[lldb] Skip TestDAP_subtleFrames on Linux
Browse files Browse the repository at this point in the history
The linux CI is not yet using a toolchain capable of building libcxx:
swiftlang/swift-docker#368
  • Loading branch information
felipepiovezan committed Oct 31, 2024
1 parent ca37942 commit 91c967e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
import lldbdap_testcase
from lldbsuite.test.lldbtest import *


# The Linux bots are not yet building libcxx, which this test requires for the
# frame recognizers to identify some frames as "subtle"
@skipIfLinux
class TestDAP_subtleFrames(lldbdap_testcase.DAPTestCaseBase):
@add_test_categories(["libc++"])
def test_subtleFrames(self):
Expand Down

0 comments on commit 91c967e

Please sign in to comment.