| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 ImplicitScopeTest: Fail | 254 ImplicitScopeTest: Fail |
| 255 ImpliedInterfaceTest: Fail | 255 ImpliedInterfaceTest: Fail |
| 256 IncrOpTest: Fail | 256 IncrOpTest: Fail |
| 257 InstanceFieldNegativeTest: Fail | 257 InstanceFieldNegativeTest: Fail |
| 258 Instanceof2Test: Fail | 258 Instanceof2Test: Fail |
| 259 InstanceofTest: Fail | 259 InstanceofTest: Fail |
| 260 InterfaceFactory3NegativeTest: Fail | 260 InterfaceFactory3NegativeTest: Fail |
| 261 InterfaceFactoryConstructorNegativeTest: Fail | 261 InterfaceFactoryConstructorNegativeTest: Fail |
| 262 InterfaceStaticMethodNegativeTest: Fail | 262 InterfaceStaticMethodNegativeTest: Fail |
| 263 IsNotClass4NegativeTest: Fail | 263 IsNotClass4NegativeTest: Fail |
| 264 IsOperatorTest: Fail | |
| 265 LabelTest: Fail | 264 LabelTest: Fail |
| 266 LibraryPrefixesTest: Fail | 265 LibraryPrefixesTest: Fail |
| 267 Library1NegativeTest: Fail | 266 Library1NegativeTest: Fail |
| 268 Library4NegativeTest: Fail | 267 Library4NegativeTest: Fail |
| 269 Library5NegativeTest: Fail # newly added on r658 (10/24) | 268 Library5NegativeTest: Fail # newly added on r658 (10/24) |
| 270 Library6NegativeTest: Fail # newly added on r658 (10/24) | 269 Library6NegativeTest: Fail # newly added on r658 (10/24) |
| 271 ListLiteral3Test: Fail | 270 ListLiteral3Test: Fail |
| 272 ListTest: Fail # array bound checks not implemented | 271 ListTest: Fail # array bound checks not implemented |
| 273 LocalFunction3Test: Fail | 272 LocalFunction3Test: Fail |
| 274 LocalFunctionTest: Fail | 273 LocalFunctionTest: Fail |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 DoubleComparisonTest: Fail | 345 DoubleComparisonTest: Fail |
| 347 | 346 |
| 348 [ $arch == x64 ] | 347 [ $arch == x64 ] |
| 349 *: Skip | 348 *: Skip |
| 350 | 349 |
| 351 [ $arch == simarm ] | 350 [ $arch == simarm ] |
| 352 *: Skip | 351 *: Skip |
| 353 | 352 |
| 354 [ $arch == arm ] | 353 [ $arch == arm ] |
| 355 *: Skip | 354 *: Skip |
| OLD | NEW |