8157783: Fix module dependencies for /jdk/* tests

Module declarations for the tests in /jdk/*

Reviewed-by: chegar
This commit is contained in:
John Jiang 2016-05-26 15:47:39 -07:00 committed by Hamlin Li
parent b53fd187fe
commit 6ffb19d592
3 changed files with 6 additions and 2 deletions

View File

@ -25,6 +25,7 @@
* @test
* @bug 8765432
* @summary Basic test for SocketFlow API
* @modules jdk.net
* @run testng SocketFlowBasic
*/

View File

@ -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
@ -24,6 +24,7 @@
/*
* @test
* @bug 8062744
* @modules jdk.net
* @run main SupportedOptions
*/

View File

@ -28,7 +28,9 @@
* @library /lib/testlibrary/java/util/jar
* @build Compiler JarBuilder CreateMultiReleaseTestJars
* @run testng MultiReleaseJarTest
* @modules jdk.zipfs
* @modules java.compiler
* jdk.jartool
* jdk.zipfs
*/
import java.io.IOException;