| 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. |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 | 328 |
| 329 [ $compiler == dart2js ] | 329 [ $compiler == dart2js ] |
| 330 transferables_test: Skip # until isInstance works in dart2js | 330 transferables_test: Skip # until isInstance works in dart2js |
| 331 | 331 |
| 332 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 332 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 333 request_animation_frame_test: Skip # Async test hangs. | 333 request_animation_frame_test: Skip # Async test hangs. |
| 334 | 334 |
| 335 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 335 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 336 isolates_test: Skip # Timeout because leg does not support web workers. | 336 isolates_test: Skip # Timeout because leg does not support web workers. |
| 337 | 337 |
| 338 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime ==
drt)] | |
| 339 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c
lasses | |
| 340 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla
sses | |
| 341 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes | |
| 342 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat
ive classes | |
| 343 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on
native classes | |
| 344 | |
| 345 [ $compiler == dart2js && $runtime == ff ] | 338 [ $compiler == dart2js && $runtime == ff ] |
| 346 inner_frame_test: Skip # Timeout | 339 inner_frame_test: Skip # Timeout |
| 347 | 340 |
| 348 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 341 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 349 indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 | 342 indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 |
| 350 | 343 |
| 351 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] | 344 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] |
| 352 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 345 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 353 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 346 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 354 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 347 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 355 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 348 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 356 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 349 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |