Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 window_open_test: Fail, Pass # http://dartbug.com/5151 | 5 window_open_test: Fail, Pass # http://dartbug.com/5151 |
| 6 | 6 |
| 7 event_test: Skip # Issue 1996 | 7 event_test: Skip # Issue 1996 |
| 8 webgl_1_test: Skip # Issue 1495 | 8 webgl_1_test: Skip # Issue 1495 |
| 9 xmldocument_test: Skip # XML in dart:html is incomplete | 9 xmldocument_test: Skip # XML in dart:html is incomplete |
| 10 xmlelement_test: Skip # XML in dart:html is incomplete | 10 xmlelement_test: Skip # XML in dart:html is incomplete |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 86 history_test: Fail | 86 history_test: Fail |
| 87 indexeddb_1_test: Fail | 87 indexeddb_1_test: Fail |
| 88 indexeddb_2_test: Fail | 88 indexeddb_2_test: Fail |
| 89 indexeddb_3_test: Fail | 89 indexeddb_3_test: Fail |
| 90 indexeddb_4_test: Fail | 90 indexeddb_4_test: Fail |
| 91 js_interop_2_test: Fail | 91 js_interop_2_test: Fail |
| 92 js_interop_3_test: Fail | 92 js_interop_3_test: Fail |
| 93 js_interop_4_test: Fail | 93 js_interop_4_test: Fail |
| 94 messageevent_test: Fail | 94 messageevent_test: Fail |
| 95 mutationobserver_test: Fail | 95 mutationobserver_test: Fail |
| 96 request_animation_frame_test: Fail | |
| 96 serialized_script_value_test: Fail | 97 serialized_script_value_test: Fail |
|
Emily Fortuna
2012/09/25 01:14:01
callbacks_test fails in IE, which also uses reques
blois
2012/09/25 17:52:28
This is failing because the implementation is now
| |
| 97 shadow_dom_layout_test: Fail | 98 shadow_dom_layout_test: Fail |
| 98 shadow_dom_test: Fail | 99 shadow_dom_test: Fail |
| 99 storage_test: Fail | 100 storage_test: Fail |
| 100 svg_3_test: Fail | 101 svg_3_test: Fail |
| 101 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) | 102 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) |
| 102 websocket_test: Fail | 103 websocket_test: Fail |
| 103 window_open_test: Skip # BUG(4016) | 104 window_open_test: Skip # BUG(4016) |
| 104 xsltprocessor_test: Skip # BUG(4016) | 105 xsltprocessor_test: Skip # BUG(4016) |
| 105 isolates_test: Skip # BUG(4016) | 106 isolates_test: Skip # BUG(4016) |
| 106 xhr_test: Skip # BUG(4016) | 107 xhr_test: Skip # BUG(4016) |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 195 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 196 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 196 css_test: Pass, Fail # Issue #2823 | 197 css_test: Pass, Fail # Issue #2823 |
| 197 | 198 |
| 198 [ $compiler == dart2js && $runtime == ff && $system == windows] | 199 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 199 js_interop_2_test: Fail # Issue 4658. | 200 js_interop_2_test: Fail # Issue 4658. |
| 200 | 201 |
| 201 [ $compiler == dart2js && $checked && $browser] | 202 [ $compiler == dart2js && $checked && $browser] |
| 202 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' | 203 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' |
| 203 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' | 204 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' |
| 204 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' | 205 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' |
| OLD | NEW |