Migrated Block 201 to Dart 2.0

R=bkonyi@google.com

Change-Id: Iad6df128725ffc81bbf352b02efc0412aa83272f
Reviewed-on: https://dart-review.googlesource.com/11360
Commit-Queue: Terry Lucas <terry@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
This commit is contained in:
Terry Lucas 2017-10-05 18:01:10 +00:00 committed by commit-bot@chromium.org
parent fbd7619b2e
commit aeb7995355
9 changed files with 25 additions and 6 deletions

View file

@ -189,12 +189,17 @@ html/element_offset_test/offset: RuntimeError # Issue 18573
html/element_types_test/supported_meter: RuntimeError # Issue 18573
html/element_types_test/supported_template: Fail
html/event_test: RuntimeError # Safarimobilesim does not support WheelEvent
html/indexeddb_1_test/supported: Fail
html/performance_api_test/supported: Fail
html/notification_test: RuntimeError # Issue 22869
html/performance_api_test/supported: Fail
html/wheelevent_test: RuntimeError # Safarimobilesim does not support WheelEvent
[ $runtime == safari ]
html/indexeddb_1_test/functional: Skip # Times out. Issue 21433
html/indexeddb_2_test: RuntimeError # Issue 21433
html/indexeddb_4_test: RuntimeError # Issue 21433
html/indexeddb_3_test: Skip # Times out 1 out of 10.
html/notification_test: Fail # Safari doesn't let us access the fields of the Notification to verify them.
html/touchevent_test: Fail # Safari does not support TouchEvents

View file

@ -43,6 +43,10 @@ html/custom/element_upgrade_failure_test: MissingCompileTimeError
html/custom/entered_left_view_test/shadow_dom: Pass, Timeout # Roll 50 failure
html/custom_elements_test: Pass, Timeout # Issue 26789
html/debugger_test: CompileTimeError # Issue 30900
html/indexeddb_1_test/functional: Pass, Timeout # Roll 50 failure
html/indexeddb_2_test: Pass, Timeout # Roll 50 failure
html/indexeddb_3_test: Pass, Timeout # Roll 50 failure
html/indexeddb_4_test: Pass, Timeout # Roll 50 failure
html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
html/js_typed_interop_side_cast_exp_test: Pass, RuntimeError # Roll 50 failure
html/mirrors_js_typed_interop_test: Pass, Slow
@ -174,6 +178,10 @@ html/element_types_constructors6_test: Crash # 'file:*/pkg/compiler/lib/src/comm
html/element_types_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
html/event_customevent_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
html/event_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
html/indexeddb_1_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
html/indexeddb_2_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
html/indexeddb_3_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
html/indexeddb_4_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
html/js_typed_interop_anonymous2_exp_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
html/js_typed_interop_anonymous2_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
html/js_typed_interop_anonymous_exp_test: Crash # 'file:*/pkg/compiler/lib/src/common_elements.dart': Failed assertion: line 405 pos 12: 'element.name == '=='': is not true.
@ -320,6 +328,14 @@ html/element_types_test/supported_track: RuntimeError
html/element_types_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/event_customevent_test: RuntimeError
html/event_test: RuntimeError
html/indexeddb_1_test/dynamic: RuntimeError
html/indexeddb_1_test/functional: RuntimeError
html/indexeddb_1_test/supported: RuntimeError
html/indexeddb_1_test/typed: RuntimeError
html/indexeddb_1_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/indexeddb_2_test: RuntimeError
html/indexeddb_3_test: RuntimeError
html/indexeddb_4_test: RuntimeError
html/js_typed_interop_anonymous2_exp_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/js_typed_interop_anonymous2_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.
html/js_typed_interop_anonymous_exp_test: Crash # NoSuchMethodError: Class 'JMethod' has no instance getter 'implementation'.

View file

@ -53,6 +53,8 @@ html/custom_elements_23127_test: Skip # Issue 29922
html/custom_elements_test: Skip # Issue 29922
html/element_classes_test: RuntimeError # Issue 29922
html/element_classes_svg_test: RuntimeError # Issue 29922
html/indexeddb_1_test/functional: RuntimeError # Issue 29922, strong mode cast failure
html/indexeddb_2_test: RuntimeError, Skip # Times out. Issue 29922, strong mode cast failure
html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue 29922
html/js_typed_interop_side_cast_exp_test/01: RuntimeError # Requires --experimental-trust-js-interop-type-annotations flag.
html/js_util_test: RuntimeError # Issue 29922
@ -62,6 +64,8 @@ html/keyboard_event_test: RuntimeError # Issue 30946
html/media_stream_test: RuntimeError # Issue 29922
html/mediasource_test: RuntimeError # Issue 29922
html/transition_event_test: Pass, RuntimeError, Timeout # Issue 29922, this test seems flaky
html/webgl_extensions_test: RuntimeError # Issue XXX
html/websql_test: RuntimeError, Pass # Issue 29922
math/random_big_test: RuntimeError # Issue 29922
html/webgl_extensions_test: RuntimeError # Issue 31017
html/websql_test: RuntimeError, Pass # Issue 29922

View file

@ -109,8 +109,6 @@ html/async_spawnuri_test: RuntimeError # Issue 29922
html/async_test: RuntimeError # Issue 29922
html/element_classes_svg_test: RuntimeError # Issue 29922
html/element_classes_test: RuntimeError # Issue 29922
html/indexeddb_1_test/functional: RuntimeError # Issue 29922, strong mode cast failure
html/indexeddb_2_test: RuntimeError, Skip # Times out. Issue 29922, strong mode cast failure
html/input_element_test: RuntimeError # Issue 29922
html/interactive_test: Skip # requests interactive permissions (camera, geolocation)
html/isolates_test: RuntimeError # Issue 29922

View file

@ -56,10 +56,6 @@ html/history_test: DartkCompileTimeError
html/htmlcollection_test: DartkCompileTimeError
html/htmlelement_test: DartkCompileTimeError
html/htmloptionscollection_test: DartkCompileTimeError
html/indexeddb_1_test: DartkCompileTimeError
html/indexeddb_2_test: DartkCompileTimeError
html/indexeddb_3_test: DartkCompileTimeError
html/indexeddb_4_test: DartkCompileTimeError
html/indexeddb_5_test: DartkCompileTimeError
html/input_element_test: DartkCompileTimeError
html/instance_of_test: DartkCompileTimeError