OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testsuite
(Results
1 - 25
of
33
) sorted by null
1
2
/external/v8/test/fuzz-natives/
testcfg.py
8
from testrunner.local import
testsuite
namespace
12
class FuzzNativesTestSuite(
testsuite
.
TestSuite
):
/external/v8/test/intl/
testcfg.py
30
from testrunner.local import
testsuite
namespace
34
class IntlTestSuite(
testsuite
.
TestSuite
):
/external/v8/test/benchmarks/
testcfg.py
34
from testrunner.local import
testsuite
namespace
38
class BenchmarksTestSuite(
testsuite
.
TestSuite
):
/external/v8/test/cctest/
testcfg.py
32
from testrunner.local import
testsuite
namespace
37
class CcTestSuite(
testsuite
.
TestSuite
):
/external/v8/test/mjsunit/
testcfg.py
31
from testrunner.local import
testsuite
namespace
39
class MjsunitTestSuite(
testsuite
.
TestSuite
):
/external/v8/tools/testrunner/network/
endpoint.py
37
from ..local import
testsuite
namespace
93
suite =
testsuite
.
TestSuite
.LoadTestSuite(
/external/v8/test/message/
testcfg.py
32
from testrunner.local import
testsuite
namespace
41
class MessageTestSuite(
testsuite
.
TestSuite
):
/external/v8/test/mozilla/
testcfg.py
34
from testrunner.local import
testsuite
namespace
64
class MozillaTestSuite(
testsuite
.
TestSuite
):
/external/v8/test/preparser/
testcfg.py
32
from testrunner.local import
testsuite
namespace
37
class PreparserTestSuite(
testsuite
.
TestSuite
):
/external/v8/test/webkit/
testcfg.py
32
from testrunner.local import
testsuite
namespace
41
class WebkitTestSuite(
testsuite
.
TestSuite
):
/external/libxml2/
check-xinclude-test-suite.py
10
# the
testsuite
description
193
testsuite
= conf.getRootElement()
variable
194
if
testsuite
.name != '
testsuite
':
195
print "Expecting
TESTSUITE
root element: aborting"
198
profile =
testsuite
.prop('PROFILE')
204
case =
testsuite
.children
check-relaxng-test-suite.py
17
# the
testsuite
description
307
# handle a
testSuite
element
342
for test in node.xpathEval('
testSuite
'):
365
testsuite
= libxml2.parseFile(CONF)
variable
367
root =
testsuite
.getRootElement()
368
if root.name != '
testSuite
':
369
print "%s doesn't start with a
testSuite
element, aborting" % (CONF)
372
print "Running Relax NG
testsuite
"
384
testsuite
.freeDoc()
check-relaxng-test-suite2.py
16
# the
testsuite
description
18
CONF=os.path.join(os.path.dirname(__file__), "test/relaxng/
testsuite
.xml")
321
# handle a
testSuite
element
355
for test in node.xpathEval('
testSuite
'):
378
testsuite
= libxml2.parseFile(CONF)
variable
390
root =
testsuite
.getRootElement()
391
if root.name != '
testSuite
':
392
print "%s doesn't start with a
testSuite
element, aborting" % (CONF)
395
print "Running Relax NG
testsuite
"
408
testsuite
.freeDoc(
[
all
...]
check-xml-test-suite.py
15
# the
testsuite
description
52
# Used to load the XML
testsuite
description
381
testsuite
= conf.getRootElement()
variable
382
if
testsuite
.name != '
TESTSUITE
':
383
print "Expecting
TESTSUITE
root element: aborting"
386
profile =
testsuite
.prop('PROFILE')
392
case =
testsuite
.children
check-xsddata-test-suite.py
17
# the
testsuite
description
319
# handle a
testSuite
element
353
for test in node.xpathEval('
testSuite
'):
383
testsuite
= libxml2.parseFile(CONF)
variable
395
root =
testsuite
.getRootElement()
396
if root.name != '
testSuite
':
397
print "%s doesn't start with a
testSuite
element, aborting" % (CONF)
400
print "Running Relax NG
testsuite
"
410
testsuite
.freeDoc()
/external/v8/test/test262/
testcfg.py
35
from testrunner.local import
testsuite
namespace
46
class Test262TestSuite(
testsuite
.
TestSuite
):
/external/v8/test/promises-aplus/
testcfg.py
35
from testrunner.local import
testsuite
namespace
56
class PromiseAplusTestSuite(
testsuite
.
TestSuite
):
/external/v8/test/test262-es6/
testcfg.py
36
from testrunner.local import
testsuite
namespace
49
class Test262TestSuite(
testsuite
.
TestSuite
):
/external/v8/tools/
run-deopt-fuzzer.py
45
from testrunner.local import
testsuite
namespace
311
suite =
testsuite
.
TestSuite
.LoadTestSuite(
run-tests.py
46
from testrunner.local import
testsuite
namespace
256
help="The
testsuite
name in the JUnit output file",
428
suite =
testsuite
.
TestSuite
.LoadTestSuite(
/cts/tools/vm-tests-tf/lib/
junit.jar
/external/dexmaker/lib/
junit.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar
/external/slf4j/integration/lib/
junit-3.8.1.jar
Completed in 1109 milliseconds
1
2