All of lore.kernel.org
 help / color / mirror / Atom feed
* [StGit PATCH 0/2] Test improvements
@ 2008-07-08  4:03 Karl Hasselström
  2008-07-08  4:03 ` [StGit PATCH 1/2] Test for specific exit code Karl Hasselström
  2008-07-08  4:03 ` [StGit PATCH 2/2] Test for "stg edit" Karl Hasselström
  0 siblings, 2 replies; 3+ messages in thread
From: Karl Hasselström @ 2008-07-08  4:03 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git

First, a change across all the tests to make sure that stg always
exits with the correct exit code even when it's not zero. This lets us
detect the difference between a controlled failure and a crash.

Second, a rather comprehensive test fir "stg edit" -- we didn't test
it at all. Which can be seen in the number of failures in this test.

They are available in kha/safe. The patches in kha/experimental have
been rebased on top of these, resulting in a number of new test
failures that I've had to fix.

---

Karl Hasselström (2):
      Test for "stg edit"
      Test for specific exit code


 t/README                    |    6 +
 t/t0001-subdir-branches.sh  |   12 +--
 t/t0002-status.sh           |    2 
 t/t1000-branch-create.sh    |    8 +-
 t/t1001-branch-rename.sh    |    2 
 t/t1002-branch-clone.sh     |    2 
 t/t1200-push-modified.sh    |    2 
 t/t1202-push-undo.sh        |    4 -
 t/t1203-push-conflict.sh    |    4 -
 t/t1205-push-subdir.sh      |    4 -
 t/t1301-repair.sh           |    2 
 t/t1302-repair-interop.sh   |    4 -
 t/t1400-patch-history.sh    |    2 
 t/t1501-sink.sh             |    2 
 t/t1600-delete-one.sh       |    4 -
 t/t1601-delete-many.sh      |    2 
 t/t2000-sync.sh             |    4 -
 t/t2101-pull-policy-pull.sh |    2 
 t/t2200-rebase.sh           |    2 
 t/t2500-clean.sh            |    2 
 t/t2900-rename.sh           |    8 +-
 t/t3000-dirty-merge.sh      |    2 
 t/t3300-edit.sh             |  205 +++++++++++++++++++++++++++++++++++++++++++
 t/t4000-upgrade.sh          |    2 
 t/test-lib.sh               |   24 +++++
 25 files changed, 271 insertions(+), 42 deletions(-)
 create mode 100755 t/t3300-edit.sh

-- 
Karl Hasselström, kha@treskal.com
      www.treskal.com/kalle

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

end of thread, other threads:[~2008-07-08  4:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08  4:03 [StGit PATCH 0/2] Test improvements Karl Hasselström
2008-07-08  4:03 ` [StGit PATCH 1/2] Test for specific exit code Karl Hasselström
2008-07-08  4:03 ` [StGit PATCH 2/2] Test for "stg edit" Karl Hasselström

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.