| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 window_open_test: Skip # http://dartbug.com/5151 | 5 window_open_test: Skip # http://dartbug.com/5151 |
| 6 async_window_test: Skip #TODO(gram): investigating | 6 async_window_test: Skip #TODO(gram): investigating |
| 7 | 7 |
| 8 event_test: Skip # Issue 1996 | 8 event_test: Skip # Issue 1996 |
| 9 custom_elements_test: Skip # Not yet implemented. | 9 custom_elements_test: Skip # Not yet implemented. |
| 10 interactive_test: Skip # Must be run manually. | 10 interactive_test: Skip # Must be run manually. |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 # a browser environment. | 355 # a browser environment. |
| 356 [ $runtime == vm ] | 356 [ $runtime == vm ] |
| 357 *: Skip | 357 *: Skip |
| 358 | 358 |
| 359 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 359 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 360 request_animation_frame_test: Skip # Async test hangs. | 360 request_animation_frame_test: Skip # Async test hangs. |
| 361 | 361 |
| 362 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 362 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 363 isolates_test: Skip # Timeout because leg does not support web workers. | 363 isolates_test: Skip # Timeout because leg does not support web workers. |
| 364 | 364 |
| 365 [ $compiler == dart2js && $runtime == drt ] | |
| 366 speechrecognition_test/types: Fail # Issue 11035 | |
| 367 | |
| 368 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 365 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 369 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 366 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 370 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 367 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 371 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 368 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 372 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 369 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 373 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 370 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 374 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 371 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| 375 | 372 |
| 376 [ $compiler == dartanalyzer ] | 373 [ $compiler == dartanalyzer ] |
| 377 path_observer_test: Fail | 374 path_observer_test: Fail |
| 378 | 375 |
| 379 [ $compiler == dart2analyzer ] | 376 [ $compiler == dart2analyzer ] |
| 380 path_observer_test: Fail | 377 path_observer_test: Fail |
| OLD | NEW |