| 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 == dart2js] | 12 [ $compiler == dart2js] |
| 13 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. | 13 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. |
| 14 | 14 |
| 15 [ $compiler == dart2js && $runtime == ie10 ] | 15 [ $compiler == dart2js && $runtime == ie10 ] |
| 16 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 16 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 |
| 17 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 17 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 |
| 18 | 18 |
| 19 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] | 19 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] |
| 20 indexeddb_2_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407 | 20 indexeddb_2_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407 |
| 21 | 21 |
| 22 # Layout tests are only supported on DRT. | 22 # Layout tests are only supported on DRT. |
| 23 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 23 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| 24 *layout_test: Skip | 24 *layout_test: Skip |
| 25 | 25 |
| 26 [ $runtime == chrome ] | 26 [ $runtime == chrome ] |
| 27 touchevent_test/supported: Fail | 27 touchevent_test/supported: Fail |
| 28 audiocontext_test/functional: Skip # Issue 9566 |
| 28 | 29 |
| 29 [$runtime == drt || $runtime == dartium || $runtime == chrome] | 30 [$runtime == drt || $runtime == dartium || $runtime == chrome] |
| 30 webgl_1_test: Pass, Fail # Issue 8219 | 31 webgl_1_test: Pass, Fail # Issue 8219 |
| 31 | 32 |
| 32 [ $runtime == drt ] | 33 [ $runtime == drt ] |
| 33 audiocontext_test: Skip # Issue 9322 | 34 audiocontext_test: Skip # Issue 9322 |
| 34 | 35 |
| 35 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 36 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 36 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 37 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 37 | 38 |
| (...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 | 345 |
| 345 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 346 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 346 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 | 347 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 |
| 347 | 348 |
| 348 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] | 349 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] |
| 349 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 350 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 350 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 351 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 351 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 352 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 352 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 353 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 353 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 354 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |