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

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

Issue 2913963002: Add negation to single-identifier tests in status files. (Closed)
Patch Set: Address comments Created 3 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
« no previous file with comments | « tests/corelib_strong/corelib_strong.status ('k') | tests/isolate/isolate.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 interactive_test: Skip # Must be run manually. 5 interactive_test: Skip # Must be run manually.
6 cross_frame_test: Skip # Test reloads itself. Issue 18558 6 cross_frame_test: Skip # Test reloads itself. Issue 18558
7 7
8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) 9 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044)
10 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. 10 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior.
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 svgelement_test/supported_animateMotion: Fail 226 svgelement_test/supported_animateMotion: Fail
227 svgelement_test/supported_animateTransform: Fail 227 svgelement_test/supported_animateTransform: Fail
228 svgelement_test/supported_foreignObject: Fail 228 svgelement_test/supported_foreignObject: Fail
229 svgelement_test/supported_set: Fail 229 svgelement_test/supported_set: Fail
230 touchevent_test/supported: Fail # IE does not support TouchEvents 230 touchevent_test/supported: Fail # IE does not support TouchEvents
231 webgl_1_test/functional: Fail 231 webgl_1_test/functional: Fail
232 websql_test/supported: Fail 232 websql_test/supported: Fail
233 xhr_test/json: Fail # IE10 returns string, not JSON object 233 xhr_test/json: Fail # IE10 returns string, not JSON object
234 xsltprocessor_test/supported: Fail 234 xsltprocessor_test/supported: Fail
235 235
236 [ $compiler == dart2js && $runtime == drt && $unchecked ] 236 [ $compiler == dart2js && $runtime == drt && ! $checked ]
237 audiocontext_test/functional: Pass, Fail 237 audiocontext_test/functional: Pass, Fail
238 238
239 [ $runtime == safari || $runtime == safarimobilesim ] 239 [ $runtime == safari || $runtime == safarimobilesim ]
240 worker_api_test: Skip # Issue 13221 240 worker_api_test: Skip # Issue 13221
241 webgl_1_test: Pass, Fail # Issue 8219 241 webgl_1_test: Pass, Fail # Issue 8219
242 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element 242 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element
243 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element 243 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element
244 element_test: Pass, Fail # Issue 21434 244 element_test: Pass, Fail # Issue 21434
245 mediasource_test: Pass, Fail # MediaSource only available on Safari 8 desktop, w e can't express that. 245 mediasource_test: Pass, Fail # MediaSource only available on Safari 8 desktop, w e can't express that.
246 element_animate_test: Fail # Element.animate not supported on these browsers. 246 element_animate_test: Fail # Element.animate not supported on these browsers.
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 383
384 [ $compiler == dart2analyzer && $builder_tag == strong ] 384 [ $compiler == dart2analyzer && $builder_tag == strong ]
385 *: Skip # Issue 28649 385 *: Skip # Issue 28649
386 386
387 [ $compiler == dart2js && $fast_startup ] 387 [ $compiler == dart2js && $fast_startup ]
388 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d 388 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d
389 custom/js_custom_test: Fail # mirrors not supported 389 custom/js_custom_test: Fail # mirrors not supported
390 custom/mirrors_test: Fail # mirrors not supported 390 custom/mirrors_test: Fail # mirrors not supported
391 custom/mirrors_2_test: Fail # mirrors not supported 391 custom/mirrors_2_test: Fail # mirrors not supported
392 mirrors_js_typed_interop_test: Fail # mirrors not supported 392 mirrors_js_typed_interop_test: Fail # mirrors not supported
OLDNEW
« no previous file with comments | « tests/corelib_strong/corelib_strong.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698