public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [committed][testsuite] Remove smaller-than.sh test in pr24747.sh
@ 2021-03-22  5:13 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2021-03-22  5:13 UTC (permalink / raw)
  To: dwz, jakub, mark

Hi,

As reported in PR27603, when using clang-11 we run into:
...
Running testsuite/dwz.tests/dwz-tests.exp ...
+ exec=start-gold
+ cp start-gold 1
+ dwz 1
+ smaller-than.sh 1 start-gold
FAIL: testsuite/dwz.tests/pr24747.sh
...

The FAIL as such has been fixed by commit b3c99ab "Make smaller-than.sh match
dwz heuristic", but the only reason that dwz manages to optimize something is
because the dwarf producer is lazy and doesn't generate minimal encodings.

We cannot assume that the dwarf producer is lazy, so remove the
smaller-than.sh test.

Committed to trunk.

Thanks,
- Tom

[testsuite] Remove smaller-than.sh test in pr24747.sh

2021-03-22  Tom de Vries  <tdevries@suse.de>

	PR dwz/27603
	* testsuite/dwz.tests/pr24747.sh: Remove smaller-than.sh test.

---
 testsuite/dwz.tests/pr24747.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/testsuite/dwz.tests/pr24747.sh b/testsuite/dwz.tests/pr24747.sh
index f868dbe..7182f72 100644
--- a/testsuite/dwz.tests/pr24747.sh
+++ b/testsuite/dwz.tests/pr24747.sh
@@ -4,6 +4,4 @@ cp $exec 1
 
 dwz 1
 
-smaller-than.sh 1 $exec
-
 rm -f 1

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

only message in thread, other threads:[~2021-03-22  5:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22  5:13 [committed][testsuite] Remove smaller-than.sh test in pr24747.sh 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).