Skip to content

Commit

Permalink
Merge pull request #8321 from apple/cherry-pick-lldb-test
Browse files Browse the repository at this point in the history
[5.10][lldb] Disable failing tests on Linux
  • Loading branch information
shahmishal committed Mar 2, 2024
2 parents 82b7bb5 + 92d1a72 commit 5dc9d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import unittest2


@skipIfLinux
class TestSwiftImportSearchPaths(lldbtest.TestBase):
NO_DEBUG_INFO_TESTCASE = True
mydir = lldbtest.TestBase.compute_mydir(__file__)
Expand Down
1 change: 1 addition & 0 deletions lldb/test/Shell/Swift/MissingVFSOverlay.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Test that error messages from constructing ClangImporter
# are surfaced to the user.
# UNSUPPORTED: system-linux
# REQUIRES: swift

# RUN: rm -rf %t && mkdir %t && cd %t
Expand Down

0 comments on commit 5dc9d56

Please sign in to comment.