| 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 20 matching lines...) Expand all Loading... |
| 31 [ $compiler == dart2js && $runtime == safari ] | 31 [ $compiler == dart2js && $runtime == safari ] |
| 32 url_test: Fail # Issue 10096 | 32 url_test: Fail # Issue 10096 |
| 33 | 33 |
| 34 [ $compiler == dart2js && $browser && $checked ] | 34 [ $compiler == dart2js && $browser && $checked ] |
| 35 postmessage_structured_test/typed_arrays: Fail # Issue 10097 | 35 postmessage_structured_test/typed_arrays: Fail # Issue 10097 |
| 36 postmessage_structured_test/primitives: Fail # Issue 10097 | 36 postmessage_structured_test/primitives: Fail # Issue 10097 |
| 37 | 37 |
| 38 # Layout tests are only supported on DRT. | 38 # Layout tests are only supported on DRT. |
| 39 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 39 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| 40 *layout_test: Skip | 40 *layout_test: Skip |
| 41 node_bindings_test: Fail # Issue 11036 | |
| 42 client_rect_test: Fail # Issue 11036 | |
| 43 node_test/functional: Fail # Issue 11036 | |
| 44 queryall_test: Fail # Issue 11036 | |
| 45 element_add_test: Fail # Issue 11036 | |
| 46 documentfragment_test: Fail # Issue 11036 | |
| 47 range_test/functional: Fail # Issue 11036 | |
| 48 | 41 |
| 49 [ $runtime == chrome ] | 42 [ $runtime == chrome ] |
| 50 touchevent_test/supported: Fail | 43 touchevent_test/supported: Fail |
| 51 | 44 |
| 52 [ $runtime == chrome || $runtime == chromeOnAndroid || $runtime == drt || $runti
me == safari ] | 45 [ $runtime == chrome || $runtime == chromeOnAndroid || $runtime == drt || $runti
me == safari ] |
| 53 audiocontext_test: Skip # Issue 9322 | 46 audiocontext_test: Skip # Issue 9322 |
| 54 | 47 |
| 55 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid] | 48 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid] |
| 56 webgl_1_test: Pass, Fail # Issue 8219 | 49 webgl_1_test: Pass, Fail # Issue 8219 |
| 57 | 50 |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 370 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 378 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 371 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 379 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 372 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 380 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 373 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 381 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 374 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 382 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 375 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 383 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 376 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| 384 | 377 |
| 385 [ $compiler == dartanalyzer ] | 378 [ $compiler == dartanalyzer ] |
| 386 path_observer_test: Fail | 379 path_observer_test: Fail |
| OLD | NEW |