5c7804fe32
This has not been done earlier because no decision was made about how to handle endian issues. This change assumes the same low level format at either end of the serialization/deserialization. R=kustermann@google.com Bug: 21818 Change-Id: I5d97c1d0b89badf9cb972f0b1977eba0d1c0b9f8 Reviewed-on: https://dart-review.googlesource.com/35962 Commit-Queue: Erik Corry <erikcorry@google.com> Reviewed-by: Martin Kustermann <kustermann@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.
|
|
|
|
[ $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
|
|
|