Skip to content

Commit 92d1a72

Browse files
felipepiovezanshahmishal
authored andcommitted
[lldb] Disable failing tests on Linux
rdar://118335574 (cherry picked from commit 159ab5f)
1 parent 14cf0de commit 92d1a72

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: lldb/test/API/lang/swift/expression/import_search_paths/TestSwiftImportSearchPaths.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import unittest2
66

77

8+
@skipIfLinux
89
class TestSwiftImportSearchPaths(lldbtest.TestBase):
910
NO_DEBUG_INFO_TESTCASE = True
1011
mydir = lldbtest.TestBase.compute_mydir(__file__)

Diff for: lldb/test/Shell/Swift/MissingVFSOverlay.test

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Test that error messages from constructing ClangImporter
22
# are surfaced to the user.
3+
# UNSUPPORTED: system-linux
34
# REQUIRES: swift
45

56
# RUN: rm -rf %t && mkdir %t && cd %t

0 commit comments

Comments
 (0)