RFR(XS): JDK-8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2 (original) (raw)
denis kononenko denis.kononenko at oracle.com
Mon May 18 13:03:45 UTC 2015
- Previous message: RFR 8072853: SimpleScriptContext used by NashornScriptEngine doesn't completely complies to the spec regarding exception throwing
- Next message: RFR(XS): JDK-8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi All,
Please review the very small change in TEST.groups file.
Webrev link: http://cr.openjdk.java.net/~skovalev/dkononen/8077866/webrev.00/ Bug id: JDK-8077866 <https://bugs.openjdk.java.net/browse/JDK-8077866> Testing: automated Description:
The following tests cannot be run on compact profiles 1 and 2:
java/lang/invoke/lambda/LambdaStackTrace.java: requires javax.tools.StandardJavaFileManager (JEP-161, available in Compact Profile 3); java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java: inherits from the LambdaFormTestCase class which, in turn, has dependency on java.lang.management package (JEP-161, available in Compact Profile 3); java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java: the same as above; java/lang/invoke/LFCaching/LFGarbageCollectedTest.java the same as above;
The fix simply adds these tests into the :needs_compact3 group.
Thank you, Denis.
- Previous message: RFR 8072853: SimpleScriptContext used by NashornScriptEngine doesn't completely complies to the spec regarding exception throwing
- Next message: RFR(XS): JDK-8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]