Searched refs:testsuite (Results 1 - 25 of 36) sorted by relevance

12

/external/ltp/
H A Dexecltp.in196 def determine_context(output_log, testsuite, test_set, context):
210 test_set_context['%s : %s' % (testsuite, test)] = test_context
353 for testsuite in args:
358 exec_log = os.path.join(opts.log_dir, '%s-exec.log' % testsuite)
360 % testsuite))
364 runtest_file = os.path.join(opts.ltp_dir, 'runtest', testsuite)
378 runltp_opts, '-f', testsuite,
389 'test - %s: %s\n' % (testsuite, str(rpe)))
399 testsuite,
408 testsuite,
[all...]
H A Drunltp155 -r LTPROOT Fully qualified path where testsuite is installed.
159 -t DURATION Execute the testsuite for given duration. Examples:
164 -I ITERATIONS Execute the testsuite ITERATIONS times.
166 -x INSTANCES Run multiple instances of this testsuite.
H A Drunltplite.sh30 # History: Created runltplite script to run a subset of the LTP testsuite
91 -r LTPROOT Fully qualified path where testsuite is installed.
/external/autotest/client/tests/systemtap/
H A Dsystemtap.py43 testsuite = os.path.join(self.srcdir, 'testsuite')
44 os.chdir(testsuite)
59 testsuite = os.path.join(self.srcdir, 'testsuite')
60 os.chdir(testsuite)
69 sum = os.path.join(testsuite, 'systemtap.sum')
70 log = os.path.join(testsuite, 'systemtap.log')
/external/bison/tests/
H A DMakefile.am3 ## Makefile for Bison testsuite.
20 EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4
46 testsuite.at \
57 TESTSUITE = $(srcdir)/testsuite
61 $(AM_V_GEN) $(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
/external/ltp/testcases/realtime/
H A DREADME21 realtime tests is an open-source testsuite for testing real-time Linux. It is
22 licensed under the GPL. The latest version of this testsuite is available
23 from http://rt.wiki.kernel.org. This testsuite is maintained by the IBM
27 The testsuite contains some functional tests and a few performance
33 The testsuite expects glibc ("C" library) (version 2.4 onwards) and
/external/libxml2/
H A Dcheck-xinclude-test-suite.py10 # the testsuite description
193 testsuite = conf.getRootElement() variable
194 if testsuite.name != 'testsuite':
198 profile = testsuite.prop('PROFILE')
204 case = testsuite.children
H A Dcheck-xml-test-suite.py15 # the testsuite description
52 # Used to load the XML testsuite description
381 testsuite = conf.getRootElement() variable
382 if testsuite.name != 'TESTSUITE':
386 profile = testsuite.prop('PROFILE')
392 case = testsuite.children
H A Dcheck-relaxng-test-suite.py17 # the testsuite description
365 testsuite = libxml2.parseFile(CONF) variable
367 root = testsuite.getRootElement()
372 print "Running Relax NG testsuite"
384 testsuite.freeDoc()
H A Dcheck-relaxng-test-suite2.py16 # the testsuite description
18 CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/testsuite.xml")
378 testsuite = libxml2.parseFile(CONF) variable
390 root = testsuite.getRootElement()
395 print "Running Relax NG testsuite"
408 testsuite.freeDoc()
H A Dcheck-xsddata-test-suite.py17 # the testsuite description
383 testsuite = libxml2.parseFile(CONF) variable
395 root = testsuite.getRootElement()
400 print "Running Relax NG testsuite"
410 testsuite.freeDoc()
/external/python/cpython2/PC/VS8.0/
H A Dbuild_pgo.bat3 rem building instrumented binaries, then running the testsuite, and
11 rem use the performance testsuite. This is quick and simple
15 rem or the whole testsuite for more thorough testing
/external/python/cpython2/PC/VS9.0/
H A Dbuild_pgo.bat3 rem building instrumented binaries, then running the testsuite, and
11 rem use the performance testsuite. This is quick and simple
15 rem or the whole testsuite for more thorough testing
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
H A DgUnit.g61 optionsSpec? header? testsuite*
95 testsuite // gUnit test suite based on individual rule
101 $testsuite::isLexicalRule = false;
112 $testsuite::isLexicalRule = true;
120 testcase[gUnitTestSuite ts] // individual test within a (rule)testsuite
155 | 'returns' RETVAL {if ( !$testsuite::isLexicalRule ) $out = new ReturnTest($RETVAL);}
156 | '->' output {if ( !$testsuite::isLexicalRule ) $out = new OutputTest($output.token);}
/external/ltp/testscripts/
H A DrunEALtests.sh67 -r ltproot Fully qualified path where testsuite is installed.
68 -t duration Execute the testsuite for given duration in hours.
69 -x instances Run multiple instances of this testsuite.
/external/safe-iop/
H A DAndroid.mk28 include $(LOCAL_PATH)/testsuite/Android.mk
/external/v8/tools/testrunner/network/
H A Dendpoint.py37 from ..local import testsuite namespace
93 suite = testsuite.TestSuite.LoadTestSuite(
/external/ltp/testcases/kernel/fs/racer/
H A Dfs_racer.sh73 echo usage: fs_racer.sh -t DURATION [Execute the testsuite for given DURATION seconds]
/external/v8/tools/testrunner/local/
H A Dtestsuite_unittest.py15 from testrunner.local.testsuite import TestSuite
H A Dexecution.py40 from . import testsuite namespace
77 suite = testsuite.TestSuite.LoadTestSuite(
/external/python/cpython2/Demo/classes/
H A DComplex.py267 testsuite = {
312 for expr in sorted(testsuite):
315 for item in testsuite[expr]:
/external/bison/
H A DMakefile.am31 djgpp/fnchange.lst djgpp/testsuite.sed
/external/bison/djgpp/
H A Dconfig.bat293 Rem Fixing ilicit testsuite file name.
297 test -f %XSRC%/tests/testsuite.org
298 if errorlevel 1 update %XSRC%/tests/testsuite %XSRC%/tests/testsuite.org
299 sed -f %XSRC%/djgpp/testsuite.sed %XSRC%/tests/testsuite.org > testsuite.tmp
301 mv -f ./testsuite.tmp %XSRC%/tests/testsuite
525 echo ./tests/testsuite editin
[all...]
/external/v8/tools/
H A Drun-deopt-fuzzer.py45 from testrunner.local import testsuite namespace
318 suite = testsuite.TestSuite.LoadTestSuite(
/external/python/cpython2/Lib/unittest/test/
H A Dtest_loader.py387 m.testsuite = unittest.TestSuite([MyTestCase('test')])
390 suite = loader.loadTestsFromName('testsuite', m)
785 m.testsuite = unittest.TestSuite([MyTestCase('test')])
788 suite = loader.loadTestsFromNames(['testsuite'], m)
791 self.assertEqual(list(suite), [m.testsuite])

Completed in 780 milliseconds

12