| 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 # Skipped for in-progress Dartium rull on 8-16-2013 | 5 # Skipped for in-progress Dartium rull on 8-16-2013 |
| 6 node_test/iterating: Fail | 6 node_test/iterating: Fail |
| 7 websocket_test: skip | 7 websocket_test: skip |
| 8 | 8 |
| 9 async_window_test: Skip #TODO(gram): investigating | 9 async_window_test: Skip #TODO(gram): investigating |
| 10 event_test: Skip # Issue 1996 | 10 event_test: Skip # Issue 1996 |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 element_types_test/supported_keygen: Fail | 351 element_types_test/supported_keygen: Fail |
| 352 element_types_test/supported_object: Fail | 352 element_types_test/supported_object: Fail |
| 353 element_types_test/supported_shadow: Fail | 353 element_types_test/supported_shadow: Fail |
| 354 element_types_test/supported_track: Fail | 354 element_types_test/supported_track: Fail |
| 355 fileapi_test/supported: Fail | 355 fileapi_test/supported: Fail |
| 356 indexeddb_1_test/supportsDatabaseNames: Fail | 356 indexeddb_1_test/supportsDatabaseNames: Fail |
| 357 input_element_test/supported_date: Fail | 357 input_element_test/supported_date: Fail |
| 358 input_element_test/supported_datetime-local: Fail | 358 input_element_test/supported_datetime-local: Fail |
| 359 input_element_test/supported_month: Fail | 359 input_element_test/supported_month: Fail |
| 360 input_element_test/supported_number: Fail | 360 input_element_test/supported_number: Fail |
| 361 input_element_test/supported_range: Fail | 361 input_element_test/supported_range: Fail, Pass # FF 23 is introducing support. |
| 362 input_element_test/supported_time: Fail | 362 input_element_test/supported_time: Fail |
| 363 input_element_test/supported_week: Fail | 363 input_element_test/supported_week: Fail |
| 364 media_stream_test/supported_MediaStreamEvent: Fail | 364 media_stream_test/supported_MediaStreamEvent: Fail |
| 365 media_stream_test/supported_MediaStreamTrackEvent: Fail | 365 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 366 notifications_test/supported: Fail | 366 notifications_test/supported: Fail |
| 367 shadow_dom_test/supported: Fail | 367 shadow_dom_test/supported: Fail |
| 368 speechrecognition_test/supported: Fail | 368 speechrecognition_test/supported: Fail |
| 369 touchevent_test/supported: Fail | 369 touchevent_test/supported: Fail |
| 370 websql_test/supported: Fail | 370 websql_test/supported: Fail |
| 371 xhr_test/supported_HttpRequestProgressEvent: Fail | 371 xhr_test/supported_HttpRequestProgressEvent: Fail |
| (...skipping 26 matching lines...) Expand all Loading... |
| 398 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 398 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 399 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 399 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 400 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 400 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| 401 | 401 |
| 402 # Skipped for in-progress Dartium rull on 8-16-2013 | 402 # Skipped for in-progress Dartium rull on 8-16-2013 |
| 403 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 403 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 404 mutation_observer_test: Crash | 404 mutation_observer_test: Crash |
| 405 crypto_test/functional: Fail | 405 crypto_test/functional: Fail |
| 406 websocket_test/websocket: Timeout | 406 websocket_test/websocket: Timeout |
| 407 notifications_test/webkitNotifications: Fail | 407 notifications_test/webkitNotifications: Fail |
| OLD | NEW |