Based on timeout failures I've seen for tests that do not specify a
timeout, the default timeout (currently) is 2 minutes.
@ignore will by default make jtreg report the test as having an ERROR ..
not failed !
The logic for this behaviour is a bit odd but it is what it is/
To have jtreg really ignore tests with @ignore you need to pass this
option :
-ignore:quiet
-phil.
On 11/14/2017 02:03 PM, Laurent Bourgès wrote:
Phil,
Here is the new webrev against up-to-date jdk forrest (2D) + tested
with jtreg (marlin package) that provides latest Marlin 0.8.2
including the new path clipping filter (Stroker & Filler):
http://cr.openjdk.java.net/~lbourges/marlin/marlin-082-8184429.0/
<http://cr.openjdk.java.net/%7Elbourges/marlin/marlin-082-8184429.0/>
I will create a new bug (as the current bug concerns javafx) tomorrow
and give the complete change log + some explanations (late).
PS: I added the new ClipShapeTests with special jtreg tags: what is
the default timeout ? The complete tests are slow ~ 20mins, so I added
@ignore but it marks the test as failed.
Cheers,
Laurent