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 | 5 |
6 [ $compiler == dart2js ] | 6 [ $compiler == dart2js ] |
7 chat/ChatServerTest: Fail # Failed invariant in closure analyzer. | |
8 proxy/MintMakerRpcTest: Fail # TypeError: Cannot call method 'toSendPort$0' of u
ndefined | 7 proxy/MintMakerRpcTest: Fail # TypeError: Cannot call method 'toSendPort$0' of u
ndefined |
9 | 8 |
10 | 9 |
11 [ $compiler == dart2js && $runtime == drt ] | 10 [ $compiler == dart2js && $runtime == drt ] |
12 dartcombat/DartCombatTest: Fail | 11 dartcombat/DartCombatTest: Fail |
13 proxy/MintMakerRpcTest: Pass # Issue 2254. | 12 proxy/MintMakerRpcTest: Pass # Issue 2254. |
14 | 13 |
15 [ $compiler == dart2js && $runtime == none ] | 14 [ $compiler == dart2js && $runtime == none ] |
16 *: Fail, Pass # TODO(ahe): Triage these tests. | 15 *: Fail, Pass # TODO(ahe): Triage these tests. |
OLD | NEW |