| 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 | 8 *: Skip |
| 9 | 9 |
| 10 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 10 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 | 115 |
| 116 [ $compiler == dart2js && $runtime == drt ] | 116 [ $compiler == dart2js && $runtime == drt ] |
| 117 indexeddb_3_test: Fail | 117 indexeddb_3_test: Fail |
| 118 | 118 |
| 119 # DOM errors. | 119 # DOM errors. |
| 120 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' |
| 121 indexeddb_2_test: Fail # Uncaught error | 121 indexeddb_2_test: Fail # Uncaught error |
| 122 | 122 |
| 123 [ $compiler == dart2js && $runtime == none ] | 123 [ $compiler == dart2js && $runtime == none ] |
| 124 *: Fail, Pass # TODO(ahe): Triage these tests. | 124 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 125 |
| 126 [ $compiler == dart2js && $runtime == ff ] |
| 127 *: Skip # Issue 2615 |
| OLD | NEW |