| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 GenericTest: Fail # Bug 5393302 (missing call to super constructor) | 115 GenericTest: Fail # Bug 5393302 (missing call to super constructor) |
| 116 GetterClosureExecutionOrderTest: Fail # Bug 5481595 | 116 GetterClosureExecutionOrderTest: Fail # Bug 5481595 |
| 117 ImplicitThisTest/none: Fail # Issue 375 | 117 ImplicitThisTest/none: Fail # Issue 375 |
| 118 InterfaceFactory3NegativeTest: Fail # Bug 5387405 | 118 InterfaceFactory3NegativeTest: Fail # Bug 5387405 |
| 119 IsObjectTest: Skip # Hasn't be tested on DartC yet | 119 IsObjectTest: Skip # Hasn't be tested on DartC yet |
| 120 Library4NegativeTest: Fail # Bug 5406175 | 120 Library4NegativeTest: Fail # Bug 5406175 |
| 121 ListLiteral3Test: Fail # Bug 4510015. | 121 ListLiteral3Test: Fail # Bug 4510015. |
| 122 ListTest: Fail # Bug 5146975. | 122 ListTest: Fail # Bug 5146975. |
| 123 LocalFunction3Test: Fail # Bug 4202974. | 123 LocalFunction3Test: Fail # Bug 4202974. |
| 124 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). | 124 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). |
| 125 MapLiteral3Test: Fail # Issue 221 |
| 126 MapLiteral4Test: Fail # Issue 221 |
| 125 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. | 127 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. |
| 126 MethodOverrideTest: Crash # Bug 5516001. | 128 MethodOverrideTest: Crash # Bug 5516001. |
| 127 NamedParameters2NegativeTest: Fail # Implementation in progress. | 129 NamedParameters2NegativeTest: Fail # Implementation in progress. |
| 128 NamedParameters3NegativeTest: Fail # Implementation in progress. | 130 NamedParameters3NegativeTest: Fail # Implementation in progress. |
| 129 NamedParameters4NegativeTest: Fail # Implementation in progress. | 131 NamedParameters4NegativeTest: Fail # Implementation in progress. |
| 130 NamedParametersNegativeTest: Fail # Implementation in progress. | 132 NamedParametersNegativeTest: Fail # Implementation in progress. |
| 131 NamedParametersTypeTest: Fail # Implementation in progress. | 133 NamedParametersTypeTest: Fail # Implementation in progress. |
| 132 NoSuchMethodTest: Fail # Bug 4202974. | 134 NoSuchMethodTest: Fail # Bug 4202974. |
| 133 NullToStringTest: Fail # Bug 5421978 | 135 NullToStringTest: Fail # Bug 5421978 |
| 134 NumbersTest: Fail # Fails because numbers are mapped to doubles. | 136 NumbersTest: Fail # Fails because numbers are mapped to doubles. |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 LabelTest: Fail | 256 LabelTest: Fail |
| 255 Library1NegativeTest: Fail # issue with test see #354 | 257 Library1NegativeTest: Fail # issue with test see #354 |
| 256 Library4NegativeTest: Fail # issue with test see #354 | 258 Library4NegativeTest: Fail # issue with test see #354 |
| 257 Library5NegativeTest: Fail # issue with test see #354 | 259 Library5NegativeTest: Fail # issue with test see #354 |
| 258 Library6NegativeTest: Fail # issue with test see #354 | 260 Library6NegativeTest: Fail # issue with test see #354 |
| 259 ListLiteral3Test: Fail | 261 ListLiteral3Test: Fail |
| 260 ListTest: Fail # array bound checks not implemented | 262 ListTest: Fail # array bound checks not implemented |
| 261 LocalFunction3Test: Fail | 263 LocalFunction3Test: Fail |
| 262 LocalFunctionTest: Fail | 264 LocalFunctionTest: Fail |
| 263 ManyGenericInstanceofTest: Fail | 265 ManyGenericInstanceofTest: Fail |
| 266 MapLiteral1NegativeTest: Fail # Issue 221 |
| 267 MapLiteral2NegativeTest: Fail # Issue 221 |
| 268 MapLiteral4Test: Fail # Issue 221 |
| 264 MathTest: Fail | 269 MathTest: Fail |
| 265 MethodBindingTest: Fail | 270 MethodBindingTest: Fail |
| 266 MethodOverrideTest: Fail | 271 MethodOverrideTest: Fail |
| 267 NamedParametersPassingFalsyTest: Fail | 272 NamedParametersPassingFalsyTest: Fail |
| 268 NamedParametersTypeTest: Fail | 273 NamedParametersTypeTest: Fail |
| 269 NamedParametersWithConversionsTest: Fail | 274 NamedParametersWithConversionsTest: Fail |
| 270 NamingTest: Fail | 275 NamingTest: Fail |
| 271 NonConstSuperNegativeTest: Fail | 276 NonConstSuperNegativeTest: Fail |
| 272 NullPointerExceptionTest: Fail | 277 NullPointerExceptionTest: Fail |
| 273 NullTest: Fail | 278 NullTest: Fail |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 StaticField2RunNegativeTest: Fail | 344 StaticField2RunNegativeTest: Fail |
| 340 | 345 |
| 341 [ $arch == x64 ] | 346 [ $arch == x64 ] |
| 342 *: Skip | 347 *: Skip |
| 343 | 348 |
| 344 [ $arch == simarm ] | 349 [ $arch == simarm ] |
| 345 *: Skip | 350 *: Skip |
| 346 | 351 |
| 347 [ $arch == arm ] | 352 [ $arch == arm ] |
| 348 *: Skip | 353 *: Skip |
| OLD | NEW |