| 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 | |
| 263 NativeLibrarySameNameUsedFrogTest: Fail # ReferenceError: I is not defined. | 262 NativeLibrarySameNameUsedFrogTest: Fail # ReferenceError: I is not defined. |
| 264 NativePropertyFrogTest: Fail # Object #<A> has no method 'set$X' | 263 NativePropertyFrogTest: Fail # Object #<A> has no method 'set$X' |
| 265 NonConstSuperNegativeTest: Fail | 264 NonConstSuperNegativeTest: Fail |
| 266 NullPointerExceptionTest: Fail | 265 NullPointerExceptionTest: Fail |
| 267 NullTest: Fail | 266 NullTest: Fail |
| 268 NullToStringTest: Fail | 267 NullToStringTest: Fail |
| 269 NumbersTest: Fail | 268 NumbersTest: Fail |
| 270 ObjectDynamicMethodTest: Fail | 269 ObjectDynamicMethodTest: Fail |
| 271 OverrideMethodWithFieldTest/01: Fail | 270 OverrideMethodWithFieldTest/01: Fail |
| 272 OverrideFieldTest/01: Fail | 271 OverrideFieldTest/01: Fail |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 PrivateMemberTest/01: Fail # test seems bad - see issue #353 | 311 PrivateMemberTest/01: Fail # test seems bad - see issue #353 |
| 313 PrivateMemberTest/02: Fail # test seems bad - see issue #353 | 312 PrivateMemberTest/02: Fail # test seems bad - see issue #353 |
| 314 PrivateMemberTest/03: Fail # test seems bad - see issue #353 | 313 PrivateMemberTest/03: Fail # test seems bad - see issue #353 |
| 315 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | 314 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
| 316 StringConcatTest: Fail | 315 StringConcatTest: Fail |
| 317 | 316 |
| 318 [ ($component == frogsh || $component == frog || $component == leg || $componen
t == frogium) && $checked ] | 317 [ ($component == frogsh || $component == frog || $component == leg || $componen
t == frogium) && $checked ] |
| 319 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 318 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| 320 | 319 |
| 321 [ $component == leg ] | 320 [ $component == leg ] |
| 321 NamedParametersWithDollarsTest: Fail |
| 322 StaticTopLevelTest/00: Fail | 322 StaticTopLevelTest/00: Fail |
| 323 StaticTopLevelTest/01: Fail | 323 StaticTopLevelTest/01: Fail |
| 324 StaticTopLevelTest/02: Fail | 324 StaticTopLevelTest/02: Fail |
| 325 StaticTopLevelTest/03: Fail | 325 StaticTopLevelTest/03: Fail |
| 326 StaticTopLevelTest/04: Fail | 326 StaticTopLevelTest/04: Fail |
| 327 StaticTopLevelTest/05: Fail | 327 StaticTopLevelTest/05: Fail |
| 328 ToplevelCollision1Test/00: Fail | 328 ToplevelCollision1Test/00: Fail |
| 329 ToplevelCollision1Test/01: Fail | 329 ToplevelCollision1Test/01: Fail |
| 330 ToplevelCollision1Test/02: Fail | 330 ToplevelCollision1Test/02: Fail |
| 331 ToplevelCollision2Test/00: Fail | 331 ToplevelCollision2Test/00: Fail |
| (...skipping 27 matching lines...) Expand all Loading... |
| 359 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. | 359 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. |
| 360 | 360 |
| 361 [ $arch == x64 ] | 361 [ $arch == x64 ] |
| 362 *: Skip | 362 *: Skip |
| 363 | 363 |
| 364 [ $arch == simarm ] | 364 [ $arch == simarm ] |
| 365 *: Skip | 365 *: Skip |
| 366 | 366 |
| 367 [ $arch == arm ] | 367 [ $arch == arm ] |
| 368 *: Skip | 368 *: Skip |
| OLD | NEW |