| 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 | 301 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 |
| 302 RegExp3Test: Fail | 302 RegExp3Test: Fail |
| 303 ScopeNegativeTest: Fail | 303 ScopeNegativeTest: Fail |
| 304 ScriptNegativeTest: Fail | 304 ScriptNegativeTest: Fail |
| 305 StringEscapesTest: Fail | 305 StringEscapesTest: Fail |
| 306 StringTest: Fail | 306 StringTest: Fail |
| 307 SuperImplicitClosureTest: Fail | 307 SuperImplicitClosureTest: Fail |
| 308 SuperTest: Fail # this is testing precise ordering of super constructor call | 308 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 309 SwitchLabelTest: Fail | 309 SwitchLabelTest: Fail |
| 310 TryCatch9NegativeTest: Fail | 310 TryCatch9NegativeTest: Fail |
| 311 TypeVariableBoundsTest/none: Fail # Issue 417 | 311 TypeVariableBoundsTest/01: Fail # these tests would work if the type was constru
cted |
| 312 TypeVariableBoundsTest/00: Fail # Issue 417 | 312 TypeVariableBoundsTest/02: Fail |
| 313 TypeVariableBoundsTest/03: Fail # Issue 417 | 313 TypeVariableBoundsTest/05: Fail |
| 314 TypeVariableBoundsTest/04: Fail # Issue 417 | 314 TypeVariableBoundsTest/06: Fail |
| 315 TypeVariableScopeTest/00: Fail # These negative tests were passing incorrectly | 315 TypeVariableScopeTest/00: Fail |
| 316 TypeVariableScopeTest/02: Fail | 316 TypeVariableScopeTest/02: Fail |
| 317 TypeVariableScopeTest/03: Fail | 317 TypeVariableScopeTest/03: Fail |
| 318 TypeVariableScopeTest/04: Fail | 318 TypeVariableScopeTest/04: Fail |
| 319 TypeVariableScopeTest/06: Fail | 319 TypeVariableScopeTest/06: Fail |
| 320 WrongNumberTypeArgumentsTest: Fail | 320 WrongNumberTypeArgumentsTest: Fail |
| 321 ImplicitThisTest/01: Fail # Issue 376 | 321 ImplicitThisTest/01: Fail # Issue 376 |
| 322 ImplicitThisTest/02: Fail # Issue 376 | 322 ImplicitThisTest/02: Fail # Issue 376 |
| 323 ImplicitThisTest/03: Fail # Issue 376 | 323 ImplicitThisTest/03: Fail # Issue 376 |
| 324 ImplicitThisTest/04: Fail # Issue 376 | 324 ImplicitThisTest/04: Fail # Issue 376 |
| 325 ImplicitThisTest/none: Fail # Issue 376 | 325 ImplicitThisTest/none: Fail # Issue 376 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 StaticField2RunNegativeTest: Fail | 374 StaticField2RunNegativeTest: Fail |
| 375 | 375 |
| 376 [ $arch == x64 ] | 376 [ $arch == x64 ] |
| 377 *: Skip | 377 *: Skip |
| 378 | 378 |
| 379 [ $arch == simarm ] | 379 [ $arch == simarm ] |
| 380 *: Skip | 380 *: Skip |
| 381 | 381 |
| 382 [ $arch == arm ] | 382 [ $arch == arm ] |
| 383 *: Skip | 383 *: Skip |
| OLD | NEW |