| 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 && $csp && $runtime == drt && $unchecked ] | 12 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] |
| 13 indexeddb_2_test: Fail, Pass # Bug in v8, http://dartbug.com/9407 | 13 indexeddb_2_test: Fail, Pass # Bug in v8, http://dartbug.com/9407 |
| 14 | 14 |
| 15 # Layout tests are only supported on DRT. | 15 # Layout tests are only supported on DRT. |
| 16 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 16 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| 17 *layout_test: Skip | 17 *layout_test: Skip |
| 18 | 18 |
| 19 [ $runtime == chrome ] | 19 [ $runtime == chrome ] |
| 20 touchevent_test/supported: Fail | 20 touchevent_test/supported: Fail |
| 21 | 21 |
| 22 [$runtime == drt || $runtime == dartium || $runtime == chrome] | 22 [$runtime == drt || $runtime == dartium || $runtime == chrome] |
| 23 webgl_1_test: Pass, Fail # Issue 8219 | 23 webgl_1_test: Pass, Fail # Issue 8219 |
| 24 | 24 |
| 25 [($runtime == drt || $runtime == dartium) && $compiler == none && $checked |
| 26 keyboard_event_test: Fail # Issue: 9423 |
| 27 |
| 25 [ $runtime == drt || ($runtime == chrome && $system == windows) ] | 28 [ $runtime == drt || ($runtime == chrome && $system == windows) ] |
| 26 audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode i
s flaky on Chrome and Dartium - filed issue 8021 for the timeout. | 29 audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode i
s flaky on Chrome and Dartium - filed issue 8021 for the timeout. |
| 27 audiocontext_test: Pass, Timeout, Crash # Issue 8021. | 30 audiocontext_test: Pass, Timeout, Crash # Issue 8021. |
| 28 | 31 |
| 29 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 32 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 30 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 33 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 31 | 34 |
| 32 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 35 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 33 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 36 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 34 | 37 |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 | 341 |
| 339 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 342 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 340 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 | 343 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 |
| 341 | 344 |
| 342 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] | 345 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] |
| 343 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 346 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 344 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 347 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 345 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 348 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 346 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 349 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 347 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 350 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |