public inbox for gcc-rust@gcc.gnu.org
 help / color / mirror / Atom feed
* make check-rust doesn't fail, but now the buildbot does
@ 2022-02-22 23:59 Mark Wielaard
  2022-02-23 11:57 ` Philip Herron
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Wielaard @ 2022-02-22 23:59 UTC (permalink / raw)
  To: gcc-rust

Hi,

make check-rust doesn't fail if there are any unexpected failuress.
I couldn't figure out why not. So I added a new step to the buildbot
so that it does grep unexpected gcc/testsuite/rust/rust.sum; test $? == 1"
which should make the build fail if there are any unexpected test results.

If this works at least the debian-i686 builder should start failing
because it has a couple of failing test results.

Cheers,

Mark


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

* Re: make check-rust doesn't fail, but now the buildbot does
  2022-02-22 23:59 make check-rust doesn't fail, but now the buildbot does Mark Wielaard
@ 2022-02-23 11:57 ` Philip Herron
  0 siblings, 0 replies; 2+ messages in thread
From: Philip Herron @ 2022-02-23 11:57 UTC (permalink / raw)
  To: Mark Wielaard; +Cc: gcc-rust

Thanks for doing this I've been investigating the issue with the 2
match expressions I think it's down to the layout of the enum type not
being correct. Not quite sure what the fix will be yet.

Overall it's just great to have this level of feedback automatically
on multiple machines.

--Phil

On Tue, 22 Feb 2022 at 23:59, Mark Wielaard <mark@klomp.org> wrote:
>
> Hi,
>
> make check-rust doesn't fail if there are any unexpected failuress.
> I couldn't figure out why not. So I added a new step to the buildbot
> so that it does grep unexpected gcc/testsuite/rust/rust.sum; test $? == 1"
> which should make the build fail if there are any unexpected test results.
>
> If this works at least the debian-i686 builder should start failing
> because it has a couple of failing test results.
>
> Cheers,
>
> Mark
>
> --
> Gcc-rust mailing list
> Gcc-rust@gcc.gnu.org
> https://gcc.gnu.org/mailman/listinfo/gcc-rust

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

end of thread, other threads:[~2022-02-23 11:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22 23:59 make check-rust doesn't fail, but now the buildbot does Mark Wielaard
2022-02-23 11:57 ` Philip Herron

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).