From 4d887c02b7a84909b7926ef5ed0bb2ec252dacc1 Mon Sep 17 00:00:00 2001 From: weijun Date: Fri, 5 Oct 2018 11:46:27 +0100 Subject: [PATCH] 8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux Reviewed-by: alanb --- test/javax/xml/crypto/dsig/GenerationTests.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/javax/xml/crypto/dsig/GenerationTests.java b/test/javax/xml/crypto/dsig/GenerationTests.java index 756ac0ebf..4a3e1919a 100644 --- a/test/javax/xml/crypto/dsig/GenerationTests.java +++ b/test/javax/xml/crypto/dsig/GenerationTests.java @@ -23,11 +23,12 @@ /** * @test - * @bug 4635230 6283345 6303830 6824440 6867348 7094155 8038184 8038349 8074784 + * @bug 4635230 6283345 6303830 6824440 6867348 7094155 8038184 + * 8038349 8074784 8210736 * @summary Basic unit tests for generating XML Signatures with JSR 105 * @compile -XDignore.symbol.file KeySelectors.java SignatureValidator.java * X509KeySelector.java GenerationTests.java - * @run main/othervm GenerationTests + * @run main/othervm -Dsun.net.httpserver.nodelay=true GenerationTests * @author Sean Mullan */ -- GitLab