| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 Private2Test: Fail | 193 Private2Test: Fail |
| 194 Private3Test: Fail | 194 Private3Test: Fail |
| 195 FactoryNegativeTest: Fail # Issue 417 | 195 FactoryNegativeTest: Fail # Issue 417 |
| 196 | 196 |
| 197 TypedMessageTest: Fail # Bug 5246195 | 197 TypedMessageTest: Fail # Bug 5246195 |
| 198 | 198 |
| 199 | 199 |
| 200 [ $component == frog || $component == leg ] | 200 [ $component == frog || $component == leg ] |
| 201 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation | 201 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation |
| 202 | 202 |
| 203 [ $component == frogsh || $component == frog || $component == leg || $component
== webdriver ] | 203 [ $component == frogsh || $component == frog || $component == leg || $component
== webdriver || $component == frogium ] |
| 204 FactoryNegativeTest: Fail # Issue 417 | 204 FactoryNegativeTest: Fail # Issue 417 |
| 205 | 205 |
| 206 # VM or DartC specific tests not to be run by Frog. See language.status | 206 # VM or DartC specific tests not to be run by Frog. See language.status |
| 207 *VMTest: Skip | 207 *VMTest: Skip |
| 208 *VMNegativeTest: Skip | 208 *VMNegativeTest: Skip |
| 209 *DartcTest: Skip | 209 *DartcTest: Skip |
| 210 *DartcNegativeTest: Skip | 210 *DartcNegativeTest: Skip |
| 211 # Currently, these patterns skip three tests: | 211 # Currently, these patterns skip three tests: |
| 212 # MathVMTest - correctly skipped as this relies on VM guarantees | 212 # MathVMTest - correctly skipped as this relies on VM guarantees |
| 213 # - should add a version of this with the --enable_type_checks flag | 213 # - should add a version of this with the --enable_type_checks flag |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 StringTest: Fail | 314 StringTest: Fail |
| 315 SuperImplicitClosureTest: Fail | 315 SuperImplicitClosureTest: Fail |
| 316 SuperTest: Fail # this is testing precise ordering of super constructor call | 316 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 317 SwitchLabelTest: Fail | 317 SwitchLabelTest: Fail |
| 318 TryCatch9NegativeTest: Fail | 318 TryCatch9NegativeTest: Fail |
| 319 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. | 319 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. |
| 320 TypeVariableBoundsTest/05: Fail # issue with test filed as #354 | 320 TypeVariableBoundsTest/05: Fail # issue with test filed as #354 |
| 321 UnboundGetterTest: Fail | 321 UnboundGetterTest: Fail |
| 322 VarInitTest: Fail | 322 VarInitTest: Fail |
| 323 WrongNumberTypeArgumentsTest: Fail | 323 WrongNumberTypeArgumentsTest: Fail |
| 324 GetterClosureExecutionOrderTest: Fail | |
| 325 ImplicitThisTest/01: Fail # Issue 376 | 324 ImplicitThisTest/01: Fail # Issue 376 |
| 326 ImplicitThisTest/02: Fail # Issue 376 | 325 ImplicitThisTest/02: Fail # Issue 376 |
| 327 ImplicitThisTest/03: Fail # Issue 376 | 326 ImplicitThisTest/03: Fail # Issue 376 |
| 328 ImplicitThisTest/04: Fail # Issue 376 | 327 ImplicitThisTest/04: Fail # Issue 376 |
| 329 ImplicitThisTest/none: Fail # Issue 376 | 328 ImplicitThisTest/none: Fail # Issue 376 |
| 329 FinalVarNegativeTest: Fail |
| 330 | 330 |
| 331 [ ($component == frogsh || $component == frog || $component == leg) && $uncheck
ed ] | 331 [ ($component == frogsh || $component == frog || $component == leg || $componen
t == frogium) && $unchecked ] |
| 332 PrivateMemberTest/01: Fail # test seems bad - see issue #353 | 332 PrivateMemberTest/01: Fail # test seems bad - see issue #353 |
| 333 PrivateMemberTest/02: Fail # test seems bad - see issue #353 | 333 PrivateMemberTest/02: Fail # test seems bad - see issue #353 |
| 334 PrivateMemberTest/03: Fail # test seems bad - see issue #353 | 334 PrivateMemberTest/03: Fail # test seems bad - see issue #353 |
| 335 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | 335 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
| 336 | 336 |
| 337 [ ($component == frogsh || $component == frog || $component == leg) && $checked
] | 337 [ ($component == frogsh || $component == frog || $component == leg || $componen
t == frogium) && $checked ] |
| 338 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 338 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| 339 | 339 |
| 340 [ $component == leg ] | 340 [ $component == leg ] |
| 341 StaticTopLevelTest/00: Fail | 341 StaticTopLevelTest/00: Fail |
| 342 StaticTopLevelTest/03: Fail | 342 StaticTopLevelTest/03: Fail |
| 343 | 343 |
| 344 [ $component == frogsh || $component == frog || $component == leg || $component
== webdriver ] | 344 [ $component == frog || $component == frogsh || $component == leg ] |
| 345 FinalVarNegativeTest: Fail | 345 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 346 GetterClosureExecutionOrderTest: Fail |
| 347 ParameterInitializerTest: Pass |
| 348 StaticField1RunNegativeTest: Pass |
| 349 StaticField2RunNegativeTest: Pass |
| 350 |
| 351 [ $component == frogium ] |
| 352 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 353 GetterClosureExecutionOrderTest: Pass |
| 354 ParameterInitializerTest: Fail |
| 355 StaticField1RunNegativeTest: Fail |
| 356 StaticField2RunNegativeTest: Fail |
| 346 | 357 |
| 347 [ $arch == x64 ] | 358 [ $arch == x64 ] |
| 348 *: Skip | 359 *: Skip |
| 349 | 360 |
| 350 [ $arch == simarm ] | 361 [ $arch == simarm ] |
| 351 *: Skip | 362 *: Skip |
| 352 | 363 |
| 353 [ $arch == arm ] | 364 [ $arch == arm ] |
| 354 *: Skip | 365 *: Skip |
| OLD | NEW |