Files
sdk/tests/lib_2/lib_2_precompiled.status
T
asiva 0a41a2d292 [ Test ] Remove support for flutter runtime from the test framework
Support for the flutter runtime (sky_shell) was added to the Dart
test framework in the hope that one could run the flutter engine
through the Dart test suite. We never got around to running these
tests on the build bots, the sky_shell executable has been deprecated
and there are plans in the flutter engine team to have their own
unit test frame work.

See Issue https://github.com/flutter/flutter/issues/9115 for more
details.

Change-Id: I6ee9e8c919721dccecf4202ab0778939aeb79174
Reviewed-on: https://dart-review.googlesource.com/c/91103
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
2019-01-25 04:16:43 +00:00

42 lines
1.8 KiB
Plaintext

# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
[ $compiler == precompiler ]
convert/chunked_conversion_utf88_test: Pass, Timeout
convert/utf85_test: Pass, Timeout
html/*: SkipByDesign # dart:html not supported on AOT.
mirrors/*: SkipByDesign # Mirrors not supported on AOT.
async/async_no_await_zones_test: RuntimeError # Issue 33700
[ $compiler == app_jit || $compiler == none || $compiler == precompiler ]
async/future_or_strong_test: RuntimeError
async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
isolate/compile_time_error_test/01: Skip # Issue 12587
isolate/ping_pause_test: Skip # Resolve test issues
isolate/ping_test: Skip # Resolve test issues
mirrors/symbol_validation_test: RuntimeError # Issue 13596
[ $compiler == precompiler ]
isolate/count_test: SkipByDesign
isolate/cross_isolate_message_test: SkipByDesign
isolate/illegal_msg_function_test: SkipByDesign
isolate/illegal_msg_mirror_test: SkipByDesign
isolate/isolate_complex_messages_test: SkipByDesign
isolate/mandel_isolate_test: SkipByDesign
isolate/message2_test: SkipByDesign
isolate/message_test: SkipByDesign
isolate/mint_maker_test: SkipByDesign
isolate/nested_spawn2_test: SkipByDesign
isolate/nested_spawn_test: SkipByDesign
isolate/raw_port_test: SkipByDesign
isolate/request_reply_test: SkipByDesign
isolate/spawn_function_custom_class_test: SkipByDesign
isolate/spawn_function_test: SkipByDesign
isolate/stacktrace_message_test: SkipByDesign
isolate/static_function_test: SkipByDesign
isolate/unresolved_ports_test: SkipByDesign
js/datetime_roundtrip_test: CompileTimeError
js/null_test: CompileTimeError
js/prototype_access_test: CompileTimeError