From 21bde7cabe44dd6488995858693d760c8d75c5e7 Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Thu, 19 Jan 2023 19:56:02 +0100 Subject: [PATCH] Disable IRGen/temporary_allocation/codegen.swift rdar://104435186 tracks the test failure. Let's disable it for now to get CI passing. --- test/IRGen/temporary_allocation/codegen.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/test/IRGen/temporary_allocation/codegen.swift b/test/IRGen/temporary_allocation/codegen.swift index faed16d238d36..dec68e2f18cc4 100644 --- a/test/IRGen/temporary_allocation/codegen.swift +++ b/test/IRGen/temporary_allocation/codegen.swift @@ -2,6 +2,7 @@ // RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefix=CHECK-LARGE-STACK-ALLOC -DWORD=i%target-ptrsize // RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefix=CHECK-LARGE-HEAP-ALLOC -DWORD=i%target-ptrsize // REQUIRES: CPU=x86_64 +// REQUIRES: rdar104435186 @_silgen_name("blackHole") func blackHole(_ value: UnsafeMutableRawPointer?) -> Void