Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2 additions
and
4 deletions.
-
+2
−4
tests/jit/base.py
|
|
@@ -1,12 +1,10 @@ |
|
|
import subprocess |
|
|
|
|
|
# TODO: |
|
|
from rpython.tool.jitlogparser.parser import SimpleParser, Op |
|
|
from rpython.tool.jitlogparser.storage import LoopStorage |
|
|
|
|
|
from rpython.jit.metainterp.resoperation import opname |
|
|
from rpython.jit.tool import oparser |
|
|
from rpython.tool import logparser |
|
|
from rpython.tool.jitlogparser.parser import SimpleParser, Op |
|
|
from rpython.tool.jitlogparser.storage import LoopStorage |
|
|
|
|
|
|
|
|
class BaseJITTest(object): |
|
|