RFR [XS] : 8227247: tools/sjavac/IdleShutdown.java fails with AssertionError: Error too big on windows

Baesken, Matthias matthias.baesken at sap.com
Wed Jul 17 07:25:47 UTC 2019


Hi Jon / Thomas , are you fine with the updated revision ?

Best regards, Matthias


From: Baesken, Matthias
Sent: Mittwoch, 10. Juli 2019 11:40
To: compiler-dev at openjdk.java.net
Cc: Zeller, Arno <arno.zeller at sap.com>
Subject: RE: RFR [XS] : 8227247: tools/sjavac/IdleShutdown.java fails with AssertionError: Error too big on windows


Hi Jon,   I switched to  the  proposed   test.timeout.factor   property :

http://cr.openjdk.java.net/~mbaesken/webrevs/8227247.1/


Best regards, Matthias



https://mail.openjdk.java.net/pipermail/compiler-dev/2019-July/013525.html


Generally, the typical way to handle timeouts on slow machines is to use
the jtreg "timeout factor" mechanism, which is a multiplicative factor
that can be set from the command line.  This allows timeouts to be
increased on slow machines without unduly increasing timeouts for all
platforms.

Within the test, the value is available in the `test.timeout.factor`
system property.

https://openjdk.java.net/jtreg/tag-spec.html#testvars

-- Jon

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20190717/3cfa5a90/attachment-0001.html>


More information about the compiler-dev mailing list