[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Mon Aug 16 04:23:40 MDT 2010


The branch, master has been updated
       via  f03ac22... s3-selftest: add samba3.posix_s3.rpc.spoolss.notify to knownfail list.
       via  dba68d8... Revert "s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is broken"
       via  f24c99f... s3-build: always check for python.
      from  b0b73ca... pidl:Samba4/NDR/Client.pm: correctly copy fixed size out arrays

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


- Log -----------------------------------------------------------------
commit f03ac22770ef96d4b0fec81d94efefcddd8b310b
Author: Günther Deschner <gd at samba.org>
Date:   Mon Aug 16 12:22:27 2010 +0200

    s3-selftest: add samba3.posix_s3.rpc.spoolss.notify to knownfail list.
    
    Guenther

commit dba68d845200bb4416a87c5777de2b554110d20b
Author: Günther Deschner <gd at samba.org>
Date:   Mon Aug 16 12:11:19 2010 +0200

    Revert "s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is broken"
    
    This reverts commit 8ca8250443319e0f19f05aab2014118fd03eaa8a.

commit f24c99fba05ee24232f8047a11f09a093da7b266
Author: Günther Deschner <gd at samba.org>
Date:   Mon Aug 16 12:08:33 2010 +0200

    s3-build: always check for python.
    
    This should fix make test. Metze, please check.
    
    Guenther

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

Summary of changes:
 source3/configure.in                 |    7 ++++---
 source3/selftest/knownfail           |    1 +
 source4/torture/rpc/spoolss_notify.c |    9 ---------
 3 files changed, 5 insertions(+), 12 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index b4564ee..627ec7f 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -210,6 +210,10 @@ AC_SAMBA_GNU_MAKE([true], [true])
 m4_include(../m4/check_perl.m4)
 AC_SAMBA_PERL([true], [merged_build_possible=no])
 
+# Check for python
+m4_include(../m4/check_python.m4)
+AC_SAMBA_PYTHON_DEVEL([true], [merged_build_possible=no])
+
 AC_CHECK_TOOL(AR, ar)
 
 dnl Check if we (actually our C compiler!) use GNU ld
@@ -6834,9 +6838,6 @@ fi
 m4_include(../lib/zlib/zlib.m4)
 
 if test x$enable_merged_build = xauto; then
-	# Check for python
-	m4_include(../m4/check_python.m4)
-	AC_SAMBA_PYTHON_DEVEL([true], [merged_build_possible=no])
 
 	AC_MSG_CHECKING([whether it would be possible to do a merged build])
 	AC_MSG_RESULT([$merged_build_possible])
diff --git a/source3/selftest/knownfail b/source3/selftest/knownfail
index e69de29..803d973 100644
--- a/source3/selftest/knownfail
+++ b/source3/selftest/knownfail
@@ -0,0 +1 @@
+samba3.posix_s3.rpc.spoolss.notify # currently broken, see https://bugzilla.samba.org/show_bug.cgi?id=7486
diff --git a/source4/torture/rpc/spoolss_notify.c b/source4/torture/rpc/spoolss_notify.c
index 7ef054a..8e23637 100644
--- a/source4/torture/rpc/spoolss_notify.c
+++ b/source4/torture/rpc/spoolss_notify.c
@@ -500,15 +500,6 @@ static bool test_RFFPCNEx(struct torture_context *tctx,
 #endif
 	struct dcerpc_binding_handle *b = p->binding_handle;
 
-	/*
-	 * FIXME:
-	 * This test is currently broken, as the started dcerpc server
-	 * does not accept anonyous connection, because it is not provisioned.
-	 *
-	 * See https://bugzilla.samba.org/show_bug.cgi?id=7486.
-	 */
-	torture_skip(tctx, "skipping test_RFFPCNEx tests\n");
-
 	received_packets = NULL;
 
 	/* Start DCE/RPC server */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list