Home | History | Annotate | Download | only in tests

Lines Matching refs:nexe

98     """Create an empty test .nexe file for use in create_nmf tests.
137 """Copy all static .nexe files from the DATA_DIR to a temporary directory.
141 the .nexe for the architecture in.
148 * A list of the generated .nexe paths
153 nexe_name = 'test_static_%s.nexe' % arch
168 """Create dynamic .nexe files and put them in a temporary directory, with
173 the .nexe for the architecture in.
180 * A list of the generated .nexe paths
185 nexe_name = 'test_dynamic_%s.nexe' % arch
188 nexe = self._CreateTestNexe(rel_nexe, arch_alt)
189 nexes.append(nexe)
297 'x86-64': {'url': 'test_static_x86_64.nexe'},
298 'x86-32': {'url': 'test_static_x86_32.nexe'},
299 'arm': {'url': 'test_static_arm.nexe'},
310 'x86-32': {'url': 'x86_32/test_static_x86_32.nexe'},
311 'x86-64': {'url': 'x86_64/test_static_x86_64.nexe'},
312 'arm': {'url': 'arm/test_static_arm.nexe'},
320 # the first nexe passed on the commandline. I believe the assumption
327 'x86-32': {'url': '../x86_32/test_static_x86_32.nexe'},
328 'x86-64': {'url': '../x86_64/test_static_x86_64.nexe'},
329 'arm': {'url': 'test_static_arm.nexe'},
339 'x86-64': {'url': 'foo/test_static_x86_64.nexe'},
340 'x86-32': {'url': 'foo/test_static_x86_32.nexe'},
341 'arm': {'url': 'foo/test_static_arm.nexe'},
350 'main.nexe': {
351 'x86-32': {'url': 'test_dynamic_x86_32.nexe'},
352 'x86-64': {'url': 'test_dynamic_x86_64.nexe'},
393 'main.nexe': {
394 'x86-32': {'url': 'x86_32/test_dynamic_x86_32.nexe'},
395 'x86-64': {'url': 'x86_64/test_dynamic_x86_64.nexe'},
439 'main.nexe': {
440 'x86-32': {'url': 'x86_32/test_dynamic_x86_32.nexe'},
441 'x86-64': {'url': 'x86_64/test_dynamic_x86_64.nexe'},
485 'main.nexe': {
486 'x86-32': {'url': 'x86_32/test_dynamic_x86_32.nexe'},
487 'x86-64': {'url': 'x86_64/test_dynamic_x86_64.nexe'},
526 'main.nexe': {
527 'x86-32': {'url': 'test_dynamic_x86_32.nexe'},
528 'x86-64': {'url': 'test_dynamic_x86_64.nexe'},