[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 #2 from Tom de Vries <vries at gcc dot gnu.org> ---
(In reply to Tom de Vries from comment #0)
> < PASS: gdb.base/index-cache.exp: test_cache_enabled_hit: check index-cache
> stats
> ---
> > FAIL: gdb.base/index-cache.exp: test_cache_enabled_hit: check index-cache stats

In the passing case, we have:
...
PASS: gdb.base/index-cache.exp: test_cache_enabled_hit: no files were created
show index-cache stats^M
  Cache hits (this session): 1^M
Cache misses (this session): 0^M
(gdb) PASS: gdb.base/index-cache.exp: test_cache_enabled_hit: check index-cache
stats
...

and in the failing case we have:
...
PASS: gdb.base/index-cache.exp: test_cache_enabled_hit: no files were created
show index-cache stats^M
  Cache hits (this session): 0^M
Cache misses (this session): 1^M
(gdb) FAIL: gdb.base/index-cache.exp: test_cache_enabled_hit: check index-cache
stats
...

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