| 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 Constructor4Test: Fail | 224 Constructor4Test: Fail |
| 225 Constructor5Test: Fail # Order of initializers. | 225 Constructor5Test: Fail # Order of initializers. |
| 226 Constructor6Test: Fail # Parse failure in initializers. | 226 Constructor6Test: Fail # Parse failure in initializers. |
| 227 ExecuteFinally6Test: Fail | 227 ExecuteFinally6Test: Fail |
| 228 ExpectTest: Fail | 228 ExpectTest: Fail |
| 229 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w
arnings | 229 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w
arnings |
| 230 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w
arnings | 230 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w
arnings |
| 231 FauxverrideTest/03: Fail | 231 FauxverrideTest/03: Fail |
| 232 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w
arnings | 232 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w
arnings |
| 233 FauxverrideTest/05: Fail | 233 FauxverrideTest/05: Fail |
| 234 FieldOverrideTest/01: Fail | 234 FieldOverrideTest/01: Fail # issue with test see #354 |
| 235 FieldOverrideTest/02: Fail | 235 FieldOverrideTest/02: Fail # issue with test see #354 |
| 236 Field3NegativeTest: Fail | 236 Field3NegativeTest: Fail # issue with test see #354 |
| 237 FieldNegativeTest: Fail | 237 FieldNegativeTest: Fail # issue with test see #354 |
| 238 FinalParamNegativeTest: Fail | 238 FinalParamNegativeTest: Fail |
| 239 For2Test: Fail | 239 For2Test: Fail |
| 240 FunctionLiterals2Test: Fail | 240 FunctionLiterals2Test: Fail |
| 241 FunctionSyntaxTest: Fail | 241 FunctionSyntaxTest: Fail |
| 242 FunctionTest: Fail | 242 FunctionTest: Fail |
| 243 FunctionTypeAliasNegativeTest: Fail | 243 FunctionTypeAliasNegativeTest: Fail |
| 244 FunctionTypeAliasTest: Fail | 244 FunctionTypeAliasTest: Fail |
| 245 FunctionTypeParameter2Test: Fail | 245 FunctionTypeParameter2Test: Fail |
| 246 FunctionTypeParameterTest: Fail | 246 FunctionTypeParameterTest: Fail |
| 247 GenericDeepTest: Fail | 247 GenericDeepTest: Fail |
| 248 GenericInstanceofTest: Fail | 248 GenericInstanceofTest: Fail |
| 249 GenericSyntaxTest: Fail | 249 GenericSyntaxTest: Fail |
| 250 GenericTest: Fail | 250 GenericTest: Fail |
| 251 GenericsTest: Fail | 251 GenericsTest: Fail |
| 252 ImplicitScopeTest: Fail | 252 ImplicitScopeTest: Fail |
| 253 ImpliedInterfaceTest: Fail | 253 ImpliedInterfaceTest: Fail |
| 254 IncrOpTest: Fail | 254 IncrOpTest: Fail |
| 255 InstanceFieldNegativeTest: Fail | |
| 256 Instanceof2Test: Fail | 255 Instanceof2Test: Fail |
| 257 InstanceofTest: Fail | 256 InstanceofTest: Fail |
| 258 InterfaceFactory3NegativeTest: Fail | 257 InterfaceFactory3NegativeTest: Fail |
| 259 IsNotClass4NegativeTest: Fail | 258 IsNotClass4NegativeTest: Fail |
| 260 LabelTest: Fail | 259 LabelTest: Fail |
| 261 LibraryPrefixesTest: Fail | 260 LibraryPrefixesTest: Fail |
| 262 Library1NegativeTest: Fail # issue with test see #354 | 261 Library1NegativeTest: Fail # issue with test see #354 |
| 263 Library4NegativeTest: Fail # issue with test see #354 | 262 Library4NegativeTest: Fail # issue with test see #354 |
| 264 Library5NegativeTest: Fail # issue with test see #354 | 263 Library5NegativeTest: Fail # issue with test see #354 |
| 265 Library6NegativeTest: Fail # issue with test see #354 | 264 Library6NegativeTest: Fail # issue with test see #354 |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 FinalVarNegativeTest: Fail | 337 FinalVarNegativeTest: Fail |
| 339 | 338 |
| 340 [ $arch == x64 ] | 339 [ $arch == x64 ] |
| 341 *: Skip | 340 *: Skip |
| 342 | 341 |
| 343 [ $arch == simarm ] | 342 [ $arch == simarm ] |
| 344 *: Skip | 343 *: Skip |
| 345 | 344 |
| 346 [ $arch == arm ] | 345 [ $arch == arm ] |
| 347 *: Skip | 346 *: Skip |
| OLD | NEW |