From commits-return-48976-archive-asf-public=cust-asf.ponee.io@subversion.apache.org Thu Jun 28 22:09:51 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 691E4180662 for ; Thu, 28 Jun 2018 22:09:50 +0200 (CEST) Received: (qmail 67920 invoked by uid 500); 28 Jun 2018 20:09:49 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 67910 invoked by uid 99); 28 Jun 2018 20:09:49 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2018 20:09:49 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id B32193A00AF for ; Thu, 28 Jun 2018 20:09:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1834640 - /subversion/trunk/subversion/tests/cmdline/patch_tests.py Date: Thu, 28 Jun 2018 20:09:48 -0000 To: commits@subversion.apache.org From: julianfoad@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180628200948.B32193A00AF@svn01-us-west.apache.org> Author: julianfoad Date: Thu Jun 28 20:09:47 2018 New Revision: 1834640 URL: http://svn.apache.org/viewvc?rev=1834640&view=rev Log: Following r1834628, mark new test as XFail. * subversion/tests/cmdline/patch_tests.py (patch_empty_prop): Mark as XFail, as this tests a reported bug. Modified: subversion/trunk/subversion/tests/cmdline/patch_tests.py Modified: subversion/trunk/subversion/tests/cmdline/patch_tests.py URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/patch_tests.py?rev=1834640&r1=1834639&r2=1834640&view=diff ============================================================================== --- subversion/trunk/subversion/tests/cmdline/patch_tests.py (original) +++ subversion/trunk/subversion/tests/cmdline/patch_tests.py Thu Jun 28 20:09:47 2018 @@ -7853,6 +7853,7 @@ def patch_mergeinfo_in_regular_prop_form [], True, True, '--strip', strip_count) +@XFail() def patch_empty_prop(sbox): "patch empty prop" sbox.build(empty=True)