Lines Matching defs:tests

22 Driver for running the tests on Windows.
27 # $HeadURL: http://svn.apache.org/repos/asf/subversion/branches/1.8.x/win-tests.py $
52 print("Driver for running the tests on Windows.")
53 print("Usage: python win-tests.py [option] [test-path]")
59 print(" -u URL, --url=URL : run ra_dav or ra_svn tests against URL;")
60 print(" will start svnserve for ra_svn tests")
86 print(" --javahl : Run the javahl tests instead of the normal tests")
89 print(" used with --list) limits the tests listed to")
92 print(" --mode-filter=TYPE : limit tests to expected TYPE = XFAIL, SKIP, PASS,")
96 print(" -p, --parallel : run multiple tests in parallel")
99 print(" --config-file : Configuration file for tests")
105 CMDLINE_TEST_SCRIPT_PATH = 'subversion/tests/cmdline/'
145 log = 'tests.log'
257 # Don't run bdb tests if they want to test fsfs
270 log = 'dav-tests.log'
273 log = 'svn-tests.log'
279 log = 'url-tests.log'
282 # Have to move the executables where the tests expect them to be
391 "Run svnserve for ra_svn tests"
441 "Run httpd for DAV tests"
566 # And two redirects for the redirect tests
603 # If the tests have not previously been run or were cleaned
724 # Create the base directory for Python tests
727 # Ensure the tests directory is correctly cased
731 # Run the tests
733 # No need to start any servers if we are only listing the tests.
751 tests = []
765 tests.append('%s#%s' % (test[0], tns))
767 tests.extend(test)
769 tests_to_run = tests
817 '-Dtest.tests=',
828 print('Running org.apache.subversion tests:')
838 print('Running org.tigris.subversion tests:')