Skip to content

Commit b31b7a9

Browse files
committed
Remove some UNSUPPORTED swift_test_mode_optimize_none_with_implicit_dynamic
rdar://51228899
1 parent 896a0b0 commit b31b7a9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+0
-124
lines changed

test/Interpreter/SDK/mixed_mode_class_with_missing_properties.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
// REQUIRES: objc_interop
1212
// REQUIRES: executable_test
1313

14-
// Requires swift-version 4
15-
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
16-
1714
import UsingObjCStuff
1815

1916
print("Let's go") // CHECK: Let's go

test/Interpreter/SDK/objc_factory_method.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// REQUIRES: executable_test
55
// REQUIRES: OS=macosx
66

7-
// Requires swift-version 4
8-
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
9-
107
import AppKit
118

129
let image = NSImage(named: NSImage.Name.trashEmpty)

test/Interpreter/SDK/object_literals.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
// REQUIRES: executable_test
88
// REQUIRES: OS=macosx
99

10-
// Requires swift-version 4
11-
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
12-
1310
import AppKit
1411
import StdlibUnittest
1512

test/Interpreter/enforce_exclusive_access.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// RUN: %target-run %t/a.out
66
// REQUIRES: executable_test
77

8-
// Requires explicit swift-version 4.
9-
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
10-
118
// Tests for traps at run time when enforcing exclusive access.
129

1310
import StdlibUnittest

test/Interpreter/fractal.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
// REQUIRES: executable_test
99
// REQUIRES: swift_interpreter
1010

11-
// JIT runs in swift-version 4
12-
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
13-
1411
import complex
1512

1613
func printDensity(_ d: Int) {

test/Interpreter/mandelbrot.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
// REQUIRES: executable_test
99
// REQUIRES: swift_interpreter
1010

11-
// JIT runs in swift-version 4
12-
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
13-
1411
import complex
1512

1613
func printDensity(_ d: Int) {

test/Interpreter/synthesized_extension_conformances.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// REQUIRES: executable_test
77
// REQUIRES: objc_interop
88

9-
// Requires explicit swift-version 4.
10-
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
11-
129
import Foundation
1310

1411
#if FOUNDATION_XCTEST

test/Prototypes/BigInt.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
// REQUIRES: executable_test
1717
// REQUIRES: CPU=x86_64
1818

19-
// Requires swift-version 4
20-
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
2119
import StdlibUnittest
2220
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
2321
import Darwin

test/stdlib/AVFoundation_Swift4.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
// CoreMedia is not present on watchOS.
88
// UNSUPPORTED: OS=watchos
99

10-
// Requires swift-version 5
11-
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
12-
1310
import AVFoundation
1411
import StdlibUnittest
1512

test/stdlib/ArrayBridge.swift.gyb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
// REQUIRES: executable_test
2222
// REQUIRES: objc_interop
2323

24-
// Requires swift-version 4
25-
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic
26-
2724
import Foundation
2825
import ArrayBridgeObjC
2926
import StdlibUnittest

0 commit comments

Comments
 (0)