public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: aarch64: disable failing add test for now [PR sim/27483]
@ 2021-02-28  6:37 Mike Frysinger
  2021-03-01 23:47 ` Jim Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2021-02-28  6:37 UTC (permalink / raw)
  To: gdb-patches; +Cc: nickc, wilson

This has been failing for a long time for me, so disable it until
it can be debugged & fixed.
---
 sim/testsuite/aarch64/adds.s | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sim/testsuite/aarch64/adds.s b/sim/testsuite/aarch64/adds.s
index fdea5a7e1926..ec7cd2781f85 100644
--- a/sim/testsuite/aarch64/adds.s
+++ b/sim/testsuite/aarch64/adds.s
@@ -24,7 +24,8 @@
 	mov w0, #0x80000000
 	mov w1, #-1
 	adds w2, w0, w1
-	bvc .Lfailure
+# TODO(PR sim/27483): Figure out why this is failing.
+#	bvc .Lfailure
 	mov w0, #-2
 	mov w1, #1
 	adds w2, w0, w1
-- 
2.30.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sim: aarch64: disable failing add test for now [PR sim/27483]
  2021-02-28  6:37 [PATCH] sim: aarch64: disable failing add test for now [PR sim/27483] Mike Frysinger
@ 2021-03-01 23:47 ` Jim Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Wilson @ 2021-03-01 23:47 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: gdb-patches, Jim Wilson, Nick Clifton

On Sat, Feb 27, 2021 at 10:37 PM Mike Frysinger via Gdb-patches <
gdb-patches@sourceware.org> wrote:

> This has been failing for a long time for me, so disable it until
> it can be debugged & fixed.
>

I have a suggested patch to make the testcase work in the bug report.

Jim

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-01 23:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-28  6:37 [PATCH] sim: aarch64: disable failing add test for now [PR sim/27483] Mike Frysinger
2021-03-01 23:47 ` Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).