Skip to content

Commit a2b119c

Browse files
authored
Merge pull request #27883 from nkcsgexi/55727144
[test] xfail several stdlib tests failing in CI
2 parents 043f275 + 9652312 commit a2b119c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: test/stdlib/TestJSONEncoder.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// RUN: %target-run-simple-swift
1010
// REQUIRES: executable_test
1111
// REQUIRES: objc_interop
12-
12+
// REQUIRES: rdar55727144
1313
import Swift
1414
import Foundation
1515

Diff for: test/stdlib/TestNSString.swift

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
// REQUIRES: executable_test
1717
// REQUIRES: asan_runtime
1818
// REQUIRES: objc_interop
19+
// REQUIRES: rdar55727144
1920

2021
import Foundation
2122
import FoundationBridgeObjC

Diff for: validation-test/stdlib/SwiftNativeNSBase.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// REQUIRES: executable_test
2222

2323
// REQUIRES: objc_interop
24-
24+
// REQUIRES: rdar55727144
2525
import Foundation
2626
import StdlibUnittest
2727

0 commit comments

Comments
 (0)