public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: Per Bothner <per@bothner.com>
To: Duncan Mak <duncanmak@gmail.com>
Cc: kawa mailing list <kawa@sourceware.org>
Subject: Re: Show all warnings and errors
Date: Tue, 01 Jan 2019 20:58:00 -0000	[thread overview]
Message-ID: <93f2d7a1-69f9-9574-7604-ad7a8df2033e@bothner.com> (raw)
In-Reply-To: <CABgWrqq2Y8O_ZcFMmLvjTrrR1+YD6nmDz5vSsFnnSHeAd70v7w@mail.gmail.com>

On 1/1/19 12:47 PM, Duncan Mak wrote:
> I tried out the --max-error=NNN option and it doesn't seem to have
> changed how the output comes out.
> 
> Here's what I see:
> https://gist.github.com/duncanmak/38f451c9f26ba0000be38d0bd304313b

I'm guessing the --max-errors flag isn't being passed down to your test-runner?

You could try a adding:

     new Error("skipping tests max:"+gnu.expr.Compilation.maxErrors()).printStackTrace();

in the place in SourcesMessages.java where the "skipped " message is printed.

I assume this is all in the same kawa run on a single JVM instance?  If not you have to pass
the -max-errors flag to the inferior kawa.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/

  reply	other threads:[~2019-01-01 20:58 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-31 23:18 Duncan Mak
2019-01-01  2:12 ` Per Bothner
2019-01-01  2:33   ` Duncan Mak
2019-01-01  2:42     ` Per Bothner
2019-01-01 20:47   ` Duncan Mak
2019-01-01 20:58     ` Per Bothner [this message]
2019-01-01 21:16       ` Duncan Mak
2019-01-01 21:24         ` Per Bothner
2019-01-01 21:31           ` Duncan Mak
2019-01-01 21:42             ` Per Bothner
2019-01-01 22:08               ` Duncan Mak
2022-09-18  3:03                 ` Duncan Mak
2022-09-18 19:11                   ` Per Bothner
2022-09-18 22:06                     ` Duncan Mak
2022-09-19 10:48                       ` Per Bothner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=93f2d7a1-69f9-9574-7604-ad7a8df2033e@bothner.com \
    --to=per@bothner.com \
    --cc=duncanmak@gmail.com \
    --cc=kawa@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).