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

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

Issue 9662037: Compile time constants with fields. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 9 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 | « frog/leg/compile_time_constants.dart ('k') | tests/language/language.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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 [ $component == leg && $system == macos ] 5 [ $component == leg && $system == macos ]
6 LibTest/core/Math/acos_A01_t01: Fail 6 LibTest/core/Math/acos_A01_t01: Fail
7 LibTest/core/Math/asin_A01_t01: Fail 7 LibTest/core/Math/asin_A01_t01: Fail
8 LibTest/core/Math/atan_A01_t01: Fail 8 LibTest/core/Math/atan_A01_t01: Fail
9 9
10 10
(...skipping 23 matching lines...) Expand all
34 34
35 35
36 [ $component == leg ] 36 [ $component == leg ]
37 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of break targets. 37 Language/11_Statements/11_Labels_A01_t01: Fail # Internal error in resolution of break targets.
38 38
39 39
40 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): New co19 failure, please triage. 40 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): New co19 failure, please triage.
41 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # TODO(ahe): Ne w co19 failure, please triage. 41 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # TODO(ahe): Ne w co19 failure, please triage.
42 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # TODO(ahe): Ne w co19 failure, please triage. 42 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # TODO(ahe): Ne w co19 failure, please triage.
43 Language/09_Generics/09_Generics_A04_t04: Fail # TODO(ahe): New co19 failure, pl ease triage. 43 Language/09_Generics/09_Generics_A04_t04: Fail # TODO(ahe): New co19 failure, pl ease triage.
44 Language/10_Expressions/01_Constants_A07_t01: Fail # TODO(ahe): New co19 failure , please triage.
45 Language/10_Expressions/01_Constants_A10_t01: Fail # TODO(ahe): New co19 failure , please triage. 44 Language/10_Expressions/01_Constants_A10_t01: Fail # TODO(ahe): New co19 failure , please triage.
46 Language/10_Expressions/01_Constants_A11_t01: Fail # TODO(ahe): New co19 failure , please triage. 45 Language/10_Expressions/01_Constants_A11_t01: Fail # TODO(ahe): New co19 failure , please triage.
47 Language/10_Expressions/01_Constants_A12_t01: Fail # TODO(ahe): New co19 failure , please triage. 46 Language/10_Expressions/01_Constants_A12_t01: Fail # TODO(ahe): New co19 failure , please triage.
48 Language/10_Expressions/01_Constants_A13_t01: Fail # TODO(ahe): New co19 failure , please triage. 47 Language/10_Expressions/01_Constants_A13_t01: Fail # TODO(ahe): New co19 failure , please triage.
49 Language/10_Expressions/03_Numbers_A01_t06: Fail # TODO(ahe): New co19 failure, please triage. 48 Language/10_Expressions/03_Numbers_A01_t06: Fail # TODO(ahe): New co19 failure, please triage.
50 Language/10_Expressions/03_Numbers_A01_t09: Fail # TODO(ahe): New co19 failure, please triage. 49 Language/10_Expressions/03_Numbers_A01_t09: Fail # TODO(ahe): New co19 failure, please triage.
51 Language/10_Expressions/05_Strings_A02_t01: Fail # TODO(ahe): New co19 failure, please triage. 50 Language/10_Expressions/05_Strings_A02_t01: Fail # TODO(ahe): New co19 failure, please triage.
52 Language/10_Expressions/06_Lists_A07_t01: Fail # TODO(ahe): New co19 failure, pl ease triage. 51 Language/10_Expressions/06_Lists_A07_t01: Fail # TODO(ahe): New co19 failure, pl ease triage.
53 Language/10_Expressions/07_Maps_A06_t01: Fail # TODO(ahe): New co19 failure, ple ase triage. 52 Language/10_Expressions/07_Maps_A06_t01: Fail # TODO(ahe): New co19 failure, ple ase triage.
54 Language/10_Expressions/07_Maps_A07_t03: Fail # TODO(ahe): New co19 failure, ple ase triage. 53 Language/10_Expressions/07_Maps_A07_t03: Fail # TODO(ahe): New co19 failure, ple ase triage.
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(ahe): New co19 fail ure, please triage. 120 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(ahe): New co19 fail ure, please triage.
122 LibTest/core/double/toStringAsFixed_A01_t03: Fail # TODO(ahe): New co19 failure, please triage. 121 LibTest/core/double/toStringAsFixed_A01_t03: Fail # TODO(ahe): New co19 failure, please triage.
123 122
124 123
125 # Time outs on the bots. 124 # Time outs on the bots.
126 LibTest/core/List/sort_A01_t05: Skip # Times out. 125 LibTest/core/List/sort_A01_t05: Skip # Times out.
127 LibTest/core/List/sort_A01_t06: Skip # Times out. 126 LibTest/core/List/sort_A01_t06: Skip # Times out.
128 LibTest/core/List/sort_A01_t04: Skip # Times out. 127 LibTest/core/List/sort_A01_t04: Skip # Times out.
129 128
130 129
131 Language/10_Expressions/01_Constants_A17_t02: Skip # Times out. 130 Language/10_Expressions/01_Constants_A17_t03: Crash # Cycle reference.
132 Language/10_Expressions/01_Constants_A17_t01: Skip # Times out. 131 Language/10_Expressions/01_Constants_A17_t02: Skip # Cyclic reference. Times out .
132 Language/10_Expressions/01_Constants_A17_t01: Skip # Cyclic reference. Times out .
133 133
134 134
135 # Issues with co19 test suite. 135 # Issues with co19 test suite.
136 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). 136 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug).
137 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 137 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
138 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 138 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
139 Language/11_Statements/09_Try_A02_t04: Fail, OK # Bad test: Unbalanced {. 139 Language/11_Statements/09_Try_A02_t04: Fail, OK # Bad test: Unbalanced {.
140 Language/11_Statements/10_Return_A02_t01: Fail, OK # co19 issue 87. 140 Language/11_Statements/10_Return_A02_t01: Fail, OK # co19 issue 87.
141 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88. 141 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88.
142 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88. 142 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88.
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 607 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
608 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error 608 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error
609 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 609 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
610 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 610 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
611 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 611 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
612 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 612 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
613 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 613 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
614 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 614 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
615 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 615 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
616 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 616 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « frog/leg/compile_time_constants.dart ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698