git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] test-must-fail-sigpipe
@ 2015-11-27  9:15 larsxschneider
  2015-11-27  9:15 ` [PATCH v1 1/2] implement test_might_fail using a refactored test_must_fail larsxschneider
  2015-11-27  9:15 ` [PATCH v1 2/2] add "ok=sigpipe" to test_must_fail and use it to fix flaky tests larsxschneider
  0 siblings, 2 replies; 7+ messages in thread
From: larsxschneider @ 2015-11-27  9:15 UTC (permalink / raw)
  To: git; +Cc: peff, ramsay, Lars Schneider

From: Lars Schneider <larsxschneider@gmail.com>

As suggested by Peff I made "test-must-fail-sigpipe" a seperate topic.

diff to (former) Travis CI v7 topic:
* added helper function "list_contains" provided by Peff (thanks!)
* fix return value in "test_must_fail: command succeeded" (thanks Ramsay)
* use "-eq" instead of "=" (thanks Ramsay)
* accept SIGPIPE exit for t5504 "push with receive.fsckobjects"

Thanks,
Lars

Lars Schneider (2):
  implement test_might_fail using a refactored test_must_fail
  add "ok=sigpipe" to test_must_fail and use it to fix flaky tests

 t/t5504-fetch-receive-strict.sh |  5 ++---
 t/t5516-fetch-push.sh           |  6 ++---
 t/test-lib-functions.sh         | 50 +++++++++++++++++++++++++++++------------
 3 files changed, 41 insertions(+), 20 deletions(-)

--
2.5.1

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

end of thread, other threads:[~2015-12-01  9:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27  9:15 [PATCH v1 0/2] test-must-fail-sigpipe larsxschneider
2015-11-27  9:15 ` [PATCH v1 1/2] implement test_might_fail using a refactored test_must_fail larsxschneider
2015-11-27 12:37   ` Ramsay Jones
2015-11-28 17:03     ` Jeff King
2015-11-27  9:15 ` [PATCH v1 2/2] add "ok=sigpipe" to test_must_fail and use it to fix flaky tests larsxschneider
2015-11-28 17:10   ` Jeff King
2015-12-01  9:05     ` Lars Schneider

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).