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

  /external/llvm/utils/lit/lit/formats/
shtest.py 10 def execute(self, test, litConfig):
11 return lit.TestRunner.executeShTest(test, litConfig,
googletest.py 21 def getGTestTests(self, path, litConfig, localConfig):
28 litConfig: LitConfig instance
38 litConfig.error("unable to discover google-tests in %r" % path)
72 litConfig, localConfig):
77 for testname in self.getGTestTests(execpath, litConfig, localConfig):
82 litConfig, localConfig):
95 litConfig, localConfig):
100 litConfig, localConfig):
103 def execute(self, test, litConfig)
    [all...]
base.py 15 litConfig, localConfig):
53 litConfig, localConfig):
86 def execute(self, test, litConfig):
  /external/llvm/utils/lit/lit/
discovery.py 11 from lit import LitConfig, Test
21 def getTestSuite(item, litConfig, cache):
22 """getTestSuite(item, litConfig, cache) -> (suite, relative_path)
32 cfgpath = dirContainsTestSuite(path, litConfig)
44 if litConfig.debug:
45 litConfig.note('loading suite config %r' % cfgpath)
47 cfg = TestingConfig.fromdefaults(litConfig)
48 cfg.load_from_path(cfgpath, litConfig)
76 def getLocalConfig(ts, path_in_suite, litConfig, cache):
86 cfgpath = os.path.join(source_path, litConfig.local_config_name
    [all...]
TestingConfig.py 12 def fromdefaults(litConfig):
14 fromdefaults(litConfig) -> TestingConfig
20 'PATH' : os.pathsep.join(litConfig.path +
55 # Set the default available features based on the LitConfig.
57 if litConfig.useValgrind:
59 if litConfig.valgrindLeakCheck:
75 def load_from_path(self, path, litConfig):
77 load_from_path(path, litConfig)
90 litConfig.fatal('unable to load config file: %r' % (path,))
96 cfg_globals['lit_config'] = litConfig
    [all...]
main.py 13 import lit.LitConfig
291 litConfig = lit.LitConfig.LitConfig(
306 run = lit.run.Run(litConfig,
307 lit.discovery.find_tests_for_inputs(litConfig, inputs))
313 if opts.maxIndividualTestTime != litConfig.maxIndividualTestTime:
314 litConfig.note(('The test suite configuration requested an individual'
318 .format(litConfig.maxIndividualTestTime,
320 litConfig.maxIndividualTestTime = opts.maxIndividualTestTim
    [all...]
TestRunner.py 438 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd):
442 cmds.append(ShUtil.ShParser(ln, litConfig.isWindows,
455 exitCode, timeoutInfo = executeShCmd(cmd, shenv, results, timeout=litConfig.maxIndividualTestTime)
469 if litConfig.maxIndividualTestTime == 0 and \
499 if litConfig.maxIndividualTestTime > 0:
505 def executeScript(test, litConfig, tmpBase, commands, cwd):
506 bashPath = litConfig.getBashPath();
507 isWin32CMDEXE = (litConfig.isWindows and not bashPath)
514 if litConfig.isWindows and not isWin32CMDEXE:
533 if litConfig.useValgrind
    [all...]
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
main.py 16 import LitConfig
104 def __init__(self, litConfig, provider, display):
106 self.litConfig = litConfig
122 self.litConfig)
129 if self.litConfig.debug:
148 def getTestSuite(item, litConfig, cache):
149 """getTestSuite(item, litConfig, cache) -> (suite, relative_path)
171 if litConfig.debug:
172 litConfig.note('loading suite config %r' % cfgpath
    [all...]
TestFormats.py 19 def getGTestTests(self, path, litConfig, localConfig):
26 litConfig: LitConfig instance
36 litConfig.error("unable to discover google-tests in %r" % path)
58 litConfig, localConfig):
75 for name in self.getGTestTests(execpath, litConfig,
80 def execute(self, test, litConfig):
89 if litConfig.useValgrind:
90 cmd = litConfig.valgrindArgs + cmd
104 litConfig, localConfig)
    [all...]
TestRunner.py 239 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd):
242 cmd = ShUtil.ShParser(ln, litConfig.isWindows).parse()
263 def executeTclScriptInternal(test, litConfig, tmpBase, commands, cwd):
287 if litConfig.useValgrind:
293 cmd.args = litConfig.valgrindArgs + cmd.args
300 bashPath = litConfig.getBashPath()
301 if litConfig.useTclAsSh and bashPath:
316 command = [litConfig.getBashPath(), script]
339 def executeScript(test, litConfig, tmpBase, commands, cwd):
340 bashPath = litConfig.getBashPath()
    [all...]
  /external/llvm/utils/lit/tests/unit/
TestRunner.py 26 lit_config = lit.LitConfig.LitConfig(progname='lit',
37 TestIntegratedTestKeywordParser.litConfig = lit_config
  /external/libcxx/utils/libcxx/test/
format.py 62 litConfig, localConfig):
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
format.py 62 litConfig, localConfig):

Completed in 121 milliseconds