| 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 prefix frog | 5 prefix frog |
| 6 | 6 |
| 7 | 7 |
| 8 EvaluatorTest: Skip # TODO(jimhug): Skipped until ready to wo
rk on REPL. | 8 EvaluatorTest: Skip # TODO(jimhug): Skipped until ready to wo
rk on REPL. |
| 9 InheritanceOrderingTest: Skip # TODO(jimhug): Fix flakiness uniformly | 9 InheritanceOrderingTest: Skip # TODO(jimhug): Fix flakiness uniformly |
| 10 PrototypePatchingTest: Skip # TODO(jimhug): Fix flakiness uniformly | 10 PrototypePatchingTest: Skip # TODO(jimhug): Fix flakiness uniformly |
| 11 | 11 |
| 12 | 12 |
| 13 [ $checked ] | 13 [ $checked ] |
| 14 NativeCheckedFieldsFrogTest: Fail | 14 NativeCheckedFieldsFrogTest: Fail |
| 15 | 15 |
| 16 [ $component == frogsh && $checked] | 16 [ $component == frogsh && $checked] |
| 17 NodeProcessTest: Fail # Checked mode failure -- looked like it failed to find as
sert$WritableStream | 17 NodeProcessTest: Fail # Checked mode failure -- looked like it failed to find as
sert$WritableStream |
| 18 NativeCheckedFieldsFrogTest: Fail | 18 NativeCheckedFieldsFrogTest: Fail |
| 19 | 19 |
| 20 | 20 |
| 21 [ $component == vm || $component == dartc || $component == chromium || $componen
t == dartium || $component == frogium || $component == frog || $component == leg
] | 21 [ $component == vm || $component == dartc || $component == chromium || $componen
t == dartium || $component == frogium || $component == frog || $component == leg
] |
| 22 Node*Test: Skip | 22 Node*Test: Skip |
| 23 | 23 |
| 24 | 24 |
| 25 [ $component == frog || $component == frogsh || $component == dartc || $componen
t == chromium || $component == dartium || $component == frogium || $component ==
leg ] | 25 [ $component == frog || $component == frogsh || $component == dartc || $componen
t == chromium || $component == dartium || $component == frogium || $component ==
leg ] |
| 26 FrogServerTest: Skip | 26 FrogServerTest: Skip |
| 27 NativePropertyFrogTest: Fail | |
| 28 | 27 |
| 29 | 28 |
| 30 [ $component == webdriver ] | 29 [ $component == webdriver ] |
| 31 *: Skip | 30 *: Skip |
| OLD | NEW |