| 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. |
| 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 24 matching lines...) Expand all Loading... |
| 50 TypeVariableBoundsTest/05: Fail | 50 TypeVariableBoundsTest/05: Fail |
| 51 TypeVariableBoundsTest/06: Fail | 51 TypeVariableBoundsTest/06: Fail |
| 52 TypeVariableBoundsTest/09: Fail | 52 TypeVariableBoundsTest/09: Fail |
| 53 TypeVariableBoundsTest/10: Fail | 53 TypeVariableBoundsTest/10: Fail |
| 54 | 54 |
| 55 #Issue 1307. | 55 #Issue 1307. |
| 56 NamedParameters2Test: Fail | 56 NamedParameters2Test: Fail |
| 57 NamedParameters3Test: Fail | 57 NamedParameters3Test: Fail |
| 58 NamedParameters4Test: Fail | 58 NamedParameters4Test: Fail |
| 59 | 59 |
| 60 UnaryPlusNegativeTest: Fail # Issue 1229 | |
| 61 | |
| 62 # Issue 1350. | 60 # Issue 1350. |
| 63 StringEscape1NegativeTest: Fail | 61 StringEscape1NegativeTest: Fail |
| 64 StringEscape4NegativeTest: Fail | 62 StringEscape4NegativeTest: Fail |
| 65 | 63 |
| 66 SuperFirstConstructorTest: Fail # Issue 1372. | 64 SuperFirstConstructorTest: Fail # Issue 1372. |
| 67 | 65 |
| 68 # DartC or Frog specific tests that should not be run by the VM | 66 # DartC or Frog specific tests that should not be run by the VM |
| 69 *DartcTest: Skip | 67 *DartcTest: Skip |
| 70 *DartcNegativeTest: Skip | 68 *DartcNegativeTest: Skip |
| 71 *FrogTest: Skip | 69 *FrogTest: Skip |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 StringConcatTest: Fail # Bug 5196164 | 165 StringConcatTest: Fail # Bug 5196164 |
| 168 SuperOperatorTest: Fail # Bug 4995463. | 166 SuperOperatorTest: Fail # Bug 4995463. |
| 169 Switch7NegativeTest: Fail # Bug 4208467. | 167 Switch7NegativeTest: Fail # Bug 4208467. |
| 170 SwitchLabelTest: Fail # Bug 4208467. | 168 SwitchLabelTest: Fail # Bug 4208467. |
| 171 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 | 169 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 |
| 172 Throw7NegativeTest: Fail # Bug 4208459. | 170 Throw7NegativeTest: Fail # Bug 4208459. |
| 173 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 171 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
| 174 SyntaxTest/31: Fail # Issue 1108 | 172 SyntaxTest/31: Fail # Issue 1108 |
| 175 SyntaxTest/32: Fail # Issue 1108 | 173 SyntaxTest/32: Fail # Issue 1108 |
| 176 SyntaxTest/33: Fail # Issue 1108 | 174 SyntaxTest/33: Fail # Issue 1108 |
| 175 LiteralUnaryPlusTest/01: Fail # Issue 1399 |
| 177 | 176 |
| 178 PseudoKWTest: Fail # Issue 356 | 177 PseudoKWTest: Fail # Issue 356 |
| 179 NamingTest: Fail # Issue 356 | 178 NamingTest: Fail # Issue 356 |
| 180 PseudoKWIllegalTest/01: Fail # Issue 356 | 179 PseudoKWIllegalTest/01: Fail # Issue 356 |
| 181 PseudoKWIllegalTest/02: Fail # Issue 356 | 180 PseudoKWIllegalTest/02: Fail # Issue 356 |
| 182 PseudoKWIllegalTest/03: Fail # Issue 356 | 181 PseudoKWIllegalTest/03: Fail # Issue 356 |
| 183 PseudoKWIllegalTest/04: Fail # Issue 356 | 182 PseudoKWIllegalTest/04: Fail # Issue 356 |
| 184 PseudoKWIllegalTest/05: Fail # Issue 356 | 183 PseudoKWIllegalTest/05: Fail # Issue 356 |
| 185 PseudoKWIllegalTest/06: Fail # Issue 356 | 184 PseudoKWIllegalTest/06: Fail # Issue 356 |
| 186 PseudoKWIllegalTest/07: Fail # Issue 356 | 185 PseudoKWIllegalTest/07: Fail # Issue 356 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 209 | 208 |
| 210 [ $component == dartium ] | 209 [ $component == dartium ] |
| 211 # TODO: These need to be retriaged. | 210 # TODO: These need to be retriaged. |
| 212 RichardsTest: Fail | 211 RichardsTest: Fail |
| 213 TypedMessageTest: Fail # Bug 5246195 | 212 TypedMessageTest: Fail # Bug 5246195 |
| 214 StringEscape1NegativeTest: Skip | 213 StringEscape1NegativeTest: Skip |
| 215 | 214 |
| 216 | 215 |
| 217 [ $component == frog ] | 216 [ $component == frog ] |
| 218 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation | 217 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation |
| 218 LiteralUnaryPlusTest/01: Fail # Issue 1400 |
| 219 | 219 |
| 220 [ $component == frogsh || $component == frog || ($component == webdriver && ($b
rowser == chrome || $browser == ff || $browser == safari || $browser == ie)) ||
$component == frogium ] | 220 [ $component == frogsh || $component == frog || ($component == webdriver && ($b
rowser == chrome || $browser == ff || $browser == safari || $browser == ie)) ||
$component == frogium ] |
| 221 Factory3Test: Fail # Issue 417 | 221 Factory3Test: Fail # Issue 417 |
| 222 Factory2NegativeTest: Fail | 222 Factory2NegativeTest: Fail |
| 223 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 223 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 224 ExtendTypeParameterNegativeTest: Skip # Issue 886 | 224 ExtendTypeParameterNegativeTest: Skip # Issue 886 |
| 225 ExtendTypeParameter2NegativeTest: Skip # Issue 886 | 225 ExtendTypeParameter2NegativeTest: Skip # Issue 886 |
| 226 ImplementTypeParameterNegativeTest: Skip # Issue 887 | 226 ImplementTypeParameterNegativeTest: Skip # Issue 887 |
| 227 FactoryImplementationTest: Fail # Issue 523 | 227 FactoryImplementationTest: Fail # Issue 523 |
| 228 PseudoKWTest: Fail # Issue 356 | 228 PseudoKWTest: Fail # Issue 356 |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 # these tests are inconsistent in frogium and frogsh-node, investigate | 422 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 423 StaticField1RunNegativeTest: Pass # but error is not correct | 423 StaticField1RunNegativeTest: Pass # but error is not correct |
| 424 StaticField2RunNegativeTest: Pass # but error is not correct | 424 StaticField2RunNegativeTest: Pass # but error is not correct |
| 425 | 425 |
| 426 | 426 |
| 427 [ $arch == simarm ] | 427 [ $arch == simarm ] |
| 428 *: Skip | 428 *: Skip |
| 429 | 429 |
| 430 [ $arch == arm ] | 430 [ $arch == arm ] |
| 431 *: Skip | 431 *: Skip |
| OLD | NEW |