8157135: Fix module dependencies javax/* EE tests
Reviewed-by: alanb
This commit is contained in:
parent
4130468fcd
commit
ee3076d84b
jdk/test/javax
rmi/PortableRemoteObject
transaction/testng
xml
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -26,6 +26,7 @@
|
||||
* @bug 8068721
|
||||
* @summary test RMI-IIOP call with ConcurrentHashMap as an argument
|
||||
* @library /lib/testlibrary
|
||||
* @modules java.corba
|
||||
* @build jdk.testlibrary.*
|
||||
* @compile -addmods java.corba Test.java HelloInterface.java HelloServer.java HelloClient.java
|
||||
* HelloImpl.java _HelloImpl_Tie.java _HelloInterface_Stub.java ConcurrentHashMapTest.java
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @modules java.sql java.transaction
|
||||
* @compile -addmods java.transaction
|
||||
* test/transaction/InvalidTransactionExceptionTests.java
|
||||
* test/transaction/TransactionRequiredExceptionTests.java
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -49,6 +49,7 @@ import java.nio.file.StandardOpenOption;
|
||||
* run main/othervm SAAJFactoryTest saaj.factory.Valid -
|
||||
* scenario14 javax.xml.soap.MessageFactory=saaj.factory.Valid saaj.factory.Valid2 -
|
||||
*
|
||||
* @modules java.xml.ws
|
||||
* @compile -addmods java.xml.ws saaj/factory/Invalid.java saaj/factory/Valid.java
|
||||
* saaj/factory/Valid2.java saaj/factory/Valid3.java SAAJFactoryTest.java
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,6 +27,7 @@
|
||||
* @summary JAF initialisation in SAAJ clashing with the one in javax.mail
|
||||
* @author mkos
|
||||
* @library javax.mail.jar
|
||||
* @modules java.xml.ws
|
||||
* @compile -addmods java.xml.ws MailTest.java
|
||||
* @run main/othervm -addmods java.xml.ws MailTest
|
||||
*/
|
||||
|
@ -25,6 +25,7 @@
|
||||
* @test
|
||||
* @bug 8146086
|
||||
* @summary Publishing two webservices on same port fails with "java.net.BindException: Address already in use"
|
||||
* @modules java.xml.ws
|
||||
* @compile -addmods java.xml.ws WSTest.java
|
||||
* @run main/othervm -addmods java.xml.ws WSTest
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -26,6 +26,7 @@
|
||||
* @bug 8036981 8038966 8051441
|
||||
* @summary the content of xs:any content:mixed should remain as is,
|
||||
* no white space changes and no changes to namespace prefixes
|
||||
* @modules java.xml.ws
|
||||
* @run shell compile-wsdl.sh
|
||||
* @compile -addmods java.xml.ws Test.java
|
||||
* @run main/othervm -addmods java.xml.ws Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user