| 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 ListTest: Fail # array bound checks not implemented | 252 ListTest: Fail # array bound checks not implemented |
| 253 LocalFunction3Test: Fail | 253 LocalFunction3Test: Fail |
| 254 LocalFunctionTest: Fail | 254 LocalFunctionTest: Fail |
| 255 ManyGenericInstanceofTest: Fail | 255 ManyGenericInstanceofTest: Fail |
| 256 MapLiteral4Test: Fail # missing checks on map index operations | 256 MapLiteral4Test: Fail # missing checks on map index operations |
| 257 MathTest: Fail | 257 MathTest: 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 NativeLibrarySameNameUsedFrogTest: Fail # ReferenceError: I is not defined. | |
| 263 NativePropertyFrogTest: Fail # Object #<A> has no method 'set$X' | 262 NativePropertyFrogTest: Fail # Object #<A> has no method 'set$X' |
| 264 NonConstSuperNegativeTest: Fail | 263 NonConstSuperNegativeTest: Fail |
| 265 NullPointerExceptionTest: Fail | 264 NullPointerExceptionTest: Fail |
| 266 NullTest: Fail | 265 NullTest: Fail |
| 267 NullToStringTest: Fail | 266 NullToStringTest: Fail |
| 268 NumbersTest: Fail | 267 NumbersTest: Fail |
| 269 ObjectDynamicMethodTest: Fail | 268 ObjectDynamicMethodTest: Fail |
| 270 OverrideMethodWithFieldTest/01: Fail | 269 OverrideMethodWithFieldTest/01: Fail |
| 271 OverrideFieldTest/01: Fail | 270 OverrideFieldTest/01: Fail |
| 272 OverrideFieldTest/04: Fail | 271 OverrideFieldTest/04: Fail |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. | 339 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. |
| 341 | 340 |
| 342 [ $arch == x64 ] | 341 [ $arch == x64 ] |
| 343 *: Skip | 342 *: Skip |
| 344 | 343 |
| 345 [ $arch == simarm ] | 344 [ $arch == simarm ] |
| 346 *: Skip | 345 *: Skip |
| 347 | 346 |
| 348 [ $arch == arm ] | 347 [ $arch == arm ] |
| 349 *: Skip | 348 *: Skip |
| OLD | NEW |