Skip to content

Commit d0cd9f4

Browse files
authored
Merge pull request #84976 from eeckstein/fix-test
tests: temporarily disable the SIL verifier in Sema/large_int_array.swift.gyb
2 parents f49b128 + 8a5e385 commit d0cd9f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/Sema/large_int_array.swift.gyb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %gyb %s -o %t/large_int_array.swift
33
// RUN: %target-swift-frontend -typecheck -verify %t/large_int_array.swift
4-
// RUN: %target-swift-frontend %t/large_int_array.swift -emit-sil -o %t
4+
5+
// verification is disabled because the ownership verifier takes too long: rdar://162566682
6+
// RUN: %target-swift-frontend -sil-verify-none %t/large_int_array.swift -emit-sil -o %t
57

68
% num_elements = 65537
79

0 commit comments

Comments
 (0)