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

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

Issue 11093013: - Update status files for failing tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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/raw_object.h ('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) 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/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage this failure. 6 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage this failure.
7 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # TODO(vm-team): Plea se triage this failure. 7 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # TODO(vm-team): Plea se triage this failure.
8 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # TODO(vm-team): Plea se triage this failure. 8 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # TODO(vm-team): Plea se triage this failure.
9 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t01: Fail # TOD O(vm-team): Please triage this failure. 9 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t01: Fail # TOD O(vm-team): Please triage this failure.
10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # TOD O(vm-team): Please triage this failure. 10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # TOD O(vm-team): Please triage this failure.
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 LibTest/core/RegExp/hasMatch_A01_t02: Fail # TODO(vm-team): Please triage this f ailure. 168 LibTest/core/RegExp/hasMatch_A01_t02: Fail # TODO(vm-team): Please triage this f ailure.
169 LibTest/core/double/INFINITY_A01_t02: Fail # TODO(vm-team): Please triage this f ailure. 169 LibTest/core/double/INFINITY_A01_t02: Fail # TODO(vm-team): Please triage this f ailure.
170 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(vm-team): Please tria ge this failure. 170 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(vm-team): Please tria ge this failure.
171 171
172 172
173 # Failures related to assert being a reserved word now. co19 issue 218. 173 # Failures related to assert being a reserved word now. co19 issue 218.
174 Language/10_Expressions/28_Identifier_Reference_A04_t07: Fail, OK 174 Language/10_Expressions/28_Identifier_Reference_A04_t07: Fail, OK
175 175
176 176
177 [ $compiler == none && $runtime == vm && $checked ] 177 [ $compiler == none && $runtime == vm && $checked ]
178 Language/13_Libraries_and_Scripts/2_Imports_A03_t11: Fail # Issue 5736
179 Language/13_Libraries_and_Scripts/2_Imports_A03_t21: Fail # Issue 5736
178 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(vm-team): P lease triage this failure. 180 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(vm-team): P lease triage this failure.
179 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(vm-team): P lease triage this failure. 181 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(vm-team): P lease triage this failure.
180 Language/10_Expressions/09_Function_Expressions_A05_t01: Fail # TODO(vm-team): P lease triage this failure. 182 Language/10_Expressions/09_Function_Expressions_A05_t01: Fail # TODO(vm-team): P lease triage this failure.
181 Language/10_Expressions/11_Instance_Creation_A06_t02: Fail # co19 issue 234 183 Language/10_Expressions/11_Instance_Creation_A06_t02: Fail # co19 issue 234
182 Language/10_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 184 Language/10_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234
183 Language/13_Libraries_and_Scripts/2_Imports_A03_t01: Fail # TODO(vm-team): Pleas e triage this failure. 185 Language/13_Libraries_and_Scripts/2_Imports_A03_t01: Fail # TODO(vm-team): Pleas e triage this failure.
184 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure. 186 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure.
185 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure. 187 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure.
186 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure. 188 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure.
187 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure. 189 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure.
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 464
463 465
464 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] 466 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ]
465 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 467 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
466 468
467 [ $compiler == none && $arch == simarm ] 469 [ $compiler == none && $arch == simarm ]
468 *: Skip 470 *: Skip
469 471
470 [ $compiler == none && $arch == arm ] 472 [ $compiler == none && $arch == arm ]
471 *: Skip 473 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/raw_object.h ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698