| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 MethodBindingTest: Fail | 258 MethodBindingTest: Fail |
| 259 MethodOverrideTest: Fail | 259 MethodOverrideTest: Fail |
| 260 NamedParametersPassingFalsyTest: Fail | 260 NamedParametersPassingFalsyTest: Fail |
| 261 NamedParametersTypeTest: Fail | 261 NamedParametersTypeTest: Fail |
| 262 NamedParametersWithConversionsTest: Fail | 262 NamedParametersWithConversionsTest: Fail |
| 263 NativeClassInheritance1FrogTest: Fail # issue 417 | |
| 264 NativeClassInheritance2FrogTest: Fail # issue 417 | |
| 265 NativeClassInheritance3FrogTest: Fail # issue 417 | |
| 266 NativeClassIsCheck1FrogTest: Fail # issue 417 | |
| 267 NativeClassIsCheck2FrogTest: Fail # issue 417 | |
| 268 NativeLibrarySameNameUsedFrogTest: Fail # ReferenceError: I is not defined. | 263 NativeLibrarySameNameUsedFrogTest: Fail # ReferenceError: I is not defined. |
| 269 NativeNamedConstructors2FrogTest: Fail # ReferenceError: A is not defined. | 264 NativeNamedConstructors2FrogTest: Fail # ReferenceError: A is not defined. |
| 270 NativePropertyFrogTest: Fail # Object #<A> has no method 'set$X' | 265 NativePropertyFrogTest: Fail # Object #<A> has no method 'set$X' |
| 271 NonConstSuperNegativeTest: Fail | 266 NonConstSuperNegativeTest: Fail |
| 272 NullPointerExceptionTest: Fail | 267 NullPointerExceptionTest: Fail |
| 273 NullTest: Fail | 268 NullTest: Fail |
| 274 NullToStringTest: Fail | 269 NullToStringTest: Fail |
| 275 NumberSyntaxTest: Fail | 270 NumberSyntaxTest: Fail |
| 276 NumbersTest: Fail | 271 NumbersTest: Fail |
| 277 ObjectDynamicMethodTest: Fail | 272 ObjectDynamicMethodTest: Fail |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 StaticField2RunNegativeTest: Fail | 355 StaticField2RunNegativeTest: Fail |
| 361 | 356 |
| 362 [ $arch == x64 ] | 357 [ $arch == x64 ] |
| 363 *: Skip | 358 *: Skip |
| 364 | 359 |
| 365 [ $arch == simarm ] | 360 [ $arch == simarm ] |
| 366 *: Skip | 361 *: Skip |
| 367 | 362 |
| 368 [ $arch == arm ] | 363 [ $arch == arm ] |
| 369 *: Skip | 364 *: Skip |
| OLD | NEW |