| 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 Prefix3NegativeTest: Fail | 292 Prefix3NegativeTest: Fail |
| 293 Prefix7NegativeTest: Fail | 293 Prefix7NegativeTest: Fail |
| 294 Prefix8NegativeTest: Fail | 294 Prefix8NegativeTest: Fail |
| 295 Prefix9NegativeTest: Fail | 295 Prefix9NegativeTest: Fail |
| 296 Prefix11NegativeTest: Fail | 296 Prefix11NegativeTest: Fail |
| 297 Prefix14NegativeTest: Fail | 297 Prefix14NegativeTest: Fail |
| 298 Prefix16NegativeTest: Fail | 298 Prefix16NegativeTest: Fail |
| 299 Prefix20NegativeTest: Fail | 299 Prefix20NegativeTest: Fail |
| 300 Prefix15Test: Fail | 300 Prefix15Test: Fail |
| 301 Private3Test: Fail | 301 Private3Test: Fail |
| 302 PrivateMemberTest: Fail |
| 303 PrivateMember2NegativeTest: Fail |
| 304 PrivateMember3NegativeTest: Fail |
| 302 PrivateTest: Fail | 305 PrivateTest: Fail |
| 303 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 | 306 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 |
| 304 RegExp3Test: Fail | 307 RegExp3Test: Fail |
| 305 ScopeNegativeTest: Fail | 308 ScopeNegativeTest: Fail |
| 306 ScriptNegativeTest: Fail | 309 ScriptNegativeTest: Fail |
| 307 StringConcatTest: Fail | 310 StringConcatTest: Fail |
| 308 StringEscapesTest: Fail | 311 StringEscapesTest: Fail |
| 309 StringTest: Fail | 312 StringTest: Fail |
| 310 SuperImplicitClosureTest: Fail | 313 SuperImplicitClosureTest: Fail |
| 311 SuperTest: Fail # this is testing precise ordering of super constructor call | 314 SuperTest: Fail # this is testing precise ordering of super constructor call |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 StaticField2RunNegativeTest: Fail | 354 StaticField2RunNegativeTest: Fail |
| 352 | 355 |
| 353 [ $arch == x64 ] | 356 [ $arch == x64 ] |
| 354 *: Skip | 357 *: Skip |
| 355 | 358 |
| 356 [ $arch == simarm ] | 359 [ $arch == simarm ] |
| 357 *: Skip | 360 *: Skip |
| 358 | 361 |
| 359 [ $arch == arm ] | 362 [ $arch == arm ] |
| 360 *: Skip | 363 *: Skip |
| OLD | NEW |