Skip to content

Commit cca9586

Browse files
author
Eugene Burmako
authored
Merge pull request #27453 from dan-zheng/disable-test-tf-799
Disable test/SILOptimizer/OSLogConstantEvaluableTest.swift.
2 parents f192f47 + 4e2ac10 commit cca9586

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/SILOptimizer/OSLogConstantEvaluableTest.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
// Run the (mandatory) passes on which constant evaluator depends, and run the
55
// constant evaluator on the SIL produced after the dependent passes are run.
66
//
7-
// RUN: %target-sil-opt -silgen-cleanup -raw-sil-inst-lowering -allocbox-to-stack -mandatory-inlining -constexpr-limit 1024 -test-constant-evaluable-subset %t/OSLogConstantEvaluableTest_silgen.sil > %t/OSLogConstantEvaluableTest.sil 2> %t/error-output
7+
// TODO(TF-799): Re-enable RUN lines after SR-11336 is fixed.
8+
// UN: %target-sil-opt -silgen-cleanup -raw-sil-inst-lowering -allocbox-to-stack -mandatory-inlining -constexpr-limit 1024 -test-constant-evaluable-subset %t/OSLogConstantEvaluableTest_silgen.sil > %t/OSLogConstantEvaluableTest.sil 2> %t/error-output
89
//
9-
// RUN: %FileCheck %s < %t/error-output
10+
// UN: %FileCheck %s < %t/error-output
1011
//
1112
// REQUIRES: OS=macosx || OS=ios || OS=tvos || OS=watchos
1213

0 commit comments

Comments
 (0)