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

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

Issue 1686973002: Dart2js CPS: Implement 'await for'. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Not all for-in local variables are declared in the for-in. Created 4 years, 10 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
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 9
10 js_array_test: Skip # Dartium JSInterop failure 10 js_array_test: Skip # Dartium JSInterop failure
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 localstorage_test: StaticWarning 414 localstorage_test: StaticWarning
415 mutationobserver_test: StaticWarning 415 mutationobserver_test: StaticWarning
416 queryall_test: fail 416 queryall_test: fail
417 track_element_constructor_test: StaticWarning 417 track_element_constructor_test: StaticWarning
418 transferables_test: StaticWarning 418 transferables_test: StaticWarning
419 typed_arrays_range_checks_test: StaticWarning 419 typed_arrays_range_checks_test: StaticWarning
420 typing_test: StaticWarning 420 typing_test: StaticWarning
421 webgl_1_test: StaticWarning 421 webgl_1_test: StaticWarning
422 window_nosuchmethod_test: StaticWarning 422 window_nosuchmethod_test: StaticWarning
423 423
424 [ $compiler == dart2js && $cps_ir ]
425 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for
426
427 [ $compiler == dart2js && $cps_ir && $browser ] 424 [ $compiler == dart2js && $cps_ir && $browser ]
428 # Custom element support: 425 # Custom element support:
429 custom/constructor_calls_created_synchronously_test: RuntimeError # Need custom element support #25484 426 custom/constructor_calls_created_synchronously_test: RuntimeError # Need custom element support #25484
430 custom/element_upgrade_test: RuntimeError # Need custom element support #25484 427 custom/element_upgrade_test: RuntimeError # Need custom element support #25484
431 custom/mirrors_test: RuntimeError # Need custom element support #25484 428 custom/mirrors_test: RuntimeError # Need custom element support #25484
432 custom_elements_23127_test/baseline: RuntimeError # Need custom element support #25484 429 custom_elements_23127_test/baseline: RuntimeError # Need custom element support #25484
433 custom_elements_23127_test/c2: RuntimeError # Need custom element support #25484 430 custom_elements_23127_test/c2: RuntimeError # Need custom element support #25484
434 custom_elements_23127_test/c1t: RuntimeError # Need custom element support #2548 4 431 custom_elements_23127_test/c1t: RuntimeError # Need custom element support #2548 4
435 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548 4 432 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548 4
436 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548 4 433 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548 4
437 custom_elements_test/register: RuntimeError # Need custom element support #25484 434 custom_elements_test/register: RuntimeError # Need custom element support #25484
438 435
439 # New js-interop support via package:js is only implemented in SSA: 436 # New js-interop support via package:js is only implemented in SSA:
440 js_array_test: RuntimeError # Need package:js support #24978 437 js_array_test: RuntimeError # Need package:js support #24978
441 js_dart_to_string_test: RuntimeError # Need package:js support #24978 438 js_dart_to_string_test: RuntimeError # Need package:js support #24978
442 js_function_getter_test/call: RuntimeError # Need package:js support #24978 439 js_function_getter_test/call: RuntimeError # Need package:js support #24978
443 js_function_getter_test: RuntimeError # Need package:js support #24978 440 js_function_getter_test: RuntimeError # Need package:js support #24978
444 js_function_getter_trust_types_test: RuntimeError # Need package:js support #249 78 441 js_function_getter_trust_types_test: RuntimeError # Need package:js support #249 78
445 js_typed_interop_anonymous2_exp_test: RuntimeError # Need package:js support #24 978 442 js_typed_interop_anonymous2_exp_test: RuntimeError # Need package:js support #24 978
446 js_typed_interop_anonymous2_test: RuntimeError # Need package:js support #24978 443 js_typed_interop_anonymous2_test: RuntimeError # Need package:js support #24978
447 js_typed_interop_anonymous_exp_test: RuntimeError # Need package:js support #249 78 444 js_typed_interop_anonymous_exp_test: RuntimeError # Need package:js support #249 78
448 js_typed_interop_anonymous_test: RuntimeError # Need package:js support #24978 445 js_typed_interop_anonymous_test: RuntimeError # Need package:js support #24978
449 js_typed_interop_side_cast_exp_test: RuntimeError # Need package:js support #249 78 446 js_typed_interop_side_cast_exp_test: RuntimeError # Need package:js support #249 78
450 js_typed_interop_side_cast_test: RuntimeError # Need package:js support #24978 447 js_typed_interop_side_cast_test: RuntimeError # Need package:js support #24978
451 js_typed_interop_test: RuntimeError # Need package:js support #24978 448 js_typed_interop_test: RuntimeError # Need package:js support #24978
452 mirrors_js_typed_interop_test: RuntimeError # Need package:js support #24978 449 mirrors_js_typed_interop_test: RuntimeError # Need package:js support #24978
453 450
454 # These are raw dart:js tests that fail due to bugs in the CPS IR: 451 # These are raw dart:js tests that fail due to bugs in the CPS IR:
455 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 452 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/tree_ir/optimization/pull_into_initializers.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698