| 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 # Unknown error - should investigate. | 185 # Unknown error - should investigate. |
| 186 measurement_test: Fail | 186 measurement_test: Fail |
| 187 htmloptionscollection_test: Fail # Issue 3813. | 187 htmloptionscollection_test: Fail # Issue 3813. |
| 188 unknownelement_test: Fail # Issue 4189 | 188 unknownelement_test: Fail # Issue 4189 |
| 189 | 189 |
| 190 [ $compiler == dart2js && $runtime == none ] | 190 [ $compiler == dart2js && $runtime == none ] |
| 191 *: Fail, Pass # TODO(ahe): Triage these tests. | 191 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 192 | 192 |
| 193 [ $compiler == dart2js ] | 193 [ $compiler == dart2js ] |
| 194 transferables_test: Skip # until isInstance works in dart2js | 194 transferables_test: Skip # until isInstance works in dart2js |
| 195 js_interop_1_test: Pass |
| 196 js_interop_2_test: Pass |
| 195 | 197 |
| 196 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 198 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 197 request_animation_frame_test: Skip # Async test hangs. | 199 request_animation_frame_test: Skip # Async test hangs. |
| 198 | 200 |
| 199 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] | 201 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] |
| 200 isolates_test: Skip # Timeout because leg does not support web workers. | 202 isolates_test: Skip # Timeout because leg does not support web workers. |
| 201 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. | 203 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
| 202 | 204 |
| 203 [ $compiler == dart2js && $runtime == ff && $system == linux] | 205 [ $compiler == dart2js && $runtime == ff && $system == linux] |
| 204 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught
NoSuchMethodException : method not found: 'get$data' | 206 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught
NoSuchMethodException : method not found: 'get$data' |
| (...skipping 16 matching lines...) Expand all Loading... |
| 221 svg_3_test: Skip # Timeout | 223 svg_3_test: Skip # Timeout |
| 222 documentfragment_test: Skip # Timeout | 224 documentfragment_test: Skip # Timeout |
| 223 fileapi_test: Skip # Issue 3022 | 225 fileapi_test: Skip # Issue 3022 |
| 224 | 226 |
| 225 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 227 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 226 css_test: Pass, Fail # Issue #2823 | 228 css_test: Pass, Fail # Issue #2823 |
| 227 fileapi_test: Skip # Issue 3022 | 229 fileapi_test: Skip # Issue 3022 |
| 228 | 230 |
| 229 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 231 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 230 indexeddb_2_test: Fail # Issue 3669. | 232 indexeddb_2_test: Fail # Issue 3669. |
| OLD | NEW |