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

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

Issue 10834334: Support unary minus operator (issue 3767) (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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 | « compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java ('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 == dartc ] 5 [ $compiler == dartc ]
6 # Rename "BadNumberFormatException" to "FormatException" 6 # Rename "BadNumberFormatException" to "FormatException"
7 # TODO(rnystrom): These can be enabled when 7 # TODO(rnystrom): These can be enabled when
8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
9 LibTest/core/double/toInt_A01_t03: Fail 9 LibTest/core/double/toInt_A01_t03: Fail
10 LibTest/core/double/toInt_A01_t04: Fail 10 LibTest/core/double/toInt_A01_t04: Fail
11 LibTest/core/Math/parseInt_A02_t01: Fail 11 LibTest/core/Math/parseInt_A02_t01: Fail
12 LibTest/core/Math/parseDouble_A02_t01: Fail 12 LibTest/core/Math/parseDouble_A02_t01: Fail
13 13
14 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135 14 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135
15 Language/03_Overview/1_Scoping_A02_t28: Fail # language change 1031 15 Language/03_Overview/1_Scoping_A02_t28: Fail # language change 1031
16 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143 16 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143
17 Language/03_Overview/1_Scoping_A03_t05: Fail # co19 issue 144 17 Language/03_Overview/1_Scoping_A03_t05: Fail # co19 issue 144
18 Language/03_Overview/2_Privacy_A01_t02: Fail # language change 1031 18 Language/03_Overview/2_Privacy_A01_t02: Fail # language change 1031
19 Language/05_Variables/05_Variables_A01_t01: Fail # Issue 3323 19 Language/05_Variables/05_Variables_A01_t01: Fail # Issue 3323
20 Language/05_Variables/05_Variables_A04_t09: Fail # Issue 3323 20 Language/05_Variables/05_Variables_A04_t09: Fail # Issue 3323
21 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t01: Fail # I ssue 3323 21 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t01: Fail # I ssue 3323
22 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t03: Fail # Issue 379 22 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t03: Fail # Issue 379
23 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t19: Fail # out of date - the operator - is allowed to not have any arguments
23 Language/07_Classes/2_Getters_A01_t02: Fail # Issue 379 24 Language/07_Classes/2_Getters_A01_t02: Fail # Issue 379
24 Language/07_Classes/2_Getters_A01_t03: Fail # out of date - getters are not allo wed to have parameters 25 Language/07_Classes/2_Getters_A01_t03: Fail # out of date - getters are not allo wed to have parameters
25 Language/07_Classes/3_Setters_A01_t02: Fail # Issue 379 26 Language/07_Classes/3_Setters_A01_t02: Fail # Issue 379
26 Language/07_Classes/4_Instance_Variables_A01_t01: Skip # co19 issue 165 27 Language/07_Classes/4_Instance_Variables_A01_t01: Skip # co19 issue 165
27 Language/07_Classes/4_Instance_Variables_A01_t02: Skip # co19 issue 165 28 Language/07_Classes/4_Instance_Variables_A01_t02: Skip # co19 issue 165
28 Language/07_Classes/4_Instance_Variables_A01_t03: Skip # co19 issue 165 29 Language/07_Classes/4_Instance_Variables_A01_t03: Skip # co19 issue 165
29 Language/07_Classes/4_Instance_Variables_A01_t04: Skip # co19 issue 165 30 Language/07_Classes/4_Instance_Variables_A01_t04: Skip # co19 issue 165
30 Language/07_Classes/4_Instance_Variables_A01_t07: Skip # co19 issue 165 31 Language/07_Classes/4_Instance_Variables_A01_t07: Skip # co19 issue 165
31 Language/07_Classes/5_Constructors/1_Generative_Constructors_A15_t07: Fail # Iss ue 3323 32 Language/07_Classes/5_Constructors/1_Generative_Constructors_A15_t07: Fail # Iss ue 3323
32 Language/07_Classes/5_Constructors_A02_t03: Fail # language change 1031 33 Language/07_Classes/5_Constructors_A02_t03: Fail # language change 1031
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK 187 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK
187 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK 188 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK
188 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK 189 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK
189 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK 190 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK
190 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK 191 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK
191 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK 192 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK
192 193
193 194
194 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 195 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
195 *: Skip 196 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698