OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:litConfig
(Results
1 - 9
of
9
) 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)
66
litConfig
, localConfig):
71
for testname in self.getGTestTests(execpath,
litConfig
, localConfig):
76
litConfig
, localConfig):
89
litConfig
, localConfig):
94
litConfig
, localConfig):
97
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 +
54
# Set the default available features based on the
LitConfig
.
56
if
litConfig
.useValgrind:
58
if
litConfig
.valgrindLeakCheck:
74
def load_from_path(self, path,
litConfig
):
76
load_from_path(path,
litConfig
)
89
litConfig
.fatal('unable to load config file: %r' % (path,))
95
cfg_globals['lit_config'] =
litConfig
[
all
...]
TestRunner.py
298
def executeScriptInternal(test,
litConfig
, tmpBase, commands, cwd):
302
cmds.append(ShUtil.ShParser(ln,
litConfig
.isWindows,
329
def executeScript(test,
litConfig
, tmpBase, commands, cwd):
330
bashPath =
litConfig
.getBashPath();
331
isWin32CMDEXE = (
litConfig
.isWindows and not bashPath)
338
if
litConfig
.isWindows and not isWin32CMDEXE:
357
if
litConfig
.useValgrind:
360
command =
litConfig
.valgrindArgs + command
564
def _runShTest(test,
litConfig
, useExternalSh, script, tmpBase):
570
res = executeScript(test,
litConfig
, tmpBase, script, execdir
[
all
...]
main.py
13
import lit.
LitConfig
279
litConfig
= lit.
LitConfig
.
LitConfig
(
293
run = lit.run.Run(
litConfig
,
294
lit.discovery.find_tests_for_inputs(
litConfig
, inputs))
370
litConfig
.note('raised the process limit from %d to %d' % \
408
write_test_results(run,
litConfig
, testing_time, opts.output_path)
489
if
litConfig
.numErrors:
490
sys.stderr.write('\n%d error(s), exiting.\n' %
litConfig
.numErrors
[
all
...]
/external/libcxx/test/libcxx/test/
format.py
34
litConfig
, localConfig):
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
format.py
34
litConfig
, localConfig):
Completed in 581 milliseconds