Skip to content

Commit a0dd1e2

Browse files
committed
Temporarily XFAIL some tests on Linux
1 parent 7f8ec27 commit a0dd1e2

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

lldb/test/API/lang/swift/clangimporter/anonymous-clang-types/TestSwiftAnonymousClangTypes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
class TestSwiftAnonymousClangTypes(lldbtest.TestBase):
88
@swiftTest
9+
# FIMXE: This broke when adapting the swift-driver based Makefile.rules
10+
@expectedFailureAll(oslist=['linux'])
911
def test(self):
1012
self.build()
1113

lldb/test/API/lang/swift/dwarfimporter/BridgingPCH/TestSwiftDWARFImporterBridgingPCH.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ def build(self):
3939
@skipIf(archs=['ppc64le'], bugnumber='SR-10214')
4040
# This test needs a working Remote Mirrors implementation.
4141
@skipIf(oslist=['windows'])
42+
# FIMXE: This broke when adapting the swift-driver based Makefile.rules
43+
@expectedFailureAll(oslist=['linux'])
4244
# We delete the pch that would contains the debug info as part of the setup.
4345
#@skipIf(debug_info=no_match(["dsym"]))
4446
@swiftTest

lldb/test/API/lang/swift/explicit_modules/TestSwiftExplicitModules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
class TestSwiftExplicitModules(lldbtest.TestBase):
99

1010
@swiftTest
11+
@skipUnlessDarwin # FIXME.
1112
@expectedFailureAll(bugnumber='rdar://121078994')
1213
def test_any_type(self):
1314
"""Test explicit Swift modules"""

lldb/test/API/lang/swift/typealias_expression_parser/TestTypealiasExpressionParser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from lldbsuite.test.decorators import *
33

44
# FIXME! The Swift driver insists on passing -experimental-skip-non-inlinable-function-bodies-without-types to -emit-module.
5-
lldbinline.MakeInlineTest(__file__, globals(), decorators=[swiftTest,expectedFailureAll(bugnumber="rdar://120928396")])
5+
lldbinline.MakeInlineTest(__file__, globals(), decorators=[swiftTest, expectedFailureDarwin(bugnumber="rdar://120928396")])

0 commit comments

Comments
 (0)