Commit Graph

4 Commits

Author SHA1 Message Date
Hugo
0eb92eccd7 Skip test_floodfill_border() on PyPy
Otherwise it sometimes, but not always, causes an error:

RPython traceback:
  File "rpython_jit_metainterp_compile.c", line 20472, in send_loop_to_backend
  File "rpython_jit_backend_x86_assembler.c", line 1818, in Assembler386_assemble_loop
  File "rpython_jit_backend_x86_regalloc.c", line 293, in RegAlloc_prepare_loop
  File "rpython_jit_backend_x86_regalloc.c", line 909, in RegAlloc__prepare
  File "rpython_jit_backend_llsupport_regalloc.c", line 4706, in compute_vars_longevity
Fatal RPython error: AssertionError
/home/travis/build.sh: line 236:  7300 Aborted
2014-06-05 22:10:12 +03:00
hugovk
f14b928ce6 Rename tester.py to helper.py because it no longer drives the tests 2014-06-04 10:11:22 +03:00
hugovk
d082c58043 pep8/pyflakes 2014-06-03 23:35:21 +03:00
hugovk
2bde38d8f5 Move more tests; add more helpers; install unittest2 for Python 2.7 2014-06-03 23:22:02 +03:00