Lines Matching defs:tests

22 Driver for running the tests on Windows.
27 # $HeadURL: http://svn.apache.org/repos/asf/subversion/branches/1.9.x/win-tests.py $
53 print("Driver for running the tests on Windows.")
54 print("Usage: python win-tests.py [option] [test-path]")
60 print(" -u URL, --url=URL : run ra_dav or ra_svn tests against URL;")
61 print(" will start svnserve for ra_svn tests")
86 print(" --javahl : Run the javahl tests instead of the normal tests")
87 print(" --swig=language : Run the swig perl/python/ruby tests instead of")
88 print(" the normal tests")
91 print(" used with --list) limits the tests listed to")
94 print(" --mode-filter=TYPE : limit tests to expected TYPE = XFAIL, SKIP, PASS,")
98 print(" -p, --parallel : run multiple tests in parallel")
101 print(" --config-file : Configuration file for tests")
109 CMDLINE_TEST_SCRIPT_PATH = 'subversion/tests/cmdline/'
140 log = 'tests.log'
216 sys.stderr.write('Running \'%s\' swig tests not supported (yet).\n'
274 log = 'dav-tests.log'
277 log = 'svn-tests.log'
283 log = 'url-tests.log'
286 # Have to move the executables where the tests expect them to be
383 "Run svnserve for ra_svn tests"
425 "Run httpd for DAV tests"
549 # And two redirects for the redirect tests
584 "Create groups for mod_authz_svn tests"
597 # If the tests have not previously been run or were cleaned
852 # Create the base directory for Python tests
855 # Ensure the tests directory is correctly cased
859 # Run the tests
861 # No need to start any servers if we are only listing the tests.
879 tests = []
893 tests.append('%s#%s' % (test[0], tns))
895 tests.extend(test)
897 tests_to_run = tests
968 print('Java not found. Skipping Java tests')
980 '-Dtest.tests=',
991 print('Running org.apache.subversion tests:')
1001 print('Running org.tigris.subversion tests:')
1031 tests = []
1039 tests.append(os.path.relpath(os.path.join(root, name), pm_src))
1047 print('-- Running Swig Perl tests --')
1060 ] + tests)
1097 print('-- Running Swig Python tests --')
1111 os.path.join(py_src, 'tests', 'run_all.py')
1124 print('Ruby not found. Skipping Ruby tests')
1136 print('-- Running Swig Ruby tests --')