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

pedronis at codespeak.net pedronis at codespeak.net
Mon Feb 12 19:02:04 CET 2007


Author: pedronis
Date: Mon Feb 12 19:02:03 2007
New Revision: 38623

Modified:
   pypy/dist/pypy/doc/index.txt
Log:
links to the nightly pypy-c compliance test runs in status.



Modified: pypy/dist/pypy/doc/index.txt
==============================================================================
--- pypy/dist/pypy/doc/index.txt	(original)
+++ pypy/dist/pypy/doc/index.txt	Mon Feb 12 19:02:03 2007
@@ -74,8 +74,10 @@
 
 `Nightly builds and benchmarks`_ of PyPy to C, CLI and LLVM (PowerPC machine).
 
-`compliance test status`_ shows outcomes of 
-recent compliance test runs against PyPy. 
+Nightly compliance test runs for compiled pypy-c: `all working ext-modules with threads build`_, `all working ext-modules stackless build`_.
+
+`compliance test status`_ shows outcomes of compliance test runs
+against PyPy on top of CPython.
 
 `PyPy statistics`_ shows LOC statistics about PyPy.
 
@@ -131,6 +133,8 @@
 .. _`sprint reports`: sprint-reports.html
 .. _`talks and related projects`: extradoc.html
 .. _`license`: ../../LICENSE
+.. _`all working ext-modules with threads build`: http://www2.openend.se/~pedronis/pypy-c-test/allworkingmodules/summary.html
+.. _`all working ext-modules stackless build`: http://www2.openend.se/~pedronis/pypy-c-test/slp/summary.html
 .. _`compliance test status`: http://codespeak.net/~hpk/pypy-testresult/
 .. _`PyPy statistics`: http://codespeak.net/~hpk/pypy-stat/
 .. _`object spaces`: objspace.html 



More information about the Pypy-commit mailing list