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

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

Issue 8487003: unary operators (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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
« frog/member.dart ('K') | « frog/member.dart ('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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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.
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 # - should add a version of this with the --enable_type_checks flag 199 # - should add a version of this with the --enable_type_checks flag
200 # TypeVMTest - correctly skipped as this relies on detailed of TypeError 200 # TypeVMTest - correctly skipped as this relies on detailed of TypeError
201 # TypeDartcTest - should pass, need refactoring to get frog safe version 201 # TypeDartcTest - should pass, need refactoring to get frog safe version
202 202
203 BitOperationsTest: Fail # relies on big integers not available in JS 203 BitOperationsTest: Fail # relies on big integers not available in JS
204 CallThroughGetterTest: Fail 204 CallThroughGetterTest: Fail
205 CanonicalConstTest: Fail # type in const array allocation is erased 205 CanonicalConstTest: Fail # type in const array allocation is erased
206 CharEscapeTest: Fail 206 CharEscapeTest: Fail
207 ClassOverrideNegativeTest: Fail 207 ClassOverrideNegativeTest: Fail
208 ClosuresWithComplexParamsTest: Fail 208 ClosuresWithComplexParamsTest: Fail
209 CompoundAssignmentOperatorTest: Fail
210 ConstFactoryNegativeTest: Fail 209 ConstFactoryNegativeTest: Fail
211 ConstObjectsAreImmutableTest: Fail 210 ConstObjectsAreImmutableTest: Fail
212 ConstructorDefaultTest: Fail 211 ConstructorDefaultTest: Fail
213 ConstructorSetterNegativeTest: Fail 212 ConstructorSetterNegativeTest: Fail
214 CTConstTest: Fail # Not checking for generic type in const expression. 213 CTConstTest: Fail # Not checking for generic type in const expression.
215 DynamicTest: Fail 214 DynamicTest: Fail
216 ExampleConstructorTest: Fail 215 ExampleConstructorTest: Fail
217 Constructor2Test: Fail 216 Constructor2Test: Fail
218 Constructor3Test: Fail 217 Constructor3Test: Fail
219 Constructor4Test: Fail 218 Constructor4Test: Fail
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 NamedParametersPassingFalsyTest: Fail 267 NamedParametersPassingFalsyTest: Fail
269 NamedParametersTypeTest: Fail 268 NamedParametersTypeTest: Fail
270 NamedParametersWithConversionsTest: Fail 269 NamedParametersWithConversionsTest: Fail
271 NamingTest: Fail 270 NamingTest: Fail
272 NonConstSuperNegativeTest: Fail 271 NonConstSuperNegativeTest: Fail
273 NullPointerExceptionTest: Fail 272 NullPointerExceptionTest: Fail
274 NullTest: Fail 273 NullTest: Fail
275 NullToStringTest: Fail 274 NullToStringTest: Fail
276 NumberSyntaxTest: Fail 275 NumberSyntaxTest: Fail
277 NumbersTest: Fail 276 NumbersTest: Fail
278 Operator1NegativeTest: Fail
279 OperatorTest: Fail
280 OverrideMethodWithFieldTest/01: Fail 277 OverrideMethodWithFieldTest/01: Fail
281 OverrideFieldTest/01: Fail 278 OverrideFieldTest/01: Fail
282 OverrideFieldTest/04: Fail 279 OverrideFieldTest/04: Fail
283 Prefix3NegativeTest: Fail 280 Prefix3NegativeTest: Fail
284 Prefix7NegativeTest: Fail 281 Prefix7NegativeTest: Fail
285 Prefix8NegativeTest: Fail 282 Prefix8NegativeTest: Fail
286 Prefix9NegativeTest: Fail 283 Prefix9NegativeTest: Fail
287 Prefix11NegativeTest: Fail 284 Prefix11NegativeTest: Fail
288 Prefix14NegativeTest: Fail 285 Prefix14NegativeTest: Fail
289 Prefix16NegativeTest: Fail 286 Prefix16NegativeTest: Fail
(...skipping 11 matching lines...) Expand all
301 ScopeNegativeTest: Fail 298 ScopeNegativeTest: Fail
302 ScriptNegativeTest: Fail 299 ScriptNegativeTest: Fail
303 StringConcatTest: Fail 300 StringConcatTest: Fail
304 StringEscapesTest: Fail 301 StringEscapesTest: Fail
305 StringInterpolate1NegativeTest: Fail 302 StringInterpolate1NegativeTest: Fail
306 StringInterpolate2Test: Fail 303 StringInterpolate2Test: Fail
307 StringInterpolateTest: Fail 304 StringInterpolateTest: Fail
308 StringTest: Fail 305 StringTest: Fail
309 SuperFieldTest: Fail 306 SuperFieldTest: Fail
310 SuperImplicitClosureTest: Fail 307 SuperImplicitClosureTest: Fail
311 SuperNegativeTest: Fail 308 SuperNegativeTest: Fail # test seems clearly broken - see issue #358
312 SuperOperatorTest: Fail 309 SuperTest: Fail # this is testing precise ordering of super constructor call
313 SuperTest: Fail
314 SwitchLabelTest: Fail 310 SwitchLabelTest: Fail
315 TryCatch9NegativeTest: Fail 311 TryCatch9NegativeTest: Fail
316 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. 312 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error.
317 TypeVariableBoundsTest/05: Fail # issue with test filed as #354 313 TypeVariableBoundsTest/05: Fail # issue with test filed as #354
318 TypedMessageTest: Fail 314 TypedMessageTest: Fail
319 UnboundGetterTest: Fail 315 UnboundGetterTest: Fail
320 VarInitTest: Fail 316 VarInitTest: Fail
321 WrongNumberTypeArgumentsTest: Fail 317 WrongNumberTypeArgumentsTest: Fail
322 GetterClosureExecutionOrderTest: Fail 318 GetterClosureExecutionOrderTest: Fail
323 319
324 320
325 [ $component == leg] 321 [ $component == leg]
326 StaticTopLevelTest/00: Fail 322 StaticTopLevelTest/00: Fail
327 StaticTopLevelTest/03: Fail 323 StaticTopLevelTest/03: Fail
328 DoubleComparisonTest: Fail 324 DoubleComparisonTest: Fail
329 325
330 [ $arch == x64 ] 326 [ $arch == x64 ]
331 *: Skip 327 *: Skip
332 328
333 [ $arch == simarm ] 329 [ $arch == simarm ]
334 *: Skip 330 *: Skip
335 331
336 [ $arch == arm ] 332 [ $arch == arm ]
337 *: Skip 333 *: Skip
OLDNEW
« frog/member.dart ('K') | « frog/member.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698