Rev 11672: Finally merge my (long-living) perlselftest branch. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Mon Mar 5 21:25:24 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 11672
revision-id: jelmer at samba.org-20070305211056-ye3v9c228zu7lzoz
parent: svn-v2:21701 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
parent: jelmer at samba.org-20070305205844-uk9bj4uaotvjxrmu
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Mon 2007-03-05 22:10:56 +0100
message:
  Finally merge my (long-living) perlselftest branch.
  
  This changes the main selftest code to be in perl rather than in shell script.
  
  The selftest script is now no longer a black box but a regular executable that takes 
  --help.
  
  This adds the following features:
  
   * "make test TESTS=foo" will run only the tests that match the regex "foo"
   * ability to deal with expected failures. the suite will not warn about tests 
     that fail and are known to fail, but will warn about other failing tests and 
     tests that are succeeding tests but incorrectly marked as failing.
   * ability to print a summary with all failures at the end of the run
  
  It also opens up the way to the following features, which I hope to implement later:
   * "environments", for example having a complete domains with DCs and domain members 
   in a testenvironment
   * only set up smbd if necessary (not when running LOCAL tests, for example)
   * different mktestsetup scripts per target. except for the mktestsetup script, we can
     use the same infrastructure for samba 3 or windows.
removed:
  source/script/tests/selftest.sh svn-v2:6564 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2fselftest.sh
  source/script/tests/tests_net.sh svn-v2:19708 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2ftests_net.sh
added:
  source/script/tests/Samba4.pm  samba4.pm-20070204113348-43jx6uba5ui2h4wd-1
  source/script/tests/SocketWrapper.pm socketwrapper.pm-20070204121117-e3xtgjirr3h3kq0k-1
  source/script/tests/testenv.pl testenv.sh-20070201114140-yqamcl9g11yeseoc-1
