| OLD | NEW |
| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 BlackListedTest/09: Fail # Bug 5469684 | 87 BlackListedTest/09: Fail # Bug 5469684 |
| 88 BlackListedTest/10: Fail # Bug 5469684 | 88 BlackListedTest/10: Fail # Bug 5469684 |
| 89 BlackListedTest/11: Fail # Bug 5469684 | 89 BlackListedTest/11: Fail # Bug 5469684 |
| 90 BlackListedTest/12: Fail # Bug 5469684 | 90 BlackListedTest/12: Fail # Bug 5469684 |
| 91 BlackListedTest/13: Fail # Bug 5469684 | 91 BlackListedTest/13: Fail # Bug 5469684 |
| 92 BlackListedTest/14: Fail # Bug 5469684 | 92 BlackListedTest/14: Fail # Bug 5469684 |
| 93 CTConstTest: Fail # Bug 4510015. | 93 CTConstTest: Fail # Bug 4510015. |
| 94 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 94 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 95 CharEscapeTest: Fail | 95 CharEscapeTest: Fail |
| 96 ClassOverrideNegativeTest: Fail # Bug 4205768. | 96 ClassOverrideNegativeTest: Fail # Bug 4205768. |
| 97 ConstInit5NegativeTest: Pass # Should fail at compile-time, not at runtime | 97 ConstInit6NegativeTest: Fail # Issue 811 |
| 98 DefaultFactoryLibraryTest: Fail # Issue 514 | 98 DefaultFactoryLibraryTest: Fail # Issue 514 |
| 99 ConstObjectsAreImmutableTest: Fail # Bug 5202940 | 99 ConstObjectsAreImmutableTest: Fail # Bug 5202940 |
| 100 Constructor2NegativeTest: Fail # Bug 4208594. | 100 Constructor2NegativeTest: Fail # Bug 4208594. |
| 101 Constructor2Test: Fail # Issue 255 | 101 Constructor2Test: Fail # Issue 255 |
| 102 Constructor3Test: Fail # Issue 257 | 102 Constructor3Test: Fail # Issue 257 |
| 103 Constructor4Test: Fail # Issue 286 | 103 Constructor4Test: Fail # Issue 286 |
| 104 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars
e | 104 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars
e |
| 105 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars
e | 105 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars
e |
| 106 DivByZeroTest: Fail # Bug 5184183 | 106 DivByZeroTest: Fail # Bug 5184183 |
| 107 DynamicTest: Fail # Bug 5527899. | 107 DynamicTest: Fail # Bug 5527899. |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 # - should add a version of this with the --enable_type_checks flag | 197 # - should add a version of this with the --enable_type_checks flag |
| 198 # TypeVMTest - correctly skipped as this relies on detailed of TypeError | 198 # TypeVMTest - correctly skipped as this relies on detailed of TypeError |
| 199 # TypeDartcTest - should pass, need refactoring to get frog safe version | 199 # TypeDartcTest - should pass, need refactoring to get frog safe version |
| 200 | 200 |
| 201 BitOperationsTest: Fail # relies on big integers not available in JS | 201 BitOperationsTest: Fail # relies on big integers not available in JS |
| 202 CallThroughGetterTest: Fail | 202 CallThroughGetterTest: Fail |
| 203 CharEscapeTest: Fail | 203 CharEscapeTest: Fail |
| 204 ClassOverrideNegativeTest: Fail | 204 ClassOverrideNegativeTest: Fail |
| 205 ClosureSharedStateTest: Fail | 205 ClosureSharedStateTest: Fail |
| 206 ConstFactoryNegativeTest: Fail | 206 ConstFactoryNegativeTest: Fail |
| 207 ConstInit5NegativeTest: Pass # Should fail at compile-time, not at runtime |
| 207 ConstObjectsAreImmutableTest: Fail | 208 ConstObjectsAreImmutableTest: Fail |
| 208 CTConstTest: Fail # Not checking for generic type in const expression. | 209 CTConstTest: Fail # Not checking for generic type in const expression. |
| 209 DefaultFactoryLibraryTest: Fail # Issue 514 | 210 DefaultFactoryLibraryTest: Fail # Issue 514 |
| 210 DynamicTest: Fail | 211 DynamicTest: Fail |
| 211 ExampleConstructorTest: Fail | 212 ExampleConstructorTest: Fail |
| 212 Constructor2Test: Fail | 213 Constructor2Test: Fail |
| 213 Constructor3Test: Fail | 214 Constructor3Test: Fail |
| 214 Constructor5Test: Fail # Order of initializers. | 215 Constructor5Test: Fail # Order of initializers. |
| 215 Constructor6Test: Fail # Parse failure in initializers. | 216 Constructor6Test: Fail # Parse failure in initializers. |
| 216 ExecuteFinally6Test: Fail | 217 ExecuteFinally6Test: Fail |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 StaticField2RunNegativeTest: Fail | 355 StaticField2RunNegativeTest: Fail |
| 355 | 356 |
| 356 [ $arch == x64 ] | 357 [ $arch == x64 ] |
| 357 *: Skip | 358 *: Skip |
| 358 | 359 |
| 359 [ $arch == simarm ] | 360 [ $arch == simarm ] |
| 360 *: Skip | 361 *: Skip |
| 361 | 362 |
| 362 [ $arch == arm ] | 363 [ $arch == arm ] |
| 363 *: Skip | 364 *: Skip |
| OLD | NEW |