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

antocuni at codespeak.net antocuni at codespeak.net
Fri Mar 28 11:37:12 CET 2008


Author: antocuni
Date: Fri Mar 28 11:37:12 2008
New Revision: 53047

Modified:
   pypy/dist/pypy/doc/project-ideas.txt
Log:
expand this paragraph



Modified: pypy/dist/pypy/doc/project-ideas.txt
==============================================================================
--- pypy/dist/pypy/doc/project-ideas.txt	(original)
+++ pypy/dist/pypy/doc/project-ideas.txt	Fri Mar 28 11:37:12 2008
@@ -76,6 +76,25 @@
 Another example would be to implement a multi-CPU extension that internally
 uses several processes and uses transparent proxies to share object views.
 
+
+Improving the automated test framework
+--------------------------------------
+
+Every night, various kinds of PyPy tests run automatically on a
+variety of different systems.  Each set of tests displays its own
+result on a different web page; for example, here are the results of
+our `unit tests`_, `translation tests and benchmarks`_ and `pypy-c
+compliance tests`_.
+
+.. _`unit tests`: http://wyvern.cs.uni-duesseldorf.de/pypytest/summary.html
+.. _`translation tests and benchmarks`: http://tuatara.cs.uni-duesseldorf.de/benchmark.html
+.. _`pypy-c compliance tests`:  http://www.strakt.com/~pedronis/pypy-c-test/allworkingmodules/summary.html
+
+A possible project is to improve our testing infrastructure and build
+a service that aggregates and displays the results of all the nightly
+tests.
+
+
 Various Ideas
 -------------
 
@@ -87,10 +106,6 @@
 - revive the logic object space, which tried to bring unification-like
   features to Python
 
-- a unified testing infrastructure to collect the results of nightly
-  automated py.test runs in a single summary page, improving on this__
-
-.. __: http://wyvern.cs.uni-duesseldorf.de/pypytest/summary.html
 
 
 Or else...



More information about the Pypy-commit mailing list