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

[Bug default/24438] new regressions with dwz -m



https://sourceware.org/bugzilla/show_bug.cgi?id=24438

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
(In reply to Tom de Vries from comment #0)
> ...
> < PASS: gdb.base/jit-so.exp: test jit-reader-load filename completion
> ---
> > FAIL: gdb.base/jit-so.exp: test jit-reader-load filename completion
> ...

In the passing case, we have:
...
(gdb) PASS: gdb.base/jit-so.exp: one_jit_test-2: info function jit_function
complete jit-reader-load
/data/gdb_versions/devel/build/gdb/testsuite/outputs/gdb.base/jit-so/jit-solib.s^M
jit-reader-load
/data/gdb_versions/devel/build/gdb/testsuite/outputs/gdb.base/jit-so/jit-solib.so^M
(gdb) PASS: gdb.base/jit-so.exp: test jit-reader-load filename completion
...

And in the failing case we have:
...
(gdb) PASS: gdb.base/jit-so.exp: one_jit_test-2: info function jit_function
complete jit-reader-load
/data/gdb_versions/devel/build/gdb/testsuite/outputs/gdb.base/jit-so/jit-solib.s^M
jit-reader-load
/data/gdb_versions/devel/build/gdb/testsuite/outputs/gdb.base/jit-so/jit-solib.so^M
jit-reader-load
/data/gdb_versions/devel/build/gdb/testsuite/outputs/gdb.base/jit-so/jit-solib.so.alt^M
(gdb) FAIL: gdb.base/jit-so.exp: test jit-reader-load filename completion
...

The failure is caused by the fact that the test-case does not expect the .alt
file.

-- 
You are receiving this mail because:
You are on the CC list for the bug.