| 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 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 33 indexeddb_2_test: Fail # Issue 12893 |
| 34 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 34 indexeddb_3_test: Fail, Timeout # Issue 9437 + 12893 |
| 35 indexeddb_4_test: Fail, Timeout # Issue 9437 + 12893 |
| 36 indexeddb_5_test: Fail # Issue 12893 |
| 35 async_test: Pass, Fail # timers test fails on ie10. | 37 async_test: Pass, Fail # timers test fails on ie10. |
| 36 | 38 |
| 37 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] | 39 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] |
| 38 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. | 40 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. |
| 39 | 41 |
| 40 [ $compiler == dart2js && $runtime == safari ] | 42 [ $compiler == dart2js && $runtime == safari ] |
| 41 url_test: Fail # Issue 10096 | 43 url_test: Fail # Issue 10096 |
| 42 audiobuffersourcenode_test/supported: Pass, Timeout # Issue 12772 | 44 audiobuffersourcenode_test/supported: Pass, Timeout # Issue 12772 |
| 43 | 45 |
| 44 [ $compiler == dart2js && $browser && $checked ] | 46 [ $compiler == dart2js && $browser && $checked ] |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 79 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
| 78 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 80 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
| 79 | 81 |
| 80 [ $compiler == dart2js && $runtime == drt && $system == macos] | 82 [ $compiler == dart2js && $runtime == drt && $system == macos] |
| 81 audiobuffersourcenode_test: Pass, Fail | 83 audiobuffersourcenode_test: Pass, Fail |
| 82 | 84 |
| 83 [$runtime == ie10 ] | 85 [$runtime == ie10 ] |
| 84 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | 86 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 85 element_test/click: Fail # IE does not support firing this event. | 87 element_test/click: Fail # IE does not support firing this event. |
| 86 history_test/history: Pass, Fail # issue 8183 | 88 history_test/history: Pass, Fail # issue 8183 |
| 87 indexeddb_1_test/functional: Pass, Timeout # http://dartbug.com/9269 | 89 indexeddb_1_test/functional: Fail, Timeout # Issue 9269 + 12893 |
| 88 isolates_test: Skip | 90 isolates_test: Skip |
| 89 microtask_test: Fail, Pass # Appears to be flaky | 91 microtask_test: Fail, Pass # Appears to be flaky |
| 90 native_gc_test: Fail, Pass # BUG(7774): Untriaged. | 92 native_gc_test: Fail, Pass # BUG(7774): Untriaged. |
| 91 serialized_script_value_test: Fail | 93 serialized_script_value_test: Fail |
| 92 storage_test: Fail, Pass | 94 storage_test: Fail, Pass |
| 93 transferables_test: Fail # Issue 9846 | 95 transferables_test: Fail # Issue 9846 |
| 94 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 96 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 95 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 97 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element |
| 96 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | 98 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element |
| 97 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. | 99 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 | 373 |
| 372 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 374 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 373 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 375 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
| 374 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 376 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 375 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 377 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 376 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 378 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 377 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 379 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 378 js_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 postmessage_structured_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 safe_dom_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). |
| OLD | NEW |