| OLD | NEW |
| 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. |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 ConstInit6NegativeTest: Fail # Issue 811 | 47 ConstInit6NegativeTest: Fail # Issue 811 |
| 48 | 48 |
| 49 # Issue 905. | 49 # Issue 905. |
| 50 TypeVariableBoundsTest/01: Fail | 50 TypeVariableBoundsTest/01: Fail |
| 51 TypeVariableBoundsTest/02: Fail | 51 TypeVariableBoundsTest/02: Fail |
| 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. |
| 58 NamedParameters2Test: Fail |
| 59 NamedParameters3Test: Fail |
| 60 NamedParameters4Test: Fail |
| 61 |
| 57 | 62 |
| 58 # DartC or Frog specific tests that should not be run by the VM | 63 # DartC or Frog specific tests that should not be run by the VM |
| 59 *DartcTest: Skip | 64 *DartcTest: Skip |
| 60 *DartcNegativeTest: Skip | 65 *DartcNegativeTest: Skip |
| 61 *FrogTest: Skip | 66 *FrogTest: Skip |
| 62 *FrogNegativeTest: Skip | 67 *FrogNegativeTest: Skip |
| 63 | 68 |
| 64 # Issue 1034 | 69 # Issue 1034 |
| 65 ConstructorDuplicateInitializersTest/01: Fail | 70 ConstructorDuplicateInitializersTest/01: Fail |
| 66 ConstructorDuplicateInitializersTest/02: Fail | 71 ConstructorDuplicateInitializersTest/02: Fail |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 Library4NegativeTest: Fail # Bug 5406175 | 127 Library4NegativeTest: Fail # Bug 5406175 |
| 123 ListLiteral1NegativeTest: Skip # Issue 220 | 128 ListLiteral1NegativeTest: Skip # Issue 220 |
| 124 ListLiteral3Test: Fail # Issue 220 | 129 ListLiteral3Test: Fail # Issue 220 |
| 125 ListLiteral4Test: Fail # Issue 220 | 130 ListLiteral4Test: Fail # Issue 220 |
| 126 ListTest: Fail # Bug 5146975. | 131 ListTest: Fail # Bug 5146975. |
| 127 LocalFunction3Test: Fail # Bug 4202974. | 132 LocalFunction3Test: Fail # Bug 4202974. |
| 128 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). | 133 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). |
| 129 MapLiteral3Test: Fail # Issue 221 | 134 MapLiteral3Test: Fail # Issue 221 |
| 130 MapLiteral4Test: Fail # Issue 221 | 135 MapLiteral4Test: Fail # Issue 221 |
| 131 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. | 136 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. |
| 132 NamedParameters10NegativeTest: Fail # Implementation in progress. | |
| 133 NamedParameters2NegativeTest: Fail # Implementation in progress. | |
| 134 NamedParameters3NegativeTest: Fail # Implementation in progress. | |
| 135 NamedParameters4NegativeTest: Fail # Implementation in progress. | |
| 136 NamedParametersNegativeTest: Fail # Implementation in progress. | |
| 137 NamedParametersTypeTest: Fail # Implementation in progress. | 137 NamedParametersTypeTest: Fail # Implementation in progress. |
| 138 NoSuchMethodTest: Fail # Bug 4202974. | 138 NoSuchMethodTest: Fail # Bug 4202974. |
| 139 NullToStringTest: Fail # Bug 5421978 | 139 NullToStringTest: Fail # Bug 5421978 |
| 140 NumbersTest: Fail # Fails because numbers are mapped to doubles. | 140 NumbersTest: Fail # Fails because numbers are mapped to doubles. |
| 141 OverriddenNoSuchMethodTest: Fail # Bug 4202974. | 141 OverriddenNoSuchMethodTest: Fail # Bug 4202974. |
| 142 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 | 142 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 |
| 143 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 | 143 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 |
| 144 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 | 144 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 |
| 145 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 | 145 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 |
| 146 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 | 146 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted | 311 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted |
| 312 TypeVariableBoundsTest/10: Fail | 312 TypeVariableBoundsTest/10: Fail |
| 313 TypeVariableShadowsClass: Fail # Issue 643 | 313 TypeVariableShadowsClass: Fail # Issue 643 |
| 314 WrongNumberTypeArgumentsTest: Fail | 314 WrongNumberTypeArgumentsTest: Fail |
| 315 ImplicitThisTest/01: Fail # Issue 376 | 315 ImplicitThisTest/01: Fail # Issue 376 |
| 316 ImplicitThisTest/02: Fail # Issue 376 | 316 ImplicitThisTest/02: Fail # Issue 376 |
| 317 ImplicitThisTest/03: Fail # Issue 376 | 317 ImplicitThisTest/03: Fail # Issue 376 |
| 318 ImplicitThisTest/04: Fail # Issue 376 | 318 ImplicitThisTest/04: Fail # Issue 376 |
| 319 ImplicitThisTest/none: Fail # Issue 376 | 319 ImplicitThisTest/none: Fail # Issue 376 |
| 320 | 320 |
| 321 #Issue 1308 |
| 322 NamedParameters2Test: Fail |
| 323 NamedParameters3Test: Fail |
| 324 NamedParameters4Test: Fail |
| 325 |
| 326 |
| 321 [ $component == webdriver && ($browser == ff || $browser == safari) ] | 327 [ $component == webdriver && ($browser == ff || $browser == safari) ] |
| 322 MethodInvocationTest: Fail | 328 MethodInvocationTest: Fail |
| 323 Private3Test: Fail | 329 Private3Test: Fail |
| 324 StackTraceTest: Fail | 330 StackTraceTest: Fail |
| 325 StringInterpolateNPETest: Fail | 331 StringInterpolateNPETest: Fail |
| 326 | 332 |
| 327 [ $component == webdriver && $browser == safari ] | 333 [ $component == webdriver && $browser == safari ] |
| 328 BlockScopeTest: Fail | 334 BlockScopeTest: Fail |
| 329 ClosureBreak1Test: Fail | 335 ClosureBreak1Test: Fail |
| 330 ClosureBreakTest: Fail | 336 ClosureBreakTest: Fail |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 # these tests are inconsistent in frogium and frogsh-node, investigate | 379 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 374 StaticField1RunNegativeTest: Pass # but error is not correct | 380 StaticField1RunNegativeTest: Pass # but error is not correct |
| 375 StaticField2RunNegativeTest: Pass # but error is not correct | 381 StaticField2RunNegativeTest: Pass # but error is not correct |
| 376 | 382 |
| 377 | 383 |
| 378 [ $arch == simarm ] | 384 [ $arch == simarm ] |
| 379 *: Skip | 385 *: Skip |
| 380 | 386 |
| 381 [ $arch == arm ] | 387 [ $arch == arm ] |
| 382 *: Skip | 388 *: Skip |
| OLD | NEW |