git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] t9101 (master) busted on Leopard
@ 2007-11-15 13:46 Wincent Colaiuta
  2007-11-15 16:04 ` Brian Gernhardt
  0 siblings, 1 reply; 16+ messages in thread
From: Wincent Colaiuta @ 2007-11-15 13:46 UTC (permalink / raw)
  To: Git Mailing List

Was just running the test suite against the master branch and saw that  
t9101 is currently failing on Leopard, and a review with git-bisect  
indicates that it has been ever since it was first introduced (in  
commit 15153451). Not sure if this problem is Leopard-specific or not  
as I only have one machine.

This is the specific test that's failing:

* FAIL 25: test propget
git-svn propget svn:ignore . | cmp - prop.expect &&
cd deeply &&
git-svn propget svn:ignore . | cmp - ../prop.expect &&
git-svn propget svn:entry:committed-rev nested/directory/.keep 	  |  
cmp - ../prop2.expect &&
git-svn propget svn:ignore .. | cmp - ../prop.expect &&
git-svn propget svn:ignore nested/ | cmp - ../prop.expect &&
git-svn propget svn:ignore ./nested | cmp - ../prop.expect &&
git-svn propget svn:ignore .././deeply/nested | cmp - ../prop.expect

The problem is that the for line:

git-svn propget svn:entry:committed-rev nested/directory/.keep

The test expects the "8", but it actually yields "7".

I'm not a git-svn user myself, but if there's anything I can do to  
help diagnose this problem further on Leopard please let me know.

Cheers,
Wincent

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2007-11-17 13:28 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-15 13:46 [BUG] t9101 (master) busted on Leopard Wincent Colaiuta
2007-11-15 16:04 ` Brian Gernhardt
2007-11-15 16:11   ` Wincent Colaiuta
2007-11-15 21:13     ` Benoit Sigoure
2007-11-15 22:22       ` Wincent Colaiuta
2007-11-16 11:00       ` Wincent Colaiuta
2007-11-16 12:48         ` Björn Steinbrink
2007-11-16 13:14           ` [PATCH] " Wincent Colaiuta
2007-11-16 13:25           ` [PATCH] Fix t9101 test failure caused by Subversion "auto-props" Wincent Colaiuta
2007-11-16 17:56             ` Benoit Sigoure
2007-11-17  0:19             ` Junio C Hamano
2007-11-17 13:28               ` Wincent Colaiuta
2007-11-16  4:25     ` [BUG] t9101 (master) busted on Leopard Väinö Järvelä
2007-11-16  8:37       ` Wincent Colaiuta
2007-11-16  8:59         ` Väinö Järvelä
2007-11-16 10:17           ` Wincent Colaiuta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).