Chromium Code Reviews| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 305 StringInterpolate2Test: Fail | 305 StringInterpolate2Test: Fail |
| 306 StringInterpolateTest: Fail | 306 StringInterpolateTest: Fail |
| 307 StringTest: Fail | 307 StringTest: Fail |
| 308 SuperImplicitClosureTest: Fail | 308 SuperImplicitClosureTest: Fail |
| 309 SuperNegativeTest: Fail # test seems clearly broken - see issue #358 | 309 SuperNegativeTest: Fail # test seems clearly broken - see issue #358 |
| 310 SuperTest: Fail # this is testing precise ordering of super constructor call | 310 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 311 SwitchLabelTest: Fail | 311 SwitchLabelTest: Fail |
| 312 TryCatch9NegativeTest: Fail | 312 TryCatch9NegativeTest: Fail |
| 313 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. | 313 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. |
| 314 TypeVariableBoundsTest/05: Fail # issue with test filed as #354 | 314 TypeVariableBoundsTest/05: Fail # issue with test filed as #354 |
| 315 TypedMessageTest: Fail | |
|
jimhug
2011/11/08 15:39:01
Your changes really fixed this? Does this mean th
Siggi Cherem (dart-lang)
2011/11/08 17:56:42
I believe so, yes. This test basically creates iso
| |
| 316 UnboundGetterTest: Fail | 315 UnboundGetterTest: Fail |
| 317 VarInitTest: Fail | 316 VarInitTest: Fail |
| 318 WrongNumberTypeArgumentsTest: Fail | 317 WrongNumberTypeArgumentsTest: Fail |
| 319 GetterClosureExecutionOrderTest: Fail | 318 GetterClosureExecutionOrderTest: Fail |
| 320 | 319 |
| 321 | 320 |
| 322 [ $component == leg] | 321 [ $component == leg] |
| 323 StaticTopLevelTest/00: Fail | 322 StaticTopLevelTest/00: Fail |
| 324 StaticTopLevelTest/03: Fail | 323 StaticTopLevelTest/03: Fail |
| 325 DoubleComparisonTest: Fail | 324 DoubleComparisonTest: Fail |
| 326 | 325 |
| 327 [ $arch == x64 ] | 326 [ $arch == x64 ] |
| 328 *: Skip | 327 *: Skip |
| 329 | 328 |
| 330 [ $arch == simarm ] | 329 [ $arch == simarm ] |
| 331 *: Skip | 330 *: Skip |
| 332 | 331 |
| 333 [ $arch == arm ] | 332 [ $arch == arm ] |
| 334 *: Skip | 333 *: Skip |
| OLD | NEW |