| 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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 webgl_1_test: Skip # Issue 1495 | 6 webgl_1_test: Skip # Issue 1495 |
| 7 xmldocument_test: Skip # XML in dart:html is incomplete | 7 xmldocument_test: Skip # XML in dart:html is incomplete |
| 8 xmlelement_test: Skip # XML in dart:html is incomplete | 8 xmlelement_test: Skip # XML in dart:html is incomplete |
| 9 measurement_test: Pass, Fail # Issue 1940 | 9 measurement_test: Pass, Fail # Issue 1940 |
| 10 | 10 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 | 28 |
| 29 [ $compiler == none && $runtime == drt && $system == macos] | 29 [ $compiler == none && $runtime == drt && $system == macos] |
| 30 audiocontext_test: Pass, Fail | 30 audiocontext_test: Pass, Fail |
| 31 | 31 |
| 32 [ $compiler == none && $runtime == drt && $system == linux] | 32 [ $compiler == none && $runtime == drt && $system == linux] |
| 33 documentfragment_test: Pass, Timeout | 33 documentfragment_test: Pass, Timeout |
| 34 | 34 |
| 35 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome |
| $runtime == opera ] | 35 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome |
| $runtime == opera ] |
| 36 # TODO(vsm): Triage DOM tests. | 36 # TODO(vsm): Triage DOM tests. |
| 37 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre
ctly. | 37 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre
ctly. |
| 38 indexeddb_3_test: Fail # Issue 4648 - codegen bug. |
| 38 htmloptionscollection_test: Fail # Issue 3813. | 39 htmloptionscollection_test: Fail # Issue 3813. |
| 39 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. | 40 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. |
| 40 shadow_dom_layout_test: Skip | 41 shadow_dom_layout_test: Skip |
| 41 unknownelement_test: Fail # Issue 4189 | 42 unknownelement_test: Fail # Issue 4189 |
| 42 | 43 |
| 43 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] | 44 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] |
| 44 history_test: Fail | 45 history_test: Fail |
| 45 | 46 |
| 46 [ $runtime == ie ] | 47 [ $runtime == ie ] |
| 47 typed_arrays_1_test: Skip # ie9 does not have typed arrays. | 48 typed_arrays_1_test: Skip # ie9 does not have typed arrays. |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 transferables_test: Skip # until isInstance works in dart2js | 186 transferables_test: Skip # until isInstance works in dart2js |
| 186 | 187 |
| 187 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 188 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 188 request_animation_frame_test: Skip # Async test hangs. | 189 request_animation_frame_test: Skip # Async test hangs. |
| 189 | 190 |
| 190 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] | 191 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] |
| 191 isolates_test: Skip # Timeout because leg does not support web workers. | 192 isolates_test: Skip # Timeout because leg does not support web workers. |
| 192 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. | 193 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
| 193 | 194 |
| 194 [ $compiler == dart2js && $runtime == ff && $system == linux] | 195 [ $compiler == dart2js && $runtime == ff && $system == linux] |
| 195 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught
NoSuchMethodException : method not found: 'get$data' | |
| 196 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er
ror: The data provided does not meet the requirements of the function. | 196 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er
ror: The data provided does not meet the requirements of the function. |
| 197 instance_of_test: Fail # Issue 2535 | |
| 198 localstorage_test: Fail | 197 localstorage_test: Fail |
| 199 mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14. | 198 mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14. |
| 200 | 199 |
| 201 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linu
x] | 200 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linu
x] |
| 202 # DOM errors. | 201 # DOM errors. |
| 203 indexeddb_2_test: Fail # Uncaught error | 202 indexeddb_2_test: Fail # Uncaught error |
| 204 | 203 |
| 205 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 204 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 206 fileapi_test: Skip # Issue 3022 | 205 fileapi_test: Skip # Issue 3022 |
| 207 | 206 |
| 208 [ $compiler == dart2js && $runtime == ff ] | 207 [ $compiler == dart2js && $runtime == ff ] |
| 209 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException :
method not found: 'get$status' | 208 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException :
method not found: 'get$status' |
| 210 xhr_test: Skip # Timeout | 209 xhr_test: Skip # Timeout |
| 211 inner_frame_test: Skip # Timeout | 210 inner_frame_test: Skip # Timeout |
| 212 svg_3_test: Skip # Timeout | 211 svg_3_test: Skip # Timeout |
| 213 documentfragment_test: Skip # Timeout | 212 documentfragment_test: Skip # Timeout |
| 214 fileapi_test: Skip # Issue 3022 | 213 fileapi_test: Skip # Issue 3022 |
| 215 | 214 |
| 216 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 215 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 217 css_test: Pass, Fail # Issue #2823 | 216 css_test: Pass, Fail # Issue #2823 |
| 218 fileapi_test: Skip # Issue 3022 | 217 fileapi_test: Skip # Issue 3022 |
| 219 | 218 |
| 220 [ $compiler == dart2js && $runtime == ff && $system == windows] | 219 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 221 js_interop_2_test: Fail # Issue 4658. | 220 js_interop_2_test: Fail # Issue 4658. |
| 222 | 221 |
| 223 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 222 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 224 indexeddb_2_test: Fail # Issue 3669. | 223 indexeddb_2_test: Fail # Issue 3669. |
| OLD | NEW |