858e170593
Change-Id: Id0898b37abb6ac50dfdb717ed586ec3023dd7439 Reviewed-on: https://dart-review.googlesource.com/63141 Reviewed-by: Samir Jindel <sjindel@google.com>
43 lines
1.9 KiB
Plaintext
43 lines
1.9 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)
|
|
async/timer_regress22626_test: Pass, RuntimeError # Issue 28254
|
|
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 || $runtime == flutter ]
|
|
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
|