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 EvaluatorTest: Skip # TODO(jimhug): Skipped until ready to wo
rk on REPL. | 5 EvaluatorTest: Skip # TODO(jimhug): Skipped until ready to wo
rk on REPL. |
6 InheritanceOrderingTest: Skip # TODO(jimhug): Fix flakiness uniformly | 6 InheritanceOrderingTest: Skip # TODO(jimhug): Fix flakiness uniformly |
7 PrototypePatchingTest: Skip # TODO(jimhug): Fix flakiness uniformly | 7 PrototypePatchingTest: Skip # TODO(jimhug): Fix flakiness uniformly |
8 | 8 |
9 | 9 |
10 [ $checked ] | 10 [ $checked ] |
11 NativeCheckedFieldsFrogTest: Fail | 11 NativeCheckedFieldsFrogTest: Fail |
12 | 12 |
13 [ $compiler == frogsh && $checked] | |
14 NodeProcessTest: Fail # Checked mode failure -- looked like it failed to find as
sert$WritableStream | |
15 NativeCheckedFieldsFrogTest: Fail | |
16 | |
17 | |
18 [ $runtime == vm || $compiler == dartc || $compiler == frog || $compiler == dart
2js || ($runtime == drt && $compiler == none) ] | 13 [ $runtime == vm || $compiler == dartc || $compiler == frog || $compiler == dart
2js || ($runtime == drt && $compiler == none) ] |
19 Node*Test: Skip | 14 Node*Test: Skip |
20 | 15 |
21 | 16 |
22 [ $compiler == frog || $compiler == frogsh || $compiler == dartc || ($runtime ==
drt && $compiler == none) || $compiler == dart2js ] | 17 [ $compiler == frog || $compiler == dartc || ($runtime == drt && $compiler == no
ne) || $compiler == dart2js ] |
23 FrogServerTest: Skip | 18 FrogServerTest: Skip |
24 | 19 |
25 | 20 |
26 [ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == oper
a || $runtime == ff ] | 21 [ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == oper
a || $runtime == ff ] |
27 *: Skip | 22 *: Skip |
28 | 23 |
29 | 24 |
30 [ $compiler == dart2js || $compiler == dartc ] | 25 [ $compiler == dart2js || $compiler == dartc ] |
31 *: Skip | 26 *: Skip |
OLD | NEW |