| 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 RegExp3Test: Fail | 296 RegExp3Test: Fail |
| 297 SavannahTest: Fail | 297 SavannahTest: Fail |
| 298 ScopeNegativeTest: Fail | 298 ScopeNegativeTest: Fail |
| 299 ScriptNegativeTest: Fail | 299 ScriptNegativeTest: Fail |
| 300 StringConcatTest: Fail | 300 StringConcatTest: Fail |
| 301 StringEscapesTest: Fail | 301 StringEscapesTest: Fail |
| 302 StringInterpolate1NegativeTest: Fail | 302 StringInterpolate1NegativeTest: Fail |
| 303 StringInterpolate2Test: Fail | 303 StringInterpolate2Test: Fail |
| 304 StringInterpolateTest: Fail | 304 StringInterpolateTest: Fail |
| 305 StringTest: Fail | 305 StringTest: Fail |
| 306 SuperFieldTest: Fail | |
| 307 SuperImplicitClosureTest: Fail | 306 SuperImplicitClosureTest: Fail |
| 308 SuperNegativeTest: Fail # test seems clearly broken - see issue #358 | 307 SuperNegativeTest: Fail # test seems clearly broken - see issue #358 |
| 309 SuperTest: Fail # this is testing precise ordering of super constructor call | 308 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 310 SwitchLabelTest: Fail | 309 SwitchLabelTest: Fail |
| 311 TryCatch9NegativeTest: Fail | 310 TryCatch9NegativeTest: Fail |
| 312 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. | 311 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. |
| 313 TypeVariableBoundsTest/05: Fail # issue with test filed as #354 | 312 TypeVariableBoundsTest/05: Fail # issue with test filed as #354 |
| 314 TypedMessageTest: Fail | 313 TypedMessageTest: Fail |
| 315 UnboundGetterTest: Fail | 314 UnboundGetterTest: Fail |
| 316 VarInitTest: Fail | 315 VarInitTest: Fail |
| 317 WrongNumberTypeArgumentsTest: Fail | 316 WrongNumberTypeArgumentsTest: Fail |
| 318 GetterClosureExecutionOrderTest: Fail | 317 GetterClosureExecutionOrderTest: Fail |
| 319 | 318 |
| 320 | 319 |
| 321 [ $component == leg] | 320 [ $component == leg] |
| 322 StaticTopLevelTest/00: Fail | 321 StaticTopLevelTest/00: Fail |
| 323 StaticTopLevelTest/03: Fail | 322 StaticTopLevelTest/03: Fail |
| 324 DoubleComparisonTest: Fail | 323 DoubleComparisonTest: Fail |
| 325 | 324 |
| 326 [ $arch == x64 ] | 325 [ $arch == x64 ] |
| 327 *: Skip | 326 *: Skip |
| 328 | 327 |
| 329 [ $arch == simarm ] | 328 [ $arch == simarm ] |
| 330 *: Skip | 329 *: Skip |
| 331 | 330 |
| 332 [ $arch == arm ] | 331 [ $arch == arm ] |
| 333 *: Skip | 332 *: Skip |
| OLD | NEW |