| 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: Crash # Bug 5469684 | 91 BlackListedTest/13: Crash # Bug 5469684 |
| 92 BlackListedTest/14: Crash # Bug 5469684 | 92 BlackListedTest/14: Crash # 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 ConstConstructor1NegativeTest: FAIL # Bug 5142545 | |
| 98 ConstConstructor2NegativeTest: FAIL # Bug 5142545 | |
| 99 DefaultFactoryLibraryTest: Fail # Issue 514 | 97 DefaultFactoryLibraryTest: Fail # Issue 514 |
| 100 ConstObjectsAreImmutableTest: Fail # Bug 5202940 | 98 ConstObjectsAreImmutableTest: Fail # Bug 5202940 |
| 101 Constructor2NegativeTest: Fail # Bug 4208594. | 99 Constructor2NegativeTest: Fail # Bug 4208594. |
| 102 Constructor2Test: Fail # Issue 255 | 100 Constructor2Test: Fail # Issue 255 |
| 103 Constructor3Test: Fail # Issue 257 | 101 Constructor3Test: Fail # Issue 257 |
| 104 Constructor4Test: Fail # Issue 286 | 102 Constructor4Test: Fail # Issue 286 |
| 105 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars
e | 103 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars
e |
| 106 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars
e | 104 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars
e |
| 107 DivByZeroTest: Fail # Bug 5184183 | 105 DivByZeroTest: Fail # Bug 5184183 |
| 108 DynamicTest: Crash # Bug 5527899. | 106 DynamicTest: Crash # Bug 5527899. |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 StaticField2RunNegativeTest: Fail | 341 StaticField2RunNegativeTest: Fail |
| 344 | 342 |
| 345 [ $arch == x64 ] | 343 [ $arch == x64 ] |
| 346 *: Skip | 344 *: Skip |
| 347 | 345 |
| 348 [ $arch == simarm ] | 346 [ $arch == simarm ] |
| 349 *: Skip | 347 *: Skip |
| 350 | 348 |
| 351 [ $arch == arm ] | 349 [ $arch == arm ] |
| 352 *: Skip | 350 *: Skip |
| OLD | NEW |