| 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 | 288 PseudoKWNegativeTest: Fail # verifying test vs. spec - issue #356 |
| 289 RegExp3Test: Fail | 289 RegExp3Test: Fail |
| 290 ScopeNegativeTest: Fail | 290 ScopeNegativeTest: Fail |
| 291 ScriptNegativeTest: Fail | 291 ScriptNegativeTest: Fail |
| 292 StringEscapesTest: Fail | 292 StringEscapesTest: Fail |
| 293 StringTest: Fail | 293 StringTest: Fail |
| 294 SuperImplicitClosureTest: Fail | 294 SuperImplicitClosureTest: Fail |
| 295 SuperTest: Fail # this is testing precise ordering of super constructor call | 295 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 296 SwitchLabelTest: Fail | 296 SwitchLabelTest: Fail |
| 297 TryCatch9NegativeTest: Fail | 297 TryCatch9NegativeTest: Fail |
| 298 TypeVariableScopeTest/none: Fail | |
| 299 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted | 298 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted |
| 300 TypeVariableBoundsTest/01: Fail | 299 TypeVariableBoundsTest/01: Fail |
| 301 TypeVariableBoundsTest/02: Fail | 300 TypeVariableBoundsTest/02: Fail |
| 302 TypeVariableBoundsTest/05: Fail | 301 TypeVariableBoundsTest/05: Fail |
| 303 TypeVariableBoundsTest/06: Fail | 302 TypeVariableBoundsTest/06: Fail |
| 304 WrongNumberTypeArgumentsTest: Fail | 303 WrongNumberTypeArgumentsTest: Fail |
| 305 ImplicitThisTest/01: Fail # Issue 376 | 304 ImplicitThisTest/01: Fail # Issue 376 |
| 306 ImplicitThisTest/02: Fail # Issue 376 | 305 ImplicitThisTest/02: Fail # Issue 376 |
| 307 ImplicitThisTest/03: Fail # Issue 376 | 306 ImplicitThisTest/03: Fail # Issue 376 |
| 308 ImplicitThisTest/04: Fail # Issue 376 | 307 ImplicitThisTest/04: Fail # Issue 376 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. | 344 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. |
| 346 | 345 |
| 347 [ $arch == x64 ] | 346 [ $arch == x64 ] |
| 348 *: Skip | 347 *: Skip |
| 349 | 348 |
| 350 [ $arch == simarm ] | 349 [ $arch == simarm ] |
| 351 *: Skip | 350 *: Skip |
| 352 | 351 |
| 353 [ $arch == arm ] | 352 [ $arch == arm ] |
| 354 *: Skip | 353 *: Skip |
| OLD | NEW |