| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 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
. |
| 194 | 194 |
| 195 [ $compiler == dart2js && $runtime == ff && $system == linux] | 195 [ $compiler == dart2js && $runtime == ff && $system == linux] |
| 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 localstorage_test: Fail | 197 localstorage_test: Fail |
| 198 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. |
| 199 | 199 |
| 200 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 200 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 201 fileapi_test: Skip # Issue 3022 | 201 fileapi_test: Skip # Issue 3022 |
| 202 | 202 |
| 203 [ $compiler == dart2js && $runtime == chrome ] |
| 204 cssstyledeclaration_test: Fail # Issue 4777 |
| 205 |
| 203 [ $compiler == dart2js && $runtime == ff ] | 206 [ $compiler == dart2js && $runtime == ff ] |
| 204 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException :
method not found: 'get$status' | 207 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException :
method not found: 'get$status' |
| 205 xhr_test: Skip # Timeout | 208 xhr_test: Skip # Timeout |
| 206 inner_frame_test: Skip # Timeout | 209 inner_frame_test: Skip # Timeout |
| 207 svg_3_test: Skip # Timeout | 210 svg_3_test: Skip # Timeout |
| 208 documentfragment_test: Skip # Timeout | 211 documentfragment_test: Skip # Timeout |
| 209 fileapi_test: Skip # Issue 3022 | 212 fileapi_test: Skip # Issue 3022 |
| 210 | 213 |
| 211 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 214 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 212 css_test: Pass, Fail # Issue #2823 | 215 css_test: Pass, Fail # Issue #2823 |
| 213 fileapi_test: Skip # Issue 3022 | 216 fileapi_test: Skip # Issue 3022 |
| 214 | 217 |
| 215 [ $compiler == dart2js && $runtime == ff && $system == windows] | 218 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 216 js_interop_2_test: Fail # Issue 4658. | 219 js_interop_2_test: Fail # Issue 4658. |
| OLD | NEW |