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

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

Issue 9663068: Avoid cyclic computations in compile-time constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/warnings.dart ('k') | 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) 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 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.
121 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.
122 122
123 123
124 # Time outs on the bots. 124 # Time outs on the bots.
125 LibTest/core/List/sort_A01_t05: Skip # Times out. 125 LibTest/core/List/sort_A01_t05: Skip # Times out.
126 LibTest/core/List/sort_A01_t06: Skip # Times out. 126 LibTest/core/List/sort_A01_t06: Skip # Times out.
127 LibTest/core/List/sort_A01_t04: Skip # Times out. 127 LibTest/core/List/sort_A01_t04: Skip # Times out.
128 128
129 129
130 Language/10_Expressions/01_Constants_A17_t03: Crash # Cycle reference.
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
134
135 # Issues with co19 test suite. 130 # 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). 131 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). 132 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). 133 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 {. 134 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. 135 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. 136 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. 137 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88.
143 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 138 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
144 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 139 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 602 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
608 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error 603 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error
609 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 604 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
610 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 605 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 606 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 607 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 608 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 609 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 610 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 611 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « frog/leg/warnings.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698