| 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 10 matching lines...) Expand all Loading... |
| 21 [ $compiler == dart2js && $checked ] | 21 [ $compiler == dart2js && $checked ] |
| 22 template_element_test: Fail # BUG(11480): Triage. | 22 template_element_test: Fail # BUG(11480): Triage. |
| 23 | 23 |
| 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 js_test: Fail # http://dartbug.com/11855 | |
| 32 | 31 |
| 33 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] | 32 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] |
| 34 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. |
| 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 |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 373 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 375 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 374 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
| 376 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 375 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 377 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 376 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 378 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 377 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 379 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 378 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 380 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 379 js_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). | 380 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). | 381 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. | 382 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |