| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 MapLiteral1NegativeTest: Fail # Issue 221 | 269 MapLiteral1NegativeTest: Fail # Issue 221 |
| 270 MapLiteral2NegativeTest: Fail # Issue 221 | 270 MapLiteral2NegativeTest: Fail # Issue 221 |
| 271 MapLiteral4Test: Fail # Issue 221 | 271 MapLiteral4Test: Fail # Issue 221 |
| 272 MathTest: Fail | 272 MathTest: Fail |
| 273 MethodBindingTest: Fail | 273 MethodBindingTest: Fail |
| 274 MethodOverrideTest: Fail | 274 MethodOverrideTest: Fail |
| 275 NamedParametersPassingFalsyTest: Fail | 275 NamedParametersPassingFalsyTest: Fail |
| 276 NamedParametersTypeTest: Fail | 276 NamedParametersTypeTest: Fail |
| 277 NamedParametersWithConversionsTest: Fail | 277 NamedParametersWithConversionsTest: Fail |
| 278 NamingTest: Fail | 278 NamingTest: Fail |
| 279 NativeClassInheritance2FrogTest: Fail | |
| 280 NativeClassIsCheck1FrogTest: Fail | |
| 281 NativeClassIsCheck2FrogTest: Fail | |
| 282 NonConstSuperNegativeTest: Fail | 279 NonConstSuperNegativeTest: Fail |
| 283 NullPointerExceptionTest: Fail | 280 NullPointerExceptionTest: Fail |
| 284 NullTest: Fail | 281 NullTest: Fail |
| 285 NullToStringTest: Fail | 282 NullToStringTest: Fail |
| 286 NumberSyntaxTest: Fail | 283 NumberSyntaxTest: Fail |
| 287 NumbersTest: Fail | 284 NumbersTest: Fail |
| 288 OverrideMethodWithFieldTest/01: Fail | 285 OverrideMethodWithFieldTest/01: Fail |
| 289 OverrideFieldTest/01: Fail | 286 OverrideFieldTest/01: Fail |
| 290 OverrideFieldTest/04: Fail | 287 OverrideFieldTest/04: Fail |
| 291 ParameterInitializer5NegativeTest: Fail # Issue 581 | 288 ParameterInitializer5NegativeTest: Fail # Issue 581 |
| 292 Prefix3NegativeTest: Fail | 289 Prefix3NegativeTest: Fail |
| 293 Prefix7NegativeTest: Fail | 290 Prefix7NegativeTest: Fail |
| 294 Prefix8NegativeTest: Fail | 291 Prefix8NegativeTest: Fail |
| 295 Prefix9NegativeTest: Fail | 292 Prefix9NegativeTest: Fail |
| 296 Prefix11NegativeTest: Fail | 293 Prefix11NegativeTest: Fail |
| 297 Prefix14NegativeTest: Fail | 294 Prefix14NegativeTest: Fail |
| 298 Prefix16NegativeTest: Fail | 295 Prefix16NegativeTest: Fail |
| 299 Prefix20NegativeTest: Fail | 296 Prefix20NegativeTest: Fail |
| 300 Prefix15Test: Fail | 297 Prefix15Test: Fail |
| 301 Private3Test: Fail | 298 Private3Test: Fail |
| 302 PrivateTest: Fail | 299 PrivateTest: Fail |
| 303 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 | 300 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 |
| 304 RegExp3Test: Fail | 301 RegExp3Test: Fail |
| 305 ScopeNegativeTest: Fail | 302 ScopeNegativeTest: Fail |
| 306 ScriptNegativeTest: Fail | 303 ScriptNegativeTest: Fail |
| 307 StringConcatTest: Fail | |
| 308 StringEscapesTest: Fail | 304 StringEscapesTest: Fail |
| 309 StringTest: Fail | 305 StringTest: Fail |
| 310 SuperImplicitClosureTest: Fail | 306 SuperImplicitClosureTest: Fail |
| 311 SuperTest: Fail # this is testing precise ordering of super constructor call | 307 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 312 SwitchLabelTest: Fail | 308 SwitchLabelTest: Fail |
| 313 TryCatch9NegativeTest: Fail | 309 TryCatch9NegativeTest: Fail |
| 314 TypeVariableBoundsTest/none: Fail # Issue 417 | 310 TypeVariableBoundsTest/none: Fail # Issue 417 |
| 315 TypeVariableBoundsTest/00: Fail # Issue 417 | 311 TypeVariableBoundsTest/00: Fail # Issue 417 |
| 316 TypeVariableBoundsTest/03: Fail # Issue 417 | 312 TypeVariableBoundsTest/03: Fail # Issue 417 |
| 317 TypeVariableBoundsTest/04: Fail # Issue 417 | 313 TypeVariableBoundsTest/04: Fail # Issue 417 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 StaticField2RunNegativeTest: Fail | 347 StaticField2RunNegativeTest: Fail |
| 352 | 348 |
| 353 [ $arch == x64 ] | 349 [ $arch == x64 ] |
| 354 *: Skip | 350 *: Skip |
| 355 | 351 |
| 356 [ $arch == simarm ] | 352 [ $arch == simarm ] |
| 357 *: Skip | 353 *: Skip |
| 358 | 354 |
| 359 [ $arch == arm ] | 355 [ $arch == arm ] |
| 360 *: Skip | 356 *: Skip |
| OLD | NEW |