Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Hannes Domani <ssbssa@yahoo.de>
To: gdb-patches@sourceware.org
Subject: Windows testsuite failures
Date: Mon, 25 May 2020 20:56:52 +0200	[thread overview]
Message-ID: <20200525185659.59346-1-ssbssa@yahoo.de> (raw)
In-Reply-To: <20200525185659.59346-1-ssbssa.ref@yahoo.de>

I went through all testsuite failures in gdb.base, and fixed everything
I could figure out.

So this series is about the bugs in gdb itself.

After this, there are still quite a few unexpected failures, and even
some unexpected successes.

Like in these, gdb returns for virtual inheritance classes "vtable" where
"VTT" is expected:
FAIL: gdb.base/max-depth-c++.exp: exp='v2': depth=1: p v2
FAIL: gdb.base/max-depth-c++.exp: exp='v2': depth=2: p v2
FAIL: gdb.base/max-depth-c++.exp: exp='v2': depth=unlimited: p v2
FAIL: gdb.base/max-depth-c++.exp: exp='v3': depth=1: p v3

Or this one, where gdb is started with --write, and then crashes when
actually trying to write the executable at the end:
FAIL: gdb.base/write_mem.exp: x /xh main

I don't know if these are bugs, so I'm not sure what to do with them (the
crash part is obviously bad, but should --write even be possible?).

I can provide any logs if necessary.

                === gdb Summary ===

# of expected passes            31937
# of unexpected failures        61
# of unexpected successes       4
# of expected failures          24
# of known failures             27
# of unresolved testcases       2
# of untested testcases         81
# of unsupported tests          81
# of duplicate test names       68

Failures:
FAIL: gdb.base/step-over-no-symbols.exp: displaced=off: advanced
FAIL: gdb.base/charset.exp: parse character literal in UTF-32
FAIL: gdb.base/charset.exp: check value of parsed character literal in UTF-32
FAIL: gdb.base/charset.exp: check value of '\a' in UTF-32
FAIL: gdb.base/charset.exp: check value of '\b' in UTF-32
FAIL: gdb.base/charset.exp: check value of '\f' in UTF-32
FAIL: gdb.base/charset.exp: check value of '\n' in UTF-32
FAIL: gdb.base/charset.exp: check value of '\r' in UTF-32
FAIL: gdb.base/charset.exp: check value of '\t' in UTF-32
FAIL: gdb.base/charset.exp: check value of '\v' in UTF-32
FAIL: gdb.base/charset.exp: print escape that doesn't exist in UTF-32
FAIL: gdb.base/charset.exp: check value of escape that doesn't exist in UTF-32
FAIL: gdb.base/charset.exp: basic wide character
FAIL: gdb.base/charset.exp: set_prefix=L: display String String32 with x/ws
FAIL: gdb.base/index-cache.exp: test_cache_enabled_miss: expected file is there
FAIL: gdb.base/index-cache.exp: test_cache_enabled_miss: check index-cache stats
FAIL: gdb.base/index-cache.exp: test_cache_enabled_hit: no files were created
FAIL: gdb.base/index-cache.exp: test_cache_enabled_hit: check index-cache stats
FAIL: gdb.base/exprs.exp: truncate (void*) 0x00000000ffffffff + 1
FAIL: gdb.base/exprs.exp: truncate (void*) 0xffffffff00000000 - 1
FAIL: gdb.base/ui-redirect.exp: redirect: set logging active on (timeout)
FAIL: gdb.base/ui-redirect.exp: redirect: save breakpoints cmds.txt (timeout)
FAIL: gdb.base/ui-redirect.exp: redirect: userdefined (timeout)
FAIL: gdb.base/float128.exp: print large128 (GDB may be missing MPFR support!)
FAIL: gdb.base/dmsym.exp: info line test_minsym
FAIL: gdb.base/long_long.exp: p/a *(long *)l
FAIL: gdb.base/wchar.exp: print single
FAIL: gdb.base/wchar.exp: print difficile
FAIL: gdb.base/wchar.exp: print difficile[2]
FAIL: gdb.base/wchar.exp: print repeat
FAIL: gdb.base/wchar.exp: print repeat_p
FAIL: gdb.base/wchar.exp: print repeat (print null on)
FAIL: gdb.base/wchar.exp: print repeat (print elements 3)
FAIL: gdb.base/wchar.exp: print repeat_p (print elements 3)
FAIL: gdb.base/longjmp.exp: next over call_longjmp (2)
FAIL: gdb.base/trace-commands.exp: nested trace-commands test (pattern 2)
FAIL: gdb.base/trace-commands.exp: depth resets on error part 1 (pattern 2)
FAIL: gdb.base/sepdebug.exp: CRC mismatch is reported
FAIL: gdb.base/max-depth-c++.exp: exp='v2': depth=1: p v2
FAIL: gdb.base/max-depth-c++.exp: exp='v2': depth=2: p v2
FAIL: gdb.base/max-depth-c++.exp: exp='v2': depth=unlimited: p v2
FAIL: gdb.base/max-depth-c++.exp: exp='v3': depth=1: p v3
FAIL: gdb.base/max-depth-c++.exp: exp='v3': depth=2: p v3
FAIL: gdb.base/max-depth-c++.exp: exp='v3': depth=unlimited: p v3
FAIL: gdb.base/max-depth-c++.exp: exp='v4': depth=2: p v4
FAIL: gdb.base/max-depth-c++.exp: exp='v4': depth=3: p v4
FAIL: gdb.base/max-depth-c++.exp: exp='v4': depth=unlimited: p v4
FAIL: gdb.base/max-depth-c++.exp: exp='v5': depth=2: p v5
FAIL: gdb.base/max-depth-c++.exp: exp='v5': depth=3: p v5
FAIL: gdb.base/max-depth-c++.exp: exp='v5': depth=unlimited: p v5
FAIL: gdb.base/max-depth-c++.exp: exp='v6': depth=2: p v6
FAIL: gdb.base/max-depth-c++.exp: exp='v6': depth=3: p v6
FAIL: gdb.base/max-depth-c++.exp: exp='v6': depth=unlimited: p v6
FAIL: gdb.base/max-depth-c++.exp: exp='v7': depth=3: p v7
FAIL: gdb.base/max-depth-c++.exp: exp='v7': depth=4: p v7
FAIL: gdb.base/max-depth-c++.exp: exp='v7': depth=unlimited: p v7
FAIL: gdb.base/write_mem.exp: x /xh main
FAIL: gdb.base/step-indirect-call-thunk.exp: stepi into call thunk
FAIL: gdb.base/step-indirect-call-thunk.exp: stepi into return thunk
FAIL: gdb.base/step-indirect-call-thunk.exp: stepi out of return thunk back into thrice
FAIL: gdb.base/with.exp: user-defined: define usercmd (timeout)

