| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 BoolTest: Fail # Issue 2092 | 232 BoolTest: Fail # Issue 2092 |
| 233 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps. | 233 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps. |
| 234 | 234 |
| 235 [ $component == frog || $component == frogsh || $component == frogium || $compon
ent == webdriver] | 235 [ $component == frog || $component == frogsh || $component == frogium || $compon
ent == webdriver] |
| 236 ExceptionTest: Fail # Issue 1785 | 236 ExceptionTest: Fail # Issue 1785 |
| 237 Factory3Test: Fail # Issue 417 | 237 Factory3Test: Fail # Issue 417 |
| 238 Factory2NegativeTest: Fail | 238 Factory2NegativeTest: Fail |
| 239 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 239 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 240 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps
. | 240 CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps
. |
| 241 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of
constructor) as compile-time constant. | 241 CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of
constructor) as compile-time constant. |
| 242 CompileTimeConstantETest: Fail |
| 242 CompileTimeConstantGTest: Fail # compile time constants with super calls to opti
onal arguments. | 243 CompileTimeConstantGTest: Fail # compile time constants with super calls to opti
onal arguments. |
| 243 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. | 244 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. |
| 244 DoubleToStringAsExponentialTest: Fail # fails due to -0.0. | 245 DoubleToStringAsExponentialTest: Fail # fails due to -0.0. |
| 245 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to | 246 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to |
| 246 # be moved to a | 247 # be moved to a |
| 247 # [ $component == frog || $component == frogium || $component == webdriver ] | 248 # [ $component == frog || $component == frogium || $component == webdriver ] |
| 248 # section. | 249 # section. |
| 249 DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in const
ant propagation. | 250 DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in const
ant propagation. |
| 250 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0. | 251 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0. |
| 251 ExtendTypeParameterNegativeTest: Skip # Issue 886 | 252 ExtendTypeParameterNegativeTest: Skip # Issue 886 |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 [ $component == frog && $mode == debug ] | 483 [ $component == frog && $mode == debug ] |
| 483 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 484 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 484 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 485 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 485 | 486 |
| 486 [ $arch == simarm ] | 487 [ $arch == simarm ] |
| 487 *: Skip | 488 *: Skip |
| 488 | 489 |
| 489 [ $arch == arm ] | 490 [ $arch == arm ] |
| 490 *: Skip | 491 *: Skip |
| 491 | 492 |
| OLD | NEW |