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

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

Issue 1057003004: Update dart2dart test expectations after r45114. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 | no next file » | 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 [ $compiler == dart2dart && $builder_tag == new_backend ] 5 [ $compiler == dart2dart && $builder_tag == new_backend ]
6 Language/12_Expressions/18_Assignment_A04_t09: RuntimeError # Issue 23015 6 Language/12_Expressions/18_Assignment_A04_t09: RuntimeError # Issue 23015
7 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Runtim eError # Issue 23015 7 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Runtim eError # Issue 23015
8 8
9 LibTest/collection/ListBase/ListBase_class_A01_t02: Crash # issue 19953 9 LibTest/collection/ListBase/ListBase_class_A01_t02: Crash # issue 19953
10 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Crash # issue 19953 10 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Crash # issue 19953
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 Language/12_Expressions/12_Instance_Creation/1_New_A03_t01: fail # co19-roll r54 6: Please triage this failure 49 Language/12_Expressions/12_Instance_Creation/1_New_A03_t01: fail # co19-roll r54 6: Please triage this failure
50 Language/12_Expressions/12_Instance_Creation/1_New_A03_t02: fail # co19-roll r54 6: Please triage this failure 50 Language/12_Expressions/12_Instance_Creation/1_New_A03_t02: fail # co19-roll r54 6: Please triage this failure
51 Language/12_Expressions/12_Instance_Creation/1_New_A04_t01: fail # co19-roll r54 6: Please triage this failure 51 Language/12_Expressions/12_Instance_Creation/1_New_A04_t01: fail # co19-roll r54 6: Please triage this failure
52 Language/12_Expressions/12_Instance_Creation/1_New_A04_t02: RuntimeError # co19- roll r607: Please triage this failure 52 Language/12_Expressions/12_Instance_Creation/1_New_A04_t02: RuntimeError # co19- roll r607: Please triage this failure
53 Language/12_Expressions/12_Instance_Creation/1_New_A06_t04: fail # co19-roll r54 6: Please triage this failure 53 Language/12_Expressions/12_Instance_Creation/1_New_A06_t04: fail # co19-roll r54 6: Please triage this failure
54 Language/12_Expressions/12_Instance_Creation/1_New_A06_t05: fail # co19-roll r54 6: Please triage this failure 54 Language/12_Expressions/12_Instance_Creation/1_New_A06_t05: fail # co19-roll r54 6: Please triage this failure
55 Language/12_Expressions/12_Instance_Creation/1_New_A06_t06: fail # co19-roll r54 6: Please triage this failure 55 Language/12_Expressions/12_Instance_Creation/1_New_A06_t06: fail # co19-roll r54 6: Please triage this failure
56 Language/12_Expressions/12_Instance_Creation/1_New_A06_t15: CompileTimeError # I ssue 21092 56 Language/12_Expressions/12_Instance_Creation/1_New_A06_t15: CompileTimeError # I ssue 21092
57 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: MissingCompileTime Error # Issue 21134 57 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: MissingCompileTime Error # Issue 21134
58 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: MissingCompileTime Error # Issue 21134 58 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: MissingCompileTime Error # Issue 21134
59 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17: MissingCompileTimeError # Issue 21210
60 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18: MissingCompileTimeError # Issue 21210
61 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: Runtim eError # co19-roll r623: Please triage this failure 59 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: Runtim eError # co19-roll r623: Please triage this failure
62 Language/12_Expressions/17_Getter_Invocation_A07_t02: Pass, RuntimeError # co19- roll r607: Please triage this failure 60 Language/12_Expressions/17_Getter_Invocation_A07_t02: Pass, RuntimeError # co19- roll r607: Please triage this failure
63 Language/12_Expressions/22_Equality_A01_t01: fail # co19-roll r546: Please triag e this failure 61 Language/12_Expressions/22_Equality_A01_t01: fail # co19-roll r546: Please triag e this failure
64 Language/12_Expressions/22_Equality_A05_t01: fail # co19-roll r546: Please triag e this failure 62 Language/12_Expressions/22_Equality_A05_t01: fail # co19-roll r546: Please triag e this failure
65 Language/12_Expressions/30_Identifier_Reference_A02_t01: fail # co19-roll r546: Please triage this failure 63 Language/12_Expressions/30_Identifier_Reference_A02_t01: fail # co19-roll r546: Please triage this failure
66 Language/13_Statements/04_Local_Function_Declaration_A04_t01: Fail, MissingCompi leTimeError # co19-roll r607: Please triage this failure 64 Language/13_Statements/04_Local_Function_Declaration_A04_t01: Fail, MissingCompi leTimeError # co19-roll r607: Please triage this failure
67 Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTime Error # co19-roll r667: Please triage this failure 65 Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTime Error # co19-roll r667: Please triage this failure
68 Language/13_Statements/09_Switch_A01_t02: fail # co19-roll r546: Please triage t his failure 66 Language/13_Statements/09_Switch_A01_t02: fail # co19-roll r546: Please triage t his failure
69 Language/14_Libraries_and_Scripts/1_Imports_A03_t08: fail # co19-roll r546: Plea se triage this failure 67 Language/14_Libraries_and_Scripts/1_Imports_A03_t08: fail # co19-roll r546: Plea se triage this failure
70 Language/14_Libraries_and_Scripts/1_Imports_A03_t09: fail # co19-roll r546: Plea se triage this failure 68 Language/14_Libraries_and_Scripts/1_Imports_A03_t09: fail # co19-roll r546: Plea se triage this failure
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 118 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44
121 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 119 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
122 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 120 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
123 121
124 [ $compiler == dart2dart && $minified ] 122 [ $compiler == dart2dart && $minified ]
125 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure 123 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure
126 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure 124 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure
127 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure 125 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure
128 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure 126 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure
129 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 127 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698