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

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

Issue 11090016: Change core lib, dart2js, and more for new optional parameters syntax (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
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 # These tests need to be updated to the new Date core lib API, co19 issue 256:
7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail
8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail
9 LibTest/core/Date/Date_A01_t04: Fail
10 LibTest/core/Date/Date_A01_t05: Fail
11 LibTest/core/Date/isUtc_A01_t01: Fail
12 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail
13 LibTest/core/Date/operator_GE_A01_t01: Fail
14 LibTest/core/Date/operator_GT_A01_t01: Fail
15 LibTest/core/Date/operator_LE_A01_t01: Fail
16 LibTest/core/Date/operator_LT_A01_t01: Fail
17 LibTest/core/Date/operator_equality_A01_t01: Fail
18 LibTest/core/Date/timeZoneName_A01_t01: Fail
19 LibTest/core/Date/timeZoneOffset_A01_t01: Fail
20 LibTest/core/Date/toLocal_A01_t01: Fail
21 LibTest/core/Date/toUtc_A01_t01: Fail
22
6 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Crash # TODO(vm-team): Plea se triage this crash. 23 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Crash # TODO(vm-team): Plea se triage this crash.
7 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Crash # TODO(vm-team): Plea se triage this crash. 24 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Crash # TODO(vm-team): Plea se triage this crash.
8 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 25 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
9 26
10 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage this failure. 27 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage this failure.
11 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # TODO(vm-team): Plea se triage this failure. 28 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # TODO(vm-team): Plea se triage this failure.
12 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # TODO(vm-team): Plea se triage this failure. 29 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # TODO(vm-team): Plea se triage this failure.
13 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # TOD O(vm-team): Please triage this failure. 30 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # TOD O(vm-team): Please triage this failure.
14 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # TOD O(vm-team): Please triage this failure. 31 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # TOD O(vm-team): Please triage this failure.
15 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(vm-team): Please triage this failure. 32 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(vm-team): Please triage this failure.
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 265
249 [ $compiler == none && $runtime == vm && $unchecked ] 266 [ $compiler == none && $runtime == vm && $unchecked ]
250 Language/10_Expressions/11_Instance_Creation/1_New_A07_t01: Fail # TODO(vm-team) : Please triage this failure. 267 Language/10_Expressions/11_Instance_Creation/1_New_A07_t01: Fail # TODO(vm-team) : Please triage this failure.
251 Language/10_Expressions/11_Instance_Creation/1_New_A11_t01: Fail # TODO(vm-team) : Please triage this failure. 268 Language/10_Expressions/11_Instance_Creation/1_New_A11_t01: Fail # TODO(vm-team) : Please triage this failure.
252 Language/10_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # TODO(vm-team) : Please triage this failure. 269 Language/10_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # TODO(vm-team) : Please triage this failure.
253 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t01: Fail # TODO(vm-t eam): Please triage this failure. 270 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t01: Fail # TODO(vm-t eam): Please triage this failure.
254 Language/10_Expressions/30_Type_Cast_A05_t02: Fail # TODO(vm-team): Please triag e this failure. 271 Language/10_Expressions/30_Type_Cast_A05_t02: Fail # TODO(vm-team): Please triag e this failure.
255 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # TODO(vm-team): Please triag e this failure. 272 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # TODO(vm-team): Please triag e this failure.
256 Language/10_Expressions/30_Type_Cast_A05_t04: Fail # TODO(vm-team): Please triag e this failure. 273 Language/10_Expressions/30_Type_Cast_A05_t04: Fail # TODO(vm-team): Please triag e this failure.
257 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # TODO(vm-team): Please triag e this failure. 274 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # TODO(vm-team): Please triag e this failure.
258 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure.
259 275
260 276
261 [ $compiler == none && $runtime == vm ] 277 [ $compiler == none && $runtime == vm ]
262 # Not properly reporting exception in initializer expressions 278 # Not properly reporting exception in initializer expressions
263 Language/10_Expressions/01_Constants_A16_t01: Fail 279 Language/10_Expressions/01_Constants_A16_t01: Fail
264 Language/10_Expressions/01_Constants_A16_t02: Fail 280 Language/10_Expressions/01_Constants_A16_t02: Fail
265 281
266 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue 392, potentially constant expression analysis 282 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue 392, potentially constant expression analysis
267 Language/10_Expressions/01_Constants_A16_t03: Fail # issue 392 283 Language/10_Expressions/01_Constants_A16_t03: Fail # issue 392
268 284
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 517
502 518
503 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] 519 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ]
504 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 520 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
505 521
506 [ $compiler == none && $arch == simarm ] 522 [ $compiler == none && $arch == simarm ]
507 *: Skip 523 *: Skip
508 524
509 [ $compiler == none && $arch == arm ] 525 [ $compiler == none && $arch == arm ]
510 *: Skip 526 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698