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