Skip to content

Commit 73e7d4a

Browse files
authored
Merge pull request #61975 from atrick/disable-test
Disable SILOptimizer/OSLogFullOptTest.swift
2 parents 2230098 + 7af3b80 commit 73e7d4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILOptimizer/OSLogFullOptTest.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// REQUIRES: PTRSIZE=64
66
// REQUIRES: swift_in_compiler
77

8+
// Temporarily disabled because fixing ARCAnalysis broke a critical optimization.
9+
// REQUIRES: rdar102078974
10+
811
// This tests the optimality of the IR generated for the new os log APIs. This
912
// is not testing the output of a specific optimization pass (which has separate
1013
// tests) but that all optimizations together result in optimal IR. If this test

0 commit comments

Comments
 (0)