34b656894a
TBR=bkonyi@google.com Change-Id: Ic452b345e7265db1a2c2a263e73802901302b2b0 Reviewed-on: https://dart-review.googlesource.com/8723 Reviewed-by: Terry Lucas <terry@google.com>
25 lines
1.0 KiB
Plaintext
25 lines
1.0 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 == none || $compiler == precompiler || $compiler == app_jit ]
|
|
async/future_or_strong_test: RuntimeError
|
|
mirrors/symbol_validation_test: RuntimeError # Issue 13596
|
|
|
|
[ $compiler == precompiler ]
|
|
async/stream_timeout_test: RuntimeError
|
|
mirrors/*: SkipByDesign # Mirrors not supported on AOT.
|
|
convert/chunked_conversion_utf88_test: Pass, Timeout
|
|
convert/utf85_test: Pass, Timeout
|
|
html/*: SkipByDesign # HTML not supported.
|
|
|
|
[ $compiler == precompiler || $runtime == flutter ]
|
|
isolate/illegal_msg_function_test: SkipByDesign
|
|
isolate/illegal_msg_mirror_test: SkipByDesign
|
|
isolate/isolate_complex_messages_test: SkipByDesign
|
|
js/datetime_roundtrip_test: CompileTimeError
|
|
js/null_test: CompileTimeError
|
|
|
|
[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) ]
|
|
async/timer_regress22626_test: Pass, RuntimeError # Issue 28254
|