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

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

Issue 1312583008: dart2js cps: Clean up status file (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update test expectations. Created 5 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
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language_dart2js.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 dromaeo_smoke_test: Skip # Issue 14521, 8257 6 dromaeo_smoke_test: Skip # Issue 14521, 8257
7 cross_frame_test: Skip # Test reloads itself. Issue 18558 7 cross_frame_test: Skip # Test reloads itself. Issue 18558
8 8
9 js_array_test: Skip # Issue 23676, 23677 9 js_array_test: Skip # Issue 23676, 23677
10 js_typed_interop_test: Skip # Issue 23676, 23677 10 js_typed_interop_test: Skip # Issue 23676, 23677
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. 199 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs.
200 transferables_test: Fail # Issue 9846 200 transferables_test: Fail # Issue 9846
201 201
202 [ $compiler == dart2js && $minified ] 202 [ $compiler == dart2js && $minified ]
203 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260 5 203 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260 5
204 204
205 [ $compiler == dart2js && $runtime == chrome ] 205 [ $compiler == dart2js && $runtime == chrome ]
206 css_test/supportsPointConversions: Fail # Issues 21710 206 css_test/supportsPointConversions: Fail # Issues 21710
207 css_test/functional: Fail # Issues 21710 207 css_test/functional: Fail # Issues 21710
208 208
209 [ $compiler == dart2js && $cps_ir ]
210 resource_http_test: Crash # Cannot handle async functions.
211
212 [ $runtime == ie11 ] 209 [ $runtime == ie11 ]
213 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131 93. 210 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131 93.
214 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t riage this failure. 211 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t riage this failure.
215 worker_test/functional: Pass, Fail # Issues 20659. 212 worker_test/functional: Pass, Fail # Issues 20659.
216 transferables_test: Pass, Fail # Issues 20659. 213 transferables_test: Pass, Fail # Issues 20659.
217 214
218 # IE11 Feature support statuses- 215 # IE11 Feature support statuses-
219 # These results not yet noted in platform support annotations. 216 # These results not yet noted in platform support annotations.
220 # All changes should be accompanied by platform support annotation changes. 217 # All changes should be accompanied by platform support annotation changes.
221 audiobuffersourcenode_test/supported: Fail 218 audiobuffersourcenode_test/supported: Fail
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 htmlelement_test: StaticWarning 416 htmlelement_test: StaticWarning
420 localstorage_test: StaticWarning 417 localstorage_test: StaticWarning
421 mutationobserver_test: StaticWarning 418 mutationobserver_test: StaticWarning
422 queryall_test: fail 419 queryall_test: fail
423 track_element_constructor_test: StaticWarning 420 track_element_constructor_test: StaticWarning
424 transferables_test: StaticWarning 421 transferables_test: StaticWarning
425 typed_arrays_range_checks_test: StaticWarning 422 typed_arrays_range_checks_test: StaticWarning
426 typing_test: StaticWarning 423 typing_test: StaticWarning
427 webgl_1_test: StaticWarning 424 webgl_1_test: StaticWarning
428 window_nosuchmethod_test: StaticWarning 425 window_nosuchmethod_test: StaticWarning
426
427 [ $compiler == dart2js && $cps_ir ]
428 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698