test/script/basic/JDK-8057019-2.js

Tue, 21 Mar 2017 13:41:57 -0700

author
asaha
date
Tue, 21 Mar 2017 13:41:57 -0700
changeset 2160
1df40fe54cd6
parent 1000
5b052fbc5834
permissions
-rw-r--r--

Merge

lagergren@1000 1 /*
lagergren@1000 2 * Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
lagergren@1000 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
lagergren@1000 4 *
lagergren@1000 5 * This code is free software; you can redistribute it and/or modify it
lagergren@1000 6 * under the terms of the GNU General Public License version 2 only, as
lagergren@1000 7 * published by the Free Software Foundation.
lagergren@1000 8 *
lagergren@1000 9 * This code is distributed in the hope that it will be useful, but WITHOUT
lagergren@1000 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
lagergren@1000 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
lagergren@1000 12 * version 2 for more details (a copy is included in the LICENSE file that
lagergren@1000 13 * accompanied this code).
lagergren@1000 14 *
lagergren@1000 15 * You should have received a copy of the GNU General Public License version
lagergren@1000 16 * 2 along with this work; if not, write to the Free Software Foundation,
lagergren@1000 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
lagergren@1000 18 *
lagergren@1000 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
lagergren@1000 20 * or visit www.oracle.com if you need additional information or have any
lagergren@1000 21 * questions.
lagergren@1000 22 */
lagergren@1000 23
lagergren@1000 24 /**
lagergren@1000 25 * this apply with extra arguments
lagergren@1000 26 * (with apply to call enabled)
lagergren@1000 27 *
lagergren@1000 28 * @test
lagergren@1000 29 * @run
lagergren@1000 30 */
lagergren@1000 31
lagergren@1000 32 load(__DIR__ + 'JDK-8057019-payload.js');
lagergren@1000 33

mercurial