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 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. |
| 11 | 11 |
| 12 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ] | |
| 13 audiobuffersourcenode_test/functional: Fail, Crash # http://crbug.com/256601 | |
|
kustermann
2013/07/02 12:05:59
You could mark the whole test as Fail, Crash (i.e.
| |
| 14 | |
| 12 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 15 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 13 # 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 |
| 14 postmessage_structured_test/typed_arrays: Fail | 17 postmessage_structured_test/typed_arrays: Fail |
| 15 | 18 |
| 16 [ $compiler == none && $runtime == drt && $system == windows ] | 19 [ $compiler == none && $runtime == drt && $system == windows ] |
| 17 worker_test/functional: Pass, Crash # Issue 9929. | 20 worker_test/functional: Pass, Crash # Issue 9929. |
| 18 | 21 |
| 19 [ $compiler == dart2js && $checked ] | 22 [ $compiler == dart2js && $checked ] |
| 20 template_element_test: Fail # BUG(11480): Triage. | 23 template_element_test: Fail # BUG(11480): Triage. |
| 21 | 24 |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 364 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] | 367 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] |
| 365 isolates_test: Skip # Timeout because leg does not support web workers. | 368 isolates_test: Skip # Timeout because leg does not support web workers. |
| 366 | 369 |
| 367 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 370 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 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. |
| OLD | NEW |