modified:
  source/build/smb_build/makefile.pm svn-v2:3690 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fbuild%2fsmb_build%2fmakefile.pm
  source/lib/socket_wrapper/config.m4 svn-v2:6140 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2flib%2fsocket_wrapper%2fconfig.m4
  source/main.mk                 svn-v2:8991 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fmain.mk
  source/samba4-knownfail        svn-v2:19388 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fsamba4%2dknownfail
  source/script/tests/mk-fedora-ds.sh* svn-v2:21069 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2fmk%2dfedora%2dds.sh
  source/script/tests/mk-keyblobs.sh* svn-v2:21069 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2fmk%2dkeyblobs.sh
  source/script/tests/mk-openldap.sh* svn-v2:21069 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2fmk%2dopenldap.sh
  source/script/tests/mktestsetup.sh.share_ldb* svn-v2:17208 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2fmktestsetup.sh.share_ldb
  source/script/tests/selftest.pl svn-v2:20693 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2fselftest.pl
  source/script/tests/test_ejs.sh svn-v2:8269 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2ftest_ejs.sh
  source/script/tests/test_ldap.sh svn-v2:6549 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2ftest_ldap.sh
  source/script/tests/test_nbt.sh svn-v2:8735 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2ftest_nbt.sh
  source/script/tests/tests_quick.sh svn-v2:8525 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2ftests_quick.sh
  source/script/tests/tests_xterm.sh* svn-v2:18774 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2ftests_xterm.sh
  source/torture/basic/delaywrite.c svn-v2:3699 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2ftorture%2fbasic%2fdelaywrite.c
  source/torture/raw/oplock.c    svn-v2:6 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2ftorture%2fraw%2foplock.c
  source/torture/smbtorture.c    svn-v2:14520 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2ftorture%2fsmbtorture.c
  source/torture/torture.c       svn-v2:2 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-trunk-source%2ftorture%2ftorture.c
  source/torture/ui.c            svn-v2:14718 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2ftorture%2fui.c
  source/torture/ui.h            svn-v2:14718 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2ftorture%2fui.h
  testprogs/blackbox/test_ldb.sh svn-v2:21017 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-testprogs%2fblackbox%2ftest_ldb.sh
    ------------------------------------------------------------
    revno: 11286.1.45
    merged: jelmer at samba.org-20070305205844-uk9bj4uaotvjxrmu
    parent: jelmer at samba.org-20070305203212-5439gihkjjp1i9bh
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Mon 2007-03-05 21:58:44 +0100
    message:
      Make behaviour similar to that of the shell implementation - for now.
    ------------------------------------------------------------
    revno: 11286.1.44
    merged: jelmer at samba.org-20070305203212-5439gihkjjp1i9bh
    parent: jelmer at samba.org-20070305192506-5cbwmnxbzslqt243
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Mon 2007-03-05 21:32:12 +0100
    message:
      Fix the Kerberos tests. 
      
      Apparently, the Kerberos tests break when the DOMAIN environment variable is set. I'm not sure why, but I'm 
      working around it by simply unsetting it for now.
      
      The perlselftest branch should now be ready for merging.
    ------------------------------------------------------------
    revno: 11286.1.43
    merged: jelmer at samba.org-20070305192506-5cbwmnxbzslqt243
    parent: jelmer at samba.org-20070305143353-ovx3ae65ubuz1mpd
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Mon 2007-03-05 20:25:06 +0100
    message:
      Fix all tests except for the Kerberos ones.
    ------------------------------------------------------------
    revno: 11286.1.42
    merged: jelmer at samba.org-20070305143353-ovx3ae65ubuz1mpd
    parent: jelmer at samba.org-20070305141531-u5h8rx1x1inwcgdr
    parent: jelmer at samba.org-20070305141504-hz0jr91vycs2yvyn
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Mon 2007-03-05 15:33:53 +0100
    message:
      Merge upstream
    ------------------------------------------------------------
    revno: 11286.1.41
    merged: jelmer at samba.org-20070305141531-u5h8rx1x1inwcgdr
    parent: jelmer at samba.org-20070305135827-87yu6y0ije0vos9z
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Mon 2007-03-05 15:15:31 +0100
    message:
      Merge upstream
    ------------------------------------------------------------
    revno: 11286.1.40
    merged: jelmer at samba.org-20070305135827-87yu6y0ije0vos9z
    parent: jelmer at samba.org-20070305022844-gavif75q988rixr4
    parent: svn-v2:21700 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Mon 2007-03-05 14:58:27 +0100
    message:
      Merge upstream
    ------------------------------------------------------------
    revno: 11286.1.39
    merged: jelmer at samba.org-20070305022844-gavif75q988rixr4
    parent: jelmer at samba.org-20070303192330-i6rciyfpe9mr1rgi
    parent: svn-v2:21695 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Mon 2007-03-05 03:28:44 +0100
    message:
      Merge upstream.
    ------------------------------------------------------------
    revno: 11286.1.38
    merged: jelmer at samba.org-20070303192330-i6rciyfpe9mr1rgi
    parent: jelmer at samba.org-20070303145304-b5tnsfjcm57kh2f6
    parent: svn-v2:21680 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Sat 2007-03-03 20:23:30 +0100
    message:
      merge upstream.
    ------------------------------------------------------------
    revno: 11286.1.37
    merged: jelmer at samba.org-20070303145304-b5tnsfjcm57kh2f6
    parent: jelmer at samba.org-20070303012302-qogq7ne3x92eeuva
    parent: svn-v2:21673 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Sat 2007-03-03 15:53:04 +0100
    message:
      Merge upstream.
    ------------------------------------------------------------
    revno: 11286.1.36
    merged: jelmer at samba.org-20070303012302-qogq7ne3x92eeuva
    parent: jelmer at samba.org-20070302193756-8sllolfewfrhbjj6
    parent: svn-v2:21671 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Sat 2007-03-03 02:23:02 +0100
    message:
      Merge upstream.
    ------------------------------------------------------------
    revno: 11286.1.35
    merged: jelmer at samba.org-20070302193756-8sllolfewfrhbjj6
    parent: jelmer at samba.org-20070225152819-z26r9w3vwvo2xgo9
    parent: svn-v2:21662 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Fri 2007-03-02 20:37:56 +0100
    message:
      Merge upstream.
    ------------------------------------------------------------
    revno: 11286.1.34
    merged: jelmer at samba.org-20070225152819-z26r9w3vwvo2xgo9
    parent: jelmer at samba.org-20070225152551-gcxe6bfnjbj60wvo
    parent: svn-v2:21532 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Sun 2007-02-25 16:28:19 +0100
    message:
      Merge upstream changes.
    ------------------------------------------------------------
    revno: 11286.1.33
    merged: jelmer at samba.org-20070225152551-gcxe6bfnjbj60wvo
    parent: jelmer at samba.org-20070221230028-2w6bb3689dayshj6
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Sun 2007-02-25 16:25:51 +0100
    message:
      Fix some whitespace, update TODO.
    ------------------------------------------------------------
    revno: 11286.1.32
    merged: jelmer at samba.org-20070221230028-2w6bb3689dayshj6
    parent: jelmer at samba.org-20070221225505-cwazqmwe1hkiducp
    parent: svn-v2:21493 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Thu 2007-02-22 00:00:28 +0100
    message:
      Merge upstream.
    ------------------------------------------------------------
    revno: 11286.1.31
    merged: jelmer at samba.org-20070221225505-cwazqmwe1hkiducp
    parent: jelmer at samba.org-20070221223657-i2b4jrwzrjwh2yc4
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Wed 2007-02-21 23:55:05 +0100
    message:
      Fix selftest again.
    ------------------------------------------------------------
    revno: 11286.1.30
    merged: jelmer at samba.org-20070221223657-i2b4jrwzrjwh2yc4
    parent: jelmer at samba.org-20070221115430-30929e0uo2q7agbh
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Wed 2007-02-21 23:36:57 +0100
    message:
      Fix testenv.
    ------------------------------------------------------------
    revno: 11286.1.29
    merged: jelmer at samba.org-20070221115430-30929e0uo2q7agbh
    parent: jelmer at samba.org-20070216155700-38cl11ssz1hq4c2f
    parent: svn-v2:21489 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Wed 2007-02-21 12:54:30 +0100
    message:
      Merge upstream.
    ------------------------------------------------------------
    revno: 11286.1.28
    merged: jelmer at samba.org-20070216155700-38cl11ssz1hq4c2f
    parent: jelmer at samba.org-20070212194813-eo4g838qo68gmpwj
    parent: svn-v2:21386 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Fri 2007-02-16 16:57:00 +0100
    message:
      MErge upstream.
    ------------------------------------------------------------
    revno: 11286.1.27
    merged: jelmer at samba.org-20070212194813-eo4g838qo68gmpwj
    parent: jelmer at samba.org-20070206231134-gzk6h6exhv3q920e
    parent: svn-v2:21302 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Mon 2007-02-12 20:48:13 +0100
    message:
      Merge from upstream.
    ------------------------------------------------------------
    revno: 11286.1.26
    merged: jelmer at samba.org-20070206231134-gzk6h6exhv3q920e
    parent: jelmer at samba.org-20070204125956-xbmdp49ddnnfk8ta
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Wed 2007-02-07 00:11:34 +0100
    message:
      Add torture_warning() command.
    ------------------------------------------------------------
    revno: 11286.1.25
    merged: jelmer at samba.org-20070204125956-xbmdp49ddnnfk8ta
    parent: jelmer at samba.org-20070203190819-y3ks440ony3wlzxr
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Sun 2007-02-04 13:59:56 +0100
    message:
      Seperate out the bits of the test infrastructure a bit more.
    ------------------------------------------------------------
    revno: 11286.1.24
    merged: jelmer at samba.org-20070203190819-y3ks440ony3wlzxr
    parent: jelmer at samba.org-20070201140646-jjupoe5w0no3fm00
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Sat 2007-02-03 20:08:19 +0100
    message:
      Couple of random fixes:
      
       * Fix dependency for 'test' target
       * Support initialisation for output formats in smbtorture
       * Fix broken parsing of variables outputted by test environment generator
    ------------------------------------------------------------
    revno: 11286.1.23
    merged: jelmer at samba.org-20070201140646-jjupoe5w0no3fm00
    parent: jelmer at samba.org-20070201131646-x23y1edlqu155prz
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Thu 2007-02-01 15:06:46 +0100
    message:
      convert testenv.sh to perl.
    ------------------------------------------------------------
    revno: 11286.1.22
    merged: jelmer at samba.org-20070201131646-x23y1edlqu155prz
    parent: jelmer at samba.org-20070201123242-dwdz7ryz7rmv15xz
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Thu 2007-02-01 14:16:46 +0100
    message:
      Simplify socket wrapper detection code, add testone and quicktestone targets.
    ------------------------------------------------------------
    revno: 11286.1.21
    merged: jelmer at samba.org-20070201123242-dwdz7ryz7rmv15xz
    parent: jelmer at samba.org-20070201122426-4auj1m5fmnbhsr9f
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Thu 2007-02-01 13:32:42 +0100
    message:
      Warn when not running as root and not using the socket wrapper. Fix a couple of syntax errors introduced by the last merge.
    ------------------------------------------------------------
    revno: 11286.1.20
    merged: jelmer at samba.org-20070201122426-4auj1m5fmnbhsr9f
    parent: jelmer at samba.org-20070201121601-ra9jpil2b2q895jd
    parent: svn-v2:21104 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Thu 2007-02-01 13:24:26 +0100
    message:
      Merge upstream
    ------------------------------------------------------------
    revno: 11286.1.19
    merged: jelmer at samba.org-20070201121601-ra9jpil2b2q895jd
    parent: jelmer at samba.org-20070126152324-vgyvll2lrmezmbvw
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Thu 2007-02-01 13:16:01 +0100
    message:
      Fix testenv, handle stderr output, fix upgrade.js
    ------------------------------------------------------------
    revno: 11286.1.18
    merged: jelmer at samba.org-20070126152324-vgyvll2lrmezmbvw
    parent: jelmer at samba.org-20070126145016-x2xj2nlfqrva1egi
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Fri 2007-01-26 16:23:24 +0100
    message:
      Clean up a bit.
      Fix s3upgrade tests and start running them again.
    ------------------------------------------------------------
    revno: 11286.1.17
    merged: jelmer at samba.org-20070126145016-x2xj2nlfqrva1egi
    parent: jelmer at samba.org-20070126144534-xv42pgeumuzngj4s
    parent: jelmer at samba.org-20070126144259-171b4t0744jigs5x
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Fri 2007-01-26 15:50:16 +0100
    message:
      merge upstream
    ------------------------------------------------------------
    revno: 11286.1.16
    merged: jelmer at samba.org-20070126144534-xv42pgeumuzngj4s
    parent: jelmer at samba.org-20070126143124-9t2aowhl8w1nytsg
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Fri 2007-01-26 15:45:34 +0100
    message:
      Generate recipe earlier, should make provisioning a bit faster.
    ------------------------------------------------------------
    revno: 11286.1.15
    merged: jelmer at samba.org-20070126143124-9t2aowhl8w1nytsg
    parent: jelmer at samba.org-20070126120518-aeg3vjebnkrc0lwm
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Fri 2007-01-26 15:31:24 +0100
    message:
      Support comments in known failure files (useful for explaining why a test is failing), add --verbose option.
    ------------------------------------------------------------
    revno: 11286.1.14
    merged: jelmer at samba.org-20070126120518-aeg3vjebnkrc0lwm
    parent: jelmer at samba.org-20070126094356-nxt2ky3e82jvvay6
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Fri 2007-01-26 13:05:18 +0100
    message:
      Improve output in selftest
      Run some more tests, add failing bits to knownfail file.
    ------------------------------------------------------------
    revno: 11286.1.13
    merged: jelmer at samba.org-20070126094356-nxt2ky3e82jvvay6
    parent: jelmer at samba.org-20070126092718-9peg12aqt416ie95
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Fri 2007-01-26 10:43:56 +0100
    message:
      - Allow 'make test TESTS=RPC' or 'make test TESTS=RPC-DS.*'
      - Make srcdir and builddir options
    ------------------------------------------------------------
    revno: 11286.1.12
    merged: jelmer at samba.org-20070126092718-9peg12aqt416ie95
    parent: jelmer at samba.org-20070126092323-zvr39rsba9sdby1p
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Fri 2007-01-26 10:27:18 +0100
    message:
      Add optional argument with regular expression to match to tests to run. It is now possible to run, e.g.:
      
      ./script/tests/selftest.pl RPC
      
      to run just the RPC tests
    ------------------------------------------------------------
    revno: 11286.1.11
    merged: jelmer at samba.org-20070126092323-zvr39rsba9sdby1p
    parent: jelmer at samba.org-20070126010857-fhqnim2qgy67nzra
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Fri 2007-01-26 10:23:23 +0100
    message:
      Update documentation, make prefix an option
    ------------------------------------------------------------
    revno: 11286.1.10
    merged: jelmer at samba.org-20070126010857-fhqnim2qgy67nzra
    parent: jelmer at samba.org-20070125124321-ugthx6mbo2sbvm60
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Fri 2007-01-26 02:08:57 +0100
    message:
      Add expected failures list
    ------------------------------------------------------------
    revno: 11286.1.9
    merged: jelmer at samba.org-20070125124321-ugthx6mbo2sbvm60
    parent: jelmer at samba.org-20070125123559-fz1orjr1s14txh91
    parent: jelmer at samba.org-20070125123431-g3pqm92r31ez9xyc
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Thu 2007-01-25 13:43:21 +0100
    message:
      Merge upstream
    ------------------------------------------------------------
    revno: 11286.1.8
    merged: jelmer at samba.org-20070125123559-fz1orjr1s14txh91
    parent: jelmer at samba.org-20070125113720-djp3pkd40b1c3u9z
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Thu 2007-01-25 13:35:59 +0100
    message:
      Less verbose output when not running in the buildfarm
    ------------------------------------------------------------
    revno: 11286.1.7
    merged: jelmer at samba.org-20070125113720-djp3pkd40b1c3u9z
    parent: jelmer at samba.org-20070124160007-unjqs7exmgubw5df
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Thu 2007-01-25 12:37:20 +0100
    message:
      - Fix return code checking.
      - Parse subunit output.
      - Print failed test output at the end of test run.
    ------------------------------------------------------------
    revno: 11286.1.6
    merged: jelmer at samba.org-20070124160007-unjqs7exmgubw5df
    parent: jelmer at samba.org-20070124120547-lbfekqf9uurf0die
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Wed 2007-01-24 17:00:07 +0100
    message:
      Add documentation, initial support for the buildfarm
    ------------------------------------------------------------
    revno: 11286.1.5
    merged: jelmer at samba.org-20070124120547-lbfekqf9uurf0die
    parent: jelmer at samba.org-20070122235024-gtgv3wzl366p3cj4
    parent: svn-v2:20997 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Wed 2007-01-24 13:05:47 +0100
    message:
      Merge upstream
    ------------------------------------------------------------
    revno: 11286.1.4
    merged: jelmer at samba.org-20070122235024-gtgv3wzl366p3cj4
    parent: jelmer at samba.org-20070122234929-7j7c9h1zx7ot8trj
    parent: jelmer at samba.org-20070122234054-jp4r2wzkgn0t954k
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Tue 2007-01-23 00:50:24 +0100
    message:
      Merge upstream
        ------------------------------------------------------------
        revno: 11291.1.1
        merged: jelmer at samba.org-20070122234054-jp4r2wzkgn0t954k
        parent: svn-v2:20959 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
        committer: Jelmer Vernooij <jelmer at samba.org>
        branch nick: SAMBA_4_0
        timestamp: Tue 2007-01-23 00:40:54 +0100
        message:
          Fix lcov
    ------------------------------------------------------------
    revno: 11286.1.3
    merged: jelmer at samba.org-20070122234929-7j7c9h1zx7ot8trj
    parent: jelmer at samba.org-20070122225534-wrk4cb9imofhhq39
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Tue 2007-01-23 00:49:29 +0100
    message:
      Wait a bit so smbd doesn't have to be killed
    ------------------------------------------------------------
    revno: 11286.1.2
    merged: jelmer at samba.org-20070122225534-wrk4cb9imofhhq39
    parent: jelmer at samba.org-20070122182054-6b26fqrdqyjhyeuc
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: 4.0-perlselftest
    timestamp: Mon 2007-01-22 23:55:34 +0100
    message:
      Update selftest perl

Diff too large for email (2274 lines, the limit is 1000).


More information about the samba-cvs mailing list