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