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

/ec/ECSpooler/backends/haskellio/
H A DHaskellIO.py18 # set a modified wrapper code for the semantic check
39 testEnvs['simple'].semantic = WRAPPER_TEMPLATE
40 testEnvs['permutation'].semantic = WRAPPER_TEMPLATE
/ec/ECSpooler/backends/haskellext/
H A DHaskellExt.py65 testSchema['simple'].semantic = wrapperTemplate
70 testSchema['permutation'].semantic = wrapperTemplate
97 This method checks the semantic of a Haskell program. Ovrrides method
160 LOG.debug('Running semantic check with test: %s' % test.getName())
166 wrapper = test.semantic
227 msg = 'Internal error during semantic check: %s: %s' % \
/ec/ECSpooler/backends/haskell/
H A DHaskell.py128 semantic = WRAPPER_TEMPLATE, variable
140 semantic = WRAPPER_TEMPLATE, variable
152 semantic = WRAPPER_TEMPLATE, variable
296 self.log.debug('Running semantic check with test: %s' % test.getName())
306 src = test.semantic
348 msg = 'Internal error during semantic check: %s: %s' % \
/ec/ECSpooler/backends/junit/
H A Dconfig.py63 # The name of the wrapper class that performs the semantic check
203 semantic = wrapperTemplate, variable
H A DJUnit.py384 wrapper_code = test.semantic
418 # 'Error in wrapper code during semantic check:\n\n%s' % result
429 message = 'Internal error during semantic check: %s: %s' % \
/ec/ECSpooler/backends/prolog/
H A DProlog.py31 # The name of the wrapper class that performs the semantic check
122 semantic = WRAPPER_TEMPLATE, variable
133 semantic = WRAPPER_TEMPLATE, variable
144 semantic = WRAPPER_TEMPLATE, variable
255 Pre process student's submissions and semantic check wrapper code.
314 LOG.debug('Running semantic check with test: %s' %
338 src = test.semantic
392 msg = 'Internal error during semantic check: %s: %s' % \
/ec/ECSpooler/backends/haskellqc/
H A DHaskellQC.py98 semantic = WRAPPER_TEMPLATE, variable
188 LOG.debug('Running semantic check with test: %s' % test.getName())
200 wrapper = PROP_RE.sub(propertyTest, test.semantic)
220 msg = 'Internal error during semantic check: %s: %s' % \
/ec/ECSpooler/backends/pyunit/
H A DPyUnit.py76 semantic = WRAPPER_MODULE, variable
122 Checks semantic of a Python program.
155 LOG.debug('Running semantic check with test: %s' %
170 wrapper = test.semantic
194 msg = 'Internal error during semantic check: %s: %s' % \
/ec/ECSpooler/backends/erlang/
H A DErlang.py97 semantic = WRAPPER_TEMPLATE, variable
108 semantic = WRAPPER_TEMPLATE, variable
164 Pre process student's submissions and semantic check wrapper code.
224 LOG.debug('Running semantic check with test: %s' % test.getName())
265 msg = 'Internal error during semantic check: %s: %s' % \
275 src = test.semantic
310 'Error in wrapper code for semantic check: %s' % result
319 msg = 'Internal error during semantic check: %s: %s' % \
/ec/ECSpooler/backends/python/
H A DPython.py99 semantic = WRAPPER_TEMPLATE, variable
108 semantic = WRAPPER_TEMPLATE, variable
147 Checks semantic of a Python programs.
195 LOG.debug('Running semantic check with test: %s' %
206 src = test.semantic
239 msg = 'Internal error during semantic check: %s: %s' % \
/ec/ECSpooler/backends/scheme/
H A DScheme.py125 semantic = WRAPPER_TEMPLATE, variable
137 semantic = WRAPPER_TEMPLATE, variable
203 # -- semantic check ---------------------------------------------------------
213 Checks semantic of a Haskell programs.
271 LOG.debug('Running semantic check with test: %s' %
277 # get wrapper code for semantic check
278 wrapper = test.semantic
330 msg = 'Internal error during semantic check: %s: %s' % \
/ec/ECSpooler/backends/cl/
H A DCl.py133 semantic = WRAPPER_TEMPLATE, variable
145 # semantic = WRAPPER_TEMPLATE,
217 # -- semantic check -------------------------------------------------------
227 Checks semantic of a Haskell programs.
301 LOG.debug('Running semantic check with test: %s' % test.getName())
306 # get wrapper code for semantic check
307 wrapper = test.semantic
366 msg = 'Internal error during semantic check: %s: %s' % \
/ec/ECSpooler/backends/javare/
H A DJavaRE.py32 # The name of the wrapper class that performs the semantic check
90 semantic = WRAPPER_TEMPLATE, variable
311 LOG.debug('Running semantic check with test: %s' % test.getName())
314 src = test.semantic
346 'Error in wrapper code for semantic check: %s' % result
349 msg = 'Internal error during semantic check: %s: %s' % \
367 msg = 'Internal error during semantic check: %s: %s' % \
396 msg = 'Internal error during semantic check: %s: %s' % \
412 msg = 'Internal error during semantic check: %s: %s' % \
/ec/ECSpooler/backends/java/
H A DJava.py31 # The name of the wrapper class that performs the semantic check
132 semantic = WRAPPER_TEMPLATE, variable
143 # semantic = WRAPPER_TEMPLATE,
249 Pre process student's submissions and semantic check wrapper code.
308 LOG.debug('Running semantic check with test: %s' % test.getName())
343 msg = 'Internal error during semantic check: %s: %s' % \
355 src = test.semantic
418 'Error in wrapper code for semantic check: %s' % result
427 msg = 'Internal error during semantic check: %s: %s' % \
/ec/ECSpooler/lib/util/
H A DBackendSchema.py116 'semantic': None,
575 semantic = 'import sys\n\n',

Completed in 39 milliseconds