| 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 LocalFunction3Test: Fail | 252 LocalFunction3Test: Fail |
| 253 LocalFunctionTest: Fail | 253 LocalFunctionTest: Fail |
| 254 ManyGenericInstanceofTest: Fail | 254 ManyGenericInstanceofTest: Fail |
| 255 MapLiteral4Test: Fail # missing checks on map index operations | 255 MapLiteral4Test: Fail # missing checks on map index operations |
| 256 MathTest: Fail | 256 MathTest: Fail |
| 257 MethodBindingTest: Fail | 257 MethodBindingTest: Fail |
| 258 MethodOverrideTest: Fail | 258 MethodOverrideTest: Fail |
| 259 NamedParametersPassingFalsyTest: Fail | 259 NamedParametersPassingFalsyTest: Fail |
| 260 NamedParametersTypeTest: Fail | 260 NamedParametersTypeTest: Fail |
| 261 NamedParametersWithConversionsTest: Fail | 261 NamedParametersWithConversionsTest: Fail |
| 262 NamedParametersWithDollarsTest: Fail |
| 262 NativeLibrarySameNameUsedFrogTest: Fail # ReferenceError: I is not defined. | 263 NativeLibrarySameNameUsedFrogTest: Fail # ReferenceError: I is not defined. |
| 263 NativePropertyFrogTest: Fail # Object #<A> has no method 'set$X' | 264 NativePropertyFrogTest: Fail # Object #<A> has no method 'set$X' |
| 264 NonConstSuperNegativeTest: Fail | 265 NonConstSuperNegativeTest: Fail |
| 265 NullPointerExceptionTest: Fail | 266 NullPointerExceptionTest: Fail |
| 266 NullTest: Fail | 267 NullTest: Fail |
| 267 NullToStringTest: Fail | 268 NullToStringTest: Fail |
| 268 NumbersTest: Fail | 269 NumbersTest: Fail |
| 269 ObjectDynamicMethodTest: Fail | 270 ObjectDynamicMethodTest: Fail |
| 270 OverrideMethodWithFieldTest/01: Fail | 271 OverrideMethodWithFieldTest/01: Fail |
| 271 OverrideFieldTest/01: Fail | 272 OverrideFieldTest/01: Fail |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. | 359 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. |
| 359 | 360 |
| 360 [ $arch == x64 ] | 361 [ $arch == x64 ] |
| 361 *: Skip | 362 *: Skip |
| 362 | 363 |
| 363 [ $arch == simarm ] | 364 [ $arch == simarm ] |
| 364 *: Skip | 365 *: Skip |
| 365 | 366 |
| 366 [ $arch == arm ] | 367 [ $arch == arm ] |
| 367 *: Skip | 368 *: Skip |
| OLD | NEW |