| Index: frog/scripts/buildbot_annotated_steps.py
|
| ===================================================================
|
| --- frog/scripts/buildbot_annotated_steps.py (revision 3868)
|
| +++ frog/scripts/buildbot_annotated_steps.py (working copy)
|
| @@ -118,10 +118,9 @@
|
| TestStep("leg_extra", testpy_mode, system, 'vm', ['leg'], flags)
|
|
|
| else:
|
| + tests = ['client', 'language', 'corelib', 'isolate', 'frog', 'peg', 'css']
|
| if system != 'windows':
|
| # DumpRenderTree tests (DRT is currently not available on Windows):
|
| - tests = [
|
| - 'client', 'language', 'corelib', 'isolate', 'frog', 'peg', 'css']
|
| TestStep("browser", testpy_mode, system, 'frogium', tests, flags)
|
|
|
| # Webdriver tests.
|
|
|