| 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 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not imp
lemented | 10 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not imp
lemented |
| 11 dart_object_local_storage_test: Skip |
| 12 wrapper_test: Skip |
| 13 audiocontext_test: Fail # AudioContext has no constructor in dart:html |
| 11 | 14 |
| 12 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g ] | 15 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g ] |
| 13 native_gc_test: Skip # Issue 2538. | 16 native_gc_test: Skip # Issue 2538. |
| 14 | 17 |
| 15 [ $compiler == none && $runtime == drt && $system == windows] | 18 [ $compiler == none && $runtime == drt && $system == windows] |
| 16 audiocontext_test: Skip | 19 audiocontext_test: Skip |
| 17 | 20 |
| 18 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari
|| $runtime == ff || $runtime == chrome || $runtime == opera) ] | 21 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari
|| $runtime == ff || $runtime == chrome || $runtime == opera) ] |
| 19 window_nosuchmethod_test: Fail # Issue 1837, frog puts top-level members in the
global JS namespace. | 22 window_nosuchmethod_test: Fail # Issue 1837, frog puts top-level members in the
global JS namespace. |
| 20 | 23 |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 isolates_test: Skip # Timeout because leg does not support web workers. | 108 isolates_test: Skip # Timeout because leg does not support web workers. |
| 106 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. | 109 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
| 107 | 110 |
| 108 # DOM errors. | 111 # DOM errors. |
| 109 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' | 112 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' |
| 110 htmlelement_test: Fail # TypeError: Object #<HTMLDivElement> has no method 'get$
dataset' | 113 htmlelement_test: Fail # TypeError: Object #<HTMLDivElement> has no method 'get$
dataset' |
| 111 indexeddb_2_test: Fail # Uncaught error | 114 indexeddb_2_test: Fail # Uncaught error |
| 112 | 115 |
| 113 [ $compiler == dart2js && $runtime == none ] | 116 [ $compiler == dart2js && $runtime == none ] |
| 114 *: Fail, Pass # TODO(ahe): Triage these tests. | 117 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |