| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 125 |
| 126 [ $compiler == dart2js && $runtime == ff ] | 126 [ $compiler == dart2js && $runtime == ff ] |
| 127 *: Skip # Issue 2615 | 127 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException :
method not found: 'get$status' |
| 128 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught
NoSuchMethodException : method not found: 'get$data' |
| 129 window_nosuchmethod_test: Fail # Expectation: windowNonMethod. Caught Instance o
f 'TypeError' |
| 130 xhr_test: Skip # Timeout |
| 131 inner_frame_test: Skip # Timeout |
| 132 svg_3_test: Skip # Timeout |
| OLD | NEW |