| 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 | 9 |
| 10 [ $compiler == none && $runtime == dartium ] | 10 [ $compiler == none && $runtime == dartium ] |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 # a browser environment. | 86 # a browser environment. |
| 87 [ $compiler == dartc ] | 87 [ $compiler == dartc ] |
| 88 *: Skip | 88 *: Skip |
| 89 | 89 |
| 90 [ $runtime == vm ] | 90 [ $runtime == vm ] |
| 91 *: Skip | 91 *: Skip |
| 92 | 92 |
| 93 [ $compiler == frog && $runtime == d8 ] | 93 [ $compiler == frog && $runtime == d8 ] |
| 94 *: Skip | 94 *: Skip |
| 95 | 95 |
| 96 [ ($compiler == frog || $compiler == dart2js) && ($runtime == chrome || $runtime
== drt) ] | 96 [ $compiler == frog && $runtime == chrome ] |
| 97 css_test: Pass, Fail # Test is flaky Issue #2823 | 97 css_test: Pass, Fail # Test is flaky Issue #2823 |
| 98 | 98 |
| 99 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 99 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 100 [ $runtime == opera ] | 100 [ $runtime == opera ] |
| 101 *: Skip | 101 *: Skip |
| 102 | 102 |
| 103 [ $compiler == frog && $runtime == none ] | 103 [ $compiler == frog && $runtime == none ] |
| 104 *: Skip | 104 *: Skip |
| 105 | 105 |
| 106 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] | 106 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] |
| 107 dom_isolates_test: Fail # spawnDomIsolate is not implemented. | 107 dom_isolates_test: Fail # spawnDomIsolate is not implemented. |
| 108 request_animation_frame_test: Skip # Async test hangs. | 108 request_animation_frame_test: Skip # Async test hangs. |
| 109 isolates_test: Skip # Timeout because leg does not support web workers. | 109 isolates_test: Skip # Timeout because leg does not support web workers. |
| 110 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. | 110 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
| 111 htmlelement_test: Fail # NoSuchMethodException : method not found: 'isEmpty$0' R
eceiver: Instance of 'DOMStringMap' | 111 htmlelement_test: Fail # NoSuchMethodException : method not found: 'isEmpty$0' R
eceiver: Instance of 'DOMStringMap' |
| 112 | 112 |
| 113 [ $compiler == dart2js && $runtime == drt ] | 113 [ $compiler == dart2js && $runtime == drt ] |
| 114 indexeddb_3_test: Fail | 114 indexeddb_3_test: Fail |
| 115 | 115 |
| 116 # DOM errors. | 116 # DOM errors. |
| 117 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' | 117 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' |
| 118 indexeddb_2_test: Fail # Uncaught error | 118 indexeddb_2_test: Fail # Uncaught error |
| 119 | 119 |
| 120 [ $compiler == dart2js && $runtime == none ] | 120 [ $compiler == dart2js && $runtime == none ] |
| 121 *: Fail, Pass # TODO(ahe): Triage these tests. | 121 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |