HomeSort by relevance Sort by last modified time
    Searched refs:run_name (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/test/functional/ispy/ispy_core/tools/
rendering_test_manager.py 67 def RunTest(self, test_name, run_name, actual):
72 run_name: the name of this run of the test.
79 path = posixpath.join('failures', test_name, run_name)
117 def FailureExists(self, test_name, run_name):
122 run_name: the name of the run that the given test failed on.
127 failure_path = posixpath.join('failures', test_name, run_name)
145 def RemoveFailure(self, test_name, run_name):
150 run_name: the name of the run on the given test that failed.
152 failure_path = posixpath.join('failures', test_name, run_name)
157 def GetFailure(self, test_name, run_name)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 132 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name)
133 self._check_script(zip_name, run_name, zip_name, '')
139 zip_name, run_name = make_zip_script(script_dir, 'test_zip', compiled_name)
140 self._check_script(zip_name, run_name, zip_name, '')
145 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name)
159 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script')
161 self._check_script(launch_name, run_name, run_name, 'test_pkg')
165 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script', depth=2)
167 self._check_script(launch_name, run_name, run_name, 'test_pkg.test_pkg'
    [all...]
test_zipimport_support.py 82 zip_name, run_name = make_zip_script(d, 'test_zip',
118 zip_name, run_name = make_zip_script(d, 'test_zip',
213 zip_name, run_name = make_zip_script(d, "test_zip",
216 expected = pattern % (run_name, "__main__.Test")
237 zip_name, run_name = make_zip_script(d, "test_zip",
242 self.assertIn(run_name, data)
test_runpy.py 51 self.assertNotIn("run_name", d)
231 def _check_relative_imports(self, depth, run_name=None):
243 d1 = run_module(mod_name, run_name=run_name) # Read from source
253 d2 = run_module(mod_name, run_name=run_name) # Read from bytecode
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 132 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name)
133 self._check_script(zip_name, run_name, zip_name, '')
139 zip_name, run_name = make_zip_script(script_dir, 'test_zip', compiled_name)
140 self._check_script(zip_name, run_name, zip_name, '')
145 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name)
159 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script')
161 self._check_script(launch_name, run_name, run_name, 'test_pkg')
165 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script', depth=2)
167 self._check_script(launch_name, run_name, run_name, 'test_pkg.test_pkg'
    [all...]
test_zipimport_support.py 82 zip_name, run_name = make_zip_script(d, 'test_zip',
118 zip_name, run_name = make_zip_script(d, 'test_zip',
213 zip_name, run_name = make_zip_script(d, "test_zip",
216 expected = pattern % (run_name, "__main__.Test")
237 zip_name, run_name = make_zip_script(d, "test_zip",
242 self.assertIn(run_name, data)
test_runpy.py 51 self.assertNotIn("run_name", d)
231 def _check_relative_imports(self, depth, run_name=None):
243 d1 = run_module(mod_name, run_name=run_name) # Read from source
253 d2 = run_module(mod_name, run_name=run_name) # Read from bytecode
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
runpy.py 165 run_name=None, alter_sys=False):
171 if run_name is None:
172 run_name = mod_name
175 return _run_module_code(code, init_globals, run_name,
179 return _run_code(code, {}, init_globals, run_name,
223 def run_path(path_name, init_globals=None, run_name=None):
233 if run_name is None:
234 run_name = "<run_path>"
240 return _run_module_code(code, init_globals, run_name, path_name)
260 with _TempModule(run_name) as temp_module,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
runpy.py 165 run_name=None, alter_sys=False):
171 if run_name is None:
172 run_name = mod_name
175 return _run_module_code(code, init_globals, run_name,
179 return _run_code(code, {}, init_globals, run_name,
223 def run_path(path_name, init_globals=None, run_name=None):
233 if run_name is None:
234 run_name = "<run_path>"
240 return _run_module_code(code, init_globals, run_name, path_name)
260 with _TempModule(run_name) as temp_module,
    [all...]
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
nacl.scons 43 for extra_os_env, test_args, out_name, run_name, html_file in [
84 run_name,

Completed in 620 milliseconds