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

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

Issue 23475003: Further fixes from Safe HTML integration (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | tests/utils/png_layout_test.dart » ('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 async_window_test: Skip #TODO(gram): investigating 5 async_window_test: Skip #TODO(gram): investigating
6 event_test: Skip # Issue 1996 6 event_test: Skip # Issue 1996
7 interactive_test: Skip # Must be run manually. 7 interactive_test: Skip # Must be run manually.
8 8
9 [ $compiler == dart2js && $runtime != drt ] 9 [ $compiler == dart2js && $runtime != drt ]
10 custom/*: Skip 10 custom/*: Skip
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 xhr_test/supported_HttpRequestProgressEvent: Fail 138 xhr_test/supported_HttpRequestProgressEvent: Fail
139 xhr_test/supported_overrideMimeType: Fail 139 xhr_test/supported_overrideMimeType: Fail
140 xsltprocessor_test/supported: Fail 140 xsltprocessor_test/supported: Fail
141 141
142 [ $runtime == ie9 ] 142 [ $runtime == ie9 ]
143 blob_constructor_test: Fail 143 blob_constructor_test: Fail
144 document_test/document: Pass, Fail # BUG(9654) need per-instance patching 144 document_test/document: Pass, Fail # BUG(9654) need per-instance patching
145 dom_constructors_test: Fail 145 dom_constructors_test: Fail
146 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 146 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
147 element_test/click: Fail # IE does not support firing this event. 147 element_test/click: Fail # IE does not support firing this event.
148 element_test/constructors: Fail # IE9 does not support innerHTML on tabl e elements
Jennifer Messerly 2013/08/28 02:20:42 is there a bug filed for this? it seems like a pre
148 element_test/matches: Fail # IE9 does not support matches 149 element_test/matches: Fail # IE9 does not support matches
149 form_element_test: Fail # Issue 4793. 150 form_element_test: Fail # Issue 4793.
150 isolates_test: Skip # BUG(4016) 151 isolates_test: Skip # BUG(4016)
151 localstorage_test: Fail 152 localstorage_test: Fail
152 microtask_test: Pass, Fail # http://dartbug.com/8300 153 microtask_test: Pass, Fail # http://dartbug.com/8300
153 postmessage_structured_test: Skip # BUG(5685): times out. 154 postmessage_structured_test: Skip # BUG(5685): times out.
154 serialized_script_value_test: Fail 155 serialized_script_value_test: Fail
155 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 156 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
156 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 157 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
157 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 158 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 372
372 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 373 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
373 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 374 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
374 event_customevent_test: Fail # Test cannot run under CSP restrictions. 375 event_customevent_test: Fail # Test cannot run under CSP restrictions.
375 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).
376 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.
377 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).
378 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 379 js_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). 380 postmessage_structured_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). 381 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
OLDNEW
« no previous file with comments | « no previous file | tests/utils/png_layout_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698