| 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 13 matching lines...) Expand all Loading... |
| 24 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g && $system == macos] | 24 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g && $system == macos] |
| 25 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601 | 25 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601 |
| 26 | 26 |
| 27 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 27 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 28 # postMessage in dartium always transfers the typed array buffer, never a view | 28 # postMessage in dartium always transfers the typed array buffer, never a view |
| 29 postmessage_structured_test/typed_arrays: Fail | 29 postmessage_structured_test/typed_arrays: Fail |
| 30 custom_elements_test/lifecycle: Fail # Issue 9326 - Implement "extends Element
" in dartium | 30 custom_elements_test/lifecycle: Fail # Issue 9326 - Implement "extends Element
" in dartium |
| 31 # Issue 9326 failures | 31 # Issue 9326 failures |
| 32 custom/attribute_changed_callback_test: Fail | 32 custom/attribute_changed_callback_test: Fail |
| 33 custom/created_callback_test: Fail | 33 custom/created_callback_test: Fail |
| 34 custom/document_register_type_extensions_test: Fail | |
| 35 | 34 |
| 36 [ $compiler == none && $runtime == drt && $system == windows ] | 35 [ $compiler == none && $runtime == drt && $system == windows ] |
| 37 worker_test/functional: Pass, Crash # Issue 9929. | 36 worker_test/functional: Pass, Crash # Issue 9929. |
| 38 | 37 |
| 39 [ $compiler == dart2js && $checked ] | 38 [ $compiler == dart2js && $checked ] |
| 40 template_element_test: Fail # BUG(11480): Triage. | 39 template_element_test: Fail # BUG(11480): Triage. |
| 41 | 40 |
| 42 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $
runtime == opera || $runtime == drt || $runtime == dartium)] | 41 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $
runtime == opera || $runtime == drt || $runtime == dartium)] |
| 43 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. | 42 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. |
| 44 | 43 |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 | 401 |
| 403 # Skipped for in-progress Dartium rull on 8-16-2013 | 402 # Skipped for in-progress Dartium rull on 8-16-2013 |
| 404 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 403 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 405 mutation_observer_test: Crash | 404 mutation_observer_test: Crash |
| 406 crypto_test/functional: Fail | 405 crypto_test/functional: Fail |
| 407 websocket_test/websocket: Timeout | 406 websocket_test/websocket: Timeout |
| 408 notifications_test/webkitNotifications: Fail | 407 notifications_test/webkitNotifications: Fail |
| 409 | 408 |
| 410 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 409 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 411 custom_elements_test/innerHtml: Pass, Fail # Issue 12592 | 410 custom_elements_test/innerHtml: Pass, Fail # Issue 12592 |
| OLD | NEW |