HomeSort by relevance Sort by last modified time
    Searched defs:testsuite (Results 1 - 25 of 37) sorted by null

1 2

  /external/v8/test/cctest/
testcfg.py 32 from testrunner.local import testsuite namespace
37 class CcTestSuite(testsuite.TestSuite):
  /external/v8/test/fuzzer/
testcfg.py 7 from testrunner.local import testsuite namespace
11 class FuzzerVariantGenerator(testsuite.VariantGenerator):
17 return testsuite.FAST_VARIANT_FLAGS[variant]
20 class FuzzerTestSuite(testsuite.TestSuite):
  /external/v8/test/intl/
testcfg.py 31 from testrunner.local import testsuite namespace
36 class IntlTestSuite(testsuite.TestSuite):
  /external/v8/test/mjsunit/
testcfg.py 31 from testrunner.local import testsuite namespace
41 class MjsunitTestSuite(testsuite.TestSuite):
  /external/v8/test/mozilla/
testcfg.py 33 from testrunner.local import testsuite namespace
59 class MozillaTestSuite(testsuite.TestSuite):
  /external/v8/test/preparser/
testcfg.py 31 from testrunner.local import testsuite namespace
35 class PreparserTestSuite(testsuite.TestSuite):
82 return testsuite.StandardVariantGenerator
  /external/v8/test/simdjs/
testcfg.py 10 from testrunner.local import testsuite namespace
16 class SimdJsTestSuite(testsuite.TestSuite):
  /external/v8/tools/testrunner/network/
endpoint.py 37 from ..local import testsuite namespace
93 suite = testsuite.TestSuite.LoadTestSuite(
  /external/v8/test/benchmarks/
testcfg.py 33 from testrunner.local import testsuite namespace
37 class BenchmarksVariantGenerator(testsuite.VariantGenerator):
48 return testsuite.FAST_VARIANT_FLAGS[variant]
51 class BenchmarksTestSuite(testsuite.TestSuite):
  /external/v8/test/message/
testcfg.py 32 from testrunner.local import testsuite namespace
42 class MessageTestSuite(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/promises-aplus/
testcfg.py 35 from testrunner.local import testsuite namespace
56 class PromiseAplusTestSuite(testsuite.TestSuite):
  /external/v8/test/test262/
testcfg.py 38 from testrunner.local import testsuite namespace
54 for v, flag_sets in testsuite.ALL_VARIANT_FLAGS.iteritems()
59 for v, flag_sets in testsuite.FAST_VARIANT_FLAGS.iteritems()
63 (v, [flags for flags in testsuite.ALL_VARIANT_FLAGS[v] +
65 for v in testsuite.ALL_VARIANT_FLAGS
69 (v, [flags for flags in testsuite.FAST_VARIANT_FLAGS[v] +
71 for v in testsuite.FAST_VARIANT_FLAGS
75 'nostrict': testsuite.ALL_VARIANT_FLAGS,
81 'nostrict': testsuite.FAST_VARIANT_FLAGS,
86 class Test262VariantGenerator(testsuite.VariantGenerator)
    [all...]
  /external/v8/tools/
run-deopt-fuzzer.py 45 from testrunner.local import testsuite namespace
323 suite = testsuite.TestSuite.LoadTestSuite(
presubmit.py 50 from testrunner.local import testsuite namespace
434 suite = testsuite.TestSuite.LoadTestSuite(suite_path)
run-tests.py 46 from testrunner.local import testsuite namespace
47 from testrunner.local.testsuite import ALL_VARIANTS
356 help="The testsuite name in the JUnit output file",
639 suite = testsuite.TestSuite.LoadTestSuite(
  /external/v8/tools/testrunner/local/
execution.py 40 from . import testsuite namespace
77 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 

Completed in 367 milliseconds

1 2