Chromium Code Reviews| Index: tests/html/html.status |
| diff --git a/tests/html/html.status b/tests/html/html.status |
| index 6992f9188e524c9b0242dc24fa0ce9ae5fd79c3a..ada9ba37704cb59083800c7013d0c7322a9f263d 100644 |
| --- a/tests/html/html.status |
| +++ b/tests/html/html.status |
| @@ -9,7 +9,7 @@ custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) |
| [ $runtime == drt || $runtime == dartium ] |
| custom/template_wrappers_test: Pass # Issue 16656 Override others |
| -[ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| +[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] |
| form_data_test/functional: Fail # Issue 18931 (Disabled for Chrome 35 roll) |
| indexeddb_5_test: Fail # Issue 18931 (Disabled for Chrome 35 roll) |
| custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 18931 (Disabled for Chrome 35 roll) |
| @@ -34,7 +34,7 @@ xhr_test/xhr: Pass, RuntimeError # Issue 18049 |
| [ $compiler == none && $runtime == dartium && $system == macos] |
| canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834 |
| -[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellInAndroid) ] |
| +[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] |
| # postMessage in dartium always transfers the typed array buffer, never a view |
| postmessage_structured_test/typed_arrays: Fail |
| xhr_test/json: Fail # Issue 13069 |
| @@ -43,18 +43,21 @@ keyboard_event_test: Fail # Issue 13902 |
| isolates_test: Fail # Issue 13921 |
| custom/element_upgrade_test: Skip # Issue 17298 |
| -[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellInAndroid) && $mode == debug ] |
| +[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) && $mode == debug ] |
| websocket_test/websocket: Skip # Issue 17666 |
| canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip #Issue 17666 |
| -[ $compiler == none && $runtime == ContentShellInAndroid ] |
| -element_offset_test/offset: Pass, Fail # Issue 13296 |
| +[ $compiler == none && $runtime == ContentShellOnAndroid ] |
| +element_offset_test/offset: Pass, Fail # Issue 17550 |
| +html/mouse_event_test: Skip # Times out. Issue 19127 |
|
ricow1
2014/06/02 11:19:47
I don't think you should prefix with html here
Bill Hesse
2014/06/02 14:32:42
right, thanks.
|
| +css_test/supportsPointConversions # Times out. Issue 19127 |
| +canvasrenderingcontext2d_test/drawImage_video_element: RuntimeError # Issue 19127 |
| +canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: RuntimeError # Issue 19127 |
| [ $compiler == none && $runtime == drt && $system == windows ] |
| worker_test/functional: Pass, Crash # Issue 9929. |
| touchevent_test/supported: Pass, Fail # Issue 17061 |
| - |
| [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this failure. |
| input_element_test/supported_datetime-local: Pass, Slow # TODO(dart2js-team): Please triage this failure. |