Unexpected passes:
XPASS: gdb.base/sepdebug.exp: build-id: breakpoint function, optimized file
XPASS: gdb.base/sepdebug.exp: build-id: breakpoint small function, optimized file
XPASS: gdb.base/sepdebug.exp: build-id: run until function breakpoint, optimized file
XPASS: gdb.base/sepdebug.exp: build-id: run until breakpoint set at small function, optimized file (line bp_location14)


PS: It takes 40 minutes to run all tests of gdb.base, how does this
compare to Linux?


Hannes



       reply	other threads:[~2020-05-25 18:57 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20200525185659.59346-1-ssbssa.ref@yahoo.de>
2020-05-25 18:56 ` Hannes Domani [this message]
2020-05-25 18:56   ` [PATCH 1/7] Fix function argument and return value locations Hannes Domani
2020-05-25 21:02     ` Simon Marchi
2020-05-25 21:32       ` Hannes Domani
2020-05-25 22:14         ` Simon Marchi
2020-05-25 23:03           ` Hannes Domani
2020-05-26 16:14             ` Simon Marchi
2020-05-26 20:43         ` Tom Tromey
2020-05-25 18:56   ` [PATCH 2/7] Handle Windows drives in auto-load script paths Hannes Domani
2020-05-26 16:04     ` Jon Turney
2020-05-26 16:31       ` Hannes Domani
2020-05-26 16:05     ` Christian Biesinger
2020-05-26 16:25       ` Hannes Domani
2020-05-26 16:31         ` Christian Biesinger
2020-05-26 16:40           ` Hannes Domani
2020-05-26 16:42             ` Christian Biesinger
2020-05-26 17:14               ` Hannes Domani
2020-05-25 18:56   ` [PATCH 3/7] Handle Windows drives in rbreak paths Hannes Domani
2020-05-25 18:56   ` [PATCH 4/7] Use errno value of first openp failure Hannes Domani
2020-05-26 20:37     ` Tom Tromey
2020-05-25 18:56   ` [PATCH 5/7] Close file handle of empty history file Hannes Domani
2020-05-26 16:37     ` Christian Biesinger
2020-05-26 17:42       ` Hannes Domani
2020-05-27 14:33         ` Tom Tromey
2020-05-27 17:37           ` Hannes Domani
2020-05-27 18:27             ` Christian Biesinger
2020-05-25 18:56   ` [PATCH 6/7] Move exit_status_set_internal_vars out of GLOBAL_CURDIR Hannes Domani
2020-05-26 20:45     ` Tom Tromey
2020-05-27 17:50       ` Hannes Domani
2020-05-25 18:56   ` [PATCH 7/7] Reset Windows hardware breakpoints on executable's entry point Hannes Domani
2020-05-27 12:07     ` Pedro Alves
2020-05-27 14:48       ` Pedro Alves
2020-05-27 15:39         ` Hannes Domani
2020-05-31 15:54           ` Pedro Alves
2020-05-31 16:37     ` Pedro Alves
2020-06-07 12:56       ` Hannes Domani
2020-07-08 17:43         ` Hannes Domani
2020-10-09 18:22         ` Pedro Alves
2020-10-09 18:51           ` Hannes Domani via Gdb-patches
2020-10-12 11:13             ` Pedro Alves
2020-10-12 17:21       ` Tom Tromey
2020-10-12 17:22         ` Tom Tromey
2020-05-28 18:15   ` Windows testsuite failures Christian Biesinger
2020-05-28 18:37     ` Hannes Domani

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200525185659.59346-1-ssbssa@yahoo.de \
    --to=ssbssa@yahoo.de \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox