test/jdk/javax/script/ScriptEngineOrder.sh
author sdama
Fri, 02 Feb 2018 23:21:12 +0530
changeset 48720 290b480df13e
permissions -rw-r--r--
8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one Summary: Sort ScriptEngineFactory by name so that same engine is retrieved across all OS Reviewed-by: alanb, sundar Contributed-by: srinivas.dama@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
48720
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
     1
#
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
     2
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
     4
#
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
     7
# published by the Free Software Foundation.
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
     8
#
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
     9
# This code is distributed in the hope that it will be useful, but WITHOUT
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    12
# version 2 for more details (a copy is included in the LICENSE file that
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    13
# accompanied this code).
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    14
#
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    15
# You should have received a copy of the GNU General Public License version
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    16
# 2 along with this work; if not, write to the Free Software Foundation,
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    17
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    18
#
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    19
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    20
# or visit www.oracle.com if you need additional information or have any
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    21
# questions.
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    22
#
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    23
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    24
# @test
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    25
# @bug 8011697
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    26
# @summary test to check consistency in discovering and returning script engine 
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    27
# by ScriptEngineManager
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    28
#
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    29
# @run shell ScriptEngineOrder.sh
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    30
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    31
set -x
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    32
if [ "${TESTSRC}" = "" ]
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    33
then
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    34
  echo "TESTSRC not set.  Test cannot execute.  Failed."
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    35
  exit 1
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    36
fi
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    37
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    38
. ${TESTSRC}/CommonSetup.sh
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    39
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    40
echo "Building dummy script engine modules.."
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    41
#test to check the consistency in returning engines by ScriptEngineManager
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    42
$JAVAC --limit-modules java.base,java.logging,java.scripting,jdk.scripting.dummyNashorn,jdk.scripting.dummyRhino,jdk.scripting.testEngines -d ${TESTCLASSES}/mods --module-source-path ${TESTSRC}/multiEngines $(find ${TESTSRC}/multiEngines -name *.java)
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    43
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    44
echo "Running script engine test.."
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    45
$JAVA --limit-modules java.base,java.logging,java.scripting,jdk.scripting.dummyNashorn,jdk.scripting.dummyRhino,jdk.scripting.testEngines --module-path ${TESTCLASSES}/mods --module jdk.scripting.testEngines/jdk.test.engines.ScriptEngineTest
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    46
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    47
ret=$?
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    48
if [ $ret -ne 0 ]
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    49
then
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    50
  exit $ret
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    51
fi
290b480df13e 8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
sdama
parents:
diff changeset
    52