[pypy-svn] r58222 - pypy/build/bot2

pedronis at codespeak.net pedronis at codespeak.net
Thu Sep 18 14:23:27 CEST 2008


Author: pedronis
Date: Thu Sep 18 14:23:26 2008
New Revision: 58222

Added:
   pypy/build/bot2/TODO   (contents, props changed)
Log:
TODO file



Added: pypy/build/bot2/TODO
==============================================================================
--- (empty file)
+++ pypy/build/bot2/TODO	Thu Sep 18 14:23:26 2008
@@ -0,0 +1,17 @@
+- runner for running tests per directory and optionally in parallel
+  (this should be inspired by the current autotest.py running strategy minus the htmlconftest
+   details)
+
+- buildbot Nightly scheduler that can pick a uniform revision server side and with support
+  for specifying possibly branches
+
+- improve summary page (defined in pypybuildbot/summary.page),  support querying/slicing
+  by builders/revisions(/branches), formatting and css
+
+- build/support for running cpython on tests, adaptations to produce structured logs and be compatible
+  with the py.lib trunk are probably necessary for lib-python/conftest.py
+
+- pypy-c py.test -A support
+
+- fix pypy conftests not to use deprecated interfaces
+



More information about the Pypy-commit mailing list