| 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 svgelement2_test: Fail | 268 svgelement2_test: Fail |
| 269 svgelement_test: Fail | 269 svgelement_test: Fail |
| 270 typed_arrays_2_test: Fail | 270 typed_arrays_2_test: Fail |
| 271 typed_arrays_3_test: Fail | 271 typed_arrays_3_test: Fail |
| 272 typed_arrays_4_test: Fail | 272 typed_arrays_4_test: Fail |
| 273 typed_arrays_5_test: Fail | 273 typed_arrays_5_test: Fail |
| 274 typed_arrays_arraybuffer_test: Fail | 274 typed_arrays_arraybuffer_test: Fail |
| 275 typed_arrays_dataview_test: Fail | 275 typed_arrays_dataview_test: Fail |
| 276 typed_arrays_range_checks_test: Fail | 276 typed_arrays_range_checks_test: Fail |
| 277 typing_test: Fail | 277 typing_test: Fail |
| 278 url_test: Fail |
| 278 websocket_test: Fail | 279 websocket_test: Fail |
| 279 websql_test: Fail | 280 websql_test: Fail |
| 280 window_eq_test: Fail | 281 window_eq_test: Fail |
| 281 window_mangling_test: Fail | 282 window_mangling_test: Fail |
| 282 window_nosuchmethod_test: Fail | 283 window_nosuchmethod_test: Fail |
| 283 window_open_test: Fail | 284 window_open_test: Fail |
| 284 xhr_test: Fail | 285 xhr_test: Fail |
| 285 xsltprocessor_test: Fail | 286 xsltprocessor_test: Fail |
| OLD | NEW |