| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 | 198 |
| 199 [ $component == frogsh || $component == frog || ($component == webdriver && ($b
rowser == chrome || $browser == ff || $browser == safari)) || $component == frog
ium ] | 199 [ $component == frogsh || $component == frog || ($component == webdriver && ($b
rowser == chrome || $browser == ff || $browser == safari)) || $component == frog
ium ] |
| 200 Factory3Test: Fail # Issue 417 | 200 Factory3Test: Fail # Issue 417 |
| 201 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 201 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 202 ExtendTypeParameterNegativeTest: Skip # Issue 886 | 202 ExtendTypeParameterNegativeTest: Skip # Issue 886 |
| 203 ExtendTypeParameter2NegativeTest: Skip # Issue 886 | 203 ExtendTypeParameter2NegativeTest: Skip # Issue 886 |
| 204 ImplementTypeParameterNegativeTest: Skip # Issue 887 | 204 ImplementTypeParameterNegativeTest: Skip # Issue 887 |
| 205 FactoryImplementationTest: Fail # Issue 523 | 205 FactoryImplementationTest: Fail # Issue 523 |
| 206 PseudoKWTest: Fail # Issue 356 | 206 PseudoKWTest: Fail # Issue 356 |
| 207 NamingTest: Fail # Issue 356 | 207 NamingTest: Fail # Issue 356 |
| 208 DuplicateImplementsTest: Fail # Issue 976 |
| 208 | 209 |
| 209 # VM or DartC specific tests not to be run by Frog. See language.status | 210 # VM or DartC specific tests not to be run by Frog. See language.status |
| 210 *VMTest: Skip | 211 *VMTest: Skip |
| 211 *VMNegativeTest: Skip | 212 *VMNegativeTest: Skip |
| 212 *DartcTest: Skip | 213 *DartcTest: Skip |
| 213 *DartcNegativeTest: Skip | 214 *DartcNegativeTest: Skip |
| 214 # Currently, these patterns skip three tests: | 215 # Currently, these patterns skip three tests: |
| 215 # MathVMTest - correctly skipped as this relies on VM guarantees | 216 # MathVMTest - correctly skipped as this relies on VM guarantees |
| 216 # - should add a version of this with the --enable_type_checks flag | 217 # - should add a version of this with the --enable_type_checks flag |
| 217 # TypeVMTest - correctly skipped as this relies on detailed of TypeError | 218 # TypeVMTest - correctly skipped as this relies on detailed of TypeError |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 # these tests are inconsistent in frogium and frogsh-node, investigate | 366 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 366 StaticField1RunNegativeTest: Pass # but error is not correct | 367 StaticField1RunNegativeTest: Pass # but error is not correct |
| 367 StaticField2RunNegativeTest: Pass # but error is not correct | 368 StaticField2RunNegativeTest: Pass # but error is not correct |
| 368 | 369 |
| 369 | 370 |
| 370 [ $arch == simarm ] | 371 [ $arch == simarm ] |
| 371 *: Skip | 372 *: Skip |
| 372 | 373 |
| 373 [ $arch == arm ] | 374 [ $arch == arm ] |
| 374 *: Skip | 375 *: Skip |
| OLD | NEW |