[vm,dyn_modules] Fix/skip vm/cc tests that crash for dynamic modules.
Skip IR or snapshot-related tests when running from bytecode.
TEST=vm/cc/DartAPI_DeepStackTraceInfo
vm/cc/DartAPI_HeapSampling_UserDefinedClass
vm/cc/DartAPI_StackTraceInfo
vm/cc/DartAPI_StackOverflowStackTraceInfoArrowFunction
vm/cc/DartAPI_StackOverflowStackTraceInfoBraceFunction1
vm/cc/DartAPI_StackOverflowStackTraceInfoBraceFunction2
vm/cc/FrameLookup
vm/cc/Service_LocalVarDescriptors
Cq-Include-Trybots: luci.dart.try:vm-dyn-linux-debug-x64-try
Change-Id: I396a4e8ddacdbb88b3844e4113dc5c4ff6287e30
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/490083
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
This commit is contained in:
committed by
Commit Queue
parent
f92673c89a
commit
0bbb2ae821
@@ -91,6 +91,7 @@ cc/DeoptimizeFramesWhenSettingBreakpoint: SkipByDesign # JIT compilation is not
|
||||
cc/DerivedInduction: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
cc/Ffi_StructSinking: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
cc/FlowGraph_PhiUnboxingHeuristic_*: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
cc/FullSnapshot: SkipByDesign # JIT compilation is not supported from bytecode.
|
||||
cc/IRTest_*: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
cc/Inliner_*: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
cc/IsolateReload_EnumWithSet: SkipByDesign # Bytecode doesn't support KernelProgramInfo.
|
||||
@@ -103,6 +104,7 @@ cc/NotEqualCondition*: SkipByDesign # Building flow graph is not supported from
|
||||
cc/OptimizeCompileFunctionOnHelperThread: SkipByDesign # JIT compilation is not supported from bytecode.
|
||||
cc/PeriodicAndDerived: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
cc/RangeAnalysis_*: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
cc/ReachabilityFence_*: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
cc/SecondExit*: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
cc/StackMapGC: SkipByDesign # JIT compilation is not supported from bytecode.
|
||||
cc/StreamingFlowGraphBuilder_*: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
|
||||
Reference in New Issue
Block a user