Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: tests/html/html.status

Issue 16311002: IDL roll and expectations fix (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 crypto_test/functional: Fail # Issue 11032 15 crypto_test/functional: Fail # Issue 11032
16 16
17
18 [ $compiler == none && $runtime == drt && $system == windows ] 17 [ $compiler == none && $runtime == drt && $system == windows ]
19 worker_test/functional: Pass, Crash # Issue 9929. 18 worker_test/functional: Pass, Crash # Issue 9929.
20 19
21 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $ runtime == opera || $runtime == drt || $runtime == dartium)] 20 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $ runtime == opera || $runtime == drt || $runtime == dartium)]
22 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. 21 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction.
23 22
24 [ $compiler == dart2js && $runtime == ie10 ] 23 [ $compiler == dart2js && $runtime == ie10 ]
25 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 24 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
26 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 25 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
27 async_test: Pass, Fail # timers test fails on ie10. 26 async_test: Pass, Fail # timers test fails on ie10.
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 # a browser environment. 356 # a browser environment.
358 [ $runtime == vm ] 357 [ $runtime == vm ]
359 *: Skip 358 *: Skip
360 359
361 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 360 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
362 request_animation_frame_test: Skip # Async test hangs. 361 request_animation_frame_test: Skip # Async test hangs.
363 362
364 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 363 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
365 isolates_test: Skip # Timeout because leg does not support web workers. 364 isolates_test: Skip # Timeout because leg does not support web workers.
366 365
367 366 [ $compiler == dart2js && $runtime == drt ]
368 [ $compiler == dart2js && $runtime == drt && $unchecked ] 367 speechrecognition_test/types: Fail # Issue 11035
369 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
370 368
371 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 369 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
372 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 370 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
373 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 371 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
374 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 372 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
375 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 373 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
376 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 374 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
377 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 375 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
378 376
379 [ $compiler == dartanalyzer ] 377 [ $compiler == dartanalyzer ]
380 path_observer_test: Fail 378 path_observer_test: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698