Chromium Code Reviews| Index: frog/tests/native/native.status |
| =================================================================== |
| --- frog/tests/native/native.status (revision 0) |
| +++ frog/tests/native/native.status (working copy) |
| @@ -2,30 +2,4 @@ |
| # for details. All rights reserved. Use of this source code is governed by a |
| # BSD-style license that can be found in the LICENSE file. |
| -prefix frog |
| - |
| - |
| -EvaluatorTest: Skip # TODO(jimhug): Skipped until ready to work on REPL. |
| -InheritanceOrderingTest: Skip # TODO(jimhug): Fix flakiness uniformly |
| -PrototypePatchingTest: Skip # TODO(jimhug): Fix flakiness uniformly |
| - |
| - |
| -[ $checked ] |
| -NativeCheckedFieldsFrogTest: Fail |
| - |
| -[ $component == frogsh && $checked] |
| -NodeProcessTest: Fail # Checked mode failure -- looked like it failed to find assert$WritableStream |
| -NativeCheckedFieldsFrogTest: Fail |
| - |
| - |
| -[ $component == vm || $component == dartc || $component == chromium || $component == dartium || $component == frogium || $component == frog || $component == leg] |
| -Node*Test: Skip |
| - |
| - |
| -[ $component == frog || $component == frogsh || $component == dartc || $component == chromium || $component == dartium || $component == frogium || $component == leg ] |
| -FrogServerTest: Skip |
| -NativePropertyFrogTest: Fail |
| - |
| - |
| -[ $component == webdriver ] |
| -*: Skip |
| +prefix native |
|
ahe
2012/02/19 14:38:02
I think this should be called "frog_native". This
|