Skip to content

Commit 72716c3

Browse files
committed
Disable IDE/import_as_member.swift
This test fails periodically across all configurations. rdar://70691386 (IDE/import_as_member.swift; fails sporadically; Assertion failed: (I != F.TypeRemap.end() && "Invalid index into type index remap"))
1 parent 3ce0065 commit 72716c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/IDE/import_as_member.swift

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

1010
// RUN: %target-typecheck-verify-swift -I %S/Inputs/custom-modules
1111

12-
// rdar://77558075
13-
// UNSUPPORTED: OS=tvos && CPU=x86_64
12+
// Assertion failed: (I != F.TypeRemap.end() && "Invalid index into type index remap"))
13+
// REQUIRES: rdar70691386
1414

1515
// PRINT: struct Struct1 {
1616
// PRINT-NEXT: var x: Double

0 commit comments

Comments
 (0)