[pypy-svn] r58642 - pypy/dist/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Mon Oct 6 14:44:20 CEST 2008


Author: pedronis
Date: Mon Oct  6 14:44:19 2008
New Revision: 58642

Modified:
   pypy/dist/pypy/doc/getting-started.txt
   pypy/dist/pypy/doc/index.txt
Log:
update docs to point at the buildbot-driven testrun summaries



Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Mon Oct  6 14:44:19 2008
@@ -102,11 +102,10 @@
 **Note that running all the tests takes a very long time, and
 enormous amounts of memory if you are trying to run them all
 in the same process; test_all.py is only suitable to run a
-subset of them at a time.**  To run them all we have an
-`autotest driver`_ that executes the tests directory by
-directory and produces pages like the following one:
+subset of them at a time.**  To run them all daily we have a BuildBot based
+setup, a summary of its results can be seen at:
 
-    http://wyvern.cs.uni-duesseldorf.de/pypytest/summary.html
+    http://wyvern.cs.uni-duesseldorf.de:8099/summary
 
 .. _`if PyPy works on your machine/platform`: index.html#status
 .. _`autotest driver`: http://codespeak.net/pipermail/pypy-dev/2006q3/003273.html

Modified: pypy/dist/pypy/doc/index.txt
==============================================================================
--- pypy/dist/pypy/doc/index.txt	(original)
+++ pypy/dist/pypy/doc/index.txt	Mon Oct  6 14:44:19 2008
@@ -86,8 +86,7 @@
 them.  Linux 64-bit machines are supported (though it may also take some
 time before we notice and fix bugs).
 
-PyPy's own tests, daily updated, `on Linux`_, `on Windows`_
- and `on built pypy-c`_.
+PyPy's own tests `summary`_, daily updated, run through BuildBot infrastructure.
 
 `Nightly builds and benchmarks`_ of PyPy to C, CLI and LLVM (PowerPC machine).
 
@@ -179,9 +178,7 @@
 .. _`bytecode interpreter`: interpreter.html 
 .. _`EU reports`: index-report.html
 .. _`Technical reports`: index-report.html
-.. _`on Linux`: http://wyvern.cs.uni-duesseldorf.de/pypytest/summary.html
-.. _`on Windows`: http://scottdial.com/pypytest/summary.html
-.. _`on built pypy-c`: http://wyvern.cs.uni-duesseldorf.de/~fijal/pypy-c-tests/
+.. _`summary`: http://wyvern.cs.uni-duesseldorf.de:8099/summary
 .. _`ideas for PyPy related projects`: project-ideas.html
 .. _`Nightly builds and benchmarks`: http://tuatara.cs.uni-duesseldorf.de/benchmark.html
 .. _`directory reference`: 



More information about the Pypy-commit mailing list