[pypy-svn] r66943 - pypy/extradoc/sprintinfo/gothenburg-2009

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Aug 18 20:37:06 CEST 2009


Author: cfbolz
Date: Tue Aug 18 20:37:05 2009
New Revision: 66943

Modified:
   pypy/extradoc/sprintinfo/gothenburg-2009/planning.txt
Log:
(pedronis) remember skipped tests


Modified: pypy/extradoc/sprintinfo/gothenburg-2009/planning.txt
==============================================================================
--- pypy/extradoc/sprintinfo/gothenburg-2009/planning.txt	(original)
+++ pypy/extradoc/sprintinfo/gothenburg-2009/planning.txt	Tue Aug 18 20:37:05 2009
@@ -52,6 +52,7 @@
 - run random tests for x86 nightly
 - we need tests for pypy-jit behaviour that explicitely check whether the loops
   make sense
+- the tragedy of the skipped tests
 
 things we know are missing
 ---------------------------
@@ -62,7 +63,7 @@
 - proper inlining logic
 - loop nesting (across calls)
 - we need to do something about constantness
-- we need to do somethign about assert isinstance(x, Class)
+- we need to do something about assert isinstance(x, Class)
 - more backendopt before jitting, assert removal
 - many ooisnull guards in a row
 



More information about the Pypy-commit mailing list