You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Daniel J. LUke" <dl...@geeklair.net> on 2009/10/22 19:15:06 UTC

1.6.6 test failures on Mac OS X 10.6

I'm seeing some strange looking test failures when building 1.6.6 on  
Mac OS X 10.6 (I'm actually doing the builds/tests before updating the  
MacPorts subversion port to 1.6.6).

 From tests.log it looks like several places are printing %ld instead  
of the number that's supposed to be printed, ie:

svn_tests: Failed mem-diff, expected and actual outputs differ.
EXPECTED:
--- foo2
+++ bar2
@@ -1,3 +0,0 @@
-Aa
-Bb
-Cc

ACTUAL:
--- foo2
+++ bar2
@@ -%ld,%ld +%ld,%ld @@
-Aa
-Bb
-Cc


Anyone else seeing this? (this is with single architecture builds,  
x86_64, and apr/apr-util 1.3.9)

I haven't had time yet to look and see if I can figure out where this  
is coming from.
--
Daniel J. Luke
+========================================================+
| *---------------- dluke@geeklair.net ----------------* |
| *-------------- http://www.geeklair.net -------------* |
+========================================================+
|   Opinions expressed are mine and do not necessarily   |
|          reflect the opinions of my employer.          |
+========================================================+

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2410378

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: 1.6.6 test failures on Mac OS X 10.6

Posted by "Daniel J. LUke" <dl...@geeklair.net>.
On Oct 26, 2009, at 11:24 PM, Blair Zajac wrote:
> On Oct 22, 2009, at 12:15 PM, Daniel J. LUke wrote:
>> From tests.log it looks like several places are printing %ld instead
>> of the number that's supposed to be printed,
>
> Have you looked further?

I haven't had time to do much yet, but I did verify that a non- 
macports build (with CFLAGS/CPPFLAGS set to pull in macports provided  
support libs that work with 1.6.5) yields the same behavior.

> Can you send me your Portfile and I'll run the test suite myself and  
> take a look.

I'll send it to you in private mail (to not clutter the list), it's  
really just the working portfile for 1.6.5 with the new version number  
and updated checksums for the new distfile, though.

--
Daniel J. Luke
+========================================================+
| *---------------- dluke@geeklair.net ----------------* |
| *-------------- http://www.geeklair.net -------------* |
+========================================================+
|   Opinions expressed are mine and do not necessarily   |
|          reflect the opinions of my employer.          |
+========================================================+

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2411595

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: 1.6.6 test failures on Mac OS X 10.6

Posted by Blair Zajac <bl...@orcaware.com>.
On Oct 22, 2009, at 12:15 PM, Daniel J. LUke wrote:

> I'm seeing some strange looking test failures when building 1.6.6 on
> Mac OS X 10.6 (I'm actually doing the builds/tests before updating the
> MacPorts subversion port to 1.6.6).
>
> From tests.log it looks like several places are printing %ld instead
> of the number that's supposed to be printed, ie:
>
> svn_tests: Failed mem-diff, expected and actual outputs differ.
> EXPECTED:
> --- foo2
> +++ bar2
> @@ -1,3 +0,0 @@
> -Aa
> -Bb
> -Cc
>
> ACTUAL:
> --- foo2
> +++ bar2
> @@ -%ld,%ld +%ld,%ld @@
> -Aa
> -Bb
> -Cc
>
>
> Anyone else seeing this? (this is with single architecture builds,
> x86_64, and apr/apr-util 1.3.9)

Have you looked further?

Can you send me your Portfile and I'll run the test suite myself and  
take a look.

Regards,
Blair

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2411578

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].