Skip to content

Commit b052210

Browse files
committed
[Runtime] Disable some tests on swift on os bots.
Delete a comment that precedes an UNSUPPORTED line. rdar://problem/61814353
1 parent 5fd6e98 commit b052210

9 files changed

+6
-19
lines changed

test/Runtime/superclass_constraint_metadata_objc_superclass.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@
66
// RUN: %target-codesign %t/main
77
// RUN: %target-run %t/main | %FileCheck %S/Inputs/print_subclass/main.swift
88

9+
// REQUIRES: objc_interop
910
// REQUIRES: executable_test
10-
1111
// REQUIRES: OS=macosx
12-
// Testing runtime changes that aren't in the os stdlib.
1312
// UNSUPPORTED: use_os_stdlib
1413

1514
import Swift
1615
import Foundation
1716
import Framework
1817

19-
// Swift subclass of a Swift class
18+
// Swift subclass of a ObjC class
2019

2120
// subclass isSwiftClassMetadataSubclass metadata completeness : Complete
2221
// superclass metadata path: loop

test/Runtime/superclass_constraint_metadata_objc_superclass_future.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
// RUN: %target-codesign %t/main
77
// RUN: %target-run %t/main | %FileCheck %S/Inputs/print_subclass/main.swift
88

9+
// REQUIRES: objc_interop
910
// REQUIRES: executable_test
10-
1111
// REQUIRES: OS=macosx
12-
// Testing runtime changes that aren't in the os stdlib.
1312
// UNSUPPORTED: use_os_stdlib
1413

1514
import Swift

test/Runtime/superclass_constraint_metadata_objc_superclass_objc_intermediate_swift_subclass.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
// RUN: %target-codesign %t/main
88
// RUN: %target-run %t/main | %FileCheck %S/Inputs/print_subclass/main.swift
99

10+
// REQUIRES: objc_interop
1011
// REQUIRES: executable_test
11-
1212
// REQUIRES: OS=macosx
13-
// Testing runtime changes that aren't in the os stdlib.
1413
// UNSUPPORTED: use_os_stdlib
1514

1615
import Swift

test/Runtime/superclass_constraint_metadata_objc_superclass_objc_intermediate_swift_subclass_future.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
// RUN: %target-codesign %t/main
88
// RUN: %target-run %t/main | %FileCheck %S/Inputs/print_subclass/main.swift
99

10+
// REQUIRES: objc_interop
1011
// REQUIRES: executable_test
11-
1212
// REQUIRES: OS=macosx
13-
// Testing runtime changes that aren't in the os stdlib.
1413
// UNSUPPORTED: use_os_stdlib
1514

1615
import Swift

test/Runtime/superclass_constraint_metadata_objc_superclass_objc_subclass.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
// RUN: %target-codesign %t/main
88
// RUN: %target-run %t/main | %FileCheck %S/Inputs/print_subclass/main.swift
99

10+
// REQUIRES: objc_interop
1011
// REQUIRES: executable_test
11-
1212
// REQUIRES: OS=macosx
13-
// Testing runtime changes that aren't in the os stdlib.
1413
// UNSUPPORTED: use_os_stdlib
1514

1615
import Swift

test/Runtime/superclass_constraint_metadata_resilient_superclass.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
// RUN: %target-run %t/main | %FileCheck %S/Inputs/print_subclass/main.swift
88

99
// REQUIRES: executable_test
10-
1110
// REQUIRES: OS=macosx
12-
// Testing runtime changes that aren't in the os stdlib.
1311
// UNSUPPORTED: use_os_stdlib
1412

1513
import Swift

test/Runtime/superclass_constraint_metadata_resilient_superclass2.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
// RUN: %target-run %t/main | %FileCheck %S/Inputs/print_subclass/main.swift
1010

1111
// REQUIRES: executable_test
12-
1312
// REQUIRES: OS=macosx
14-
// Testing runtime changes that aren't in the os stdlib.
1513
// UNSUPPORTED: use_os_stdlib
1614

1715
import Swift

test/Runtime/superclass_constraint_metadata_resilient_superclass2_future.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212

1313
// REQUIRES: executable_test
1414
// REQUIRES: rdar61345988
15-
1615
// REQUIRES: OS=macosx
17-
// Testing runtime changes that aren't in the os stdlib.
1816
// UNSUPPORTED: use_os_stdlib
1917

2018
import Swift

test/Runtime/superclass_constraint_metadata_resilient_superclass_future.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99

1010
// REQUIRES: executable_test
1111
// REQUIRES: rdar61345988
12-
1312
// REQUIRES: OS=macosx
14-
// Testing runtime changes that aren't in the os stdlib.
1513
// UNSUPPORTED: use_os_stdlib
1614

1715
import Swift

0 commit comments

Comments
 (0)