| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 AssertKeywordNegativeTest: Fail | 91 AssertKeywordNegativeTest: Fail |
| 92 AssertTest: Fail # Uses AssertError class. Bug 4385894. | 92 AssertTest: Fail # Uses AssertError class. Bug 4385894. |
| 93 AssignInstanceMethodNegativeTest: Fail | 93 AssignInstanceMethodNegativeTest: Fail |
| 94 BadNamedParametersTest: Fail # Issue 1941 | 94 BadNamedParametersTest: Fail # Issue 1941 |
| 95 BadNamedParameters2Test: Fail # Issue 1941 | 95 BadNamedParameters2Test: Fail # Issue 1941 |
| 96 BodyLessConstructorWrongArgNegativeTest: Fail | 96 BodyLessConstructorWrongArgNegativeTest: Fail |
| 97 CallOperatorTest: Pass # Issue 1355 | 97 CallOperatorTest: Pass # Issue 1355 |
| 98 CharEscapeTest: Pass # Issue 1654 | 98 CharEscapeTest: Pass # Issue 1654 |
| 99 ClosureCallWrongArgumentCountNegativeTest: Fail | 99 ClosureCallWrongArgumentCountNegativeTest: Fail |
| 100 CompileTimeConstant3Test: Fail # Issue 1780 | 100 CompileTimeConstant3Test: Fail # Issue 1780 |
| 101 CompileTimeConstantOTest: Fail # Issue 2126 |
| 101 ConstConstructorSyntaxTest/05: Fail | 102 ConstConstructorSyntaxTest/05: Fail |
| 102 ConstCounterNegativeTest: Fail # issue 1655 | 103 ConstCounterNegativeTest: Fail # issue 1655 |
| 103 Constructor3NegativeTest: Fail | 104 Constructor3NegativeTest: Fail |
| 104 ConstructorCallWrongArgumentCountNegativeTest: Fail | 105 ConstructorCallWrongArgumentCountNegativeTest: Fail |
| 105 DefaultFactoryLibraryTest: Fail # Issue 514 | 106 DefaultFactoryLibraryTest: Fail # Issue 514 |
| 106 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. | 107 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. |
| 107 DuplicateImplementsTest: Skip # Issue 976 | 108 DuplicateImplementsTest: Skip # Issue 976 |
| 108 Field3aNegativeTest: Fail | 109 Field3aNegativeTest: Fail |
| 109 FieldMethod4NegativeTest: Fail | 110 FieldMethod4NegativeTest: Fail |
| 110 FinalSyntaxTest/*: Skip # can't handle base case | 111 FinalSyntaxTest/*: Skip # can't handle base case |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 StaticInitializerTypeErrorTest: Fail # Checked mode not implemented. | 207 StaticInitializerTypeErrorTest: Fail # Checked mode not implemented. |
| 207 ExceptionTest: Fail # Issue 1785 | 208 ExceptionTest: Fail # Issue 1785 |
| 208 Factory3Test: Fail # Issue 417 | 209 Factory3Test: Fail # Issue 417 |
| 209 Factory2NegativeTest: Fail | 210 Factory2NegativeTest: Fail |
| 210 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 211 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 211 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps
. | 212 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps
. |
| 212 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of
constructor) as compile-time constant. | 213 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of
constructor) as compile-time constant. |
| 213 CompileTimeConstantETest: Fail | 214 CompileTimeConstantETest: Fail |
| 214 CompileTimeConstantGTest: Fail # compile time constants with super calls to opti
onal arguments. | 215 CompileTimeConstantGTest: Fail # compile time constants with super calls to opti
onal arguments. |
| 215 CompileTimeConstantKTest: Fail # Constant maps are not canonicalized correctly i
f the same key appears multiple times. | 216 CompileTimeConstantKTest: Fail # Constant maps are not canonicalized correctly i
f the same key appears multiple times. |
| 217 CompileTimeConstantOTest: Fail # String constants with string-interpolation. |
| 216 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. | 218 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. |
| 217 DoubleToStringAsExponentialTest: Fail # fails due to -0.0. | 219 DoubleToStringAsExponentialTest: Fail # fails due to -0.0. |
| 218 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to | 220 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to |
| 219 # be moved to a | 221 # be moved to a |
| 220 # [ $compiler == frog ] | 222 # [ $compiler == frog ] |
| 221 # section. | 223 # section. |
| 222 DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in const
ant propagation. | 224 DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in const
ant propagation. |
| 223 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0. | 225 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0. |
| 224 ExtendTypeParameterNegativeTest: Skip # Issue 886 | 226 ExtendTypeParameterNegativeTest: Skip # Issue 886 |
| 225 ExtendTypeParameter2NegativeTest: Skip # Issue 886 | 227 ExtendTypeParameter2NegativeTest: Skip # Issue 886 |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 | 463 |
| 462 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] | 464 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] |
| 463 *: Skip | 465 *: Skip |
| 464 | 466 |
| 465 [ $arch == simarm ] | 467 [ $arch == simarm ] |
| 466 *: Skip | 468 *: Skip |
| 467 | 469 |
| 468 [ $arch == arm ] | 470 [ $arch == arm ] |
| 469 *: Skip | 471 *: Skip |
| 470 | 472 |
| OLD | NEW |