File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
// Run the (mandatory) passes on which constant evaluator depends, and run the
5
5
// constant evaluator on the SIL produced after the dependent passes are run.
6
6
//
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
8
9
//
9
- // RUN : %FileCheck %s < %t/error-output
10
+ // UN : %FileCheck %s < %t/error-output
10
11
//
11
12
// REQUIRES: OS=macosx || OS=ios || OS=tvos || OS=watchos
12
13
You can’t perform that action at this time.
0 commit comments