[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[committed] Run pr25109.sh with --devel-ignore-size



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