| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 ManyGenericInstanceofTest: Fail | 258 ManyGenericInstanceofTest: Fail |
| 259 MapLiteral4Test: Fail # missing checks on map index operations | 259 MapLiteral4Test: Fail # missing checks on map index operations |
| 260 MathTest: Fail | 260 MathTest: Fail |
| 261 MethodBindingTest: Fail | 261 MethodBindingTest: Fail |
| 262 MethodOverrideTest: Fail | 262 MethodOverrideTest: Fail |
| 263 NamedParametersPassingFalsyTest: Fail | 263 NamedParametersPassingFalsyTest: Fail |
| 264 NamedParametersTypeTest: Fail | 264 NamedParametersTypeTest: Fail |
| 265 NamedParametersWithConversionsTest: Fail | 265 NamedParametersWithConversionsTest: Fail |
| 266 NativeLibrarySameNameUsedFrogTest: Fail # ReferenceError: I is not defined. | 266 NativeLibrarySameNameUsedFrogTest: Fail # ReferenceError: I is not defined. |
| 267 NativeNamedConstructors2FrogTest: Fail # ReferenceError: A is not defined. | 267 NativeNamedConstructors2FrogTest: Fail # ReferenceError: A is not defined. |
| 268 NativePropertyFrogTest: Fail # Object #<A> has no method 'set$X' |
| 268 NonConstSuperNegativeTest: Fail | 269 NonConstSuperNegativeTest: Fail |
| 269 NullPointerExceptionTest: Fail | 270 NullPointerExceptionTest: Fail |
| 270 NullTest: Fail | 271 NullTest: Fail |
| 271 NullToStringTest: Fail | 272 NullToStringTest: Fail |
| 272 NumberSyntaxTest: Fail | 273 NumberSyntaxTest: Fail |
| 273 NumbersTest: Fail | 274 NumbersTest: Fail |
| 274 ObjectDynamicMethodTest: Fail | 275 ObjectDynamicMethodTest: Fail |
| 275 OverrideMethodWithFieldTest/01: Fail | 276 OverrideMethodWithFieldTest/01: Fail |
| 276 OverrideFieldTest/01: Fail | 277 OverrideFieldTest/01: Fail |
| 277 OverrideFieldTest/04: Fail | 278 OverrideFieldTest/04: Fail |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 StaticField2RunNegativeTest: Fail | 356 StaticField2RunNegativeTest: Fail |
| 356 | 357 |
| 357 [ $arch == x64 ] | 358 [ $arch == x64 ] |
| 358 *: Skip | 359 *: Skip |
| 359 | 360 |
| 360 [ $arch == simarm ] | 361 [ $arch == simarm ] |
| 361 *: Skip | 362 *: Skip |
| 362 | 363 |
| 363 [ $arch == arm ] | 364 [ $arch == arm ] |
| 364 *: Skip | 365 *: Skip |
| OLD | NEW |