Skip to content

Commit 21bde7c

Browse files
committed
Disable IRGen/temporary_allocation/codegen.swift
rdar://104435186 tracks the test failure. Let's disable it for now to get CI passing.
1 parent c2ad27c commit 21bde7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IRGen/temporary_allocation/codegen.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefix=CHECK-LARGE-STACK-ALLOC -DWORD=i%target-ptrsize
33
// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s --check-prefix=CHECK-LARGE-HEAP-ALLOC -DWORD=i%target-ptrsize
44
// REQUIRES: CPU=x86_64
5+
// REQUIRES: rdar104435186
56

67
@_silgen_name("blackHole")
78
func blackHole(_ value: UnsafeMutableRawPointer?) -> Void

0 commit comments

Comments
 (0)