| 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. |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 24 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 |
| 25 async_test: Pass, Fail # timers test fails on ie10. | 25 async_test: Pass, Fail # timers test fails on ie10. |
| 26 | 26 |
| 27 [ $compiler == dart2js && $runtime == safari ] | 27 [ $compiler == dart2js && $runtime == safari ] |
| 28 url_test: Fail # Issue 10096 | 28 url_test: Fail # Issue 10096 |
| 29 | 29 |
| 30 [ $compiler == dart2js && $runtime == drt && $checked ] | 30 [ $compiler == dart2js && $runtime == drt && $checked ] |
| 31 postmessage_structured_test/typed_arrays: Fail # Issue 10097 | 31 postmessage_structured_test/typed_arrays: Fail # Issue 10097 |
| 32 postmessage_structured_test/primitives: Fail # Issue 10097 | 32 postmessage_structured_test/primitives: Fail # Issue 10097 |
| 33 | 33 |
| 34 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] | |
| 35 indexeddb_2_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407 | |
| 36 async_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407 | |
| 37 | |
| 38 # Layout tests are only supported on DRT. | 34 # Layout tests are only supported on DRT. |
| 39 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 35 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| 40 *layout_test: Skip | 36 *layout_test: Skip |
| 41 | 37 |
| 42 [ $runtime == chrome ] | 38 [ $runtime == chrome ] |
| 43 touchevent_test/supported: Fail | 39 touchevent_test/supported: Fail |
| 44 | 40 |
| 45 [ $runtime == chrome && ($system == windows || $system == macos)] | 41 [ $runtime == chrome && ($system == windows || $system == macos)] |
| 46 audiocontext_test: Skip # Issue 9566 | 42 audiocontext_test: Skip # Issue 9566 |
| 47 | 43 |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 | 358 |
| 363 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 359 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 364 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 | 360 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 |
| 365 | 361 |
| 366 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] | 362 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] |
| 367 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 363 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 368 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 364 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 369 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 365 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 370 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 366 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 371 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 367 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |