This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH v2 00/17] test suite parallel safety
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Fri, 18 Oct 2013 14:49:17 -0600
- Subject: [PATCH v2 00/17] test suite parallel safety
- Authentication-results: sourceware.org; auth=none
This is a refresh of my test suite parallel safety series.
You can see the original thread here:
https://sourceware.org/ml/gdb-patches/2013-08/msg00696.html
This resubmission also rolls in the patch to turn on parallel mode,
originally submitted separately:
https://sourceware.org/ml/gdb-patches/2013-08/msg00844.html
I believe this series addresses all the comments from the previous
one.
After rebasing, there were a few tests that started failing in
parallel mode. I've amended this series with a few patches (patches
14-16) to fix these.
Built and regtested on x86-64 Fedora 18 in both parallel and
"traditional" modes.
Let me know what you think.
Tom