From e87a583cfd9ca585574a461a8bea731ce12452d3 Mon Sep 17 00:00:00 2001 From: Robert Widmann Date: Mon, 14 Jun 2021 13:01:11 -0700 Subject: [PATCH] Disable Flaky AutoDiff Test This test fails to link every once in a while. See https://bugs.swift.org/browse/SR-14775 --- .../tf1232-autodiff-generated-declaration-mangling.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/AutoDiff/compiler_crashers_fixed/tf1232-autodiff-generated-declaration-mangling.swift b/test/AutoDiff/compiler_crashers_fixed/tf1232-autodiff-generated-declaration-mangling.swift index bd76554f6ab30..708bcc50b3e12 100644 --- a/test/AutoDiff/compiler_crashers_fixed/tf1232-autodiff-generated-declaration-mangling.swift +++ b/test/AutoDiff/compiler_crashers_fixed/tf1232-autodiff-generated-declaration-mangling.swift @@ -1,4 +1,6 @@ // RUN: %target-build-swift -g %s +// This test occaisionally fails to link. +// REQUIRES: SR14775 // TF-1232: IRGenDebugInfo crash due to lack of proper mangling for // AutoDiff-generated declarations: linear map structs and branching trace