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

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

Issue 22846007: Remove entries in status refering to non-existent files/multitests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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 | dart/tests/lib/analyzer/analyze_tests.status » ('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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 svgelement_test/supported_feFlood: Fail 216 svgelement_test/supported_feFlood: Fail
217 svgelement_test/supported_feFuncA: Fail 217 svgelement_test/supported_feFuncA: Fail
218 svgelement_test/supported_feFuncB: Fail 218 svgelement_test/supported_feFuncB: Fail
219 svgelement_test/supported_feFuncG: Fail 219 svgelement_test/supported_feFuncG: Fail
220 svgelement_test/supported_feFuncR: Fail 220 svgelement_test/supported_feFuncR: Fail
221 svgelement_test/supported_feGaussianBlur: Fail 221 svgelement_test/supported_feGaussianBlur: Fail
222 svgelement_test/supported_feImage: Fail 222 svgelement_test/supported_feImage: Fail
223 svgelement_test/supported_feMerge: Fail 223 svgelement_test/supported_feMerge: Fail
224 svgelement_test/supported_feMergeNode: Fail 224 svgelement_test/supported_feMergeNode: Fail
225 svgelement_test/supported_feOffset: Fail 225 svgelement_test/supported_feOffset: Fail
226 svgelement_test/supported_fePointLight: Fail
227 svgelement_test/supported_feSpecularLighting: Fail 226 svgelement_test/supported_feSpecularLighting: Fail
228 svgelement_test/supported_feSpotLight: Fail
229 svgelement_test/supported_feTile: Fail 227 svgelement_test/supported_feTile: Fail
230 svgelement_test/supported_feTurbulence: Fail 228 svgelement_test/supported_feTurbulence: Fail
231 svgelement_test/supported_filter: Fail 229 svgelement_test/supported_filter: Fail
232 svgelement_test/supported_foreignObject: Fail 230 svgelement_test/supported_foreignObject: Fail
233 svgelement_test/supported_set: Fail 231 svgelement_test/supported_set: Fail
234 touchevent_test/supported: Fail 232 touchevent_test/supported: Fail
235 transition_event_test/supported: Fail 233 transition_event_test/supported: Fail
236 typed_arrays_1_test/supported: Fail 234 typed_arrays_1_test/supported: Fail
237 webgl_1_test/supported: Fail 235 webgl_1_test/supported: Fail
238 websocket_test/supported: Fail 236 websocket_test/supported: Fail
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 376
379 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 377 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
380 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 378 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
381 event_customevent_test: Fail # Test cannot run under CSP restrictions. 379 event_customevent_test: Fail # Test cannot run under CSP restrictions.
382 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 380 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
383 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 381 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
384 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 382 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
385 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 383 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
386 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 384 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
387 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 385 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
OLDNEW
« no previous file with comments | « no previous file | dart/tests/lib/analyzer/analyze_tests.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698