| 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 |
| 11 # Isolate implementation is private after the unification - Issue 4651 | 11 # Isolate implementation is private after the unification - Issue 4651 |
| 12 js_interop_3_test: Fail | 12 js_interop_3_test: Fail |
| 13 js_interop_4_test: Fail | 13 js_interop_4_test: Fail |
| 14 js_interop_func_passing_test: Fail | 14 js_interop_func_passing_test: Fail |
| 15 | 15 |
| 16 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] |
| 17 js_interop_2_test: Fail # Issue 4651 |
| 18 |
| 16 [ $runtime == drt ] | 19 [ $runtime == drt ] |
| 17 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. | 20 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. |
| 18 | 21 |
| 19 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 22 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 20 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 23 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 21 #htmloptionscollection_test: Fail # TODO(asiva): investigate. | 24 #htmloptionscollection_test: Fail # TODO(asiva): investigate. |
| 22 js_interop_2_test: Fail # Issue 4651 | 25 js_interop_2_test: Fail # Issue 4651 |
| 23 | 26 |
| 24 [ $compiler == none && $runtime == drt && $system == windows] | 27 [ $compiler == none && $runtime == drt && $system == windows] |
| 25 audiocontext_test: Skip | 28 audiocontext_test: Skip |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 # Note this test now passes for the wrong reasons. It used to be that the only | 149 # Note this test now passes for the wrong reasons. It used to be that the only |
| 147 # forEach in this program was in NodeList. Due to dependencies from the unittest | 150 # forEach in this program was in NodeList. Due to dependencies from the unittest |
| 148 # framework, frog no longer resolves forEach statically, and instead it | 151 # framework, frog no longer resolves forEach statically, and instead it |
| 149 # dynamically binds forEach on a bunch of classes, including HTMLCollection. | 152 # dynamically binds forEach on a bunch of classes, including HTMLCollection. |
| 150 typing_test: Pass | 153 typing_test: Pass |
| 151 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. | 154 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. |
| 152 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4 | 155 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4 |
| 153 # (NS_ERROR_DOM_BAD_URI) ... | 156 # (NS_ERROR_DOM_BAD_URI) ... |
| 154 xhr_test: Fail | 157 xhr_test: Fail |
| 155 | 158 |
| 156 [ $runtime == ff && $system == windows ] | |
| 157 # TODO(vsm): Investigate why this is only failing on windows. | |
| 158 js_interop_2_test: Fail | |
| 159 | |
| 160 [ $runtime == ie && ($system == linux || $system == macos) ] | 159 [ $runtime == ie && ($system == linux || $system == macos) ] |
| 161 *: Skip | 160 *: Skip |
| 162 | 161 |
| 163 [ $runtime == safari && ($system == linux || $system == windows) ] | 162 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 164 *: Skip | 163 *: Skip |
| 165 | 164 |
| 166 [ $runtime == safari ] | 165 [ $runtime == safari ] |
| 167 # TODO(vsm): Triage DOM failures. | 166 # TODO(vsm): Triage DOM failures. |
| 168 *: Skip | 167 *: Skip |
| 169 | 168 |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 svg_3_test: Skip # Timeout | 219 svg_3_test: Skip # Timeout |
| 221 documentfragment_test: Skip # Timeout | 220 documentfragment_test: Skip # Timeout |
| 222 fileapi_test: Skip # Issue 3022 | 221 fileapi_test: Skip # Issue 3022 |
| 223 | 222 |
| 224 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 223 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 225 css_test: Pass, Fail # Issue #2823 | 224 css_test: Pass, Fail # Issue #2823 |
| 226 fileapi_test: Skip # Issue 3022 | 225 fileapi_test: Skip # Issue 3022 |
| 227 | 226 |
| 228 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 227 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 229 indexeddb_2_test: Fail # Issue 3669. | 228 indexeddb_2_test: Fail # Issue 3669. |
| OLD | NEW |