| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 UnboundGetterTest: Fail | 186 UnboundGetterTest: Fail |
| 187 Private2Test: Fail | 187 Private2Test: Fail |
| 188 Private3Test: Fail | 188 Private3Test: Fail |
| 189 | 189 |
| 190 TypedMessageTest: Fail # Bug 5246195 | 190 TypedMessageTest: Fail # Bug 5246195 |
| 191 | 191 |
| 192 | 192 |
| 193 [ $component == frog || $component == leg ] | 193 [ $component == frog || $component == leg ] |
| 194 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation | 194 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation |
| 195 | 195 |
| 196 | |
| 197 [ $component == frogsh || $component == frog || $component == leg ] | 196 [ $component == frogsh || $component == frog || $component == leg ] |
| 198 | 197 |
| 199 # VM or DartC specific tests not to be run by Frog. See language.status | 198 # VM or DartC specific tests not to be run by Frog. See language.status |
| 200 *VMTest: Skip | 199 *VMTest: Skip |
| 201 *VMNegativeTest: Skip | 200 *VMNegativeTest: Skip |
| 202 *DartcTest: Skip | 201 *DartcTest: Skip |
| 203 *DartcNegativeTest: Skip | 202 *DartcNegativeTest: Skip |
| 204 # Currently, these patterns skip three tests: | 203 # Currently, these patterns skip three tests: |
| 205 # MathVMTest - correctly skipped as this relies on VM guarantees | 204 # MathVMTest - correctly skipped as this relies on VM guarantees |
| 206 # - should add a version of this with the --enable_type_checks flag | 205 # - should add a version of this with the --enable_type_checks flag |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 OverrideFieldTest/04: Fail | 285 OverrideFieldTest/04: Fail |
| 287 Prefix3NegativeTest: Fail | 286 Prefix3NegativeTest: Fail |
| 288 Prefix7NegativeTest: Fail | 287 Prefix7NegativeTest: Fail |
| 289 Prefix8NegativeTest: Fail | 288 Prefix8NegativeTest: Fail |
| 290 Prefix9NegativeTest: Fail | 289 Prefix9NegativeTest: Fail |
| 291 Prefix11NegativeTest: Fail | 290 Prefix11NegativeTest: Fail |
| 292 Prefix14NegativeTest: Fail | 291 Prefix14NegativeTest: Fail |
| 293 Prefix16NegativeTest: Fail | 292 Prefix16NegativeTest: Fail |
| 294 Prefix20NegativeTest: Fail | 293 Prefix20NegativeTest: Fail |
| 295 Prefix15Test: Fail | 294 Prefix15Test: Fail |
| 296 PrivateMemberTest/01: Fail # test seems bad - see issue #353 | |
| 297 PrivateMemberTest/02: Fail # test seems bad - see issue #353 | |
| 298 PrivateMemberTest/03: Fail # test seems bad - see issue #353 | |
| 299 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | |
| 300 Private3Test: Fail | 295 Private3Test: Fail |
| 301 PrivateTest: Fail | 296 PrivateTest: Fail |
| 302 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 | 297 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 |
| 303 RegExp3Test: Fail | 298 RegExp3Test: Fail |
| 304 SavannahTest: Fail | 299 SavannahTest: Fail |
| 305 ScopeNegativeTest: Fail | 300 ScopeNegativeTest: Fail |
| 306 ScriptNegativeTest: Fail | 301 ScriptNegativeTest: Fail |
| 307 StringConcatTest: Fail | 302 StringConcatTest: Fail |
| 308 StringEscapesTest: Fail | 303 StringEscapesTest: Fail |
| 309 StringInterpolate1NegativeTest: Fail | 304 StringInterpolate1NegativeTest: Fail |
| 310 StringInterpolate2Test: Fail | 305 StringInterpolate2Test: Fail |
| 311 StringInterpolateTest: Fail | 306 StringInterpolateTest: Fail |
| 312 StringTest: Fail | 307 StringTest: Fail |
| 313 SuperImplicitClosureTest: Fail | 308 SuperImplicitClosureTest: Fail |
| 314 SuperTest: Fail # this is testing precise ordering of super constructor call | 309 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 315 SwitchLabelTest: Fail | 310 SwitchLabelTest: Fail |
| 316 TryCatch9NegativeTest: Fail | 311 TryCatch9NegativeTest: Fail |
| 317 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. | 312 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. |
| 318 TypeVariableBoundsTest/05: Fail # issue with test filed as #354 | 313 TypeVariableBoundsTest/05: Fail # issue with test filed as #354 |
| 319 UnboundGetterTest: Fail | 314 UnboundGetterTest: Fail |
| 320 VarInitTest: Fail | 315 VarInitTest: Fail |
| 321 WrongNumberTypeArgumentsTest: Fail | 316 WrongNumberTypeArgumentsTest: Fail |
| 322 GetterClosureExecutionOrderTest: Fail | 317 GetterClosureExecutionOrderTest: Fail |
| 323 ImplicitThisTest/01: Fail # Issue 376 | 318 ImplicitThisTest/01: Fail # Issue 376 |
| 324 ImplicitThisTest/02: Fail # Issue 376 | 319 ImplicitThisTest/02: Fail # Issue 376 |
| 325 ImplicitThisTest/03: Fail # Issue 376 | 320 ImplicitThisTest/03: Fail # Issue 376 |
| 326 ImplicitThisTest/04: Fail # Issue 376 | 321 ImplicitThisTest/04: Fail # Issue 376 |
| 327 ImplicitThisTest/none: Fail # Issue 376 | 322 ImplicitThisTest/none: Fail # Issue 376 |
| 328 | 323 |
| 324 [ ($component == frogsh || $component == frog || $component == leg) && $uncheck
ed ] |
| 325 PrivateMemberTest/01: Fail # test seems bad - see issue #353 |
| 326 PrivateMemberTest/02: Fail # test seems bad - see issue #353 |
| 327 PrivateMemberTest/03: Fail # test seems bad - see issue #353 |
| 328 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
| 329 |
| 330 [ ($component == frogsh || $component == frog || $component == leg) && $checked
] |
| 331 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| 329 | 332 |
| 330 [ $component == leg ] | 333 [ $component == leg ] |
| 331 StaticTopLevelTest/00: Fail | 334 StaticTopLevelTest/00: Fail |
| 332 StaticTopLevelTest/03: Fail | 335 StaticTopLevelTest/03: Fail |
| 333 | 336 |
| 334 [ $component == frogsh || $component == frog || $component == leg ] | 337 [ $component == frogsh || $component == frog || $component == leg ] |
| 335 FinalVarNegativeTest: Fail | 338 FinalVarNegativeTest: Fail |
| 336 | 339 |
| 337 [ $arch == x64 ] | 340 [ $arch == x64 ] |
| 338 *: Skip | 341 *: Skip |
| 339 | 342 |
| 340 [ $arch == simarm ] | 343 [ $arch == simarm ] |
| 341 *: Skip | 344 *: Skip |
| 342 | 345 |
| 343 [ $arch == arm ] | 346 [ $arch == arm ] |
| 344 *: Skip | 347 *: Skip |
| OLD | NEW |