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

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

Issue 11416254: Eliminate support for old getter syntax (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « runtime/vm/parser.cc ('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) 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 == none && $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
6 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 6 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060
7 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 7 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060
8 8
9 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(vm-team): Please triage this failure. 9 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(vm-team): Please triage this failure.
10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(vm-team): Please triage this failure. 10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(vm-team): Please triage this failure.
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure. 157 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure.
158 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure. 158 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure.
159 159
160 Language/05_Variables/05_Variables_A05_t04: Fail # Dart issue 5881 160 Language/05_Variables/05_Variables_A05_t04: Fail # Dart issue 5881
161 Language/05_Variables/05_Variables_A05_t11: Fail # Dart issue 5885 161 Language/05_Variables/05_Variables_A05_t11: Fail # Dart issue 5885
162 Language/05_Variables/05_Variables_A05_t13: Fail # Dart issue 5885 162 Language/05_Variables/05_Variables_A05_t13: Fail # Dart issue 5885
163 Language/05_Variables/05_Variables_A05_t14: Fail # Dart issue 5885 163 Language/05_Variables/05_Variables_A05_t14: Fail # Dart issue 5885
164 Language/05_Variables/05_Variables_A05_t15: Fail # Dart issue 5885 164 Language/05_Variables/05_Variables_A05_t15: Fail # Dart issue 5885
165 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802 165 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802
166 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894 166 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894
167 Language/07_Classes/2_Getters_A01_t03: Fail # Expects compile-time error when ge tter has empty parameter list.
168 Language/07_Classes/2_Getters_A01_t05: Fail # Expects compile-time error when ge tter has empty parameter list.
169 167
170 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 168 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
171 169
172 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085 170 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085
173 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085 171 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085
174 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 172 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
175 173
176 174
177 [ $compiler == none && $runtime == vm && $checked ] 175 [ $compiler == none && $runtime == vm && $checked ]
178 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure. 176 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure.
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 326
329 327
330 [ $compiler == none && $runtime == vm && $mode == debug ] 328 [ $compiler == none && $runtime == vm && $mode == debug ]
331 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 329 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
332 330
333 [ $compiler == none && $arch == simarm ] 331 [ $compiler == none && $arch == simarm ]
334 *: Skip 332 *: Skip
335 333
336 [ $compiler == none && $arch == arm ] 334 [ $compiler == none && $arch == arm ]
337 *: Skip 335 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698