[pypy-svn] r37559 - pypy/dist/pypy/jit/codegen/demo

mwh at codespeak.net mwh at codespeak.net
Mon Jan 29 18:48:03 CET 2007


Author: mwh
Date: Mon Jan 29 18:48:01 2007
New Revision: 37559

Modified:
   pypy/dist/pypy/jit/codegen/demo/rerun_failures.py
Log:
record the failure just fixed


Modified: pypy/dist/pypy/jit/codegen/demo/rerun_failures.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/demo/rerun_failures.py	(original)
+++ pypy/dist/pypy/jit/codegen/demo/rerun_failures.py	Mon Jan 29 18:48:01 2007
@@ -21,3 +21,7 @@
 def test_37():         rerun(37)
 def test_2871_1_100(): rerun(2871, 1, 100)
 def test_6294():       rerun(6294)
+
+# here's a ppcfew failure:
+
+def test_39263():      rerun(39263)



More information about the Pypy-commit mailing list