git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] t/t6035-merge-dir-to-symlink.sh: Remove TODO on passing test
@ 2010-07-27 16:54 Ævar Arnfjörð Bjarmason
  2010-07-27 23:08 ` Elijah Newren
  0 siblings, 1 reply; 3+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2010-07-27 16:54 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Elijah Newren,
	Ævar Arnfjörð Bjarmason

Various merge-recursive cases were fixed in "merge-recursive: Fix D/F
conflicts" by Elijah Newren. Some tests were changed from
test_expect_failure to test_expect_success, but one fell through the
cracks.

Change that test to use test_expect_success.
---
 t/t6035-merge-dir-to-symlink.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/t6035-merge-dir-to-symlink.sh b/t/t6035-merge-dir-to-symlink.sh
index 272bab5..dc09513 100755
--- a/t/t6035-merge-dir-to-symlink.sh
+++ b/t/t6035-merge-dir-to-symlink.sh
@@ -72,7 +72,7 @@ test_expect_success 'Handle F/D conflict, do not lose a/b-2/c/d in merge (resolv
 	test -f a/b-2/c/d
 '
 
-test_expect_failure 'Handle F/D conflict, do not lose a/b-2/c/d in merge (recursive)' '
+test_expect_success 'Handle F/D conflict, do not lose a/b-2/c/d in merge (recursive)' '
 	git reset --hard &&
 	git checkout master^0 &&
 	git merge -s recursive baseline^0 &&
-- 
1.7.1

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

* Re: [PATCH] t/t6035-merge-dir-to-symlink.sh: Remove TODO on passing  test
  2010-07-27 16:54 [PATCH] t/t6035-merge-dir-to-symlink.sh: Remove TODO on passing test Ævar Arnfjörð Bjarmason
@ 2010-07-27 23:08 ` Elijah Newren
  2010-07-28  7:31   ` Ævar Arnfjörð Bjarmason
  0 siblings, 1 reply; 3+ messages in thread
From: Elijah Newren @ 2010-07-27 23:08 UTC (permalink / raw)
  To: Ævar Arnfjörð Bjarmason; +Cc: git, Junio C Hamano

Hi,

On Tue, Jul 27, 2010 at 10:54 AM, Ævar Arnfjörð Bjarmason
<avarab@gmail.com> wrote:
> Various merge-recursive cases were fixed in "merge-recursive: Fix D/F
> conflicts" by Elijah Newren. Some tests were changed from
> test_expect_failure to test_expect_success, but one fell through the
> cracks.
>
> Change that test to use test_expect_success.

Weird, I know I tested all of these individually and worked to make
sure they all passed; I have no idea how I would have forgotten to
update this particular test.

Anyway, thanks for cleaning up after me.  :-)

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

* Re: [PATCH] t/t6035-merge-dir-to-symlink.sh: Remove TODO on passing  test
  2010-07-27 23:08 ` Elijah Newren
@ 2010-07-28  7:31   ` Ævar Arnfjörð Bjarmason
  0 siblings, 0 replies; 3+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2010-07-28  7:31 UTC (permalink / raw)
  To: Elijah Newren; +Cc: git, Junio C Hamano

On Tue, Jul 27, 2010 at 23:08, Elijah Newren <newren@gmail.com> wrote:
> Hi,
>
> On Tue, Jul 27, 2010 at 10:54 AM, Ævar Arnfjörð Bjarmason
> <avarab@gmail.com> wrote:
>> Various merge-recursive cases were fixed in "merge-recursive: Fix D/F
>> conflicts" by Elijah Newren. Some tests were changed from
>> test_expect_failure to test_expect_success, but one fell through the
>> cracks.
>>
>> Change that test to use test_expect_success.
>
> Weird, I know I tested all of these individually and worked to make
> sure they all passed; I have no idea how I would have forgotten to
> update this particular test.

It still passes, but nothing flags unexpectedly passing TODO tests if
you use "make test", but if you use "prove" they're spotted.

On pu:

    v t (pu) $ prove ./t6035-merge-dir-to-symlink.sh
    ./t6035-merge-dir-to-symlink.sh .. ok
    All tests successful.

    Test Summary Report
    -------------------
    ./t6035-merge-dir-to-symlink.sh (Wstat: 0 Tests: 16 Failed: 0)
      TODO passed:   8
    Files=1, Tests=16,  1 wallclock secs ( 0.03 usr  0.01 sys +  0.10
cusr  0.53 csys =  0.67 CPU)
    Result: PASS

With this patch:

    v t (merge-dir-to-symlink-todo-test) $ prove ./t6035-merge-dir-to-symlink.sh
    ./t6035-merge-dir-to-symlink.sh .. ok
    All tests successful.
    Files=1, Tests=16,  1 wallclock secs ( 0.03 usr  0.02 sys +  0.13
cusr  0.53 csys =  0.71 CPU)
    Result: PASS

The default harness / aggregate-resaults *could* be fixed to deal with
it, but I haven't been motivated to do so since prove just works :)

> Anyway, thanks for cleaning up after me.  :-)

No problem.

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

end of thread, other threads:[~2010-07-28  7:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-27 16:54 [PATCH] t/t6035-merge-dir-to-symlink.sh: Remove TODO on passing test Ævar Arnfjörð Bjarmason
2010-07-27 23:08 ` Elijah Newren
2010-07-28  7:31   ` Ævar Arnfjörð Bjarmason

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