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

Side by Side Diff: tests/language/language.status

Issue 9264051: Fix for bug 1229: Unary operator plus is not allowed ... except for literals. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 10 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
11 # 11 #
12 # 1) Copy the old version of the test to 12 # 1) Copy the old version of the test to
13 # tests/language/src/TestName[Dartc|VM|Frog]Test.dart. 13 # tests/language/src/TestName[Dartc|VM|Frog]Test.dart.
14 # to maintain coverage. 14 # to maintain coverage.
15 # 2) File a bug on each archtiecture for the failure due to the language change. 15 # 2) File a bug on each architecture for the failure due to the language change.
16 # 3) Update the language/src directory with the updated test. 16 # 3) Update the language/src directory with the updated test.
17 17
18 prefix language 18 prefix language
19 19
20 20
21 [ $component == vm || $component == dartium ] 21 [ $component == vm || $component == dartium ]
22 ImpliedInterfaceTest: Fail # Bug 5349944 22 ImpliedInterfaceTest: Fail # Bug 5349944
23 FBoundedQuantificationTest: Skip # Issue 439 23 FBoundedQuantificationTest: Skip # Issue 439
24 FieldOverrideTest/none: Fail # Issue 742: field shadowing now allowed 24 FieldOverrideTest/none: Fail # Issue 742: field shadowing now allowed
25 FieldOverrideTest/01: Fail # Issue 742: field shadowing now allowed 25 FieldOverrideTest/01: Fail # Issue 742: field shadowing now allowed
(...skipping 26 matching lines...) Expand all
52 TypeVariableBoundsTest/05: Fail 52 TypeVariableBoundsTest/05: Fail
53 TypeVariableBoundsTest/06: Fail 53 TypeVariableBoundsTest/06: Fail
54 TypeVariableBoundsTest/09: Fail 54 TypeVariableBoundsTest/09: Fail
55 TypeVariableBoundsTest/10: Fail 55 TypeVariableBoundsTest/10: Fail
56 56
57 #Issue 1307. 57 #Issue 1307.
58 NamedParameters2Test: Fail 58 NamedParameters2Test: Fail
59 NamedParameters3Test: Fail 59 NamedParameters3Test: Fail
60 NamedParameters4Test: Fail 60 NamedParameters4Test: Fail
61 61
62 UnaryPlusNegativeTest: Fail # Issue 1229
63
64 # Issue 1350. 62 # Issue 1350.
65 StringEscape1NegativeTest: Fail 63 StringEscape1NegativeTest: Fail
66 StringEscape4NegativeTest: Fail 64 StringEscape4NegativeTest: Fail
67 65
68 SuperFirstConstructorTest: Fail # Issue 1372. 66 SuperFirstConstructorTest: Fail # Issue 1372.
69 67
70 # DartC or Frog specific tests that should not be run by the VM 68 # DartC or Frog specific tests that should not be run by the VM
71 *DartcTest: Skip 69 *DartcTest: Skip
72 *DartcNegativeTest: Skip 70 *DartcNegativeTest: Skip
73 *FrogTest: Skip 71 *FrogTest: Skip
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 StringConcatTest: Fail # Bug 5196164 167 StringConcatTest: Fail # Bug 5196164
170 SuperOperatorTest: Fail # Bug 4995463. 168 SuperOperatorTest: Fail # Bug 4995463.
171 Switch7NegativeTest: Fail # Bug 4208467. 169 Switch7NegativeTest: Fail # Bug 4208467.
172 SwitchLabelTest: Fail # Bug 4208467. 170 SwitchLabelTest: Fail # Bug 4208467.
173 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 171 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
174 Throw7NegativeTest: Fail # Bug 4208459. 172 Throw7NegativeTest: Fail # Bug 4208459.
175 TypeChecksInFactoryMethodTest: Fail # Issue 925 173 TypeChecksInFactoryMethodTest: Fail # Issue 925
176 SyntaxTest/31: Fail # Issue 1108 174 SyntaxTest/31: Fail # Issue 1108
177 SyntaxTest/32: Fail # Issue 1108 175 SyntaxTest/32: Fail # Issue 1108
178 SyntaxTest/33: Fail # Issue 1108 176 SyntaxTest/33: Fail # Issue 1108
177 LiteralUnaryPlusNegativeTest: Fail # Issue 1399
179 178
180 PseudoKWTest: Fail # Issue 356 179 PseudoKWTest: Fail # Issue 356
181 NamingTest: Fail # Issue 356 180 NamingTest: Fail # Issue 356
182 PseudoKWIllegalTest/01: Fail # Issue 356 181 PseudoKWIllegalTest/01: Fail # Issue 356
183 PseudoKWIllegalTest/02: Fail # Issue 356 182 PseudoKWIllegalTest/02: Fail # Issue 356
184 PseudoKWIllegalTest/03: Fail # Issue 356 183 PseudoKWIllegalTest/03: Fail # Issue 356
185 PseudoKWIllegalTest/04: Fail # Issue 356 184 PseudoKWIllegalTest/04: Fail # Issue 356
186 PseudoKWIllegalTest/05: Fail # Issue 356 185 PseudoKWIllegalTest/05: Fail # Issue 356
187 PseudoKWIllegalTest/06: Fail # Issue 356 186 PseudoKWIllegalTest/06: Fail # Issue 356
188 PseudoKWIllegalTest/07: Fail # Issue 356 187 PseudoKWIllegalTest/07: Fail # Issue 356
(...skipping 22 matching lines...) Expand all
211 210
212 [ $component == dartium ] 211 [ $component == dartium ]
213 # TODO: These need to be retriaged. 212 # TODO: These need to be retriaged.
214 RichardsTest: Fail 213 RichardsTest: Fail
215 TypedMessageTest: Fail # Bug 5246195 214 TypedMessageTest: Fail # Bug 5246195
216 StringEscape1NegativeTest: Skip 215 StringEscape1NegativeTest: Skip
217 216
218 217
219 [ $component == frog ] 218 [ $component == frog ]
220 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation 219 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
220 LiteralUnaryPlusNegativeTest: Fail # Issue 1400
221 221
222 [ $component == frogsh || $component == frog || ($component == webdriver && ($b rowser == chrome || $browser == ff || $browser == safari)) || $component == frog ium ] 222 [ $component == frogsh || $component == frog || ($component == webdriver && ($b rowser == chrome || $browser == ff || $browser == safari)) || $component == frog ium ]
223 Factory3Test: Fail # Issue 417 223 Factory3Test: Fail # Issue 417
224 Factory2NegativeTest: Fail 224 Factory2NegativeTest: Fail
225 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 225 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
226 ExtendTypeParameterNegativeTest: Skip # Issue 886 226 ExtendTypeParameterNegativeTest: Skip # Issue 886
227 ExtendTypeParameter2NegativeTest: Skip # Issue 886 227 ExtendTypeParameter2NegativeTest: Skip # Issue 886
228 ImplementTypeParameterNegativeTest: Skip # Issue 887 228 ImplementTypeParameterNegativeTest: Skip # Issue 887
229 FactoryImplementationTest: Fail # Issue 523 229 FactoryImplementationTest: Fail # Issue 523
230 PseudoKWTest: Fail # Issue 356 230 PseudoKWTest: Fail # Issue 356
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 # these tests are inconsistent in frogium and frogsh-node, investigate 401 # these tests are inconsistent in frogium and frogsh-node, investigate
402 StaticField1RunNegativeTest: Pass # but error is not correct 402 StaticField1RunNegativeTest: Pass # but error is not correct
403 StaticField2RunNegativeTest: Pass # but error is not correct 403 StaticField2RunNegativeTest: Pass # but error is not correct
404 404
405 405
406 [ $arch == simarm ] 406 [ $arch == simarm ]
407 *: Skip 407 *: Skip
408 408
409 [ $arch == arm ] 409 [ $arch == arm ]
410 *: Skip 410 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698