| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 # Should investigate why this test succeeds on d8. | 138 # Should investigate why this test succeeds on d8. |
| 139 svgelement2_test: Pass | 139 svgelement2_test: Pass |
| 140 | 140 |
| 141 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 141 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 142 request_animation_frame_test: Skip # Async test hangs. | 142 request_animation_frame_test: Skip # Async test hangs. |
| 143 | 143 |
| 144 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] | 144 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] |
| 145 isolates_test: Skip # Timeout because leg does not support web workers. | 145 isolates_test: Skip # Timeout because leg does not support web workers. |
| 146 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. | 146 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
| 147 | 147 |
| 148 [ $compiler == dart2js && $runtime == ff && $system == linux] |
| 149 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. |
| 150 |
| 148 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linu
x] | 151 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linu
x] |
| 149 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. | |
| 150 # DOM errors. | 152 # DOM errors. |
| 151 indexeddb_2_test: Fail # Uncaught error | 153 indexeddb_2_test: Fail # Uncaught error |
| 152 | 154 |
| 153 [ $compiler == dart2js && $runtime == chrome ] | 155 [ $compiler == dart2js && $runtime == chrome ] |
| 154 # TODO(sra): Triage incompatibility issue. | 156 # TODO(sra): Triage incompatibility issue. |
| 155 indexeddb_3_test: Fail # DATA_ERR: DOM IDBDatabase Exception 5 Error: The data
provided does not meet the requirements of the function. | 157 indexeddb_3_test: Fail # DATA_ERR: DOM IDBDatabase Exception 5 Error: The data
provided does not meet the requirements of the function. |
| 156 | 158 |
| 157 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 159 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 158 fileapi_test: Skip # Issue 3022 | 160 fileapi_test: Skip # Issue 3022 |
| 159 | 161 |
| 160 [ $compiler == dart2js && $runtime == ff ] | 162 [ $compiler == dart2js && $runtime == ff ] |
| 161 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException :
method not found: 'get$status' | 163 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException :
method not found: 'get$status' |
| 162 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught
NoSuchMethodException : method not found: 'get$data' | 164 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught
NoSuchMethodException : method not found: 'get$data' |
| 163 xhr_test: Skip # Timeout | 165 xhr_test: Skip # Timeout |
| 164 inner_frame_test: Skip # Timeout | 166 inner_frame_test: Skip # Timeout |
| 165 svg_3_test: Skip # Timeout | 167 svg_3_test: Skip # Timeout |
| 166 documentfragment_test: Skip # Timeout | 168 documentfragment_test: Skip # Timeout |
| 167 fileapi_test: Skip # Issue 3022 | 169 fileapi_test: Skip # Issue 3022 |
| 168 | 170 |
| 169 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 171 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 170 css_test: Pass, Fail # Issue #2823 | 172 css_test: Pass, Fail # Issue #2823 |
| 171 fileapi_test: Skip # Issue 3022 | 173 fileapi_test: Skip # Issue 3022 |
| 172 | 174 |
| 173 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 175 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 174 indexeddb_2_test: Fail # Issue 3669. | 176 indexeddb_2_test: Fail # Issue 3669. |
| 175 indexeddb_3_test: Fail # Issue 3670. | 177 indexeddb_3_test: Fail # Issue 3670. |
| OLD | NEW |