[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r36790 - trunk/subversion/tests/cmdline

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 26 Mar 2009 18:17:01 +0100

With this change, and some of the others over the past few days, we're
now down to just SEVEN failures, and one xpass failure:

FAIL: merge_tests.py 32: merge a replacement of a file
FAIL: merge_tests.py 35: merge a replacement of a file to mixed rev wc
FAIL: merge_tests.py 77: subtrees added after start of merge range are ok
FAIL: merge_tests.py 106: target and subtrees need nonintersecting revs
FAIL: revert_tests.py 6: revert a merge replacement of file with history
FAIL: revert_tests.py 15: revert a committed replace-with-history == no-op
FAIL: revert_tests.py 17: status after replace+, revert, and local rm
At least one test XPASSED, checking /Users/gstein/src/svn/tests.log
XPASS: merge_tests.py 91: merge added subtree
Summary of test results:
  1080 tests PASSED
  24 tests SKIPPED
  24 tests XFAILED (1 WORK-IN-PROGRESS)
  7 tests FAILED
  1 tests XPASSED

Almost there!

I'm going to be starting on a Big Mother Test to verify that
svn_wc_entries_read() continues to return the same information as we
start jiggering things around. Up until this point, we've been using
svn as our test harness. But moving forward, svn will be changing
dramatically to use different internal APIs, processes, and concepts.
Thus, it will no longer be a good harness for the "old APIs". Thus,
the Big Mother Test.

Wish me luck :-P

Cheers,
-g

On Thu, Mar 26, 2009 at 17:36, Hyrum K. Wright <hyrum_at_hyrumwright.org> wrote:
> Author: hwright
> Date: Thu Mar 26 09:36:00 2009
> New Revision: 36790
>
> Log:
> Mark another legitimately-wc-ng-fixed bug as such in the test suite.
>
> * subversion/tests/cmdline/special_tests.py
>  (test_list): Mark diff_symlink_to_dir as Passing on wc-ng.
>
> Modified:
>   trunk/subversion/tests/cmdline/special_tests.py
>
> Modified: trunk/subversion/tests/cmdline/special_tests.py
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/tests/cmdline/special_tests.py?pathrev=36790&r1=36789&r2=36790
> ==============================================================================
> --- trunk/subversion/tests/cmdline/special_tests.py     Thu Mar 26 09:34:29 2009        (r36789)
> +++ trunk/subversion/tests/cmdline/special_tests.py     Thu Mar 26 09:36:00 2009        (r36790)
> @@ -645,7 +645,8 @@ test_list = [ None,
>                          server_has_mergeinfo),
>               SkipUnless(merge_file_into_symlink, svntest.main.is_posix_os),
>               checkout_repo_with_symlinks,
> -              XFail(SkipUnless(diff_symlink_to_dir, svntest.main.is_posix_os)),
> +              XFail(SkipUnless(diff_symlink_to_dir, svntest.main.is_posix_os),
> +                    svntest.main.is_not_ng),
>               checkout_repo_with_unknown_special_type,
>               replace_symlink_with_dir,
>               SkipUnless(update_obstructing_symlink, svntest.main.is_posix_os),
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=1432093
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1432566
Received on 2009-03-26 18:17:28 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.