Skip to content

Commit 42ac1cb

Browse files
committed
Disable Runtime/weak-reference-racetests-dispatch with debug stdlib
This configuration is breaking CI. It should be reenabled by rdar://problem/27226313.
1 parent e25c751 commit 42ac1cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Runtime/weak-reference-racetests-dispatch.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// Disabled because of a crash with a debug stdlib - rdar://problem/27226313
5+
// REQUIRES: optimized_stdlib
6+
47
// REQUIRES: objc_interop
58

69
import StdlibUnittest

0 commit comments

Comments
 (0)