From b5a8805b495e1f5004c9baa7b28fe837bbeb26dd Mon Sep 17 00:00:00 2001 From: Arnold Schwaighofer Date: Wed, 3 Aug 2016 11:06:34 -0700 Subject: [PATCH] This test is known to fail on a debug stdlib rdar://27226313 --- test/1_stdlib/Dispatch.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/1_stdlib/Dispatch.swift b/test/1_stdlib/Dispatch.swift index 8b9b8e94fdbb5..025420d1468a1 100644 --- a/test/1_stdlib/Dispatch.swift +++ b/test/1_stdlib/Dispatch.swift @@ -3,6 +3,9 @@ // REQUIRES: objc_interop +// rdar://27226313 +// REQUIRES: optimized_stdlib + import Dispatch import Foundation import StdlibUnittest