Temporarily update test status for Android

BUG=
R=kustermann@google.com, rmacnak@google.com

Review URL: https://codereview.chromium.org/1924833003 .
This commit is contained in:
Florian Schneider 2016-05-02 11:19:43 +02:00
parent 21a1345fa8
commit b349c2cbd6
4 changed files with 26 additions and 0 deletions

View file

@ -168,3 +168,10 @@ LibTest/typed_data/Uint8List/runtimeType_A01_t01: Fail,OK # Expects exact type
# TODO(vegorov) These tests are very slow on unoptimized SIMDBC
LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout
LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout
[ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
LibTest/isolate/*: Skip # Issue #26373
Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373
LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998)
Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374

View file

@ -183,3 +183,6 @@ spawn_uri_missing_test: Skip # SpawnUri in product mode
[ $compiler == dart2js && $cps_ir && $checked ]
*: Skip # `assert` not implemented
[ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
*: Skip # Issue #26373

View file

@ -219,3 +219,9 @@ vm/debug_break_enabled_vm_test/none: Skip
# TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256
# fields in an object.
large_class_declaration_test: Skip
[ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
vm/optimized_guarded_field_isolates_test: Skip # Issue #26373
issue23244_test: Skip # Issue #26373
vm/debug_break_enabled_vm_test/01: Skip # Issue #26375

View file

@ -295,3 +295,13 @@ link_natives_lazily_test: SkipByDesign
# SIMDBC interpreter doesn't support --no_lazy_dispatchers
no_lazy_dispatchers_test: SkipByDesign
[ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
io/*: Skip # Issue #26376
typed_data_isolate_test: Skip # Issue #26376
typed_array_test: Skip # Issue #26376
typed_array_int64_uint64_test: Skip # Issue #26376
oom_error_stacktrace_test: Skip # Issue #26377
out_of_memory_test: Skip # Issue #26377