| 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 async_window_test: Skip #TODO(gram): investigating | 5 async_window_test: Skip #TODO(gram): investigating |
| 6 | 6 |
| 7 event_test: Skip # Issue 1996 | 7 event_test: Skip # Issue 1996 |
| 8 custom_elements_test: Skip # Not yet implemented. | 8 custom_elements_test: Skip # Not yet implemented. |
| 9 interactive_test: Skip # Must be run manually. | 9 interactive_test: Skip # Must be run manually. |
| 10 | 10 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $
runtime == opera || $runtime == drt || $runtime == dartium)] | 24 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $
runtime == opera || $runtime == drt || $runtime == dartium)] |
| 25 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. | 25 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. |
| 26 | 26 |
| 27 [ $compiler == dart2js && $runtime == ie10 ] | 27 [ $compiler == dart2js && $runtime == ie10 ] |
| 28 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 28 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 |
| 29 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 29 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 |
| 30 async_test: Pass, Fail # timers test fails on ie10. | 30 async_test: Pass, Fail # timers test fails on ie10. |
| 31 | 31 |
| 32 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] | 32 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] |
| 33 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. | 33 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. |
| 34 js_test: Fail # Investigating. | |
| 35 | 34 |
| 36 [ $compiler == dart2js && $runtime == safari ] | 35 [ $compiler == dart2js && $runtime == safari ] |
| 37 url_test: Fail # Issue 10096 | 36 url_test: Fail # Issue 10096 |
| 38 | 37 |
| 39 [ $compiler == dart2js && $browser && $checked ] | 38 [ $compiler == dart2js && $browser && $checked ] |
| 40 postmessage_structured_test/typed_arrays: Fail # Issue 10097 | 39 postmessage_structured_test/typed_arrays: Fail # Issue 10097 |
| 41 postmessage_structured_test/primitives: Fail # Issue 10097 | 40 postmessage_structured_test/primitives: Fail # Issue 10097 |
| 42 | 41 |
| 43 # Layout tests are only supported on DRT. | 42 # Layout tests are only supported on DRT. |
| 44 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 43 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| (...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 367 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 369 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 368 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
| 370 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 369 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 371 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 370 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 372 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 371 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 373 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 372 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 374 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 373 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 375 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). |
| 376 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). |
| 377 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. |
| OLD | NEW |