From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9267 invoked by alias); 6 Nov 2019 10:54:13 -0000 Mailing-List: contact dwz-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: dwz-owner@sourceware.org Received: (qmail 9215 invoked by uid 89); 6 Nov 2019 10:54:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.2 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:988 X-Spam-Status: No, score=-25.2 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: mx1.suse.de X-Virus-Scanned: by amavisd-new at test-mx.suse.de Date: Tue, 01 Jan 2019 00:00:00 -0000 From: Tom de Vries To: dwz@sourceware.org, jakub@redhat.com Subject: [committed] Run pr25109.sh with --devel-ignore-size Message-ID: <20191106105406.GA9858@delia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-SW-Source: 2019-q4/txt/msg00036.txt.bz2 Hi, The new test-case pr25109.sh runs into this failure on all buildbots: ... dwz: 1: DWARF compression not beneficial - old size 246 new size 246 dwz: 2: DWARF compression not beneficial - old size 246 new size 246 FAIL: testsuite/dwz.tests/pr25109.sh ... Fix this by using --devel-ignore-size. Reproduced failure and tested fix on ubuntu 18.04. Committed to trunk. Thanks, - Tom Run pr25109.sh with --devel-ignore-size 2019-11-06 Tom de Vries * testsuite/dwz.tests/pr25109.sh: use --devel-ignore-size. --- testsuite/dwz.tests/pr25109.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/dwz.tests/pr25109.sh b/testsuite/dwz.tests/pr25109.sh index c063f7d..6da1f22 100644 --- a/testsuite/dwz.tests/pr25109.sh +++ b/testsuite/dwz.tests/pr25109.sh @@ -1,6 +1,6 @@ cp $execs/no-multifile-prop 1 cp 1 2 -dwz -m 3 1 2 +$execs/dwz-for-test -m 3 1 2 --devel-ignore-size rm -f 1 2 3