You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2016/04/06 11:52:12 UTC

svn commit: r1737956 - in /subversion/trunk/subversion/tests: cmdline/externals_tests.py libsvn_wc/op-depth-test.c

Author: rhuijben
Date: Wed Apr  6 09:52:12 2016
New Revision: 1737956

URL: http://svn.apache.org/viewvc?rev=1737956&view=rev
Log:
Mark 2 tests that depend on directory moves containing file externals as
XFail to fix the build until a proper solution is found.

* subversion/tests/cmdline/externals_tests.py
  (move_with_file_externals): Mark XFail.
  
* subversion/tests/libsvn_wc/op-depth-test.c
  (test_list): Mark move_delete_file_externals XFail.

Modified:
    subversion/trunk/subversion/tests/cmdline/externals_tests.py
    subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c

Modified: subversion/trunk/subversion/tests/cmdline/externals_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/externals_tests.py?rev=1737956&r1=1737955&r2=1737956&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/externals_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/externals_tests.py Wed Apr  6 09:52:12 2016
@@ -3076,6 +3076,7 @@ def list_include_externals(sbox):
     expected_stdout, [], 0, 'ls', '--include-externals', C_url)
 
 @Issue(4293)
+@XFail()
 def move_with_file_externals(sbox):
   "move with file externals"
 

Modified: subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c?rev=1737956&r1=1737955&r2=1737956&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c Wed Apr  6 09:52:12 2016
@@ -12032,7 +12032,7 @@ static struct svn_test_descriptor_t test
                        "move depth expansion"),
     SVN_TEST_OPTS_XFAIL(move_retract,
                        "move retract (issue 4336)"),
-    SVN_TEST_OPTS_PASS(move_delete_file_externals,
+    SVN_TEST_OPTS_XFAIL(move_delete_file_externals,
                        "move/delete file externals (issue 4293)"),
     SVN_TEST_OPTS_PASS(update_with_tree_conflict,
                        "update with tree conflict (issue 4347)"),



Re: svn commit: r1737956 - in /subversion/trunk/subversion/tests: cmdline/externals_tests.py libsvn_wc/op-depth-test.c

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
rhuijben@apache.org wrote on Wed, Apr 06, 2016 at 09:52:12 -0000:
> Author: rhuijben
> Date: Wed Apr  6 09:52:12 2016
> New Revision: 1737956
> 
> URL: http://svn.apache.org/viewvc?rev=1737956&view=rev
> Log:
> Mark 2 tests that depend on directory moves containing file externals as
> XFail to fix the build until a proper solution is found.
> 
> * subversion/tests/cmdline/externals_tests.py
>   (move_with_file_externals): Mark XFail.
>   
> * subversion/tests/libsvn_wc/op-depth-test.c
>   (test_list): Mark move_delete_file_externals XFail.

Might want to mark the tests WIMP or to reopen the issue, so we don't
forget about this.

Re: svn commit: r1737956 - in /subversion/trunk/subversion/tests: cmdline/externals_tests.py libsvn_wc/op-depth-test.c

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
rhuijben@apache.org wrote on Wed, Apr 06, 2016 at 09:52:12 -0000:
> Author: rhuijben
> Date: Wed Apr  6 09:52:12 2016
> New Revision: 1737956
> 
> URL: http://svn.apache.org/viewvc?rev=1737956&view=rev
> Log:
> Mark 2 tests that depend on directory moves containing file externals as
> XFail to fix the build until a proper solution is found.
> 
> * subversion/tests/cmdline/externals_tests.py
>   (move_with_file_externals): Mark XFail.
>   
> * subversion/tests/libsvn_wc/op-depth-test.c
>   (test_list): Mark move_delete_file_externals XFail.

Might want to mark the tests WIMP or to reopen the issue, so we don't
forget about this.