test/java/util/Locale/LocaleProviders.sh

Print this page
rev 6958 : imported patch 8010666

*** 1,7 **** # ! # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. --- 1,7 ---- # ! # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation.
*** 21,31 **** # questions. # #!/bin/sh # # @test ! # @bug 6336885 7196799 7197573 7198834 8000245 8000615 8001440 # @summary tests for "java.locale.providers" system property # @compile -XDignore.symbol.file LocaleProviders.java # @run shell/timeout=600 LocaleProviders.sh if [ "${TESTSRC}" = "" ] --- 21,31 ---- # questions. # #!/bin/sh # # @test ! # @bug 6336885 7196799 7197573 7198834 8000245 8000615 8001440 8010666 # @summary tests for "java.locale.providers" system property # @compile -XDignore.symbol.file LocaleProviders.java # @run shell/timeout=600 LocaleProviders.sh if [ "${TESTSRC}" = "" ]
*** 256,261 **** --- 256,272 ---- PARAM1= PARAM2= PARAM3= runTest + # testing 8010666 fix. + if [ "${DEFLANG}" = "en" ] + then + METHODNAME=bug8010666Test + PREFLIST=HOST + PARAM1= + PARAM2= + PARAM3= + runTest + fi + exit $result