@@ -66,6 +66,37 @@ dart/isolates/many_isolates_blocked_at_sleep_test: Skip # App snapshot creation
6666dart/snapshot_version_test: RuntimeError
6767
6868[ $compiler == dart2bytecode ]
69+ cc/AllocationSinking_*: SkipByDesign # Building flow graph is not supported from bytecode.
70+ cc/BCE*: SkipByDesign # Building flow graph is not supported from bytecode.
71+ cc/BasicInduction*: SkipByDesign # Building flow graph is not supported from bytecode.
72+ cc/BoundsCheckElimination_*: SkipByDesign # Building flow graph is not supported from bytecode.
73+ cc/ChainInduction: SkipByDesign # Building flow graph is not supported from bytecode.
74+ cc/CheckStackOverflowElimination_NoInterruptsPragma: SkipByDesign # Building flow graph is not supported from bytecode.
75+ cc/CompileFunction*: SkipByDesign # JIT compilation is not supported from bytecode.
76+ cc/ConstantFold_bitLength: SkipByDesign # Building flow graph is not supported from bytecode.
77+ cc/DelayAllocations_*: SkipByDesign # Building flow graph is not supported from bytecode.
78+ cc/DeoptimizeFramesWhenSettingBreakpoint: SkipByDesign # JIT compilation is not supported from bytecode.
79+ cc/DerivedInduction: SkipByDesign # Building flow graph is not supported from bytecode.
80+ cc/Ffi_StructSinking: SkipByDesign # Building flow graph is not supported from bytecode.
81+ cc/FlowGraph_PhiUnboxingHeuristic_*: SkipByDesign # Building flow graph is not supported from bytecode.
82+ cc/IRTest_*: SkipByDesign # Building flow graph is not supported from bytecode.
83+ cc/Inliner_*: SkipByDesign # Building flow graph is not supported from bytecode.
84+ cc/IsolateReload_EnumWithSet: SkipByDesign # Bytecode doesn't support KernelProgramInfo.
85+ cc/IsolateReload_RegressB179030011: SkipByDesign # Bytecode doesn't support concatenated kernel programs.
86+ cc/LICM_Deopt_*: SkipByDesign # JIT compilation is not supported from bytecode.
87+ cc/LoadOptimizer_Redundant*: SkipByDesign # Building flow graph is not supported from bytecode.
88+ cc/NonStrictCondition*: SkipByDesign # Building flow graph is not supported from bytecode.
89+ cc/NotEqualCondition*: SkipByDesign # Building flow graph is not supported from bytecode.
90+ cc/OptimizeCompileFunctionOnHelperThread: SkipByDesign # JIT compilation is not supported from bytecode.
91+ cc/PeriodicAndDerived: SkipByDesign # Building flow graph is not supported from bytecode.
92+ cc/RangeAnalysis_*: SkipByDesign # Building flow graph is not supported from bytecode.
93+ cc/SecondExit*: SkipByDesign # Building flow graph is not supported from bytecode.
94+ cc/StackMapGC: SkipByDesign # JIT compilation is not supported from bytecode.
95+ cc/StreamingFlowGraphBuilder_*: SkipByDesign # Building flow graph is not supported from bytecode.
96+ cc/TryCatchOptimizer_DeadParameterElimination_*: SkipByDesign # Building flow graph is not supported from bytecode.
97+ cc/TwoWayInduction: SkipByDesign # Building flow graph is not supported from bytecode.
98+ cc/TypePropagator_*: SkipByDesign # Building flow graph is not supported from bytecode.
99+ cc/WrapAroundAndDerived: SkipByDesign # Building flow graph is not supported from bytecode.
69100dart/regress_52703_test: Pass, Slow
70101
71102[ $compiler == dartk ]
0 commit comments