8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles
Evgeniya Stepanova
evgeniya.stepanova at oracle.com
Fri Jul 4 09:33:42 UTC 2014
Re-attached lost diff
Also, just for sure, diff as plain text (really small)
diff -r fafb06b35f05 test/TEST.groups
--- a/test/TEST.groups Sun Jun 22 18:50:35 2014 -0400
+++ b/test/TEST.groups Thu Jul 03 16:23:05 2014 +0400
@@ -369,7 +369,9 @@
javax/crypto/Cipher/CipherStreamClose.java \
javax/management/monitor/AttributeArbitraryDataTypeTest.java \
jdk/lambda/vm/InterfaceAccessFlagsTest.java \
- sun/misc/URLClassPath/ClassnameCharTest.java
+ sun/misc/URLClassPath/ClassnameCharTest.java \
+ java/util/logging/TestLoggingWithMainAppContext.java \
+ javax/xml/ws/clientjar/TestWsImport.java
# Tests dependent on the optional charsets.jar
# These are isolated for easy exclusions
On 04.07.2014 11:37, Evgeniya Stepanova wrote:
> Hi all
>
> Could you please review fix for 8049055
>
> Problem:
> java/util/logging/TestLoggingWithMainAppContext.java is designed to
> use awt,which is in full jre
> javax/xml/ws/clientjar/TestWsImport.java tests API that is only in
> full jre
> Tests were running on compacts and failed.
> Solution:
> Both tests are added to the needs_jre test group in jdk/test/TEST.groups
> Testing:
> locally,tests excluded as expected
>
> In attachements diff against 8udev repo
>
> Thank you.
> Evgeniya Stepanova
--
/Evgeniya Stepanova/
-------------- next part --------------
diff -r fafb06b35f05 test/TEST.groups
--- a/test/TEST.groups Sun Jun 22 18:50:35 2014 -0400
+++ b/test/TEST.groups Thu Jul 03 16:23:05 2014 +0400
@@ -369,7 +369,9 @@
javax/crypto/Cipher/CipherStreamClose.java \
javax/management/monitor/AttributeArbitraryDataTypeTest.java \
jdk/lambda/vm/InterfaceAccessFlagsTest.java \
- sun/misc/URLClassPath/ClassnameCharTest.java
+ sun/misc/URLClassPath/ClassnameCharTest.java \
+ java/util/logging/TestLoggingWithMainAppContext.java \
+ javax/xml/ws/clientjar/TestWsImport.java
# Tests dependent on the optional charsets.jar
# These are isolated for easy exclusions
More information about the core-libs-dev
mailing list