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 && $system == windows ] | |
|
kustermann
2013/04/16 13:18:43
I think we use '==' instead of '='.
| |
| 13 worker_test/functional: Pass, Crash # Issue 9929. | |
| 14 | |
| 12 [ $compiler == dart2js] | 15 [ $compiler == dart2js] |
| 13 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. | 16 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. |
| 14 | 17 |
| 15 [ $compiler == dart2js && $runtime == ie10 ] | 18 [ $compiler == dart2js && $runtime == ie10 ] |
| 16 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 19 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 |
| 17 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 20 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 |
| 18 async_test: Pass, Fail # timers test fails on ie10. | 21 async_test: Pass, Fail # timers test fails on ie10. |
| 19 | 22 |
| 20 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] | 23 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] |
| 21 indexeddb_2_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407 | 24 indexeddb_2_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407 |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 349 | 352 |
| 350 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 353 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 351 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 | 354 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 |
| 352 | 355 |
| 353 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] | 356 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] |
| 354 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). | 357 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 355 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 358 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 356 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). | 359 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 357 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). | 360 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 358 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 361 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |