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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 # Note this test now passes for the wrong reasons. It used to be that the only | 98 # Note this test now passes for the wrong reasons. It used to be that the only |
99 # forEach in this program was in NodeList. Due to dependencies from the unittest | 99 # forEach in this program was in NodeList. Due to dependencies from the unittest |
100 # framework, frog no longer resolves forEach statically, and instead it | 100 # framework, frog no longer resolves forEach statically, and instead it |
101 # dynamically binds forEach on a bunch of classes, including HTMLCollection. | 101 # dynamically binds forEach on a bunch of classes, including HTMLCollection. |
102 typing_test: Pass | 102 typing_test: Pass |
103 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. | 103 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. |
104 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4 | 104 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530
3f4 |
105 # (NS_ERROR_DOM_BAD_URI) ... | 105 # (NS_ERROR_DOM_BAD_URI) ... |
106 xhr_test: Fail | 106 xhr_test: Fail |
107 | 107 |
108 [ $runtime == ie && ($system == linux || $system == mac) ] | 108 [ $runtime == ie && ($system == linux || $system == macos) ] |
109 *: Skip | 109 *: Skip |
110 | 110 |
111 [ $runtime == ie ] | 111 [ $runtime == ie ] |
112 # TODO(vsm): Triage DOM failures. | 112 # TODO(vsm): Triage DOM failures. |
113 *: Skip | 113 *: Skip |
114 | 114 |
115 [ $runtime == safari && ($system == linux || $system == windows) ] | 115 [ $runtime == safari && ($system == linux || $system == windows) ] |
116 *: Skip | 116 *: Skip |
117 | 117 |
118 [ $runtime == safari ] | 118 [ $runtime == safari ] |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 | 165 |
166 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] | 166 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] |
167 isolates_test: Skip # Timeout because leg does not support web workers. | 167 isolates_test: Skip # Timeout because leg does not support web workers. |
168 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. | 168 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
169 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. | 169 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. |
170 | 170 |
171 # DOM errors. | 171 # DOM errors. |
172 indexeddb_2_test: Fail # Uncaught error | 172 indexeddb_2_test: Fail # Uncaught error |
173 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' | 173 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' |
174 | 174 |
175 [ $compiler == dart2js && $runtime == chrome && $system == mac ] | 175 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
176 element_test: Fail # method not found: 'get$add' | 176 element_test: Fail # method not found: 'get$add' |
177 fileapi_test: Skip # Issue 3022 | 177 fileapi_test: Skip # Issue 3022 |
OLD | NEW |