test/tools/javac/lambda/ExceptionsInLambda.out

Mon, 07 Apr 2014 11:38:59 +0200

author
kizune
date
Mon, 07 Apr 2014 11:38:59 +0200
changeset 2354
b33835c5d96a
parent 0
959103a6100f
permissions
-rw-r--r--

8031425: Two langtools/javac tests fail by timeout on Windows
Reviewed-by: vromero, jjg

     1 ExceptionsInLambda.java:43:25: compiler.err.unreported.exception.need.to.catch.or.throw: java.io.FileNotFoundException
     2 ExceptionsInLambda.java:46:32: compiler.err.unreported.exception.need.to.catch.or.throw: java.io.IOException
     3 ExceptionsInLambda.java:51:22: compiler.err.unreported.exception.need.to.catch.or.throw: java.io.FileNotFoundException
     4 3 errors

mercurial