Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4cbf367

Browse files
bkonyiCommit Queue
authored and
Commit Queue
committed
[ dart2bytecode ] Skip more tests that depend on dart:mirrors
Change-Id: I3dadc31c7cb2ba351ec797d8a851d82bf5bab232Reviewed-on:https://dart-review.googlesource.com/c/sdk/+/468920Reviewed-by: Alexander Markov <alexmarkov@google.com>Commit-Queue: Ben Konyi <bkonyi@google.com>Auto-Submit: Ben Konyi <bkonyi@google.com>
1 parent2f739bd commit4cbf367

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

‎pkg/pkg.status‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ vm_snapshot_analysis/test/instruction_sizes_test: Pass, Slow # https://github.co
7474
[ $compiler == dart2analyzer ]
7575
dev_compiler/test/options/*: SkipByDesign
7676

77+
[ $compiler == dart2bytecode ]
78+
vm_service/test/mirror_references_test: SkipByDesign # Uses 'dart:mirrors' library
79+
vm_service/test/weak_properties_test: SkipByDesign # Uses 'dart:mirrors' library
80+
7781
[ $compiler == dart2js ]
7882
_fe_analyzer_shared/test/*: SkipByDesign # Only meant to run on vm
7983
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.

‎runtime/tests/vm/vm.status‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ cc/ChainInduction: SkipByDesign # Building flow graph is not supported from byte
7878
cc/CheckStackOverflowElimination_NoInterruptsPragma: SkipByDesign # Building flow graph is not supported from bytecode.
7979
cc/CompileFunction*: SkipByDesign # JIT compilation is not supported from bytecode.
8080
cc/ConstantFold_bitLength: SkipByDesign # Building flow graph is not supported from bytecode.
81+
cc/CreateMirrorSystem: SkipByDesign # dart:mirrors is not supported.
8182
cc/DelayAllocations_*: SkipByDesign # Building flow graph is not supported from bytecode.
8283
cc/DeoptimizeFramesWhenSettingBreakpoint: SkipByDesign # JIT compilation is not supported from bytecode.
8384
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.
8788
cc/Inliner_*: SkipByDesign # Building flow graph is not supported from bytecode.
8889
cc/IsolateReload_EnumWithSet: SkipByDesign # Bytecode doesn't support KernelProgramInfo.
8990
cc/IsolateReload_RegressB179030011: SkipByDesign # Bytecode doesn't support concatenated kernel programs.
91+
cc/IsolateReload_TypeIdentityParameter: SkipByDesign # dart:mirrors is not supported.
9092
cc/LICM_Deopt_*: SkipByDesign # JIT compilation is not supported from bytecode.
9193
cc/LoadOptimizer_Redundant*: SkipByDesign # Building flow graph is not supported from bytecode.
9294
cc/NonStrictCondition*: SkipByDesign # Building flow graph is not supported from bytecode.

‎tests/standalone/standalone.status‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ deferred_transitive_import_error_test: Skip
4949

5050
[ $compiler == dart2bytecode ]
5151
io/http_redirect_test: SkipByDesign # dart:mirrors is not supported.
52+
io/issue_46436_test: SkipByDesign # dart:mirrors is not supported.
5253

5354
[ $compiler == dartkp ]
5455
lazy_async_stack_test: Skip # Flaky.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp