Windows testsuite failures

Christian Biesinger cbiesinger@google.com
Thu May 28 18:15:19 GMT 2020


On Mon, May 25, 2020 at 1:58 PM Hannes Domani via Gdb-patches
<gdb-patches@sourceware.org> wrote:
> I went through all testsuite failures in gdb.base, and fixed everything
> I could figure out.

Out of curiosity, which environment did you them in? cygwin/msys/msys2?

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

I usually run with -j, but without it:
$  time make -C obj/gdb/testsuite/ check TESTS="gdb.base/*.exp"
[...]
real 33m41.442s
user 25m31.795s
sys 6m36.257s

So pretty much the same. This is on a Intel(R) Xeon(R) Gold 6154 CPU @
3.00GHz running Debian.

Christian


More information about the Gdb-patches mailing list