Chromium Code Reviews| 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 async_window_test: Skip #TODO(gram): investigating | 5 async_window_test: Skip #TODO(gram): investigating |
| 6 event_test: Skip # Issue 1996 | 6 event_test: Skip # Issue 1996 |
| 7 interactive_test: Skip # Must be run manually. | 7 interactive_test: Skip # Must be run manually. |
| 8 | 8 |
| 9 [ $compiler == dart2js && $runtime != drt ] | 9 [ $compiler == dart2js && $runtime != drt ] |
| 10 custom_elements_test: Skip | 10 custom_elements_test: Skip |
| 11 | 11 |
| 12 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g && $system == macos] | 12 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g && $system == macos] |
| 13 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601 | 13 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601 |
| 14 | 14 |
| 15 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 15 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 16 # postMessage in dartium always transfers the typed array buffer, never a view | 16 # postMessage in dartium always transfers the typed array buffer, never a view |
| 17 postmessage_structured_test/typed_arrays: Fail | 17 postmessage_structured_test/typed_arrays: Fail |
| 18 events_test: Pass, Fail # Issue 12489 | 18 events_test: Pass, Fail # Issue 12489 |
| 19 custom_elements_test/lifecycle: Fail # Issue 9326 - Implement "extends Element " in dartium | 19 custom_elements_test/lifecycle: Fail # Issue 9326 - Implement "extends Element " in dartium |
| 20 custom_elements_test/preregister: skip # Issue 12522 - Crash after upgrading ele ments | 20 custom_elements_test/preregister: skip # Issue 12522 - Crash after upgrading ele ments |
| 21 # Issue 9326 failures | |
|
vsm
2013/08/16 23:00:54
I still need to update the status for dart2js.
| |
| 22 custom_element_attribute_changed_test/callback: Fail | |
| 23 custom_element_created_test/callback: Fail | |
| 24 custom_element_document_register_test/type_extensions: Fail | |
| 21 | 25 |
| 22 [ $compiler == none && $runtime == drt && $system == windows ] | 26 [ $compiler == none && $runtime == drt && $system == windows ] |
| 23 worker_test/functional: Pass, Crash # Issue 9929. | 27 worker_test/functional: Pass, Crash # Issue 9929. |
| 24 | 28 |
| 25 [ $compiler == dart2js && $checked ] | 29 [ $compiler == dart2js && $checked ] |
| 26 template_element_test: Fail # BUG(11480): Triage. | 30 template_element_test: Fail # BUG(11480): Triage. |
| 27 | 31 |
| 28 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $ runtime == opera || $runtime == drt || $runtime == dartium)] | 32 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $ runtime == opera || $runtime == drt || $runtime == dartium)] |
| 29 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. | 33 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. |
| 30 | 34 |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 382 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 386 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 383 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. | 387 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. |
| 384 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 388 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 385 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). | 389 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 386 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 390 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 387 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). | 391 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 388 js_test: Skip # Test cannot run under CSP restrictions (tim es out). | 392 js_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 389 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). | 393 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 390 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). | 394 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 391 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 395 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |