RR(S) Re: 8007277: JDK-8002048 testcase fails to compile (original) (raw)

Dmitry Samersoff dmitry.samersoff at oracle.com
Wed Feb 6 04:28:54 PST 2013


Hi Everyone,

Please review the fix:

http://cr.openjdk.java.net/~dsamersoff/8007277.JDP-TEST/webrev.01/jdk/

-Dmitry

On 2013-02-06 14:47, Alan Bateman wrote:

Dmitry - I realize you might be looking at this already but test/sun/management/jdp/JdpTest.sh is failing on all platforms since it was pushed. We can either put it on the exclude list (ProblemList.txt) or fix it. Since it is trivial to fix then I'd like to do that - attached is the proposed patch. -Alan. diff --git a/test/sun/management/jdp/JdpTest.sh b/test/sun/management/jdp/JdpTest.sh --- a/test/sun/management/jdp/JdpTest.sh +++ b/test/sun/management/jdp/JdpTest.sh @@ -23,7 +23,7 @@ # @test # @bug 7169888 -# @build JdpUnitTest JdpClient JdpDoSomething +# @compile -XDignore.symbol.file JdpUnitTest.java JdpClient.java JdpDoSomething.java # @run shell JdpTest.sh --jtreg --no-compile # @summary No word Failed expected in the test output @@ -55,7 +55,7 @@ rm -f ${testclasses}/*.class # Compile testcase _- TESTJAVA/bin/javac−d{TESTJAVA}/bin/javac -d TESTJAVA/bin/javacd{testclasses} JdpUnitTest.java _ + COMPILEJAVA/bin/javac−XDignore.symbol.file−d{COMPILEJAVA}/bin/javac -XDignore.symbol.file -d COMPILEJAVA/bin/javacXDignore.symbol.filed{testclasses} _JdpUnitTest.java _ _JdpDoSomething.java _ JdpClient.java

-- Dmitry Samersoff Oracle Java development team, Saint Petersburg, Russia



More information about the serviceability-dev mailing list