Re: 8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles

2014-07-04 Thread David Holmes
On 4/07/2014 8:21 PM, Evgeniya Stepanova wrote: Daniel, you are right. Test fail on jre Yes wsimport is a JDK binary. Test removed from needs_jre group and added to the needs_jdk one Looks okay to me. I'll sponsor this for into jdk9/dev/jdk and then arrange the backport for 8u. David --

Re: 8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles

2014-07-04 Thread Daniel Fuchs
On 7/4/14 12:21 PM, Evgeniya Stepanova wrote: Daniel, you are right. Test fail on jre Test removed from needs_jre group and added to the needs_jdk one New diff attached Thank you! The new diff looks good! -- daniel On 04.07.2014 13:57, Daniel Fuchs wrote: Hi Evgeniya, This looks OK for

Re: 8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles

2014-07-04 Thread Evgeniya Stepanova
Daniel, you are right. Test fail on jre Test removed from needs_jre group and added to the needs_jdk one New diff attached Thank you! On 04.07.2014 13:57, Daniel Fuchs wrote: Hi Evgeniya, This looks OK for java/util/logging/TestLoggingWithMainAppContext.java, but by looking at javax/xml/ws/cl

Re: 8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles

2014-07-04 Thread Daniel Fuchs
Hi Evgeniya, This looks OK for java/util/logging/TestLoggingWithMainAppContext.java, but by looking at javax/xml/ws/clientjar/TestWsImport.java I get the impression that this tests depends on the jdk, rather than on the JRE: public class TestWsImport { public static void main(String[] args)

Re: 8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles

2014-07-04 Thread Evgeniya Stepanova
Re-attached lost diff Also, just for sure, diff as plain text (really small) diff -r fafb06b35f05 test/TEST.groups --- a/test/TEST.groupsSun Jun 22 18:50:35 2014 -0400 +++ b/test/TEST.groupsThu Jul 03 16:23:05 2014 +0400 @@ -369,7 +369,9 @@ javax/crypto/Cipher/CipherStreamClose.java \

8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles

2014-07-04 Thread Evgeniya Stepanova
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 a