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

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

Issue 17103002: Remove support for + prefix in number literals (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 | « tests/co19/co19-dart2dart.status ('k') | tests/language/ternary_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 ] 5 [ $runtime == vm ]
6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
7 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. 7 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415.
8 8
9 [ $compiler == none && $runtime == vm ] 9 [ $compiler == none && $runtime == vm ]
10
11 # The following tests fail because they contain number literals with a + prefix (co19 issue 428)
12 LibTest/core/double/floor_A01_t05: Fail # issue 428
13 LibTest/core/double/ceil_A01_t05: Fail # issue 428
14 Language/12_Statements/02_Expression_Statements_A01_t06: Fail # co19 issue 428
15 Language/11_Expressions/03_Numbers_A01_t10: Fail # co19 issue 428
16 Language/11_Expressions/03_Numbers_A01_t08: Fail # co19 issue 428
17 Language/11_Expressions/03_Numbers_A01_t04: Fail # co19 issue 428
18 Language/11_Expressions/03_Numbers_A01_t03: Fail # co19 issue 428
19 Language/11_Expressions/03_Numbers_A01_t02: Fail # co19 issue 428
20 Language/11_Expressions/03_Numbers_A01_t01: Fail # co19 issue 428
21 Language/11_Expressions/01_Constants_A01_t01: Fail # co19 issue 428
22
10 Language/05_Variables/05_Variables_A07_t01: Fail # TODO(vm-team): Please triage this failure. 23 Language/05_Variables/05_Variables_A07_t01: Fail # TODO(vm-team): Please triage this failure.
11 Language/05_Variables/05_Variables_A07_t02: Fail # TODO(vm-team): Please triage this failure. 24 Language/05_Variables/05_Variables_A07_t02: Fail # TODO(vm-team): Please triage this failure.
12 Language/05_Variables/05_Variables_A07_t03: Fail # TODO(vm-team): Please triage this failure. 25 Language/05_Variables/05_Variables_A07_t03: Fail # TODO(vm-team): Please triage this failure.
13 Language/05_Variables/05_Variables_A07_t04: Fail # TODO(vm-team): Please triage this failure. 26 Language/05_Variables/05_Variables_A07_t04: Fail # TODO(vm-team): Please triage this failure.
14 Language/05_Variables/05_Variables_A07_t10: Fail # TODO(vm-team): Please triage this failure. 27 Language/05_Variables/05_Variables_A07_t10: Fail # TODO(vm-team): Please triage this failure.
15 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t05: Fail # TOD O(vm-team): Please triage this failure. 28 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t05: Fail # TOD O(vm-team): Please triage this failure.
16 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t06: Fail # TOD O(vm-team): Please triage this failure. 29 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t06: Fail # TOD O(vm-team): Please triage this failure.
17 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(vm-team): Please triage this failure. 30 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(vm-team): Please triage this failure.
18 Language/11_Expressions/01_Constants_A18_t06: Fail # TODO(vm-team): Please triag e this failure. 31 Language/11_Expressions/01_Constants_A18_t06: Fail # TODO(vm-team): Please triag e this failure.
19 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: Fail # TODO(vm-team): Please triage this failure. 32 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: Fail # TODO(vm-team): Please triage this failure.
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 LibTest/core/double/truncate_A01_t01: Fail, Pass # Pass on Mac 537 LibTest/core/double/truncate_A01_t01: Fail, Pass # Pass on Mac
525 538
526 539
527 [ $compiler == none && $runtime == vm && $arch == mips ] 540 [ $compiler == none && $runtime == vm && $arch == mips ]
528 *: Skip 541 *: Skip
529 542
530 543
531 [ $compiler == none && $runtime == vm && $arch == simmips ] 544 [ $compiler == none && $runtime == vm && $arch == simmips ]
532 *: Skip 545 *: Skip
533 546
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/language/ternary_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698