| Index: frog/tests/frog/frog.status
|
| diff --git a/frog/tests/frog/frog.status b/frog/tests/frog/frog.status
|
| index 6445558c1372fcf17e50e33b39349263b07e27af..6cf57cbcf7997b7aa5fd1bf0711e57d222444edf 100644
|
| --- a/frog/tests/frog/frog.status
|
| +++ b/frog/tests/frog/frog.status
|
| @@ -4,10 +4,13 @@
|
|
|
| prefix frog
|
|
|
| +# TODO(jimhug): Leave this disabled until we're ready to reengage on repl.
|
| +EvaluatorTest: Skip
|
| +
|
| [ $component == frogsh ]
|
| -EvaluatorTest: Pass, Crash # flaky, no data yet available to track it down.
|
| -InheritanceOrderingTest: Pass, Crash # Flaky, no data yet. Two flaky tests is starting to look like a pattern ...
|
| -PrototypePatchingTest: Pass, Crash # Flaky. issue 1162.
|
| +# TODO(jimhug): Understand and fix flakiness issues - and then reenable
|
| +InheritanceOrderingTest: Skip # Flaky, no data yet. Two flaky tests is starting to look like a pattern ...
|
| +PrototypePatchingTest: Skip # Flaky. issue 1162.
|
|
|
| [ $component == frogsh && $checked]
|
| NodeProcessTest: Fail # Checked mode failure -- looked like it failed to find assert$WritableStream
|
| @@ -15,9 +18,6 @@ NodeProcessTest: Fail # Checked mode failure -- looked like it failed to find as
|
| [ $component == vm || $component == dartc || $component == chromium || $component == dartium || $component == frogium || $component == frog || $component == leg]
|
| Node*Test: Skip
|
|
|
| -[ $component == vm || $component == dartc || $component == chromium || $component == dartium || $component == frogium ]
|
| -EvaluatorTest: Skip
|
| -
|
| [ $component == frog || $component == frogsh || $component == dartc || $component == chromium || $component == dartium || $component == frogium || $component == leg ]
|
| FrogServerTest: Skip
|
| NativePropertyFrogTest: Fail
|
|
|