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

Side by Side Diff: tests/co19/co19-dart2js.status

Issue 796363003: dart2js: accept const map literals as expression statements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment. Created 6 years 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 | « tests/co19/co19-dart2dart.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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $compiler == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out. 6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
7 7
8 # Crashes first, please. Then untriaged bugs. There is a section below 8 # Crashes first, please. Then untriaged bugs. There is a section below
9 # for co19 bugs. 9 # for co19 bugs.
10 [ $compiler == dart2js ] 10 [ $compiler == dart2js ]
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 Language/12_Expressions/12_Instance_Creation/1_New_A02_t03: fail # Issue 21092 a nd co19 issue 713 431 Language/12_Expressions/12_Instance_Creation/1_New_A02_t03: fail # Issue 21092 a nd co19 issue 713
432 Language/12_Expressions/12_Instance_Creation/1_New_A02_t05: fail # Issue 21092 a nd co19 issue 713 432 Language/12_Expressions/12_Instance_Creation/1_New_A02_t05: fail # Issue 21092 a nd co19 issue 713
433 Language/12_Expressions/12_Instance_Creation/1_New_A02_t06: fail # Issue 21092 a nd co19 issue 713 433 Language/12_Expressions/12_Instance_Creation/1_New_A02_t06: fail # Issue 21092 a nd co19 issue 713
434 Language/12_Expressions/12_Instance_Creation/1_New_A02_t07: fail # Issue 21092 a nd co19 issue 713 434 Language/12_Expressions/12_Instance_Creation/1_New_A02_t07: fail # Issue 21092 a nd co19 issue 713
435 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: fail # Issue 21134 and co19 issue 714 435 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: fail # Issue 21134 and co19 issue 714
436 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: fail # Issue 21134 and co19 issue 714 436 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: fail # Issue 21134 and co19 issue 714
437 Language/12_Expressions/22_Equality_A01_t01: fail # Issue 21137 437 Language/12_Expressions/22_Equality_A01_t01: fail # Issue 21137
438 Language/12_Expressions/22_Equality_A05_t01: fail # Issue 21137 438 Language/12_Expressions/22_Equality_A05_t01: fail # Issue 21137
439 Language/12_Expressions/30_Identifier_Reference_A02_t01: fail # Issue 21154 439 Language/12_Expressions/30_Identifier_Reference_A02_t01: fail # Issue 21154
440 Language/12_Expressions/33_Type_Cast_A02_t03: fail # co19 issue 716 440 Language/12_Expressions/33_Type_Cast_A02_t03: fail # co19 issue 716
441 Language/13_Statements/02_Expression_Statements_A01_t08: fail # Issue 21155
442 Language/13_Statements/10_Rethrow_A01_t04: fail # co19 issue 719 441 Language/13_Statements/10_Rethrow_A01_t04: fail # co19 issue 719
443 Language/13_Statements/10_Rethrow_A01_t05: fail # co19 issue 719 442 Language/13_Statements/10_Rethrow_A01_t05: fail # co19 issue 719
444 Language/14_Libraries_and_Scripts/1_Imports_A03_t08: fail # Issue 21171 443 Language/14_Libraries_and_Scripts/1_Imports_A03_t08: fail # Issue 21171
445 Language/14_Libraries_and_Scripts/1_Imports_A03_t09: fail # Issue 21171 444 Language/14_Libraries_and_Scripts/1_Imports_A03_t09: fail # Issue 21171
446 Language/14_Libraries_and_Scripts/1_Imports_A03_t10: fail # Issue 21171 445 Language/14_Libraries_and_Scripts/1_Imports_A03_t10: fail # Issue 21171
447 Language/14_Libraries_and_Scripts/1_Imports_A03_t28: fail # Issue 21171 446 Language/14_Libraries_and_Scripts/1_Imports_A03_t28: fail # Issue 21171
448 Language/14_Libraries_and_Scripts/1_Imports_A03_t29: fail # co19 issue 723 447 Language/14_Libraries_and_Scripts/1_Imports_A03_t29: fail # co19 issue 723
449 Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # co19 issue 723 448 Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # co19 issue 723
450 Language/15_Types/4_Interface_Types_A11_t01: crash # Issue 21174 449 Language/15_Types/4_Interface_Types_A11_t01: crash # Issue 21174
451 Language/15_Types/4_Interface_Types_A11_t02: crash # Issue 21174 450 Language/15_Types/4_Interface_Types_A11_t02: crash # Issue 21174
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure 631 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
633 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 632 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
634 633
635 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 634 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
636 LibTest/async/DeferredLibrary/*: Skip # Issue 17458 635 LibTest/async/DeferredLibrary/*: Skip # Issue 17458
637 636
638 [ $compiler == dart2js && $mode == debug ] 637 [ $compiler == dart2js && $mode == debug ]
639 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout 638 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout
640 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout 639 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout
641 LibTest/core/List/List_class_A01_t01: Pass, Timeout 640 LibTest/core/List/List_class_A01_t01: Pass, Timeout
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698