| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 media_stream_test/supported_MediaStreamEvent: Fail | 254 media_stream_test/supported_MediaStreamEvent: Fail |
| 255 media_stream_test/supported_MediaStreamTrackEvent: Fail | 255 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 256 media_stream_test/supported_media: Fail | 256 media_stream_test/supported_media: Fail |
| 257 notifications_test/supported: Fail | 257 notifications_test/supported: Fail |
| 258 performance_api_test/supported: Fail | 258 performance_api_test/supported: Fail |
| 259 rtc_test/supported: Fail | 259 rtc_test/supported: Fail |
| 260 shadow_dom_test/supported: Fail | 260 shadow_dom_test/supported: Fail |
| 261 speechrecognition_test/supported: Fail | 261 speechrecognition_test/supported: Fail |
| 262 touchevent_test/supported: Fail | 262 touchevent_test/supported: Fail |
| 263 | 263 |
| 264 [ $runtime == ie9 && $checked ] |
| 265 element_types_test/constructors: Fail # Issue 10796 |
| 266 |
| 264 [ $runtime == opera ] | 267 [ $runtime == opera ] |
| 265 blob_constructor_test: Fail | 268 blob_constructor_test: Fail |
| 266 canvas_test: Fail | 269 canvas_test: Fail |
| 267 canvas_test: Pass,Fail | 270 canvas_test: Pass,Fail |
| 268 canvas_using_html_test: Fail | 271 canvas_using_html_test: Fail |
| 269 cssstyledeclaration_test: Fail | 272 cssstyledeclaration_test: Fail |
| 270 document_test/document: Fail # Issue: 7413 | 273 document_test/document: Fail # Issue: 7413 |
| 271 element_add_test: Fail | 274 element_add_test: Fail |
| 272 element_constructor_1_test: Fail | 275 element_constructor_1_test: Fail |
| 273 element_test/children: Fail # Issue: 7413 | 276 element_test/children: Fail # Issue: 7413 |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] | 370 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] |
| 368 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 371 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 369 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 372 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 370 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 373 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 371 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 374 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 372 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 375 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 373 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 376 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| 374 | 377 |
| 375 [ $compiler == dartanalyzer ] | 378 [ $compiler == dartanalyzer ] |
| 376 path_observer_test: Fail | 379 path_observer_test: Fail |
| OLD | NEW |