| 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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 webgl_1_test: Skip # Issue 1495 | 6 webgl_1_test: Skip # Issue 1495 |
| 7 xmldocument_test: Skip # XML in dart:html is incomplete | 7 xmldocument_test: Skip # XML in dart:html is incomplete |
| 8 xmlelement_test: Skip # XML in dart:html is incomplete | 8 xmlelement_test: Skip # XML in dart:html is incomplete |
| 9 measurement_test: Pass, Fail # Issue 1940 | 9 measurement_test: Pass, Fail # Issue 1940 |
| 10 | 10 |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 # a browser environment. | 123 # a browser environment. |
| 124 [ $compiler == dartc ] | 124 [ $compiler == dartc ] |
| 125 *: Skip | 125 *: Skip |
| 126 | 126 |
| 127 [ $runtime == vm ] | 127 [ $runtime == vm ] |
| 128 *: Skip | 128 *: Skip |
| 129 | 129 |
| 130 [ $compiler == frog && $runtime == d8 ] | 130 [ $compiler == frog && $runtime == d8 ] |
| 131 *: Skip | 131 *: Skip |
| 132 | 132 |
| 133 [ $compiler == frog && $runtime == chrome && $system == windows] | 133 [ ($compiler == frog || $compiler == dart2js) && ($runtime == chrome || $runtime
== drt)] |
| 134 css_test: Pass, Fail # Test is flaky Issue #2823 | 134 css_test: Pass, Fail # Test is flaky Issue #2823 |
| 135 | 135 |
| 136 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 136 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 137 [ $runtime == opera ] | 137 [ $runtime == opera ] |
| 138 *: Skip | 138 *: Skip |
| 139 | 139 |
| 140 [ $compiler == frog && $runtime == none ] | 140 [ $compiler == frog && $runtime == none ] |
| 141 *: Skip | 141 *: Skip |
| 142 | 142 |
| 143 [ $compiler == frog ] | 143 [ $compiler == frog ] |
| (...skipping 19 matching lines...) Expand all Loading... |
| 163 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] | 163 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] |
| 164 request_animation_frame_test: Skip # Async test hangs. | 164 request_animation_frame_test: Skip # Async test hangs. |
| 165 isolates_test: Skip # Timeout because leg does not support web workers. | 165 isolates_test: Skip # Timeout because leg does not support web workers. |
| 166 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. | 166 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
| 167 indexeddb_3_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method
'continueFunction' | 167 indexeddb_3_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method
'continueFunction' |
| 168 indexeddb_4_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method
'continueFunction' | 168 indexeddb_4_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method
'continueFunction' |
| 169 | 169 |
| 170 # DOM errors. | 170 # DOM errors. |
| 171 indexeddb_2_test: Fail # Uncaught error | 171 indexeddb_2_test: Fail # Uncaught error |
| 172 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' | 172 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' |
| OLD | NEW |