test/jdk/java/net/httpclient/http2/HpackEncoderDriver.java
changeset 49765 ee6f7a61f3a5
parent 48083 b1c1b4ef4be2
child 56451 9585061fdb04
equal deleted inserted replaced
49707:f7fd051519ac 49765:ee6f7a61f3a5
     1 /*
     1 /*
     2  * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8153353
    26  * @bug 8153353
    27  * @modules jdk.incubator.httpclient/jdk.incubator.http.internal.hpack
    27  * @modules java.net.http/jdk.internal.net.http.hpack
    28  * @key randomness
    28  * @key randomness
    29  * @compile/module=jdk.incubator.httpclient jdk/incubator/http/internal/hpack/SpecHelper.java
    29  * @compile/module=java.net.http jdk/internal/net/http/hpack/SpecHelper.java
    30  * @compile/module=jdk.incubator.httpclient jdk/incubator/http/internal/hpack/TestHelper.java
    30  * @compile/module=java.net.http jdk/internal/net/http/hpack/TestHelper.java
    31  * @compile/module=jdk.incubator.httpclient jdk/incubator/http/internal/hpack/BuffersTestingKit.java
    31  * @compile/module=java.net.http jdk/internal/net/http/hpack/BuffersTestingKit.java
    32  * @run testng/othervm jdk.incubator.httpclient/jdk.incubator.http.internal.hpack.EncoderTest
    32  * @run testng/othervm java.net.http/jdk.internal.net.http.hpack.EncoderTest
    33  */
    33  */
    34 public class HpackEncoderDriver { }
    34 public class HpackEncoderDriver { }