Skip to content

Commit 7af3b80

Browse files
committed
Disable SILOptimizer/OSLogFullOptTest.swift
Workaround for rdar://102078974 (Swift CI: [main] 1. OSS - Swift (Tools Opt+Assert, Stdlib DebInfo+Assert, Test Device non_executable)
1 parent 2230098 commit 7af3b80

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)