Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a85e481

Browse files
sjindel-googlecommit-bot@chromium.org
authored andcommitted
[vm/gardening] Fix status file for entrypoints_verification_test.
Fixes dart-lang/sdk#35957 Change-Id: I215538cfa8dcda733bf29aaa3fa2a73817663bb4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/95646 Commit-Queue: Samir Jindel <sjindel@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com> Auto-Submit: Samir Jindel <sjindel@google.com> Reviewed-by: Daco Harkes <dacoharkes@google.com>
1 parent fa0d991 commit a85e481

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/standalone_2/standalone_2_kernel.status

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ io/platform_resolved_executable_test/04: RuntimeError
4242
io/arguments_test: Fail # Test harness passes runtime arguments to the compiler
4343
io/test_runner_test: SkipByDesign # Is not relevant for AOT.
4444

45+
[ $system == android ]
46+
entrypoints_verification_test: Skip # Requires shared objects which the test script doesn't "adb push".
47+
4548
[ $fasta ]
4649
deferred_transitive_import_error_test: CompileTimeError
4750
package/package1_test: CompileTimeError
@@ -50,9 +53,6 @@ package/scenarios/invalid/invalid_utf8_test: CompileTimeError
5053
package/scenarios/invalid/non_existent_packages_file_test: CompileTimeError
5154
package/scenarios/invalid/same_package_twice_test: CompileTimeError
5255

53-
[ $arch == arm && $compiler == dartkp && $mode == release && $system == android ]
54-
entrypoints_verification_test: Skip # https://github.com/dart-lang/sdk/issues/35957
55-
5656
[ $arch == ia32 && $builder_tag == optimization_counter_threshold ]
5757
io/file_lock_test: SkipSlow # Timeout
5858

0 commit comments

Comments
 (0)