| 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 *: Skip |
| 9 |
| 10 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 8 indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation
.get:key' | 11 indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation
.get:key' |
| 9 | 12 |
| 10 [ $compiler == none && $runtime == dartium ] | 13 [ $compiler == none && $runtime == dartium ] |
| 11 request_animation_frame_test: Skip # Uses layoutTestController. | 14 request_animation_frame_test: Skip # Uses layoutTestController. |
| 12 | 15 |
| 13 [ $compiler == dart2js || $compiler == frog ] | 16 [ $compiler == dart2js || $compiler == frog ] |
| 14 request_animation_frame_test: Skip # Uses layoutTestController. | 17 request_animation_frame_test: Skip # Uses layoutTestController. |
| 15 | 18 |
| 16 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g ] | 19 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g ] |
| 17 native_gc_test: Skip # Issue 2538. | 20 native_gc_test: Skip # Issue 2538. |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 | 115 |
| 113 [ $compiler == dart2js && $runtime == drt ] | 116 [ $compiler == dart2js && $runtime == drt ] |
| 114 indexeddb_3_test: Fail | 117 indexeddb_3_test: Fail |
| 115 | 118 |
| 116 # DOM errors. | 119 # DOM errors. |
| 117 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' | 120 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' |
| 118 indexeddb_2_test: Fail # Uncaught error | 121 indexeddb_2_test: Fail # Uncaught error |
| 119 | 122 |
| 120 [ $compiler == dart2js && $runtime == none ] | 123 [ $compiler == dart2js && $runtime == none ] |
| 121 *: Fail, Pass # TODO(ahe): Triage these tests. | 124 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |