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

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

Issue 23640004: Require case expressions to be compile-time constants (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 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 | « runtime/vm/parser.cc ('k') | tests/language/switch_int_double_test.dart » ('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 [ $runtime == vm && $system == windows ] 5 [ $runtime == vm && $system == windows ]
6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
7 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. 7 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383.
8 8
9 [ $compiler == none && $runtime == vm ] 9 [ $compiler == none && $runtime == vm ]
10 # The following tests fail because they contain number literals with a + prefix (co19 issue 428) 10 # The following tests fail because they contain number literals with a + prefix (co19 issue 428)
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 Language/12_Expressions/32_Type_Test_A04_t02: fail # co19 issue 503 167 Language/12_Expressions/32_Type_Test_A04_t02: fail # co19 issue 503
168 Language/12_Expressions/32_Type_Test_A04_t03: fail # co19 issue 534 168 Language/12_Expressions/32_Type_Test_A04_t03: fail # co19 issue 534
169 Language/12_Expressions/32_Type_Test_A04_t04: fail # co19 issue 534 169 Language/12_Expressions/32_Type_Test_A04_t04: fail # co19 issue 534
170 Language/12_Expressions/33_Type_Cast_A03_t02: fail # co19 issue 534 170 Language/12_Expressions/33_Type_Cast_A03_t02: fail # co19 issue 534
171 Language/12_Expressions/33_Type_Cast_A03_t03: fail # co19 issue 534 171 Language/12_Expressions/33_Type_Cast_A03_t03: fail # co19 issue 534
172 Language/13_Statements/02_Expression_Statements_A01_t06: fail # co19 issue 517 172 Language/13_Statements/02_Expression_Statements_A01_t06: fail # co19 issue 517
173 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535 173 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535
174 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535 174 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535
175 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675 175 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675
176 Language/13_Statements/09_Switch_A01_t02: fail # co19-roll r546: Please triage t his failure 176 Language/13_Statements/09_Switch_A01_t02: fail # co19-roll r546: Please triage t his failure
177 Language/13_Statements/09_Switch_A02_t01: fail # co19-roll r546: Please triage t his failure
178 Language/13_Statements/09_Switch_A02_t02: fail # co19-roll r546: Please triage t his failure 177 Language/13_Statements/09_Switch_A02_t02: fail # co19-roll r546: Please triage t his failure
179 Language/13_Statements/09_Switch_A03_t01: fail # co19-roll r546: Please triage t his failure 178 Language/13_Statements/09_Switch_A03_t01: fail # co19-roll r546: Please triage t his failure
180 Language/13_Statements/09_Switch_A03_t02: fail # co19-roll r546: Please triage t his failure 179 Language/13_Statements/09_Switch_A03_t02: fail # co19-roll r546: Please triage t his failure
181 Language/13_Statements/09_Switch_A04_t01: fail # co19-roll r546: Please triage t his failure 180 Language/13_Statements/09_Switch_A04_t01: fail # co19-roll r546: Please triage t his failure
182 Language/13_Statements/09_Switch_A06_t02: fail # co19-roll r546: Please triage t his failure 181 Language/13_Statements/09_Switch_A06_t02: fail # co19-roll r546: Please triage t his failure
183 Language/13_Statements/11_Try_A02_t03: fail # co19-roll r546: Please triage this failure 182 Language/13_Statements/11_Try_A02_t03: fail # co19-roll r546: Please triage this failure
184 Language/13_Statements/11_Try_A03_t03: fail # co19-roll r546: Please triage this failure 183 Language/13_Statements/11_Try_A03_t03: fail # co19-roll r546: Please triage this failure
185 Language/13_Statements/11_Try_A04_t03: fail # co19-roll r546: Please triage this failure 184 Language/13_Statements/11_Try_A04_t03: fail # co19-roll r546: Please triage this failure
186 Language/13_Statements/11_Try_A07_t03: fail # co19-roll r546: Please triage this failure 185 Language/13_Statements/11_Try_A07_t03: fail # co19-roll r546: Please triage this failure
187 Language/13_Statements/12_Labels_A01_t03: fail # co19-roll r546: Please triage t his failure 186 Language/13_Statements/12_Labels_A01_t03: fail # co19-roll r546: Please triage t his failure
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 LibTest/core/int/ceilToDouble_A01_t01: fail # co19 issue 498 230 LibTest/core/int/ceilToDouble_A01_t01: fail # co19 issue 498
232 LibTest/core/int/floorToDouble_A01_t01: fail # co19 issue 498 231 LibTest/core/int/floorToDouble_A01_t01: fail # co19 issue 498
233 LibTest/core/int/roundToDouble_A01_t01: fail # co19 issue 498 232 LibTest/core/int/roundToDouble_A01_t01: fail # co19 issue 498
234 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498 233 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498
235 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497 234 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497
236 235
237 # co19-roll r546 (11.08.2013) caused these failures 236 # co19-roll r546 (11.08.2013) caused these failures
238 [ $compiler == none && $runtime == vm && $unchecked ] 237 [ $compiler == none && $runtime == vm && $unchecked ]
239 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496 238 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496
240 239
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/switch_int_double_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698