| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 # a browser environment. | 115 # a browser environment. |
| 116 [ $compiler == dartc ] | 116 [ $compiler == dartc ] |
| 117 *: Skip | 117 *: Skip |
| 118 | 118 |
| 119 [ $runtime == vm ] | 119 [ $runtime == vm ] |
| 120 *: Skip | 120 *: Skip |
| 121 | 121 |
| 122 [ $compiler == frog && $runtime == d8 ] | 122 [ $compiler == frog && $runtime == d8 ] |
| 123 *: Skip | 123 *: Skip |
| 124 | 124 |
| 125 [ $compiler == frog && $runtime == chrome && $system == windows] |
| 126 css_test: Pass, Fail # Test is flaky Issue #2823 |
| 127 |
| 125 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 128 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 126 [ $runtime == opera ] | 129 [ $runtime == opera ] |
| 127 *: Skip | 130 *: Skip |
| 128 | 131 |
| 129 [ $compiler == frog && $runtime == none ] | 132 [ $compiler == frog && $runtime == none ] |
| 130 *: Skip | 133 *: Skip |
| 131 | 134 |
| 132 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] | 135 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] |
| 133 request_animation_frame_test: Skip # Async test hangs. | 136 request_animation_frame_test: Skip # Async test hangs. |
| 134 | 137 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 147 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate | 150 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate |
| 148 | 151 |
| 149 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] | 152 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) ] |
| 150 isolates_test: Skip # Timeout because leg does not support web workers. | 153 isolates_test: Skip # Timeout because leg does not support web workers. |
| 151 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. | 154 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
| 152 cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dar
t:html | 155 cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dar
t:html |
| 153 | 156 |
| 154 # DOM errors. | 157 # DOM errors. |
| 155 indexeddb_2_test: Fail # Uncaught error | 158 indexeddb_2_test: Fail # Uncaught error |
| 156 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' | 159 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$
0' |
| OLD | NEW |