This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] btrace, testsuite: fix spurious gdb.btrace/tsx.exp fails
- From: Pedro Alves <palves at redhat dot com>
- To: Markus Metzger <markus dot t dot metzger at intel dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 18 Sep 2015 12:44:28 +0100
- Subject: Re: [PATCH] btrace, testsuite: fix spurious gdb.btrace/tsx.exp fails
- Authentication-results: sourceware.org; auth=none
- References: <1442565363-13628-1-git-send-email-markus dot t dot metzger at intel dot com>
On 09/18/2015 09:36 AM, Markus Metzger wrote:
> If the atomic section in x86-tsx.S is aborted,
When can that happen? Is it normal that the test sees this?
> the tsx.exp test will fail
> even if the traced output is actually correct.
>
> Consider abort scenarios in the test.
>
> 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
>
> testsuite/
> * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
> instruction-history test.
Thanks,
Pedro Alves