summaryrefslogtreecommitdiffstats
path: root/source3/script/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* r15735: also export PREFIX as testit from test_functions.sh needs itStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 8709bba24a2359aff14920b1dab6b51f21401149)
* r15732: samba3 now passes BASE-DENY1Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit e5a8553a57e0b1463a421ba69631f234184404b0)
* r15717: BUG 3711: patch from Leonid Kabanov <lkabanov@mail.ru> for some ↵Gerald Carter2007-10-101-2/+2
| | | | | | solaris sheel scripting bugs with 'make test' (This used to be commit 94e0bc50135646039a2ebcf5c922a82cc0c4a2e7)
* r15691: - samba3 also pass RAW-CHKPATH, RAW-SEEK, RAW-SFILEINFO-BUGStefan Metzmacher2007-10-101-4/+4
| | | | | | | | - samba3 pass the limited version of RAW-LOCK (the lock cancel and error checking tests are skipped) metze (This used to be commit b79ceece9550c0fe9f59ae59bad6709351e93906)
* r15686: - start testing the RAW-* tests in make testStefan Metzmacher2007-10-101-1/+5
| | | | | | | | - RAW-READ now passes samba3 - skip the rest for now metze (This used to be commit fc343051afe560b1ddb8715dbc574e2ae645571e)
* r15682: fix option passingStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit cd2fa1da6cdcaaa8a4d92a38163d54ecc0f9d756)
* r15620: pass 'target:samba3=yes' to samba4's smbtorture when running ↵Stefan Metzmacher2007-10-101-0/+2
| | | | | | | | | | samba3's make test we can use this in samba4's smbtorture to disable tests sections which doesn't pass against samba3 metze (This used to be commit fab4de70b65ab5b9d3a93db46f13c7bab0e70464)
* r14886: reenable BASE-DENY2 and BASE-DENY3Stefan Metzmacher2007-10-102-1/+2
| | | | | metze (This used to be commit 69f489bde07d4c66bdf4dd3a2411d40ed868d144)
* r14884: this doesn't work and causes processes to be left when using ctrl-c ↵Stefan Metzmacher2007-10-101-4/+1
| | | | | | | (SIGINT) metze (This used to be commit 1ac5351646b18f28b1f9ed477b6e6046e1bdf783)
* r14865: - enforce timelimits for the testsStefan Metzmacher2007-10-103-3/+7
| | | | | | | - and skip some long tests for now metze (This used to be commit 1d52ae786d400441d9f5b30b4fa9e4e8ff64f7e4)
* r14820: sync test_posix_p3.sh with test_posix.sh from samba4Stefan Metzmacher2007-10-101-17/+28
| | | | | | | but only run the BASE-* tests and ignore some more than in samba4 metze (This used to be commit 6f37658f927c103a71e918ab5ac78d61cd570c36)
* r14809: - add my email addressStefan Metzmacher2007-10-101-3/+5
| | | | | | | | - fix usage() - remove unused var metze (This used to be commit 20782719d9eda7609788c132356db7107b7fe04a)
* r14744: allow ./timelimit 5 ./timelimit 20 ./ignore_all_signalsStefan Metzmacher2007-10-101-3/+11
| | | | | | | | | | to work, this is needed when we enable samba3's make test in the build-farm metze (This used to be commit b120c21669a91a097f044530a1f7c59043465841)
* r14678: - we need to use 127.0.0.2/8 as interface for the serverStefan Metzmacher2007-10-106-18/+104
| | | | | | | | | as nmbd skip interfaces with address 127.0.0.1 - add samba3 smbclient -L tests - add samba3 smbtorture tests metze (This used to be commit 835f8f4339f41619ec890e38569b745c5ef5d44e)
* r14632: add basic 'make test' using samba4's smbtortureStefan Metzmacher2007-10-108-271/+475
| | | | | | | | | | | I'll try to add some tests using samba3's smbtorture and smbclient later. can someone check if this would be save to run on the build-farm without leaking child processes... metze (This used to be commit 899fd6808ebd04d039caf7199c60d34a4987b43a)
* r14628: sync timelimit.c with the version from the build-farm repositoryStefan Metzmacher2007-10-101-20/+39
| | | | | metze (This used to be commit 1b6a64378553008127a85131fa4139842de4128b)
* r14624: - add timelimit.cStefan Metzmacher2007-10-101-0/+78
| | | | | | | | | | - add configure tests --with-selftest-prefix=/tmp/samba-test this is needed because the path name of unix socket can only be 108 chars long - add configure test --with-smbtorture4-path=/home/foo/prefix/samba4/bin/smbtorture this will be used to run samba4's smbtorture inside samba3's make test later metze (This used to be commit d9df1853b947c70f747ea30a353162f2985ef250)
* r14325: Add pam_modules rule which builds the configure(d) pam modules. This isLars Müller2007-10-101-0/+91
| | | | | | | | | | | | | | | | called as part of the all rule (again only if pam modules are requested by configure). Add pam_winbind rule. Ensure proto_exists before we build the pam modules. Add test_pam_modules rule to test if the built pam modules have any unresolved symbols. For test_pam_modules we use script/tests/dlopen.sh which was written by Nalin Dahyabhai <nalin@redhat.com>. Thanks Nalin! RedHat and SuSE use this script to test nss and pam modules since several years. (This used to be commit 71b2eb55adcd28f3796254ea1ce0bcee6098e712)
* r12990: BUG 3329: patch from David May <mayd@cygnus.uwa.edu.au> for Solaris ↵Gerald Carter2007-10-102-5/+5
| | | | | | shell script portability issues in 'make test' (This used to be commit 19339a9510467b4b2cf3889bc6a08563cdc940f4)
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-102-37/+7
| | | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) (This used to be commit 939c3cb5d78e3a2236209b296aa8aba8bdce32d3)
* r9618: adding get/put tests from Don WatsonGerald Carter2007-10-102-3/+30
| | | | (This used to be commit a94de276aec174bc05406ff52568e9fcd05c114e)
* r9615: trying a 3 second timeout on smbcontrolGerald Carter2007-10-101-4/+7
| | | | (This used to be commit 4e62a51bf68e8ef19beed63a7520e0db20321b11)
* r9613: remove TMPDIR from 'make test' scripts (after comments by Don Watson)Gerald Carter2007-10-103-6/+14
| | | | (This used to be commit 0626bb68411225d5402221ec9b305390393c38e5)
* r9585: update test #1Gerald Carter2007-10-101-0/+1
| | | | (This used to be commit 7a150ffde5cb8eb5198ac351161c3d651fb279a9)
* r9583: ensure that Samba was with with --enable-socket-wrapper for running ↵Gerald Carter2007-10-101-0/+13
| | | | | | 'make test' (This used to be commit 019155e748d9e04150bae39676362b794c1b6043)
* r9562: successfully get the samba 3 smbtorture working (as a test case for ↵Gerald Carter2007-10-104-1/+107
| | | | | | infrastructre) (This used to be commit c64f5666b8d1f9fb617b1cf89d6157a0c3fa9da9)
* r9548: more additions to make test; better checks for starting and stopping smbdGerald Carter2007-10-103-21/+76
| | | | (This used to be commit dbaaf81cec59aae01e71bbb639e1937ebee2454d)
* r8992: More make test work. Adding a way to order tests (might changeGerald Carter2007-10-103-7/+26
| | | | | my mind on this later). (This used to be commit 136fe3f15e74686882f7c1e5a46fcc0bcf7d51a6)
* r8990: First trivial example of 'make test'Gerald Carter2007-10-103-0/+110
(This used to be commit 11c886394970713a226d1fe46a4931ef97bb39a8)