/ec/ECSpooler/backends/haskellio/ |
H A D | HaskellIO.py | 18 # 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 D | HaskellExt.py | 65 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 D | Haskell.py | 128 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 D | config.py | 63 # The name of the wrapper class that performs the semantic check 203 semantic = wrapperTemplate, variable
|
H A D | JUnit.py | 384 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 D | Prolog.py | 31 # 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 D | HaskellQC.py | 98 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 D | PyUnit.py | 76 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 D | Erlang.py | 97 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 D | Python.py | 99 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 D | Scheme.py | 125 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 D | Cl.py | 133 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 D | JavaRE.py | 32 # 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 D | Java.py | 31 # 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 D | BackendSchema.py | 116 'semantic': None, 575 semantic = 'import sys\n\n',
|