Skip to content

Commit 673545c

Browse files
committed
[lldb] Skip ResilientArray and ResilientDict
Skip instead of XFAIL these tests as they fail on Catalina but pass on Big Sur. rdar://76127919
1 parent 3e572fc commit 673545c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lldb/test/Shell/SwiftREPL/ResilientArray.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// RUN: %lldb --repl < %s | FileCheck %s
55
// rdar://76105456
6-
// XFAIL: *
6+
// UNSUPPORTED: *
77
import Foundation
88

99
let x : [URL] = [URL(string: "https://github.com")!, URL(string: "https://apple.com")!]

lldb/test/Shell/SwiftREPL/ResilientDict.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %lldb --repl < %s | FileCheck %s --check-prefix=DICT
55

66
// rdar://76105456
7-
// XFAIL: *
7+
// UNSUPPORTED: *
88

99
// The dictionary order isn't deterministic, so print the dictionary
1010
// once per element.

0 commit comments

Comments
 (0)