[ dart2bytecode ] Skip more tests that depend on dart:mirrors
Change-Id: I3dadc31c7cb2ba351ec797d8a851d82bf5bab232 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/468920 Reviewed-by: Alexander Markov <alexmarkov@google.com> Commit-Queue: Ben Konyi <bkonyi@google.com> Auto-Submit: Ben Konyi <bkonyi@google.com>
This commit is contained in:
@@ -74,6 +74,10 @@ vm_snapshot_analysis/test/instruction_sizes_test: Pass, Slow # https://github.co
|
||||
[ $compiler == dart2analyzer ]
|
||||
dev_compiler/test/options/*: SkipByDesign
|
||||
|
||||
[ $compiler == dart2bytecode ]
|
||||
vm_service/test/mirror_references_test: SkipByDesign # Uses 'dart:mirrors' library
|
||||
vm_service/test/weak_properties_test: SkipByDesign # Uses 'dart:mirrors' library
|
||||
|
||||
[ $compiler == dart2js ]
|
||||
_fe_analyzer_shared/test/*: SkipByDesign # Only meant to run on vm
|
||||
analysis_server/test/integration: SkipByDesign # Analysis server integration tests don't make sense to run under dart2js, since the code under test always runs in the Dart vm as a subprocess.
|
||||
|
||||
@@ -78,6 +78,7 @@ cc/ChainInduction: SkipByDesign # Building flow graph is not supported from byte
|
||||
cc/CheckStackOverflowElimination_NoInterruptsPragma: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
cc/CompileFunction*: SkipByDesign # JIT compilation is not supported from bytecode.
|
||||
cc/ConstantFold_bitLength: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
cc/CreateMirrorSystem: SkipByDesign # dart:mirrors is not supported.
|
||||
cc/DelayAllocations_*: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
cc/DeoptimizeFramesWhenSettingBreakpoint: SkipByDesign # JIT compilation is not supported from bytecode.
|
||||
cc/DerivedInduction: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
@@ -87,6 +88,7 @@ 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.
|
||||
cc/IsolateReload_RegressB179030011: SkipByDesign # Bytecode doesn't support concatenated kernel programs.
|
||||
cc/IsolateReload_TypeIdentityParameter: SkipByDesign # dart:mirrors is not supported.
|
||||
cc/LICM_Deopt_*: SkipByDesign # JIT compilation is not supported from bytecode.
|
||||
cc/LoadOptimizer_Redundant*: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
cc/NonStrictCondition*: SkipByDesign # Building flow graph is not supported from bytecode.
|
||||
|
||||
@@ -49,6 +49,7 @@ deferred_transitive_import_error_test: Skip
|
||||
|
||||
[ $compiler == dart2bytecode ]
|
||||
io/http_redirect_test: SkipByDesign # dart:mirrors is not supported.
|
||||
io/issue_46436_test: SkipByDesign # dart:mirrors is not supported.
|
||||
|
||||
[ $compiler == dartkp ]
|
||||
lazy_async_stack_test: Skip # Flaky.
|
||||
|
||||
Reference in New Issue
Block a user