Chromium Code Reviews| Index: tests/html/html.status |
| diff --git a/tests/html/html.status b/tests/html/html.status |
| index 6096b520a1eceb5177450dbb34fd12ee5e939d14..43330e3a2dfc6c370262ac6046cf1ffbd4a0ea1d 100644 |
| --- a/tests/html/html.status |
| +++ b/tests/html/html.status |
| @@ -6,6 +6,7 @@ interactive_test: Skip # Must be run manually. |
| cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| [ $compiler == dart2js ] |
| +indexeddb_1_test/supportsDatabaseNames: Fail |
|
Emily Fortuna
2017/07/26 21:47:09
add comment saying chrome 60 roll?
Siggi Cherem (dart-lang)
2017/07/26 22:10:21
it as however failing on all other browsers :/
|
| input_element_test/attributes: Fail # Issue 21555 |
| wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant to Dartium |
| js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759 |
| @@ -107,6 +108,7 @@ webgl_1_test: Pass, Fail # Issue 8219 |
| canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 12605 |
| [ $compiler == dart2js && $runtime == chrome ] |
| +element_classes_test: RuntimeError |
| css_test/supportsPointConversions: Fail # Issues 21710 |
| css_test/functional: Fail # Issues 21710 |
| @@ -155,7 +157,6 @@ element_types_test/supported_shadow: Fail |
| element_types_test/supported_template: Fail |
| fileapi_test/supported: Fail |
| history_test/supported_HashChangeEvent: Fail |
| -indexeddb_1_test/supportsDatabaseNames: Fail |
| input_element_test/supported_date: Fail |
| input_element_test/supported_datetime-local: Fail |
| input_element_test/supported_month: Fail |
| @@ -200,7 +201,6 @@ element_types_test/supported_content: Fail |
| element_types_test/supported_datalist: Fail |
| element_types_test/supported_shadow: Fail |
| fileapi_test/supported: Fail |
| -indexeddb_1_test/supportsDatabaseNames: Fail |
| media_stream_test/supported_MediaStreamEvent: Fail |
| media_stream_test/supported_MediaStreamTrackEvent: Fail |
| media_stream_test/supported_media: Fail |
| @@ -250,7 +250,6 @@ element_types_test/supported_shadow: Pass, RuntimeError # Issue 28983 |
| element_classes_test: RuntimeError # Issue 27535 |
| element_types_test/supported_keygen: Fail |
| fileapi_test/supported: Fail |
| -indexeddb_1_test/supportsDatabaseNames: Fail |
| input_element_test/supported_date: Fail |
| input_element_test/supported_datetime-local: Fail |
| input_element_test/supported_month: Fail |