Searched refs:compiler (Results 1 - 15 of 15) sorted by relevance

/ec/ECSpooler/backends/haskellio/
H A DHaskellIO.py41 testEnvs['simple'].compiler = config.INTERPRETER
42 testEnvs['permutation'].compiler = config.INTERPRETER
/ec/ECSpooler/backends/junit/
H A Dconfig.py44 #compiler = join(abspath(dirname(__file__)), 'javac')
45 compiler = join(abspath(dirname(__file__)), 'javac.sh') variable
53 compiler = join(abspath(dirname(__file__)), comp)
204 compiler = compiler, variable
H A DJUnit.py248 This method subtracts line_offset from the line numbers the compiler
276 # get the compiler or if not available the interpreter
277 compiler = testSpec.compiler or testSpec.interpreter
279 if compiler:
305 compiler,
329 msg = 'No compiler/interpreter defined (test spec: %s).' \
377 # get compiler
378 compiler = test.compiler
[all...]
/ec/ECSpooler/backends/erlang/
H A DErlang.py99 compiler = config.COMPILER, variable
110 compiler = config.COMPILER, variable
226 # get the compiler
227 compiler = test.compiler
241 exitcode, result = self._runInterpreter(compiler,
257 # run compiler with students' submission
258 exitcode, result = self._runInterpreter(compiler,
305 self._runInterpreter(compiler,
/ec/ECSpooler/lib/
H A DProgrammingBackend.py151 # get the compiler or if not available the interpreter
152 compiler = testSpec.compiler or testSpec.interpreter
154 #LOG.debug("testSpec.compiler: %s" % repr(testSpec.compiler))
156 #LOG.debug("compiler: %s" % repr(compiler))
158 if compiler:
177 self._runInterpreter(compiler,
200 msg = 'No compiler/interprete
[all...]
/ec/ECSpooler/backends/java/
H A DJava.py134 compiler = config.COMPILER, variable
145 # compiler = config.COMPILER,
311 compiler = test.compiler
335 compiler,
413 compiler,
/ec/ECSpooler/backends/haskellext/
H A DHaskellExt.py62 testSchema['simple'].compiler = config.INTERPRETER
67 testSchema['permutation'].compiler = config.INTERPRETER
/ec/ECSpooler/backends/haskell/
H A DHaskell.py130 compiler = config.INTERPRETER, variable
142 compiler = config.INTERPRETER, variable
154 compiler = config.INTERPRETER, variable
/ec/ECSpooler/backends/prolog/
H A DProlog.py124 compiler = config.COMPILER, variable
135 compiler = config.COMPILER, variable
146 compiler = config.COMPILER, variable
/ec/ECSpooler/backends/javare/
H A DJavaRE.py93 compiler = config.COMPILER, variable
341 test.compiler,
/ec/ECSpooler/backends/scheme/
H A DScheme.py127 compiler = config.INTERPRETER, variable
139 compiler = config.INTERPRETER, variable
/ec/ECSpooler/backends/haskellqc/
H A DHaskellQC.py100 compiler = config.INTERPRETER, variable
/ec/ECSpooler/backends/pyunit/
H A DPyUnit.py77 compiler = config.INTERPRETER, variable
/ec/ECSpooler/backends/cl/
H A DCl.py135 compiler = config.INTERPRETER, variable
147 # compiler = config.INTERPRETER,
/ec/ECSpooler/backends/xml/bin/saxon/
H A Dsaxon9he.jarMETA-INF/MANIFEST.MF META-INF/SAXONICA.SF META-INF/SAXONICA.RSA META ...

Completed in 54 milliseconds