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

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

Issue 14839006: Adding tests for experimental Safe DOM creation technique. (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
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.
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 input_element_test/supported_search: Fail 170 input_element_test/supported_search: Fail
171 input_element_test/supported_tel: Fail 171 input_element_test/supported_tel: Fail
172 input_element_test/supported_time: Fail 172 input_element_test/supported_time: Fail
173 input_element_test/supported_url: Fail 173 input_element_test/supported_url: Fail
174 input_element_test/supported_week: Fail 174 input_element_test/supported_week: Fail
175 media_stream_test/supported_MediaStreamEvent: Fail 175 media_stream_test/supported_MediaStreamEvent: Fail
176 media_stream_test/supported_MediaStreamTrackEvent: Fail 176 media_stream_test/supported_MediaStreamTrackEvent: Fail
177 media_stream_test/supported_media: Fail 177 media_stream_test/supported_media: Fail
178 mutationobserver_test/supported: Fail 178 mutationobserver_test/supported: Fail
179 notifications_test/supported: Fail 179 notifications_test/supported: Fail
180 range_test/supported: Fail
180 rtc_test/supported: Fail 181 rtc_test/supported: Fail
181 shadow_dom_test/supported: Fail 182 shadow_dom_test/supported: Fail
182 speechrecognition_test/supported: Fail 183 speechrecognition_test/supported: Fail
183 svg_test/supported_externalResourcesRequired: Fail 184 svg_test/supported_externalResourcesRequired: Fail
184 svgelement_test/supported_altGlyph: Fail 185 svgelement_test/supported_altGlyph: Fail
185 svgelement_test/supported_animate: Fail 186 svgelement_test/supported_animate: Fail
186 svgelement_test/supported_animateMotion: Fail 187 svgelement_test/supported_animateMotion: Fail
187 svgelement_test/supported_animateTransform: Fail 188 svgelement_test/supported_animateTransform: Fail
188 svgelement_test/supported_feBlend: Fail 189 svgelement_test/supported_feBlend: Fail
189 svgelement_test/supported_feColorMatrix: Fail 190 svgelement_test/supported_feColorMatrix: Fail
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 362
362 [ $compiler == dart2js && $runtime == drt && $unchecked ] 363 [ $compiler == dart2js && $runtime == drt && $unchecked ]
363 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 364 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
364 365
365 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 366 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
366 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 367 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
367 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 368 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
368 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 369 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
369 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 370 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
370 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 371 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698