| 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 audiocontext_test: Fail # Issue 2770 | |
| 7 | 6 |
| 8 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 7 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 9 indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation
.get:key' | 8 indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation
.get:key' |
| 10 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. |
| 11 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not imp
lemented | 10 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not imp
lemented |
| 12 dart_object_local_storage_test: Skip | 11 dart_object_local_storage_test: Skip |
| 13 wrapper_test: Skip | 12 wrapper_test: Skip |
| 14 | 13 |
| 15 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g ] | 14 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g ] |
| 16 native_gc_test: Skip # Issue 2538. | 15 native_gc_test: Skip # Issue 2538. |
| 17 | 16 |
| 18 [ $compiler == none && $runtime == drt && $system == windows] | 17 [ $compiler == none && $runtime == drt && $system == windows] |
| 19 audiocontext_test: Skip | 18 audiocontext_test: Skip |
| 20 | 19 |
| 21 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari
|| $runtime == ff || $runtime == chrome || $runtime == opera) ] | 20 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari
|| $runtime == ff || $runtime == chrome || $runtime == opera) ] |
| 22 window_nosuchmethod_test: Fail # Issue 1837, frog puts top-level members in the
global JS namespace. | 21 window_nosuchmethod_test: Fail # Issue 1837, frog puts top-level members in the
global JS namespace. |
| 23 cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dar
t:html frog. | 22 cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dar
t:html frog. |
| 24 | 23 |
| 25 [ $compiler == frog && $runtime == drt ] | 24 [ $compiler == frog && $runtime == drt ] |
| 26 request_animation_frame_test: Skip # drt hangs | 25 request_animation_frame_test: Skip # drt hangs |
| 27 | 26 |
| 28 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome |
| $runtime == opera || ($runtime == drt && $compiler == frog)] | 27 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome |
| $runtime == opera || ($runtime == drt && $compiler == frog)] |
| 29 # TODO(vsm): Triage DOM tests. | 28 # TODO(vsm): Triage DOM tests. |
| 30 dom_isolates_test: Fail | 29 dom_isolates_test: Fail |
| 31 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre
ctly. | 30 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre
ctly. |
| 32 | 31 |
| 33 htmlelement_test: Fail | |
| 34 window_open_test: Fail | 32 window_open_test: Fail |
| 35 | 33 |
| 36 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] | 34 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] |
| 37 history_test: Fail | 35 history_test: Fail |
| 38 | 36 |
| 39 [ $runtime == ie ] | 37 [ $runtime == ie ] |
| 40 # TODO(vsm): Triage DOM failures. | 38 # TODO(vsm): Triage DOM failures. |
| 41 *: Skip | 39 *: Skip |
| 42 | 40 |
| 43 [ $runtime == safari ] | 41 [ $runtime == safari ] |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 [ $compiler == dart2js && $runtime == drt ] | 111 [ $compiler == dart2js && $runtime == drt ] |
| 114 indexeddb_3_test: Fail | 112 indexeddb_3_test: Fail |
| 115 | 113 |
| 116 # DOM errors. | 114 # DOM errors. |
| 117 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' | 115 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' |
| 118 htmlelement_test: Fail # TypeError: Object #<HTMLDivElement> has no method 'get$
dataset' | 116 htmlelement_test: Fail # TypeError: Object #<HTMLDivElement> has no method 'get$
dataset' |
| 119 indexeddb_2_test: Fail # Uncaught error | 117 indexeddb_2_test: Fail # Uncaught error |
| 120 | 118 |
| 121 [ $compiler == dart2js && $runtime == none ] | 119 [ $compiler == dart2js && $runtime == none ] |
| 122 *: Fail, Pass # TODO(ahe): Triage these tests. | 120 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |