| 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. |
| 11 | 11 |
| 12 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 12 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 13 # postMessage in dartium always transfers the typed array buffer, never a view | 13 # postMessage in dartium always transfers the typed array buffer, never a view |
| 14 postmessage_structured_test/typed_arrays: Fail | 14 postmessage_structured_test/typed_arrays: Fail |
| 15 | 15 |
| 16 [ $compiler == none && $runtime == drt && $system == windows ] | 16 [ $compiler == none && $runtime == drt && $system == windows ] |
| 17 worker_test/functional: Pass, Crash # Issue 9929. | 17 worker_test/functional: Pass, Crash # Issue 9929. |
| 18 | 18 |
| 19 [ $compiler == dart2js && $checked ] |
| 20 html/documentfragment_test: Crash # Issue 11275 |
| 21 |
| 19 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $
runtime == opera || $runtime == drt || $runtime == dartium)] | 22 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $
runtime == opera || $runtime == drt || $runtime == dartium)] |
| 20 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. | 23 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. |
| 21 | 24 |
| 22 [ $compiler == dart2js && $runtime == ie10 ] | 25 [ $compiler == dart2js && $runtime == ie10 ] |
| 23 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 26 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 |
| 24 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 27 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 |
| 25 async_test: Pass, Fail # timers test fails on ie10. | 28 async_test: Pass, Fail # timers test fails on ie10. |
| 26 | 29 |
| 27 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] | 30 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] |
| 28 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. | 31 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 368 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 366 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 369 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 367 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 370 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 368 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 371 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| 369 | 372 |
| 370 [ $compiler == dartanalyzer ] | 373 [ $compiler == dartanalyzer ] |
| 371 path_observer_test: Fail | 374 path_observer_test: Fail |
| 372 | 375 |
| 373 [ $compiler == dart2analyzer ] | 376 [ $compiler == dart2analyzer ] |
| 374 path_observer_test: Fail | 377 path_observer_test: Fail |
| OLD | NEW |