git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/3] make macOS `git maintenance` test work on Windows
@ 2020-11-27  7:50 Eric Sunshine
  2020-11-27  7:50 ` [PATCH 1/3] t7900: fix test failures when invoked individually via --run Eric Sunshine
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Eric Sunshine @ 2020-11-27  7:50 UTC (permalink / raw)
  To: git; +Cc: Derrick Stolee, Eric Sunshine

The `git maintenance start` and `git maintenance stop` tests -- with one
minor exception -- have been carefully crafted to work correctly on any
platform despite the fact that those commands necessarily invoke
platform-specific scheduling utilities. The exception is that the
macOS-specific test fails on Windows, thus is presently disabled on that
platform. This patch series addresses that shortcoming.

This series is built atop ds/maintenance-part-4.

Eric Sunshine (3):
  t7900: fix test failures when invoked individually via --run
  test-tool: add `getuid` subcommand
  t7900: make macOS-specific test work on Windows

 Makefile               |  1 +
 t/helper/test-getuid.c |  7 +++++++
 t/helper/test-tool.c   |  1 +
 t/helper/test-tool.h   |  1 +
 t/t7900-maintenance.sh | 13 +++++++------
 5 files changed, 17 insertions(+), 6 deletions(-)
 create mode 100644 t/helper/test-getuid.c

-- 
2.29.2.576.ga3fc446d84


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

end of thread, other threads:[~2020-11-28 22:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27  7:50 [PATCH 0/3] make macOS `git maintenance` test work on Windows Eric Sunshine
2020-11-27  7:50 ` [PATCH 1/3] t7900: fix test failures when invoked individually via --run Eric Sunshine
2020-11-27  7:50 ` [PATCH 2/3] test-tool: add `getuid` subcommand Eric Sunshine
2020-11-27  7:50 ` [PATCH 3/3] t7900: make macOS-specific test work on Windows Eric Sunshine
2020-11-27 15:05   ` Ævar Arnfjörð Bjarmason
2020-11-28  5:55     ` Eric Sunshine

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).