Skip to content

Commit 1793832

Browse files
committed
[test] xfail several stdlib tests failing in CI
10:21:57 Failing Tests (4): 10:21:57 Swift(macosx-x86_64) :: stdlib/SwiftNativeNSBase.swift 10:21:57 Swift(macosx-x86_64) :: stdlib/TestNSString.swift 10:21:57 Swift(macosx-x86_64) :: stdlib/TestJSONEncoder.swift rdar://55727144
1 parent 658a237 commit 1793832

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Darwin/Foundation-swiftoverlay-Tests/TestJSONEncoder.swift

Lines changed: 1 addition & 1 deletion
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

Darwin/Foundation-swiftoverlay-Tests/TestNSString.swift

Lines changed: 1 addition & 0 deletions
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

0 commit comments

Comments
 (0)