mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
Prepare html, isolate, lib, and lib_2 status files to turn on CFE on dart2js by default
TBR=sra@google.com Change-Id: I4ed72f27eb21477bf281df5039a53d0eb703b8ac Reviewed-on: https://dart-review.googlesource.com/45581 Reviewed-by: Sigmund Cherem <sigmund@google.com> Reviewed-by: Stephen Adams <sra@google.com> Commit-Queue: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
parent
24507da9da
commit
4c58384b50
5 changed files with 73 additions and 31 deletions
|
@ -249,8 +249,6 @@ custom/entered_left_view_test/shadow_dom: RuntimeError
|
|||
custom/entered_left_view_test/standard_events: RuntimeError
|
||||
custom/entered_left_view_test/standard_events_old_callback_names: RuntimeError
|
||||
custom/entered_left_view_test/viewless_document: RuntimeError
|
||||
custom/mirrors_2_test: RuntimeError
|
||||
custom/mirrors_test: RuntimeError
|
||||
custom_element_method_clash_test/test: RuntimeError
|
||||
custom_element_name_clash_test/test: RuntimeError
|
||||
custom_elements_23127_test/baseline: RuntimeError
|
||||
|
@ -261,7 +259,6 @@ custom_elements_test/innerHtml: RuntimeError
|
|||
custom_elements_test/lifecycle: RuntimeError
|
||||
custom_elements_test/mixins: RuntimeError
|
||||
custom_elements_test/register: RuntimeError
|
||||
deferred_multi_app_htmltest: CompileTimeError
|
||||
element_animate_test/omit_timing: Timeout
|
||||
element_test/click: RuntimeError
|
||||
element_test/eventDelegation: RuntimeError
|
||||
|
@ -271,13 +268,9 @@ form_data_test/functional: Timeout
|
|||
history_test/history: Timeout
|
||||
indexeddb_1_test/functional: RuntimeError
|
||||
indexeddb_2_test: RuntimeError
|
||||
indexeddb_3_test: RuntimeError
|
||||
indexeddb_4_test: RuntimeError
|
||||
indexeddb_5_test: RuntimeError
|
||||
js_test/JsObject.fromBrowserObject(): RuntimeError
|
||||
js_test/JsObject.jsify(): RuntimeError
|
||||
js_typed_interop_default_arg_test/explicit_argument: RuntimeError
|
||||
js_typed_interop_test/static_method_tearoff_1: RuntimeError
|
||||
js_util_test/js_util.jsify(): RuntimeError
|
||||
mirrors_js_typed_interop_test: RuntimeError
|
||||
mutationobserver_test/childList: Timeout
|
||||
|
@ -325,24 +318,19 @@ custom/mirrors_test: Fail # mirrors not supported
|
|||
mirrors_js_typed_interop_test: Fail # mirrors not supported
|
||||
|
||||
[ $compiler == dart2js && $fast_startup && $fasta ]
|
||||
js_typed_interop_default_arg_test/explicit_argument: RuntimeError
|
||||
js_typed_interop_default_arg_test/none: RuntimeError
|
||||
js_typed_interop_test/object literal: RuntimeError
|
||||
js_typed_interop_test/static_method_call: RuntimeError
|
||||
js_typed_interop_test/static_method_tearoff_1: RuntimeError
|
||||
js_util_test/hasProperty: RuntimeError
|
||||
|
||||
[ $compiler == dart2js && $fasta && $host_checked ]
|
||||
custom/mirrors_2_test: RuntimeError
|
||||
custom/mirrors_test: RuntimeError
|
||||
fileapi_test/entry: RuntimeError
|
||||
js_typed_interop_default_arg_test/explicit_argument: RuntimeError
|
||||
js_typed_interop_test/static_method_tearoff_1: RuntimeError
|
||||
|
||||
[ $compiler == dart2js && $fasta && $minified ]
|
||||
[ $compiler == dart2js && $fasta ]
|
||||
custom/mirrors_2_test: RuntimeError
|
||||
custom/mirrors_test: RuntimeError
|
||||
deferred_multi_app_htmltest: CompileTimeError
|
||||
fileapi_test/entry: RuntimeError
|
||||
indexeddb_1_test/functional: RuntimeError
|
||||
indexeddb_3_test: RuntimeError
|
||||
indexeddb_5_test: RuntimeError
|
||||
js_typed_interop_default_arg_test/explicit_argument: RuntimeError
|
||||
js_typed_interop_test/static_method_tearoff_1: RuntimeError
|
||||
|
||||
|
|
|
@ -109,6 +109,30 @@ stacktrace_message_test: Fail # mirrors not supported
|
|||
static_function_test: Fail # mirrors not supported
|
||||
unresolved_ports_test: Fail # mirrors not supported
|
||||
|
||||
[ $compiler == dart2js && $fasta ]
|
||||
browser/compute_this_script_browser_test: RuntimeError # mirrors not supported
|
||||
browser/typed_data_message_test: RuntimeError # mirrors not supported
|
||||
compile_time_error_test/01: Crash
|
||||
count_test: RuntimeError # mirrors not supported
|
||||
cross_isolate_message_test: RuntimeError # mirrors not supported
|
||||
illegal_msg_function_test: RuntimeError # mirrors not supported
|
||||
illegal_msg_mirror_test: RuntimeError # mirrors not supported
|
||||
isolate_complex_messages_test: RuntimeError # mirrors not supported
|
||||
mandel_isolate_test: RuntimeError # mirrors not supported
|
||||
message2_test: RuntimeError # mirrors not supported
|
||||
message_test: RuntimeError # mirrors not supported
|
||||
mint_maker_test: RuntimeError # mirrors not supported
|
||||
nested_spawn2_test: RuntimeError # mirrors not supported
|
||||
nested_spawn_test: RuntimeError # mirrors not supported
|
||||
raw_port_test: RuntimeError # mirrors not supported
|
||||
remote_unittest_helper: RuntimeError # mirrors not supported
|
||||
request_reply_test: RuntimeError # mirrors not supported
|
||||
spawn_function_custom_class_test: RuntimeError # mirrors not supported
|
||||
spawn_function_test: RuntimeError # mirrors not supported
|
||||
stacktrace_message_test: RuntimeError # mirrors not supported
|
||||
static_function_test: RuntimeError # mirrors not supported
|
||||
unresolved_ports_test: RuntimeError # mirrors not supported
|
||||
|
||||
[ $compiler == dart2js && $jscl ]
|
||||
browser/*: SkipByDesign # Browser specific tests
|
||||
spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
|
||||
|
|
|
@ -159,9 +159,6 @@ mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
|
|||
|
||||
[ $fasta ]
|
||||
convert/base64_test/01: CompileTimeError
|
||||
convert/utf82_test: CompileTimeError
|
||||
js/datetime_roundtrip_test: CompileTimeError
|
||||
js/null_test: CompileTimeError
|
||||
math/double_pow_test: CompileTimeError
|
||||
mirrors/metadata_allowed_values_test/13: MissingCompileTimeError
|
||||
mirrors/metadata_allowed_values_test/14: MissingCompileTimeError
|
||||
|
@ -266,6 +263,9 @@ mirrors/regress_16321_test/01: Pass # expects failure, but if fails for the wron
|
|||
mirrors/syntax_error_test/01: Pass # expects failure, but it fails for the wrong reason
|
||||
mirrors/variable_is_const_test/01: Pass # expects failure, but it fails for the wrong reason
|
||||
|
||||
[ $compiler == dart2js && $fasta ]
|
||||
mirrors/*: SkipByDesign # mirrors not supported
|
||||
|
||||
[ $compiler == dart2js && $host_checked ]
|
||||
mirrors/metadata_allowed_values_test/28: Crash # Issue 25911
|
||||
mirrors/metadata_allowed_values_test/29: Crash # Issue 25911
|
||||
|
@ -283,6 +283,11 @@ async/timer_not_available_test: Fail, OK # only meant to test when there is no w
|
|||
math/math2_test: RuntimeError
|
||||
math/math_test: RuntimeError
|
||||
|
||||
[ $compiler != dart2js && $fasta ]
|
||||
convert/utf82_test: CompileTimeError # Note: dart2js passes for the wrong reason, it hasn't switched to run in 64-bits
|
||||
js/datetime_roundtrip_test: CompileTimeError
|
||||
js/null_test: CompileTimeError
|
||||
|
||||
[ $compiler != dartk && $compiler != dartkp && ($runtime == dart_precompiled || $runtime == flutter || $runtime == vm) ]
|
||||
mirrors/initializing_formals_test/01: Fail # initializing formals are implicitly final as of Dart 1.21
|
||||
|
||||
|
@ -374,11 +379,6 @@ mirrors/deferred_type_test: CompileTimeError, OK # Don't have a multitest marker
|
|||
mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
|
||||
typed_data/int32x4_bigint_test: CompileTimeError # Large integer literal
|
||||
|
||||
[ $runtime == dart_precompiled || $runtime == flutter || $runtime == vm || $compiler == dart2js && $fasta ]
|
||||
convert/base64_test/01: CompileTimeError # Large integer literal
|
||||
convert/utf82_test: CompileTimeError # Large integer literal
|
||||
math/double_pow_test: CompileTimeError # Large integer literal
|
||||
|
||||
[ $hot_reload || $hot_reload_rollback ]
|
||||
async/stream_transformer_test: Pass, Fail # Closure identity
|
||||
mirrors/fake_function_with_call_test: SkipByDesign # Method equality
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
# BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
[ $compiler == dart2js ]
|
||||
async/future_or_bad_type_test: MissingCompileTimeError
|
||||
async/future_or_strong_test: RuntimeError
|
||||
convert/base64_test/01: Fail, OK # Uses bit-wise operations to detect invalid values. Some large invalid values accepted by dart2js.
|
||||
convert/chunked_conversion_utf88_test: Slow, Pass
|
||||
|
@ -337,7 +336,33 @@ isolate/unresolved_ports_test: Fail # mirrors not supported
|
|||
mirrors/regress_16321_test/01: Pass # expects failure, but if fails for the wrong reason
|
||||
|
||||
[ $compiler == dart2js && $fasta ]
|
||||
async/zone_run_unary_test: Crash
|
||||
html/custom/mirrors_2_test: RuntimeError
|
||||
html/custom/mirrors_test: RuntimeError
|
||||
html/indexeddb_1_test/functional: RuntimeError
|
||||
html/indexeddb_3_test: RuntimeError
|
||||
html/indexeddb_5_test: RuntimeError
|
||||
html/js_typed_interop_default_arg_test/explicit_argument: RuntimeError
|
||||
html/js_typed_interop_test: RuntimeError
|
||||
isolate/browser/compute_this_script_browser_test: RuntimeError # mirrors not supported
|
||||
isolate/browser/typed_data_message_test: RuntimeError # mirrors not supported
|
||||
isolate/compile_time_error_test/01: Crash
|
||||
isolate/count_test: RuntimeError # mirrors not supported
|
||||
isolate/cross_isolate_message_test: RuntimeError # mirrors not supported
|
||||
isolate/illegal_msg_mirror_test: RuntimeError # mirrors not supported
|
||||
isolate/mandel_isolate_test: RuntimeError # mirrors not supported
|
||||
isolate/message2_test: RuntimeError # mirrors not supported
|
||||
isolate/message_test: RuntimeError # mirrors not supported
|
||||
isolate/mint_maker_test: RuntimeError # mirrors not supported
|
||||
isolate/nested_spawn2_test: RuntimeError # mirrors not supported
|
||||
isolate/nested_spawn_test: RuntimeError # mirrors not supported
|
||||
isolate/raw_port_test: RuntimeError # mirrors not supported
|
||||
isolate/remote_unittest_helper: RuntimeError # mirrors not supported
|
||||
isolate/request_reply_test: RuntimeError # mirrors not supported
|
||||
isolate/spawn_function_custom_class_test: RuntimeError # mirrors not supported
|
||||
isolate/spawn_function_test: RuntimeError # mirrors not supported
|
||||
isolate/stacktrace_message_test: RuntimeError # mirrors not supported
|
||||
isolate/static_function_test: RuntimeError # mirrors not supported
|
||||
isolate/unresolved_ports_test: RuntimeError # mirrors not supported
|
||||
|
||||
[ $compiler == dart2js && $fasta && $host_checked ]
|
||||
html/async_spawnuri_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
|
||||
|
@ -750,6 +775,9 @@ html/window_eq_test: RuntimeError
|
|||
html/window_mangling_test: RuntimeError
|
||||
html/window_nosuchmethod_test: RuntimeError
|
||||
|
||||
[ $compiler == dart2js && !$fasta ]
|
||||
async/future_or_bad_type_test: MissingCompileTimeError
|
||||
|
||||
[ $compiler == dart2js && $jscl ]
|
||||
isolate/spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell
|
||||
|
||||
|
|
|
@ -44,6 +44,12 @@ mirrors/invocation_fuzz_test/none: Pass, Crash, RuntimeError # Flaky on vm-kerne
|
|||
mirrors/invocation_fuzz_test/smi: Crash, RuntimeError, Fail, Pass # Crashes on opt counter builder (#31838)
|
||||
mirrors/invocation_fuzz_test/string: Pass, Crash, RuntimeError # Flaky on vm-kernel-optcounter-threshold-linux-release-x64, bug #31838
|
||||
|
||||
[ $compiler != dart2js && $fasta && !$strong ]
|
||||
isolate/browser/compute_this_script_browser_test: CompileTimeError
|
||||
isolate/browser/package_resolve_browser_hook2_test: CompileTimeError
|
||||
isolate/browser/package_resolve_browser_hook_test: CompileTimeError
|
||||
isolate/browser/package_resolve_browser_test: CompileTimeError
|
||||
|
||||
[ $compiler == dartk && $mode == debug && $runtime == vm && $strong ]
|
||||
isolate/isolate_complex_messages_test: Crash
|
||||
mirrors/library_exports_shown_test: Crash # 31916
|
||||
|
@ -341,10 +347,6 @@ mirrors/relation_subclass_test: CompileTimeError
|
|||
mirrors/top_level_accessors_test/01: MissingCompileTimeError
|
||||
|
||||
[ $fasta && !$strong ]
|
||||
isolate/browser/compute_this_script_browser_test: CompileTimeError
|
||||
isolate/browser/package_resolve_browser_hook2_test: CompileTimeError
|
||||
isolate/browser/package_resolve_browser_hook_test: CompileTimeError
|
||||
isolate/browser/package_resolve_browser_test: CompileTimeError
|
||||
isolate/isolate_import_test/01: MissingCompileTimeError
|
||||
isolate/isolate_stress_test: CompileTimeError
|
||||
mirrors/library_imports_bad_metadata_test/01: Crash
|
||||
|
|
Loading…
Reference in a new issue