public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [committed] Run pr25109.sh with --devel-ignore-size
@ 2019-01-01  0:00 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz, jakub

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  <tdevries@suse.de>

	* 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-06 10:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01  0:00 [committed] Run pr25109.sh with --devel-ignore-size Tom de Vries

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 read-only IMAP folder(s) and NNTP newsgroup(s).