Skip to content

Commit d51e99d

Browse files
authored
Merge pull request #3027 from apple/shahmishal/skip-test-foundation
After removing overlays from Swift repo we are started seeing followi…
2 parents 3c96a2f + 2295380 commit d51e99d

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

lldb/test/API/lang/swift/foundation_value_types/indexpath/TestSwiftFoundationTypeIndexPath.py

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

1515
lldbinline.MakeInlineTest(__file__, globals(),
16-
decorators=[swiftTest,skipIf(oslist=['windows', 'linux'])])
16+
decorators=[swiftTest,skipIf(oslist=['windows', 'linux']), expectedFailureAll(oslist=['macosx'], bugnumber='rdar://79052960')])

lldb/test/Shell/SwiftREPL/FoundationTypes.test

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

44
// REQUIRES: system-darwin
55
// REQUIRES: swift
6+
// XFAIL: system-darwin
7+
// rdar://79052960
68

79
// RUN: %lldb --repl < %s | FileCheck %s
810

lldb/test/Shell/SwiftREPL/ResilientArray.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// REQUIRES: system-darwin
22
// REQUIRES: swift
3+
// XFAIL: system-darwin
4+
// rdar://79053073
35

46
// RUN: %lldb --repl < %s | FileCheck %s
57

lldb/test/Shell/SwiftREPL/ResilientDict.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// REQUIRES: system-darwin
22
// REQUIRES: swift
3+
// XFAIL: system-darwin
4+
// rdar://79053148
35

46
// RUN: %lldb --repl < %s | FileCheck %s --check-prefix=DICT
57

0 commit comments

Comments
 (0)