Skip to content

Commit 988c2ca

Browse files
authored
Merge pull request #30835 from nate-chandler/rdar61345988/disable-tests
Disabled tests failing from missing objc symbol.
2 parents 3e2535f + ab2d3e8 commit 988c2ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Runtime/superclass_constraint_metadata_resilient_superclass2_future.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// RUN: %target-run %t/main | %FileCheck %S/Inputs/print_subclass/main.swift
1212

1313
// REQUIRES: executable_test
14+
// REQUIRES: rdar61345988
1415

1516
// REQUIRES: OS=macosx
1617
// Testing runtime changes that aren't in the os stdlib.

test/Runtime/superclass_constraint_metadata_resilient_superclass_future.swift

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

1010
// REQUIRES: executable_test
11+
// REQUIRES: rdar61345988
1112

1213
// REQUIRES: OS=macosx
1314
// Testing runtime changes that aren't in the os stdlib.

0 commit comments

Comments
 (0)