Searched refs:testsuite (Results 1 - 25 of 31) 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.
158 -t DURATION Execute the testsuite for given duration. Examples:
163 -I ITERATIONS Execute the testsuite ITERATIONS times.
165 -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/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/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 Dpresubmit.py50 from testrunner.local import testsuite namespace
447 suite = testsuite.TestSuite.LoadTestSuite(suite_path)
H A Drun-deopt-fuzzer.py45 from testrunner.local import testsuite namespace
319 suite = testsuite.TestSuite.LoadTestSuite(
H A Drun-tests.py47 from testrunner.local import testsuite namespace
362 help="The testsuite name in the JUnit output file",
702 suite = testsuite.TestSuite.LoadTestSuite(
/external/curl/projects/
H A Dbuild-wolfssl.bat262 "%MSBUILD_OUTDIR%\testsuite.exe"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1165 milliseconds

12