| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 BodyLessConstructorWrongArgNegativeTest: Fail | 115 BodyLessConstructorWrongArgNegativeTest: Fail |
| 116 CallOperatorTest: Pass # Issue 1355 | 116 CallOperatorTest: Pass # Issue 1355 |
| 117 CharEscapeTest: Pass # Issue 1654 | 117 CharEscapeTest: Pass # Issue 1654 |
| 118 ClosureCallWrongArgumentCountNegativeTest: Fail | 118 ClosureCallWrongArgumentCountNegativeTest: Fail |
| 119 CompileTimeConstant3Test: Fail # Issue 1780 | 119 CompileTimeConstant3Test: Fail # Issue 1780 |
| 120 ConstConstructorSyntaxTest/05: Fail | 120 ConstConstructorSyntaxTest/05: Fail |
| 121 ConstCounterNegativeTest: Fail # issue 1655 | 121 ConstCounterNegativeTest: Fail # issue 1655 |
| 122 Constructor3NegativeTest: Fail | 122 Constructor3NegativeTest: Fail |
| 123 ConstructorCallWrongArgumentCountNegativeTest: Fail | 123 ConstructorCallWrongArgumentCountNegativeTest: Fail |
| 124 DefaultFactoryLibraryTest: Fail # Issue 514 | 124 DefaultFactoryLibraryTest: Fail # Issue 514 |
| 125 DisableLibraryPrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. | 125 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. |
| 126 DuplicateImplementsTest: Skip # Issue 976 | 126 DuplicateImplementsTest: Skip # Issue 976 |
| 127 Field3aNegativeTest: Fail | 127 Field3aNegativeTest: Fail |
| 128 FieldMethod4NegativeTest: Fail | 128 FieldMethod4NegativeTest: Fail |
| 129 FinalSyntaxTest/*: Skip # can't handle base case | 129 FinalSyntaxTest/*: Skip # can't handle base case |
| 130 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. | 130 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. |
| 131 GenericParameterizedExtendsTest: Skip # Bug 5392297 | 131 GenericParameterizedExtendsTest: Skip # Bug 5392297 |
| 132 InstanceCallWrongArgumentCountNegativeTest: Fail | 132 InstanceCallWrongArgumentCountNegativeTest: Fail |
| 133 Label2NegativeTest: Fail # issue 1658 | 133 Label2NegativeTest: Fail # issue 1658 |
| 134 Library4NegativeTest: Fail # Bug 5406175 | 134 Library4NegativeTest: Fail # Bug 5406175 |
| 135 ListLiteral4Test: Fail # Issue 1343 | 135 ListLiteral4Test: Fail # Issue 1343 |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 # frogium: Dart code compiled with frog VM running under DumpRenderTree | 222 # frogium: Dart code compiled with frog VM running under DumpRenderTree |
| 223 # webdriver: Dart code compiled with frog VM running on an actual browser | 223 # webdriver: Dart code compiled with frog VM running on an actual browser |
| 224 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular | 224 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular |
| 225 # browser, you can be more specific about the failure by using $browser: | 225 # browser, you can be more specific about the failure by using $browser: |
| 226 # [ $component == webdriver && $browser == chrome ] for example. | 226 # [ $component == webdriver && $browser == chrome ] for example. |
| 227 [ $component == frog || $component == frogsh || $component == frogium || $compon
ent == webdriver] | 227 [ $component == frog || $component == frogsh || $component == frogium || $compon
ent == webdriver] |
| 228 ExceptionTest: Fail # Issue 1785 | 228 ExceptionTest: Fail # Issue 1785 |
| 229 Factory3Test: Fail # Issue 417 | 229 Factory3Test: Fail # Issue 417 |
| 230 Factory2NegativeTest: Fail | 230 Factory2NegativeTest: Fail |
| 231 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 231 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 232 DisableLibraryPrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. | 232 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. |
| 233 DoubleToStringAsExponentialTest: Fail # fails due to -0.0. | 233 DoubleToStringAsExponentialTest: Fail # fails due to -0.0. |
| 234 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to | 234 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to |
| 235 # be moved to a | 235 # be moved to a |
| 236 # [ $component == frog || $component == frogium || $component == webdriver ] | 236 # [ $component == frog || $component == frogium || $component == webdriver ] |
| 237 # section. | 237 # section. |
| 238 DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in const
ant propagation. | 238 DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in const
ant propagation. |
| 239 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0. | 239 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0. |
| 240 ExtendTypeParameterNegativeTest: Skip # Issue 886 | 240 ExtendTypeParameterNegativeTest: Skip # Issue 886 |
| 241 ExtendTypeParameter2NegativeTest: Skip # Issue 886 | 241 ExtendTypeParameter2NegativeTest: Skip # Issue 886 |
| 242 FinalSyntaxTest/none: Fail | 242 FinalSyntaxTest/none: Fail |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 [ $component == frog && $mode == debug ] | 463 [ $component == frog && $mode == debug ] |
| 464 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 464 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 465 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 465 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 466 | 466 |
| 467 [ $arch == simarm ] | 467 [ $arch == simarm ] |
| 468 *: Skip | 468 *: Skip |
| 469 | 469 |
| 470 [ $arch == arm ] | 470 [ $arch == arm ] |
| 471 *: Skip | 471 *: Skip |
| 472 | 472 |
| OLD | NEW |