test/langtools/jdk/jshell/ToolBasicTest.java
changeset 50019 e2dc18484400
parent 50017 88cc95780b6e
child 50043 2d1952d4d067
equal deleted inserted replaced
50018:3ba0d8631f24 50019:e2dc18484400
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 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.
    31  *          jdk.jshell/jdk.internal.jshell.tool
    31  *          jdk.jshell/jdk.internal.jshell.tool
    32  * @library /tools/lib
    32  * @library /tools/lib
    33  * @build toolbox.ToolBox toolbox.JarTask toolbox.JavacTask
    33  * @build toolbox.ToolBox toolbox.JarTask toolbox.JavacTask
    34  * @build KullaTesting TestingInputStream Compiler
    34  * @build KullaTesting TestingInputStream Compiler
    35  * @run testng/timeout=600 ToolBasicTest
    35  * @run testng/timeout=600 ToolBasicTest
       
    36  * @key intermittent
    36  */
    37  */
    37 
    38 
    38 import java.io.File;
    39 import java.io.File;
    39 import java.io.IOException;
    40 import java.io.IOException;
    40 import java.io.PrintWriter;
    41 import java.io.PrintWriter;