| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $component == dartc ] | 5 [ $component == dartc ] |
| 6 chat/*: Skip | 6 chat/*: Skip |
| 7 | 7 |
| 8 [ $arch == x64 ] | 8 [ $arch == x64 ] |
| 9 *: Skip | 9 *: Skip |
| 10 | 10 |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 lib/util/UtilTest: Skip | 60 lib/util/UtilTest: Skip |
| 61 lib/view/ViewTest: Skip | 61 lib/view/ViewTest: Skip |
| 62 | 62 |
| 63 [ $component == frog ] | 63 [ $component == frog ] |
| 64 *: Skip | 64 *: Skip |
| 65 | 65 |
| 66 [ $component == frogsh ] | 66 [ $component == frogsh ] |
| 67 *: Skip | 67 *: Skip |
| 68 | 68 |
| 69 [ $component == legium ] | 69 [ $component == legium ] |
| 70 total/TotalTest: Fail # Resolution error | 70 total/TotalTest: Skip # Timeout |
| 71 dartcombat/DartCombatTest: Fail # duplicate definition |
| 71 | 72 |
| 72 # Unimplemented map constants. | 73 swarm/SwarmTest: Fail # ConstantHandler with optional arguments not implemented |
| 73 swarm/SwarmTest: Fail # CompileTimeConstantEvaluator map not implemented | 74 lib/view/ViewTest: Fail # ConstantHandler with optional arguments not implemente
d |
| 74 lib/view/ViewTest: Fail # CompileTimeConstantEvaluator map not implemented | |
| 75 | |
| 76 # Unimplemented dart:isolate | |
| 77 dartcombat/DartCombatTest: Fail # cannot read dart:isolate | |
| 78 proxy/PromiseTest: Fail # cannot read dart:isolate | |
| 79 proxy/MintMakerFullyIsolated_generatedTest: Fail # cannot read dart:isolate | |
| 80 proxy/PromiseBasedTest: Fail # cannot read dart:isolate | |
| 81 proxy/MintMakerRpcTest: Fail # cannot read dart:isolate | |
| 82 proxy/MintMakerPromiseWithStubs_generatedTest: Fail # cannot read dart:isolate | |
| 83 proxy/MintMakerPromiseTest: Fail # cannot read dart:isolate | |
| OLD | NEW |