Skip to content

Commit f3e93f3

Browse files
committed
[lldb] XFAIL SwiftREPL/Resilient{Dict,Array}.test
rdar://82038873
1 parent 0f0f8a0 commit f3e93f3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

lldb/test/Shell/SwiftREPL/ResilientArray.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// REQUIRES: system-darwin
22
// REQUIRES: swift
33

4+
// rdar://82038873
5+
// XFAIL: *
6+
47
// RUN: %lldb --repl < %s | FileCheck %s
58

69
import Foundation

lldb/test/Shell/SwiftREPL/ResilientDict.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// REQUIRES: system-darwin
22
// REQUIRES: swift
33

4+
// rdar://82038873
5+
// XFAIL: *
6+
47
// RUN: %lldb --repl < %s | FileCheck %s --check-prefix=DICT
58

69
// The dictionary order isn't deterministic, so print the dictionary

0 commit comments

Comments
 (0)