| 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 webgl_1_test: Skip # Issue 1495 | 5 webgl_1_test: Skip # Issue 1495 |
| 6 | 6 |
| 7 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 7 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 8 indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation
.get:key' | 8 indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation
.get:key' |
| 9 indexeddb_4_test: Skip # Hangs in dartium. IDBKeyRange constructors not impleme
nted. | 9 indexeddb_4_test: Skip # Hangs in dartium. IDBKeyRange constructors not impleme
nted. |
| 10 | 10 |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 [ $compiler == frog && $runtime == none ] | 95 [ $compiler == frog && $runtime == none ] |
| 96 *: Skip | 96 *: Skip |
| 97 | 97 |
| 98 [ $compiler == dart2js ] | 98 [ $compiler == dart2js ] |
| 99 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate | 99 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate |
| 100 | 100 |
| 101 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] | 101 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] |
| 102 request_animation_frame_test: Skip # Async test hangs. | 102 request_animation_frame_test: Skip # Async test hangs. |
| 103 isolates_test: Skip # Timeout because leg does not support web workers. | 103 isolates_test: Skip # Timeout because leg does not support web workers. |
| 104 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. | 104 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
| 105 cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dar
t:html | 105 htmlelement_test: Fail # NoSuchMethodException : method not found: 'isEmpty$0' R
eceiver: Instance of 'DOMStringMap' |
| 106 | 106 |
| 107 [ $compiler == dart2js && $runtime == drt ] | 107 [ $compiler == dart2js && $runtime == drt ] |
| 108 indexeddb_3_test: Fail | 108 indexeddb_3_test: Fail |
| 109 | 109 |
| 110 # DOM errors. | 110 # DOM errors. |
| 111 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' | 111 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' |
| 112 indexeddb_2_test: Fail # Uncaught error | 112 indexeddb_2_test: Fail # Uncaught error |
| 113 | 113 |
| 114 [ $compiler == dart2js && $runtime == none ] | 114 [ $compiler == dart2js && $runtime == none ] |
| 115 *: Fail, Pass # TODO(ahe): Triage these tests. | 115 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |