[SCM] Samba Shared Repository - branch master updated

Matthieu Patou mat at samba.org
Thu Oct 28 03:40:02 MDT 2010


The branch, master has been updated
       via  917cc0d unit tests: use skip file to exclude smb2.dir instead of hack
       via  95cbff7 build: Add XPG6 otherwise we have a configure pb on sun Solaris
      from  2cfee00 s3: Add a vfs_time_audit module

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 917cc0db0ce40b555ef3f752e5a546373316b162
Author: Matthieu Patou <mat at matws.net>
Date:   Thu Oct 28 12:20:28 2010 +0400

    unit tests: use skip file to exclude smb2.dir instead of hack
    
    Thanks metze for pointing this.
    
    Autobuild-User: Matthieu Patou <mat at samba.org>
    Autobuild-Date: Thu Oct 28 09:39:11 UTC 2010 on sn-devel-104

commit 95cbff76d6b88174806205fe6a1ad4a91c8d92c6
Author: Matthieu Patou <mat at matws.net>
Date:   Thu Oct 28 12:09:29 2010 +0400

    build: Add XPG6 otherwise we have a configure pb on sun Solaris

-----------------------------------------------------------------------

Summary of changes:
 buildtools/wafsamba/wscript |    1 +
 source4/selftest/skip       |    1 +
 source4/selftest/tests.py   |    2 +-
 3 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
index f134c07..4c9c3e7 100644
--- a/buildtools/wafsamba/wscript
+++ b/buildtools/wafsamba/wscript
@@ -267,6 +267,7 @@ def configure(conf):
         # define even during the tests otherwise detection of
         # boolean is broken
         conf.DEFINE('_STDC_C99', 1, add_to_cflags=True)
+        conf.DEFINE('_XPG6', 1, add_to_cflags=True)
     else:
         conf.ADD_CFLAGS('-fPIC', testflags=True)
 
diff --git a/source4/selftest/skip b/source4/selftest/skip
index e03234b..671269a 100644
--- a/source4/selftest/skip
+++ b/source4/selftest/skip
@@ -32,6 +32,7 @@ smb2.notify
 smb2.scan
 smb2.lease
 smb2.durable.open
+smb2.dir
 ntvfs.cifs.base.charset
 ntvfs.cifs.base.iometer
 ntvfs.cifs.base.casetable
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index a252a87..9d4d2b3 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -314,7 +314,7 @@ plantestsuite_loadlist("samba4.ntp.signd", "dc:local", [smb4torture, 'ncacn_np:$
 # Tests against the NTVFS POSIX backend
 ntvfsargs = ["--option=torture:sharedelay=10000", "--option=torture:oplocktimeout=3", "--option=torture:writetimeupdatedelay=50000"]
 
-smb2 = filter(lambda x: "SMB2-DIR" not in x, smb4torture_testsuites("SMB2-"))
+smb2 = smb4torture_testsuites("SMB2-")
 #The QFILEINFO-IPC test needs to be on ipc$
 raw = filter(lambda x: "RAW-QFILEINFO-IPC" not in x, smb4torture_testsuites("RAW-"))
 base = smb4torture_testsuites("BASE-")


-- 
Samba Shared Repository


More information about the samba-cvs mailing list