Skip to content

Commit ab2d3e8

Browse files
committed
Disabled tests failing from missing objc symbol.
Two tests are currently failing with dyld: lazy symbol binding failed: Symbol not found: _objc_opt_self Expected in: /usr/lib/libobjc.A.dylib dyld: Symbol not found: _objc_opt_self Expected in: /usr/lib/libobjc.A.dylib Here, they are disabled for now. rdar://problem/61345988
1 parent 3e2535f commit ab2d3e8

2 files changed

+2
-0
lines changed

test/Runtime/superclass_constraint_metadata_resilient_superclass2_future.swift

+1
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

+1
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)