| 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 # Layout tests are only supported on DRT. | 12 # Layout tests are only supported on DRT. |
| 13 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 13 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| 14 *layout_test: Skip | 14 *layout_test: Skip |
| 15 | 15 |
| 16 [ $runtime == chrome ] | 16 [ $runtime == chrome ] |
| 17 element_types_test/supported_content: Fail | 17 element_types_test/supported_content: Pass, Fail # Issue 8700 |
| 18 element_types_test/supported_shadow: Fail | 18 element_types_test/supported_shadow: Pass, Fail # Issue 8700 |
| 19 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp
ort this input type. | 19 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp
ort this input type. |
| 20 input_element_test/supported_datetime: Fail | 20 input_element_test/supported_datetime: Fail |
| 21 input_element_test/supported_datetime-local: Fail | 21 input_element_test/supported_datetime-local: Pass, Fail # Issue 8700 |
| 22 input_element_test/supported_month: Fail | 22 input_element_test/supported_month: Pass, Fail # Issue 8700 |
| 23 input_element_test/supported_week: Fail | 23 input_element_test/supported_week: Pass, Fail # Issue 8700 |
| 24 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp
ort it. | 24 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp
ort it. |
| 25 shadow_dom_test/supported: Fail | 25 shadow_dom_test/supported: Pass, Fail # Issue 8700 |
| 26 speechrecognition_test/types: Pass, Fail | 26 speechrecognition_test/types: Pass, Fail |
| 27 touchevent_test/supported: Fail | 27 touchevent_test/supported: Fail |
| 28 | 28 |
| 29 [$runtime == drt || $runtime == dartium || $runtime == chrome] | 29 [$runtime == drt || $runtime == dartium || $runtime == chrome] |
| 30 webgl_1_test: Pass, Fail # Issue 8219 | 30 webgl_1_test: Pass, Fail # Issue 8219 |
| 31 | 31 |
| 32 [ $runtime == drt || $runtime == chrome] | 32 [ $runtime == drt || $runtime == chrome] |
| 33 audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode i
s flaky on Chrome and Dartium - filed issue 8021 for the timeout. | 33 audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode i
s flaky on Chrome and Dartium - filed issue 8021 for the timeout. |
| 34 audiocontext_test: Pass, Timeout, Crash # Issue 8021. | 34 audiocontext_test: Pass, Timeout, Crash # Issue 8021. |
| 35 | 35 |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 | 340 |
| 341 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime ==
drt)] | 341 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime ==
drt)] |
| 342 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c
lasses | 342 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c
lasses |
| 343 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla
sses | 343 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla
sses |
| 344 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes | 344 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes |
| 345 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat
ive classes | 345 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat
ive classes |
| 346 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on
native classes | 346 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on
native classes |
| 347 | 347 |
| 348 [ $compiler == dart2js && $runtime == ff ] | 348 [ $compiler == dart2js && $runtime == ff ] |
| 349 inner_frame_test: Skip # Timeout | 349 inner_frame_test: Skip # Timeout |
| OLD | NEW |