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

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

Issue 14636013: Revert "Changes for webkit roll 148757-149482" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 svg_test: Skip #TODO(vsm): investigating
8 7
9 event_test: Skip # Issue 1996 8 event_test: Skip # Issue 1996
10 custom_elements_test: Skip # Not yet implemented. 9 custom_elements_test: Skip # Not yet implemented.
11 interactive_test: Skip # Must be run manually. 10 interactive_test: Skip # Must be run manually.
12 11
13 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 12 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
14 # 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
15 postmessage_structured_test/typed_arrays: Fail 14 postmessage_structured_test/typed_arrays: Fail
16 15
17 [ $compiler == none && $runtime == drt && $system == windows ] 16 [ $compiler == none && $runtime == drt && $system == windows ]
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 375 [ $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). 376 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. 377 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). 378 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). 379 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). 380 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. 381 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
383 382
384 [ $compiler == dartanalyzer ] 383 [ $compiler == dartanalyzer ]
385 path_observer_test: Fail 384 path_observer_test: Fail
OLDNEW
« no previous file with comments | « no previous file | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698