| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 ScriptNegativeTest: Fail | 304 ScriptNegativeTest: Fail |
| 305 StringTest: Fail | 305 StringTest: Fail |
| 306 SuperImplicitClosureTest: Fail | 306 SuperImplicitClosureTest: Fail |
| 307 SuperTest: Fail # this is testing precise ordering of super constructor call | 307 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 308 SwitchLabelTest: Fail | 308 SwitchLabelTest: Fail |
| 309 TryCatch9NegativeTest: Fail | 309 TryCatch9NegativeTest: Fail |
| 310 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 310 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
| 311 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted | 311 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted |
| 312 TypeVariableBoundsTest/01: Fail | 312 TypeVariableBoundsTest/01: Fail |
| 313 TypeVariableBoundsTest/10: Fail | 313 TypeVariableBoundsTest/10: Fail |
| 314 TypeVariableShadowsClass: Fail # Issue 643 |
| 314 WrongNumberTypeArgumentsTest: Fail | 315 WrongNumberTypeArgumentsTest: Fail |
| 315 ImplicitThisTest/01: Fail # Issue 376 | 316 ImplicitThisTest/01: Fail # Issue 376 |
| 316 ImplicitThisTest/02: Fail # Issue 376 | 317 ImplicitThisTest/02: Fail # Issue 376 |
| 317 ImplicitThisTest/03: Fail # Issue 376 | 318 ImplicitThisTest/03: Fail # Issue 376 |
| 318 ImplicitThisTest/04: Fail # Issue 376 | 319 ImplicitThisTest/04: Fail # Issue 376 |
| 319 ImplicitThisTest/none: Fail # Issue 376 | 320 ImplicitThisTest/none: Fail # Issue 376 |
| 320 | 321 |
| 321 [ $component == webdriver && ($browser == ff || $browser == safari) ] | 322 [ $component == webdriver && ($browser == ff || $browser == safari) ] |
| 322 MethodInvocationTest: Fail | 323 MethodInvocationTest: Fail |
| 323 Private3Test: Fail | 324 Private3Test: Fail |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 # these tests are inconsistent in frogium and frogsh-node, investigate | 374 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 374 StaticField1RunNegativeTest: Pass # but error is not correct | 375 StaticField1RunNegativeTest: Pass # but error is not correct |
| 375 StaticField2RunNegativeTest: Pass # but error is not correct | 376 StaticField2RunNegativeTest: Pass # but error is not correct |
| 376 | 377 |
| 377 | 378 |
| 378 [ $arch == simarm ] | 379 [ $arch == simarm ] |
| 379 *: Skip | 380 *: Skip |
| 380 | 381 |
| 381 [ $arch == arm ] | 382 [ $arch == arm ] |
| 382 *: Skip | 383 *: Skip |
| OLD | NEW |