Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r79559:f67ec99dddfb
Date: 2015-09-09 10:37 +0200
http://bitbucket.org/pypy/pypy/changeset/f67ec99dddfb/
Log: skip the checks on arm
diff --git a/rpython/jit/backend/arm/test/support.py
b/rpython/jit/backend/arm/test/support.py
--- a/rpython/jit/backend/arm/test/support.py
+++ b/rpython/jit/backend/arm/test/support.py
@@ -10,6 +10,7 @@
class JitARMMixin(support.LLJitMixin):
type_system = 'lltype'
CPUClass = getcpuclass()
+ basic = True
def check_jumps(self, maxcount):
pass
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit