| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index effb2c0c9c505d42e15a9060628bc1bdd257742e..4e77a0a3a57ff814d64bd5c75644cf1875849bd2 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -9,6 +9,26 @@ cross_frame_test: Skip # Test reloads itself. Issue 18558
|
| js_array_test: Skip # Issue 23676, 23677
|
| js_typed_interop_test: Skip # Issue 23676, 23677
|
|
|
| +[ $compiler == none && $runtime == dartium ]
|
| +cross_domain_iframe_test: RuntimeError # Dartium JSInterop failure
|
| +crypto_test/functional: RuntimeError # Dartium JSInterop failure
|
| +custom/created_callback_test: RuntimeError # Dartium JSInterop failure
|
| +custom/document_register_basic_test: RuntimeError # Dartium JSInterop failure
|
| +custom/document_register_type_extensions_test/registration: RuntimeError # Dartium JSInterop failure
|
| +custom/element_upgrade_test: RuntimeError # Dartium JSInterop failure
|
| +custom/js_custom_test: RuntimeError # Dartium JSInterop failure
|
| +custom_elements_test/register: RuntimeError # Dartium JSInterop failure
|
| +indexeddb_2_test: RuntimeError # Dartium JSInterop failure
|
| +indexeddb_5_test: RuntimeError # Dartium JSInterop failure
|
| +js_test: RuntimeError # Dartium JSInterop failure
|
| +native_gc_test: RuntimeError # Dartium JSInterop failure
|
| +postmessage_structured_test/iframe: RuntimeError # Dartium JSInterop failure
|
| +postmessage_structured_test/primitives: RuntimeError # Dartium JSInterop failure
|
| +speechrecognition_test/types: RuntimeError # Dartium JSInterop failure
|
| +storage_quota_test/missingenumcheck: RuntimeError # Dartium JSInterop failure
|
| +storage_quota_test/none: RuntimeError # Dartium JSInterop failure
|
| +transferables_test: RuntimeError # Dartium JSInterop failure
|
| +
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| form_data_test/functional: Skip # Issue 19726
|
| indexeddb_1_test/functional: Skip # Issue 19512 (timing out)
|
|
|