| 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 event_test: Skip # Issue 1996 | 6 event_test: Skip # Issue 1996 |
| 7 interactive_test: Skip # Must be run manually. | 7 interactive_test: Skip # Must be run manually. |
| 8 | 8 |
| 9 [ $compiler == dart2js && $runtime != drt ] | 9 [ $compiler == dart2js && $runtime != drt ] |
| 10 custom/*: Skip | 10 custom/*: Skip |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 custom/attribute_changed_callback_test: Fail # 12643 | 23 custom/attribute_changed_callback_test: Fail # 12643 |
| 24 custom/created_callback_test: Fail # Issue 12642 | 24 custom/created_callback_test: Fail # Issue 12642 |
| 25 | 25 |
| 26 [ $compiler == none && $runtime == drt && $system == windows ] | 26 [ $compiler == none && $runtime == drt && $system == windows ] |
| 27 worker_test/functional: Pass, Crash # Issue 9929. | 27 worker_test/functional: Pass, Crash # Issue 9929. |
| 28 | 28 |
| 29 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $
runtime == opera || $runtime == drt || $runtime == dartium)] | 29 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $
runtime == opera || $runtime == drt || $runtime == dartium)] |
| 30 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. | 30 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. |
| 31 | 31 |
| 32 [ $compiler == dart2js && $runtime == ie10 ] | 32 [ $compiler == dart2js && $runtime == ie10 ] |
| 33 async_test: Pass, Fail # timers test fails on ie10. |
| 34 callbacks_test: Pass, Timeout # Issue 12896 |
| 33 indexeddb_2_test: Fail # Issue 12893 | 35 indexeddb_2_test: Fail # Issue 12893 |
| 34 indexeddb_3_test: Fail, Timeout # Issue 9437 + 12893 | 36 indexeddb_3_test: Fail, Timeout # Issue 9437 + 12893 |
| 35 indexeddb_4_test: Fail, Timeout # Issue 9437 + 12893 | 37 indexeddb_4_test: Fail, Timeout # Issue 9437 + 12893 |
| 36 indexeddb_5_test: Fail # Issue 12893 | 38 indexeddb_5_test: Fail # Issue 12893 |
| 37 async_test: Pass, Fail # timers test fails on ie10. | |
| 38 | 39 |
| 39 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] | 40 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] |
| 40 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. | 41 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. |
| 41 | 42 |
| 42 [ $compiler == dart2js && $runtime == safari ] | 43 [ $compiler == dart2js && $runtime == safari ] |
| 43 url_test: Fail # Issue 10096 | 44 url_test: Fail # Issue 10096 |
| 44 audiobuffersourcenode_test/supported: Pass, Timeout # Issue 12772 | 45 audiobuffersourcenode_test/supported: Pass, Timeout # Issue 12772 |
| 45 | 46 |
| 46 [ $compiler == dart2js && $browser && $checked ] | 47 [ $compiler == dart2js && $browser && $checked ] |
| 47 postmessage_structured_test/typed_arrays: Fail # Issue 10097 | 48 postmessage_structured_test/typed_arrays: Fail # Issue 10097 |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 | 375 |
| 375 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 376 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 376 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 377 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
| 377 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 378 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 378 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 379 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. | 380 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). | 381 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 381 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 382 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 382 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 383 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 383 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 384 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| OLD | NEW |