| 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 15 matching lines...) Expand all Loading... |
| 26 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre
ctly. | 26 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre
ctly. |
| 27 htmloptionscollection_test: Fail # Issue 3813. | 27 htmloptionscollection_test: Fail # Issue 3813. |
| 28 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. | 28 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. |
| 29 | 29 |
| 30 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] | 30 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] |
| 31 history_test: Fail | 31 history_test: Fail |
| 32 | 32 |
| 33 [ $runtime == chrome ] | 33 [ $runtime == chrome ] |
| 34 cssstyledeclaration_test: Fail | 34 cssstyledeclaration_test: Fail |
| 35 | 35 |
| 36 [ $runtime == chrome && $system == macos ] |
| 37 cssstyledeclaration_test: Pass # Issue 3889. |
| 38 |
| 36 [ $runtime == ie ] | 39 [ $runtime == ie ] |
| 37 typed_arrays_1_test: Skip # ie9 does not have typed arrays. | 40 typed_arrays_1_test: Skip # ie9 does not have typed arrays. |
| 38 typed_arrays_2_test: Skip | 41 typed_arrays_2_test: Skip |
| 39 typed_arrays_3_test: Skip | 42 typed_arrays_3_test: Skip |
| 40 typed_arrays_4_test: Skip | 43 typed_arrays_4_test: Skip |
| 41 typed_arrays_dataview_test: Skip | 44 typed_arrays_dataview_test: Skip |
| 42 canvas_pixel_array_type_alias_test: Fail # Verify is CanvasPixelArray. | 45 canvas_pixel_array_type_alias_test: Fail # Verify is CanvasPixelArray. |
| 43 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray. | 46 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray. |
| 44 cssstyledeclaration_test: Fail | 47 cssstyledeclaration_test: Fail |
| 45 documentfragment_test: Fail | 48 documentfragment_test: Fail |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 documentfragment_test: Skip # Timeout | 171 documentfragment_test: Skip # Timeout |
| 169 fileapi_test: Skip # Issue 3022 | 172 fileapi_test: Skip # Issue 3022 |
| 170 | 173 |
| 171 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 174 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 172 css_test: Pass, Fail # Issue #2823 | 175 css_test: Pass, Fail # Issue #2823 |
| 173 fileapi_test: Skip # Issue 3022 | 176 fileapi_test: Skip # Issue 3022 |
| 174 | 177 |
| 175 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 178 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 176 indexeddb_2_test: Fail # Issue 3669. | 179 indexeddb_2_test: Fail # Issue 3669. |
| 177 indexeddb_3_test: Fail # Issue 3670. | 180 indexeddb_3_test: Fail # Issue 3670. |
| OLD | NEW |