| 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 svg_test: Skip #TODO(vsm): investigating | 7 svg_test: Skip #TODO(vsm): investigating |
| 8 | 8 |
| 9 event_test: Skip # Issue 1996 | 9 event_test: Skip # Issue 1996 |
| 10 custom_elements_test: Skip # Not yet implemented. | 10 custom_elements_test: Skip # Not yet implemented. |
| 11 interactive_test: Skip # Must be run manually. | 11 interactive_test: Skip # Must be run manually. |
| 12 | 12 |
| 13 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 13 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 14 # postMessage in dartium always transfers the typed array buffer, never a view | 14 # postMessage in dartium always transfers the typed array buffer, never a view |
| 15 postmessage_structured_test/typed_arrays: Fail | 15 postmessage_structured_test/typed_arrays: Fail |
| 16 custom_element_bindings_test: Fail # To investigate. |
| 16 | 17 |
| 17 [ $compiler == none && $runtime == drt && $system == windows ] | 18 [ $compiler == none && $runtime == drt && $system == windows ] |
| 18 worker_test/functional: Pass, Crash # Issue 9929. | 19 worker_test/functional: Pass, Crash # Issue 9929. |
| 19 | 20 |
| 20 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime ==
drt || $runtime == dartium)] | 21 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime ==
drt || $runtime == dartium)] |
| 21 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. | 22 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. |
| 22 | 23 |
| 23 [ $compiler == dart2js && $runtime == ie10 ] | 24 [ $compiler == dart2js && $runtime == ie10 ] |
| 24 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 25 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 |
| 25 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 26 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] | 377 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] |
| 377 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 378 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. | 379 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). | 380 js_interop_3_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). | 381 postmessage_structured_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). | 382 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 382 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 383 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| 383 | 384 |
| 384 [ $compiler == dartanalyzer ] | 385 [ $compiler == dartanalyzer ] |
| 385 path_observer_test: Fail | 386 path_observer_test: Fail |
| OLD | NEW |