From d0eccf9d754459549f677c0e86ee9433aa429eef Mon Sep 17 00:00:00 2001 From: Hamish Knight Date: Sat, 30 Aug 2025 13:59:36 +0100 Subject: [PATCH] Update stress tester XFAILs Add a too complex failure. This was always too complex, but the removal of the fallback type-check means we don't produce a result after ~10 seconds. --- sourcekit-xfails.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sourcekit-xfails.json b/sourcekit-xfails.json index dcb3fa60..0382589c 100644 --- a/sourcekit-xfails.json +++ b/sourcekit-xfails.json @@ -3503,6 +3503,18 @@ ], "issueUrl" : "https://github.com/apple/swift/issues/71189" }, + { + "path" : "*\/MovieSwift\/MovieSwift\/MovieSwift\/views\/components\/moviesHome\/grid\/MoviesHomeGrid.swift", + "modification" : "unmodified", + "issueDetail" : { + "kind" : "codeComplete", + "offset" : 2384 + }, + "applicableConfigs" : [ + "main" + ], + "issueUrl" : "https://github.com/swiftlang/swift/issues/84028" + }, { "path" : "*\/MovieSwift\/MovieSwift\/MovieSwift\/views\/components\/moviesList\/base\/MoviesList.swift", "modification" : "unmodified",