From d73a1b6f082b4f7d1ae1cbfcf5b9dd9bc3624c73 Mon Sep 17 00:00:00 2001 From: Daniil Kovalev Date: Mon, 13 Jan 2025 17:11:44 +0300 Subject: [PATCH] [AutoDiff] Do not require no optimizations for control_flow test The test used to crash with optimizations enabled previously, but currently it passes with `swift_test_mode_optimize` and `swift_test_mode_optimize_size`. --- test/AutoDiff/validation-test/control_flow.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/AutoDiff/validation-test/control_flow.swift b/test/AutoDiff/validation-test/control_flow.swift index 915049b0a5236..726bf2ec068d2 100644 --- a/test/AutoDiff/validation-test/control_flow.swift +++ b/test/AutoDiff/validation-test/control_flow.swift @@ -5,9 +5,6 @@ // iphonesimulator-i386-specific failures. // REQUIRES: CPU=x86_64 -// rdar://71642726 this test is crashing with optimizations. -// REQUIRES: swift_test_mode_optimize_none - import _Differentiation import StdlibUnittest