Skip to content

Commit b2b128c

Browse files
committed
test: temporarily disable several failing tests on CI. rdar://49026133
1 parent ba75030 commit b2b128c

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

test/stdlib/CodableTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %target-run-simple-swift
1010
// REQUIRES: executable_test
1111
// REQUIRES: objc_interop
12+
// REQUIRES: rdar49026133
1213

1314
import Foundation
1415
import CoreGraphics

test/stdlib/FloatingPoint.swift.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %target-codesign %t/a.out
55
// RUN: %line-directive %t/FloatingPoint.swift -- %target-run %t/a.out
66
// REQUIRES: executable_test
7+
// REQUIRES: rdar49026133
78

89
import Swift
910
import StdlibUnittest

test/stdlib/SetTrapsObjC.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// RUN: %target-run %t/a.out_Release
99
// REQUIRES: executable_test
1010
// REQUIRES: objc_interop
11+
// REQUIRES: rdar49026133
1112

1213
import StdlibUnittest
1314
import Foundation

test/stdlib/SmallString.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// REQUIRES: executable_test
55
// REQUIRES: objc_interop
66
// REQUIRES: CPU=arm64 || CPU=x86_64
7+
// REQUIRES: rdar49026133
78

89
//
910
// Tests for small strings

validation-test/stdlib/DictionaryTrapsObjC.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// RUN: %target-run %t/a.out_Release
99
// REQUIRES: executable_test
1010
// REQUIRES: objc_interop
11+
// REQUIRES: rdar49026133
1112

1213
import StdlibUnittest
1314
import Foundation

0 commit comments

Comments
 (0)