All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Test on Windows - prequel
@ 2009-03-18 21:27 Johannes Sixt
  2009-03-18 21:27 ` [PATCH 01/10] t9400, t9401: Do not force hard-linked clone Johannes Sixt
                   ` (11 more replies)
  0 siblings, 12 replies; 27+ messages in thread
From: Johannes Sixt @ 2009-03-18 21:27 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Johannes Sixt

I'm preparing a series of patches that adjust the test suite so that it
passes on Windows (MinGW port). This is the initial part of it. Another
dozen or more are to follow. By splitting the series I hope to get
earlier feedback.

The series is also available from

 git://repo.or.cz/git/mingw/j6t.git for-junio

 http://repo.or.cz/w/git/mingw/j6t.git?a=shortlog;h=refs/heads/for-junio

-- Hannes

Johannes Schindelin (1):
  t7300: fix clean up on Windows

Johannes Sixt (9):
  t9400, t9401: Do not force hard-linked clone
  test suite: Use 'say' to say something instead of
    'test_expect_success'
  Call 'say' outside test_expect_success
  test-lib: Replace uses of $(expr ...) by POSIX shell features.
  test-lib: Simplify test counting.
  test-lib: Introduce test_chmod and use it instead of update-index
    --chmod
  t2200, t7004: Avoid glob pattern that also matches files
  t5300, t5302, t5303: Do not use /dev/zero
  t5602: Work around path mangling on MSYS

 t/lib-git-svn.sh                       |    6 +++---
 t/t0024-crlf-archive.sh                |    2 +-
 t/t0050-filesystem.sh                  |    9 +++++++--
 t/t1410-reflog.sh                      |    4 +---
 t/t2200-add-update.sh                  |    2 +-
 t/t3400-rebase.sh                      |    4 ++--
 t/t3600-rm.sh                          |    5 +++--
 t/t4006-diff-mode.sh                   |   19 ++++---------------
 t/t4013-diff-various.sh                |    2 +-
 t/t4014-format-patch.sh                |    4 +---
 t/t5000-tar-tree.sh                    |    2 +-
 t/t5300-pack-object.sh                 |   17 ++++++++---------
 t/t5302-pack-index.sh                  |    2 +-
 t/t5303-pack-corruption-resilience.sh  |   12 +++++++-----
 t/t5515-fetch-merge-logic.sh           |    2 +-
 t/t5602-clone-remote-exec.sh           |    4 ++--
 t/t6031-merge-recursive.sh             |    9 ++-------
 t/t7004-tag.sh                         |    9 +++++----
 t/t7005-editor.sh                      |   29 +++++++++++++----------------
 t/t7300-clean.sh                       |    6 +++---
 t/t9200-git-cvsexportcommit.sh         |    2 +-
 t/t9400-git-cvsserver-server.sh        |    8 ++++----
 t/t9401-git-cvsserver-crlf.sh          |    6 +++---
 t/t9500-gitweb-standalone-no-errors.sh |   20 ++++++--------------
 t/t9700-perl-git.sh                    |    2 +-
 t/test-lib.sh                          |   28 ++++++++++++++++------------
 26 files changed, 98 insertions(+), 117 deletions(-)

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

end of thread, other threads:[~2009-03-19 23:01 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-18 21:27 [PATCH 00/11] Test on Windows - prequel Johannes Sixt
2009-03-18 21:27 ` [PATCH 01/10] t9400, t9401: Do not force hard-linked clone Johannes Sixt
2009-03-18 21:27 ` [PATCH 02/10] test suite: Use 'say' to say something instead of 'test_expect_success' Johannes Sixt
2009-03-18 22:07   ` Johannes Schindelin
2009-03-19  7:48     ` Johannes Sixt
2009-03-19 10:29       ` Johannes Schindelin
2009-03-19 11:16         ` Junio C Hamano
2009-03-18 21:27 ` [PATCH 03/10] Call 'say' outside test_expect_success Johannes Sixt
2009-03-18 21:27 ` [PATCH 04/10] test-lib: Replace uses of $(expr ...) by POSIX shell features Johannes Sixt
2009-03-18 22:28   ` Johannes Schindelin
2009-03-19  7:38     ` Johannes Sixt
2009-03-19 10:27       ` Johannes Schindelin
2009-03-18 21:27 ` [PATCH 05/10] test-lib: Simplify test counting Johannes Sixt
2009-03-18 22:32   ` Johannes Schindelin
2009-03-19  7:44     ` Johannes Sixt
2009-03-18 21:27 ` [PATCH 06/10] test-lib: Introduce test_chmod and use it instead of update-index --chmod Johannes Sixt
2009-03-18 21:27 ` [PATCH 07/10] t7300: fix clean up on Windows Johannes Sixt
2009-03-18 21:27 ` [PATCH 08/10] t2200, t7004: Avoid glob pattern that also matches files Johannes Sixt
2009-03-19  0:47   ` Junio C Hamano
2009-03-19 19:52     ` Johannes Sixt
2009-03-19 20:34       ` Junio C Hamano
2009-03-18 21:27 ` [PATCH 09/10] t5300, t5302, t5303: Do not use /dev/zero Johannes Sixt
2009-03-18 21:27 ` [PATCH 10/10] t5602: Work around path mangling on MSYS Johannes Sixt
2009-03-18 22:47 ` [PATCH 00/11] Test on Windows - prequel Junio C Hamano
2009-03-19  7:28   ` Johannes Sixt
2009-03-19 20:58 ` Johannes Sixt
2009-03-19 23:00   ` 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.