[pypy-commit] pypy default: skip the checks on arm

fijal noreply at buildbot.pypy.org
Wed Sep 9 10:37:26 CEST 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
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


More information about the pypy-commit mailing list