All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem with Git in Cygwin on x86-64 platform
@ 2006-04-22  2:30 Tim O'Callaghan
  2006-04-22 21:17 ` Alex Riesen
  0 siblings, 1 reply; 3+ messages in thread
From: Tim O'Callaghan @ 2006-04-22  2:30 UTC (permalink / raw)
  To: git

When running a 'make test' under cygwin on my 64bit machine, and got
the output below. The reason i cite the 64bit cygwin platform being a
difference is that i have run 'make test' on the exact same codebase
on a 32 bit machine. The only difference in compile environment is
that the cygwin install on the 64 bit machine is as of today, and the
32 bit machine was about three days ago.

----

*** t0000-basic.sh ***
*   ok 1: .git/objects should be empty after git-init-db in an empty repo.
*   ok 2: .git/objects should have 3 subdirectories.
*   ok 3: git-update-index without --add should fail adding.
*   ok 4: git-update-index with --add should succeed.
*   ok 5: writing tree out with git-write-tree
*   ok 6: validate object ID of a known tree.
*   ok 7: git-update-index without --remove should fail removing.
* FAIL 8: git-update-index with --remove should be able to remove.
        git-update-index --remove should-be-empty
*   ok 9: git-write-tree should be able to write an empty tree.
* FAIL 10: validate object ID of a known tree.
        test "$tree" = 4b825dc642cb6eb9a060e54bf8d69288fbee4904
* FAIL 11: adding various types of objects with git-update-index --add.
        find path* ! -type d -print | xargs git-update-index --add
*   ok 12: showing stage with git-ls-files --stage
* FAIL 13: validate git-ls-files output for a known tree.
        diff current expected
*   ok 14: writing tree out with git-write-tree.
* FAIL 15: validate object ID for a known tree.
        test "$tree" = 087704a96baf1c2d1c869a8b084481e121c88b5b
*   ok 16: showing tree with git-ls-tree
* FAIL 17: git-ls-tree output for a known tree.
        diff current expected
*   ok 18: showing tree with git-ls-tree -r
* FAIL 19: git-ls-tree -r output for a known tree.
        diff current expected
* FAIL 20: git-read-tree followed by write-tree should be idempotent.
        git-read-tree $tree &&
             test -f .git/index &&
             newtree=$(git-write-tree) &&
             test "$newtree" = "$tree"
* FAIL 21: validate git-diff-files output for a know cache/work tree state.
        git-diff-files >current && diff >/dev/null -b current expected
* FAIL 22: git-update-index --refresh should succeed.
        git-update-index --refresh
*   ok 23: no diff after checkout and git-update-index --refresh.
* failed 10 among 23 test(s)

-----

Any ideas on how to start tracking this one down?

Tim.

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

* Re: Problem with Git in Cygwin on x86-64 platform
  2006-04-22  2:30 Problem with Git in Cygwin on x86-64 platform Tim O'Callaghan
@ 2006-04-22 21:17 ` Alex Riesen
  2006-04-23  0:57   ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Riesen @ 2006-04-22 21:17 UTC (permalink / raw)
  To: Tim O'Callaghan, git

Tim O'Callaghan, Sat, Apr 22, 2006 04:30:30 +0200:
> When running a 'make test' under cygwin on my 64bit machine, and got
> the output below. The reason i cite the 64bit cygwin platform being a
> difference is that i have run 'make test' on the exact same codebase
> on a 32 bit machine. The only difference in compile environment is
> that the cygwin install on the 64 bit machine is as of today, and the
> 32 bit machine was about three days ago.
> 
> *** t0000-basic.sh ***
...
> * FAIL 8: git-update-index with --remove should be able to remove.
...
> Any ideas on how to start tracking this one down?

Start by going into git/t and running "./t0000-basic.sh -d -v"

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

* Re: Problem with Git in Cygwin on x86-64 platform
  2006-04-22 21:17 ` Alex Riesen
@ 2006-04-23  0:57   ` Junio C Hamano
  0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2006-04-23  0:57 UTC (permalink / raw)
  To: Tim O'Callaghan; +Cc: git, Alex Riesen

Alex Riesen <raa.lkml@gmail.com> writes:

>> Any ideas on how to start tracking this one down?
>
> Start by going into git/t and running "./t0000-basic.sh -d -v"

I usually do "cd t && sh -x that-test -i -v".

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

end of thread, other threads:[~2006-04-23  0:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-22  2:30 Problem with Git in Cygwin on x86-64 platform Tim O'Callaghan
2006-04-22 21:17 ` Alex Riesen
2006-04-23  0:57   ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.