diff --git a/test/main.py b/test/main.py index 7bae4afb775ba1d3e4259aacc74ab065f4df88c6..18d8b40dd924fc399fbc5bd0b5e592744444cb88 100644 --- a/test/main.py +++ b/test/main.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # from maple_test import main diff --git a/test/maple_test/__init__.py b/test/maple_test/__init__.py index c83556bb3ac2294c04dc47771c5b1e1e03c5b7ff..0b6088e86f70b69539b4fa72ac98b8f3c203f1af 100644 --- a/test/maple_test/__init__.py +++ b/test/maple_test/__init__.py @@ -3,15 +3,15 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # from .main import main diff --git a/test/maple_test/compare.py b/test/maple_test/compare.py index c3f6a843d2d126c0a9af65027646daed084294dc..01f962f72c925962ffd3e198ebaf4ecb24478c53 100644 --- a/test/maple_test/compare.py +++ b/test/maple_test/compare.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # import argparse diff --git a/test/maple_test/configs.py b/test/maple_test/configs.py index 2549b75826e8c2bef6f20cb4d642fe45770a49c7..c42beef0954ead5b9528dd0a895554a8951e0ae1 100644 --- a/test/maple_test/configs.py +++ b/test/maple_test/configs.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # """ store config file and command line config diff --git a/test/maple_test/main.py b/test/maple_test/main.py index 2add556df4819c9b2306ab29ef88c002074aff9c..64017c15a9730402f45d69009d81476816e290af 100644 --- a/test/maple_test/main.py +++ b/test/maple_test/main.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # """ maple test - Maple Tester diff --git a/test/maple_test/run.py b/test/maple_test/run.py index 14f16992fd47bbf16c66452e2eb2c8dfdff9d14c..3ff9a5c8b29ae9feb8e359e1d0ad354654ce8da3 100644 --- a/test/maple_test/run.py +++ b/test/maple_test/run.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # import os import signal diff --git a/test/maple_test/task.py b/test/maple_test/task.py index b321b1e61a2d0245655d5cf26e8d6a80825c542a..ed90249516c9dfb0092d2e4d87bad0118498d5a5 100644 --- a/test/maple_test/task.py +++ b/test/maple_test/task.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # import copy import multiprocessing diff --git a/test/maple_test/test.py b/test/maple_test/test.py index 2c59c34e014e2df4f3c435a634920597da104de6..b67f29ff2089f694a8b7201efd795f5e4d83ee61 100644 --- a/test/maple_test/test.py +++ b/test/maple_test/test.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # import shlex from functools import total_ordering diff --git a/test/maple_test/utils.py b/test/maple_test/utils.py index 19c1b37fffa7202f50b4d94807b971352a3f22d3..6f9dba4ffefd10f1a246273601fbaa199ab3cdba 100644 --- a/test/maple_test/utils.py +++ b/test/maple_test/utils.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # import configparser diff --git a/test/testsuite/maple.py b/test/testsuite/maple.py index 43af43216a3b9d02281beac610e15e73133cd990..48ba4e78e4e3b923cc615ac228da9afd3fd7f3ea 100644 --- a/test/testsuite/maple.py +++ b/test/testsuite/maple.py @@ -3,16 +3,16 @@ # # Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. # -# OpenArkCompiler is licensed under the Mulan PSL v1. -# You can use this software according to the terms and conditions of the Mulan PSL v1. -# You may obtain a copy of Mulan PSL v1 at: +# OpenArkCompiler is licensed under Mulan PSL v2. +# You can use this software according to the terms and conditions of the Mulan PSL v2. +# You may obtain a copy of Mulan PSL v2 at: # -# http://license.coscl.org.cn/MulanPSL +# http://license.coscl.org.cn/MulanPSL2 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v1 for more details. +# See the Mulan PSL v2 for more details. # import argparse diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0001-rt-arrayboundary-ABCOcatchArrayIndexOutOfBoundsException/ABCOcatchArrayIndexOutOfBoundsException.java b/test/testsuite/ouroboros/arrayboundary_test/RT0001-rt-arrayboundary-ABCOcatchArrayIndexOutOfBoundsException/ABCOcatchArrayIndexOutOfBoundsException.java index 305c598d929c21cdc9c711587554bc8a00441551..ad45f985497e0294efa8310914e89e7fbf32aa1c 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0001-rt-arrayboundary-ABCOcatchArrayIndexOutOfBoundsException/ABCOcatchArrayIndexOutOfBoundsException.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0001-rt-arrayboundary-ABCOcatchArrayIndexOutOfBoundsException/ABCOcatchArrayIndexOutOfBoundsException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOcatchArrayIndexOutOfBoundsException.java * -@TestCaseName: ArrayIndexOutOfBoundsException is throw * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0002-rt-arrayboundary-ABCOcatchIndexOutOfBoundsException/ABCOcatchIndexOutOfBoundsException.java b/test/testsuite/ouroboros/arrayboundary_test/RT0002-rt-arrayboundary-ABCOcatchIndexOutOfBoundsException/ABCOcatchIndexOutOfBoundsException.java index cbe2d895aa6b7b01c72c75f30d471474fc02694f..c4fbbdfeead529c5460c88d45c8f2868f260f6a7 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0002-rt-arrayboundary-ABCOcatchIndexOutOfBoundsException/ABCOcatchIndexOutOfBoundsException.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0002-rt-arrayboundary-ABCOcatchIndexOutOfBoundsException/ABCOcatchIndexOutOfBoundsException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOcatchIndexOutOfBoundsException.java * -@TestCaseName: IndexOutOfBoundsException is throw * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0003-rt-arrayboundary-ABCOcatchStringIndexOutOfBoundsException/ABCOcatchStringIndexOutOfBoundsException.java b/test/testsuite/ouroboros/arrayboundary_test/RT0003-rt-arrayboundary-ABCOcatchStringIndexOutOfBoundsException/ABCOcatchStringIndexOutOfBoundsException.java index 6293ef2b3314fa8368af2120cf656d077d224f51..21f95086a4a2cb2a40aad72262508f2b40dccf87 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0003-rt-arrayboundary-ABCOcatchStringIndexOutOfBoundsException/ABCOcatchStringIndexOutOfBoundsException.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0003-rt-arrayboundary-ABCOcatchStringIndexOutOfBoundsException/ABCOcatchStringIndexOutOfBoundsException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOcatchStringIndexOutOfBoundsException.java * -@TestCaseName: StringIndexOutOfBoundsException is throw * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0004-rt-arrayboundary-ABCOconstOperation/ABCOconstOperation.java b/test/testsuite/ouroboros/arrayboundary_test/RT0004-rt-arrayboundary-ABCOconstOperation/ABCOconstOperation.java index 4deccd67ed17fba979e9689e8d52f5d22aa84ff4..ced04f935a81f9be763da5252c349ee5f66c006b 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0004-rt-arrayboundary-ABCOconstOperation/ABCOconstOperation.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0004-rt-arrayboundary-ABCOconstOperation/ABCOconstOperation.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOconstOperation.java * -@TestCaseName: index is X, X = Y +/-/X///&/|/ Const * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0005-rt-arrayboundary-ABCOcustomClass/ABCOcustomClass.java b/test/testsuite/ouroboros/arrayboundary_test/RT0005-rt-arrayboundary-ABCOcustomClass/ABCOcustomClass.java index b9d374da0bd80cf047b3f282aed1edcc6c97ff22..45391ae9277a1013750d93a2e4c671847128dbfc 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0005-rt-arrayboundary-ABCOcustomClass/ABCOcustomClass.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0005-rt-arrayboundary-ABCOcustomClass/ABCOcustomClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOcustomClass.java * -@TestCaseName: index and array is in same customClass, and another class call array[index]. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0006-rt-arrayboundary-ABCOdoWhile/ABCOdoWhile.java b/test/testsuite/ouroboros/arrayboundary_test/RT0006-rt-arrayboundary-ABCOdoWhile/ABCOdoWhile.java index 2820c1b850dee3279bba42720a909d40f59d6385..5b9c05aab2ea4126e4acf2b5586e115faa29a0c0 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0006-rt-arrayboundary-ABCOdoWhile/ABCOdoWhile.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0006-rt-arrayboundary-ABCOdoWhile/ABCOdoWhile.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOdoWhile.java * -@TestCaseName: do while visit Array element * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0007-rt-arrayboundary-ABCOemptyArray/ABCOemptyArray.java b/test/testsuite/ouroboros/arrayboundary_test/RT0007-rt-arrayboundary-ABCOemptyArray/ABCOemptyArray.java index 7490c7a00214d5f182778da8511ff0bdf6c929c3..3a4ddaf151f584bb7af861638c1a99224e26c35c 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0007-rt-arrayboundary-ABCOemptyArray/ABCOemptyArray.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0007-rt-arrayboundary-ABCOemptyArray/ABCOemptyArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOemptyArray.java * -@TestCaseName: new Array[0] * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0008-rt-arrayboundary-ABCOemptyString/ABCOemptyString.java b/test/testsuite/ouroboros/arrayboundary_test/RT0008-rt-arrayboundary-ABCOemptyString/ABCOemptyString.java index ba5a36e4efa312513c858b88966ef2d5f91653fd..6fbccb977c4c58bf0f09c19aed7b375d640b9489 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0008-rt-arrayboundary-ABCOemptyString/ABCOemptyString.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0008-rt-arrayboundary-ABCOemptyString/ABCOemptyString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOemptyString.java * -@TestCaseName: String is "", index is 0 * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0009-rt-arrayboundary-ABCOfor/ABCOfor.java b/test/testsuite/ouroboros/arrayboundary_test/RT0009-rt-arrayboundary-ABCOfor/ABCOfor.java index 770ea99ef80f2ddb0c5df56f8aee80c8205268d6..ff70b0e0523102ac89d0ea270643db27ed238f16 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0009-rt-arrayboundary-ABCOfor/ABCOfor.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0009-rt-arrayboundary-ABCOfor/ABCOfor.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOfor.java * -@TestCaseName: for visit Array[index], index visit 0 to Array.length. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0010-rt-arrayboundary-ABCOglobalArray/ABCOglobalArray.java b/test/testsuite/ouroboros/arrayboundary_test/RT0010-rt-arrayboundary-ABCOglobalArray/ABCOglobalArray.java index c32f6fc4ad6bda2b3871b598e934eabe30099da0..dce83a67eeb0b913eee58aa8715f7a64eb8d0688 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0010-rt-arrayboundary-ABCOglobalArray/ABCOglobalArray.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0010-rt-arrayboundary-ABCOglobalArray/ABCOglobalArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOglobalArray.java * -@TestCaseName: new Array[5] in global * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0011-rt-arrayboundary-ABCOglobalIndex/ABCOglobalIndex.java b/test/testsuite/ouroboros/arrayboundary_test/RT0011-rt-arrayboundary-ABCOglobalIndex/ABCOglobalIndex.java index 030cbc07fbadc7e950427b3e4d5206651886264c..7f90771f3390909a23967dac3751108b3a73800a 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0011-rt-arrayboundary-ABCOglobalIndex/ABCOglobalIndex.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0011-rt-arrayboundary-ABCOglobalIndex/ABCOglobalIndex.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOglobalIndex.java * -@TestCaseName: Index in global * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0012-rt-arrayboundary-ABCOglobalString/ABCOglobalString.java b/test/testsuite/ouroboros/arrayboundary_test/RT0012-rt-arrayboundary-ABCOglobalString/ABCOglobalString.java index 61813d324f66db83e69f13fe86a0b9b0cab58775..a42240c00c084e32d78ec8964c80b3b217882522 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0012-rt-arrayboundary-ABCOglobalString/ABCOglobalString.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0012-rt-arrayboundary-ABCOglobalString/ABCOglobalString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOglobalString.java * -@TestCaseName: new Array[5] in global * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0013-rt-arrayboundary-ABCOif/ABCOif.java b/test/testsuite/ouroboros/arrayboundary_test/RT0013-rt-arrayboundary-ABCOif/ABCOif.java index 057f918521e5be594c0933f609cc836fab2cb95f..e98cd8737398f90f29e2a5e98d0522f048a6f520 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0013-rt-arrayboundary-ABCOif/ABCOif.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0013-rt-arrayboundary-ABCOif/ABCOif.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOif.java * -@TestCaseName: if visit Array * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0014-rt-arrayboundary-ABCOincreaseArray/ABCOincreaseArray.java b/test/testsuite/ouroboros/arrayboundary_test/RT0014-rt-arrayboundary-ABCOincreaseArray/ABCOincreaseArray.java index 5511a8a64a8c272b6dd1e8d744a2d985a990c455..d76c18787ee7df58b37ddeadacddff7e15ad7103 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0014-rt-arrayboundary-ABCOincreaseArray/ABCOincreaseArray.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0014-rt-arrayboundary-ABCOincreaseArray/ABCOincreaseArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOincreaseArray.java * -@TestCaseName: Array is increase length * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0015-rt-arrayboundary-ABCOindexAssociation/ABCOindexAssociation.java b/test/testsuite/ouroboros/arrayboundary_test/RT0015-rt-arrayboundary-ABCOindexAssociation/ABCOindexAssociation.java index 5fdc5aebd178724bf6613858c377be0841c32b7e..a926f73b469e119f44fd61bf046ba4cd5fb4c203 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0015-rt-arrayboundary-ABCOindexAssociation/ABCOindexAssociation.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0015-rt-arrayboundary-ABCOindexAssociation/ABCOindexAssociation.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexAssociation.java * -@TestCaseName: for visit Array[index], index visit 0 to Array.length. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0016-rt-arrayboundary-ABCOindexDoWhile/ABCOindexDoWhile.java b/test/testsuite/ouroboros/arrayboundary_test/RT0016-rt-arrayboundary-ABCOindexDoWhile/ABCOindexDoWhile.java index bebda6e0915704d8e7475930bc4588f126a9421e..9012b3af59d2761d35f77e1eb75941abfdd358c5 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0016-rt-arrayboundary-ABCOindexDoWhile/ABCOindexDoWhile.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0016-rt-arrayboundary-ABCOindexDoWhile/ABCOindexDoWhile.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexDoWhile.java * -@TestCaseName: do while visit Array index * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0017-rt-arrayboundary-ABCOindexFor/ABCOindexFor.java b/test/testsuite/ouroboros/arrayboundary_test/RT0017-rt-arrayboundary-ABCOindexFor/ABCOindexFor.java index 9eea62969f6ffac8070f436b01538d5155edcb88..353ba33e69dcc6eee00de83a01f596c3efae38ae 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0017-rt-arrayboundary-ABCOindexFor/ABCOindexFor.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0017-rt-arrayboundary-ABCOindexFor/ABCOindexFor.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexFor.java * -@TestCaseName: for visit Array[index], index visit 0 to Array.length. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0018-rt-arrayboundary-ABCOindexFromArrayFromParam/ABCOindexFromArrayFromParam.java b/test/testsuite/ouroboros/arrayboundary_test/RT0018-rt-arrayboundary-ABCOindexFromArrayFromParam/ABCOindexFromArrayFromParam.java index dac0285a330fa2cf6b46cc70943ada0915747ec0..e6b3c908a4780930a34c6e3c3d857f1d3b3f903e 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0018-rt-arrayboundary-ABCOindexFromArrayFromParam/ABCOindexFromArrayFromParam.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0018-rt-arrayboundary-ABCOindexFromArrayFromParam/ABCOindexFromArrayFromParam.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexFromArrayFromParam.java * -@TestCaseName: index From Array element, element From Param * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0019-rt-arrayboundary-ABCOindexIf/ABCOindexIf.java b/test/testsuite/ouroboros/arrayboundary_test/RT0019-rt-arrayboundary-ABCOindexIf/ABCOindexIf.java index 4f9e1e32c9a9eaf6876c549c0f41c8df08875452..10bcbd44df8d3716ad0a3bd71693025517655dd6 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0019-rt-arrayboundary-ABCOindexIf/ABCOindexIf.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0019-rt-arrayboundary-ABCOindexIf/ABCOindexIf.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexIf.java * -@TestCaseName: if visit Array * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0020-rt-arrayboundary-ABCOindexMutiLoop/ABCOindexMutiLoop.java b/test/testsuite/ouroboros/arrayboundary_test/RT0020-rt-arrayboundary-ABCOindexMutiLoop/ABCOindexMutiLoop.java index cc6359110f67f9dbaea94363fe7cb356a35bb0ee..fde290c4fbc338b6c6f5f5354a5f23fc841b291f 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0020-rt-arrayboundary-ABCOindexMutiLoop/ABCOindexMutiLoop.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0020-rt-arrayboundary-ABCOindexMutiLoop/ABCOindexMutiLoop.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexMutiLoop.java * -@TestCaseName: index from multi-layer loop * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0021-rt-arrayboundary-ABCOindexNesting/ABCOindexNesting.java b/test/testsuite/ouroboros/arrayboundary_test/RT0021-rt-arrayboundary-ABCOindexNesting/ABCOindexNesting.java index 4c3be0a28dd138729bab9c6dab275e761162fcdf..755e9d8c892688e56d41113cbf3807fa3f71b86c 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0021-rt-arrayboundary-ABCOindexNesting/ABCOindexNesting.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0021-rt-arrayboundary-ABCOindexNesting/ABCOindexNesting.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexNesting.java * -@TestCaseName: give nesting fun to index * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0022-rt-arrayboundary-ABCOindexSwitch/ABCOindexSwitch.java b/test/testsuite/ouroboros/arrayboundary_test/RT0022-rt-arrayboundary-ABCOindexSwitch/ABCOindexSwitch.java index ffd512fd8a2c38f75f2ac0422d034785a1475771..6eb137f55dcdce19da3625141d2d8632c3213a0d 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0022-rt-arrayboundary-ABCOindexSwitch/ABCOindexSwitch.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0022-rt-arrayboundary-ABCOindexSwitch/ABCOindexSwitch.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOindexSwitch.java * -@TestCaseName: switch visit index * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0023-rt-arrayboundary-ABCOlength/ABCOlength.java b/test/testsuite/ouroboros/arrayboundary_test/RT0023-rt-arrayboundary-ABCOlength/ABCOlength.java index 6daed98eb5ee9ea35f1d8a68c26fdaed14aaa5a3..72ea67c0fd15bc334a362c65c976c58f7838a61a 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0023-rt-arrayboundary-ABCOlength/ABCOlength.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0023-rt-arrayboundary-ABCOlength/ABCOlength.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOlength.java * -@TestCaseName: index is X, X is arrays.length * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0024-rt-arrayboundary-ABCOlistToArray/ABCOlistToArray.java b/test/testsuite/ouroboros/arrayboundary_test/RT0024-rt-arrayboundary-ABCOlistToArray/ABCOlistToArray.java index 51ff434ae0947ba24bd9a64b41ee926280803cf7..22e95207b8733cf192310c9c1a2f7473c3e3c875 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0024-rt-arrayboundary-ABCOlistToArray/ABCOlistToArray.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0024-rt-arrayboundary-ABCOlistToArray/ABCOlistToArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOlistToArray.java * -@TestCaseName: index from Integer.parseInt, Array from list.toArray * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0025-rt-arrayboundary-ABCOlocalArray/ABCOlocalArray.java b/test/testsuite/ouroboros/arrayboundary_test/RT0025-rt-arrayboundary-ABCOlocalArray/ABCOlocalArray.java index 9ac7eff1c50948d9e9bb115d3c8e61eea4eba7d2..50f8571fb26c00bc5eb8a16362d6dda23bbbc4c8 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0025-rt-arrayboundary-ABCOlocalArray/ABCOlocalArray.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0025-rt-arrayboundary-ABCOlocalArray/ABCOlocalArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOlocalArray.java * -@TestCaseName: new Array[5] in local variable * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0026-rt-arrayboundary-ABCOlocalIndex/ABCOlocalIndex.java b/test/testsuite/ouroboros/arrayboundary_test/RT0026-rt-arrayboundary-ABCOlocalIndex/ABCOlocalIndex.java index da63cc70ecb05a94056b887cd0741876dd0f6c7a..86eed098f10a474777e66217a8dd07ffd2f3daf0 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0026-rt-arrayboundary-ABCOlocalIndex/ABCOlocalIndex.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0026-rt-arrayboundary-ABCOlocalIndex/ABCOlocalIndex.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOlocalIndex.java * -@TestCaseName: Index in local variable * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0027-rt-arrayboundary-ABCOnewArraySize/ABCOnewArraySize.java b/test/testsuite/ouroboros/arrayboundary_test/RT0027-rt-arrayboundary-ABCOnewArraySize/ABCOnewArraySize.java index 58760504c43c6b9208927c6bc116df0bb2bfe9f3..5c6e589d937cf708208831e4d8c1934b9c6122a3 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0027-rt-arrayboundary-ABCOnewArraySize/ABCOnewArraySize.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0027-rt-arrayboundary-ABCOnewArraySize/ABCOnewArraySize.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOnewArraySize.java * -@TestCaseName: index is X, X is Array[size] * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0028-rt-arrayboundary-ABCOnormal/ABCOnormal.java b/test/testsuite/ouroboros/arrayboundary_test/RT0028-rt-arrayboundary-ABCOnormal/ABCOnormal.java index 447b374f8f21fffe1e7d7097c3d5f0dbc2ca7889..7a0b2facf1998991fdfef65181ee4bb569c0a762 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0028-rt-arrayboundary-ABCOnormal/ABCOnormal.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0028-rt-arrayboundary-ABCOnormal/ABCOnormal.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOnormal.java * -@TestCaseName: index is constant * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0029-rt-arrayboundary-ABCOparamIndex/ABCOparamIndex.java b/test/testsuite/ouroboros/arrayboundary_test/RT0029-rt-arrayboundary-ABCOparamIndex/ABCOparamIndex.java index 9201dc4610a0cf2d1b35a15fc0eec631dab64521..62213ab277d92822c5bb1dad8f79df925234b571 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0029-rt-arrayboundary-ABCOparamIndex/ABCOparamIndex.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0029-rt-arrayboundary-ABCOparamIndex/ABCOparamIndex.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOparamIndex.java * -@TestCaseName: Array is get by function param * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0030-rt-arrayboundary-ABCOparam/ABCOparam.java b/test/testsuite/ouroboros/arrayboundary_test/RT0030-rt-arrayboundary-ABCOparam/ABCOparam.java index dad444d9bd4ad6a3829115ee32e27442467edeff..b852d5aac76ec8841870e90a5882d9a043886a7e 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0030-rt-arrayboundary-ABCOparam/ABCOparam.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0030-rt-arrayboundary-ABCOparam/ABCOparam.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOparam.java * -@TestCaseName: Array is get by function param * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0031-rt-arrayboundary-ABCOreflectArray/ABCOreflectArray.java b/test/testsuite/ouroboros/arrayboundary_test/RT0031-rt-arrayboundary-ABCOreflectArray/ABCOreflectArray.java index 66515e815619891ae43a41cc14c0cf82b6d39f1b..8fa83588020cd89afaaf0eeedeefdbde188a610d 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0031-rt-arrayboundary-ABCOreflectArray/ABCOreflectArray.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0031-rt-arrayboundary-ABCOreflectArray/ABCOreflectArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOreflectArray.java * -@TestCaseName: index is from Array.get * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0032-rt-arrayboundary-ABCOreturnArray/ABCOreturnArray.java b/test/testsuite/ouroboros/arrayboundary_test/RT0032-rt-arrayboundary-ABCOreturnArray/ABCOreturnArray.java index f07c19ab8706dbad6f0fb0a9f9971505bb704a21..0f2380a40825ae0985068c5ce6f3a5cbeb1ea885 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0032-rt-arrayboundary-ABCOreturnArray/ABCOreturnArray.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0032-rt-arrayboundary-ABCOreturnArray/ABCOreturnArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOreturnArray.java * -@TestCaseName: Array is get by function return * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0033-rt-arrayboundary-ABCOreturnIndex/ABCOreturnIndex.java b/test/testsuite/ouroboros/arrayboundary_test/RT0033-rt-arrayboundary-ABCOreturnIndex/ABCOreturnIndex.java index ae153a46aa58279faad54eff1c6e1eaf703aae2f..b1cff2acc91462824e060b98cd2d43f363d64f7a 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0033-rt-arrayboundary-ABCOreturnIndex/ABCOreturnIndex.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0033-rt-arrayboundary-ABCOreturnIndex/ABCOreturnIndex.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOreturnIndex.java * -@TestCaseName: Array is get by function return, Index is get by function return * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0034-rt-arrayboundary-ABCOreturnString/ABCOreturnString.java b/test/testsuite/ouroboros/arrayboundary_test/RT0034-rt-arrayboundary-ABCOreturnString/ABCOreturnString.java index 8f7c5bca9eae92bd5c55b49be1ee9409feb8f4b7..9d7881606f15582e269241ed6fb43bbae123ceb2 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0034-rt-arrayboundary-ABCOreturnString/ABCOreturnString.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0034-rt-arrayboundary-ABCOreturnString/ABCOreturnString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOreturnString.java * -@TestCaseName: Array is get by function return, Index is get by function return * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0035-rt-arrayboundary-ABCOStringBuilderCatchEx/ABCOStringBuilderCatchEx.java b/test/testsuite/ouroboros/arrayboundary_test/RT0035-rt-arrayboundary-ABCOStringBuilderCatchEx/ABCOStringBuilderCatchEx.java index 3f66b9de1eac1bd0d825a61ffa16ab5d4f087365..a20aa6b8d0ed0a94a259775c202073d6c3fc94de 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0035-rt-arrayboundary-ABCOStringBuilderCatchEx/ABCOStringBuilderCatchEx.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0035-rt-arrayboundary-ABCOStringBuilderCatchEx/ABCOStringBuilderCatchEx.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOStringBuilderCatchEx.java * -@TestCaseName: StringIndexOutOfBoundsException is throw by StringBuilder toString * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0036-rt-arrayboundary-ABCOStringConstOperation/ABCOStringConstOperation.java b/test/testsuite/ouroboros/arrayboundary_test/RT0036-rt-arrayboundary-ABCOStringConstOperation/ABCOStringConstOperation.java index 108f15138145423b9c01f6fd2793f29a1a9ec85c..4aebaddbf665b48ddd655ea7dd94f36b3ff04b81 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0036-rt-arrayboundary-ABCOStringConstOperation/ABCOStringConstOperation.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0036-rt-arrayboundary-ABCOStringConstOperation/ABCOStringConstOperation.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOStringConstOperation.java * -@TestCaseName: index is X, X = Y +/-/X///&/|/ Const * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0037-rt-arrayboundary-ABCOstringDoWhile/ABCOstringDoWhile.java b/test/testsuite/ouroboros/arrayboundary_test/RT0037-rt-arrayboundary-ABCOstringDoWhile/ABCOstringDoWhile.java index e5b86c93fbf2d8f586b38bf4f2cbfcd3bbe7b99f..5706e77b127b87d147c22851fbf7555a6daf3004 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0037-rt-arrayboundary-ABCOstringDoWhile/ABCOstringDoWhile.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0037-rt-arrayboundary-ABCOstringDoWhile/ABCOstringDoWhile.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOstringDoWhile.java * -@TestCaseName: do while visit String element and index from do while * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0038-rt-arrayboundary-ABCOstringFor/ABCOstringFor.java b/test/testsuite/ouroboros/arrayboundary_test/RT0038-rt-arrayboundary-ABCOstringFor/ABCOstringFor.java index 8ff8fd7224a8c968fff5c7e0896833d72f42772e..ceed551db142dba7d77d44cec197daf1807d5d73 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0038-rt-arrayboundary-ABCOstringFor/ABCOstringFor.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0038-rt-arrayboundary-ABCOstringFor/ABCOstringFor.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOstringFor.java * -@TestCaseName: for visit String.charAt[index], index visit 0 to length. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0039-rt-arrayboundary-ABCOstringIf/ABCOstringIf.java b/test/testsuite/ouroboros/arrayboundary_test/RT0039-rt-arrayboundary-ABCOstringIf/ABCOstringIf.java index 1d9652bbe959030a2bb51b83d4c26f7348997468..e2e4aae65ae848cac8d80696fc22b1e7038867df 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0039-rt-arrayboundary-ABCOstringIf/ABCOstringIf.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0039-rt-arrayboundary-ABCOstringIf/ABCOstringIf.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOstringIf.java * -@TestCaseName: if visit String * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0040-rt-arrayboundary-ABCOstringIndexNesting/ABCOstringIndexNesting.java b/test/testsuite/ouroboros/arrayboundary_test/RT0040-rt-arrayboundary-ABCOstringIndexNesting/ABCOstringIndexNesting.java index 0479ed19ffd0cd508401205151896e2c6e2b671f..5477a68b4e1203496f2e449cb442935a32cee75c 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0040-rt-arrayboundary-ABCOstringIndexNesting/ABCOstringIndexNesting.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0040-rt-arrayboundary-ABCOstringIndexNesting/ABCOstringIndexNesting.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOstringIndexNesting.java * -@TestCaseName: give nesting fun to String index * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0041-rt-arrayboundary-ABCOStringMaxValue/ABCOStringMaxValue.java b/test/testsuite/ouroboros/arrayboundary_test/RT0041-rt-arrayboundary-ABCOStringMaxValue/ABCOStringMaxValue.java index 906c477625d05c7490463df1f4e72746ffbe3825..81c1e378d5f5c35dac49f21276bdb2f75c0adc37 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0041-rt-arrayboundary-ABCOStringMaxValue/ABCOStringMaxValue.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0041-rt-arrayboundary-ABCOStringMaxValue/ABCOStringMaxValue.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOStringMaxValue.java * -@TestCaseName: index is MAX_VALUE or MIN_VALUE * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0042-rt-arrayboundary-ABCOstringMutiLoop/ABCOstringMutiLoop.java b/test/testsuite/ouroboros/arrayboundary_test/RT0042-rt-arrayboundary-ABCOstringMutiLoop/ABCOstringMutiLoop.java index 895a4528c1e36a323fff0e9453db3c0efdd05975..1d07339813283637679449ae83b1462babc42dc9 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0042-rt-arrayboundary-ABCOstringMutiLoop/ABCOstringMutiLoop.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0042-rt-arrayboundary-ABCOstringMutiLoop/ABCOstringMutiLoop.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOstringMutiLoop.java * -@TestCaseName: index from multi-layer loop * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0043-rt-arrayboundary-ABCOstringSwitch/ABCOstringSwitch.java b/test/testsuite/ouroboros/arrayboundary_test/RT0043-rt-arrayboundary-ABCOstringSwitch/ABCOstringSwitch.java index fa21dab800512ade9380d53e7948829d51583868..e9c36b534c1a8ce9be9634e6bac499eed9fb7733 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0043-rt-arrayboundary-ABCOstringSwitch/ABCOstringSwitch.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0043-rt-arrayboundary-ABCOstringSwitch/ABCOstringSwitch.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOstringSwitch.java * -@TestCaseName: switch visit Array element * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0044-rt-arrayboundary-ABCOswitch/ABCOswitch.java b/test/testsuite/ouroboros/arrayboundary_test/RT0044-rt-arrayboundary-ABCOswitch/ABCOswitch.java index e18d0083d2530bd0ebfd918dd6eee9d24b1f3208..6157f005f2d0d64dd1fe76d651bef58a77546707 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0044-rt-arrayboundary-ABCOswitch/ABCOswitch.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0044-rt-arrayboundary-ABCOswitch/ABCOswitch.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOswitch.java * -@TestCaseName: switch visit Array element * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0045-rt-arrayboundary-ABCOtryExtEh/ABCOtryExtEh.java b/test/testsuite/ouroboros/arrayboundary_test/RT0045-rt-arrayboundary-ABCOtryExtEh/ABCOtryExtEh.java index 4999fa7ceaafc35e56284df62ba7d5b8466328d9..c1b48c22228d993209c5b978e126fd5e81ee5345 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0045-rt-arrayboundary-ABCOtryExtEh/ABCOtryExtEh.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0045-rt-arrayboundary-ABCOtryExtEh/ABCOtryExtEh.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOtryExtEh.java * -@TestCaseName: ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0046-rt-arrayboundary-ABCOmaxValue/ABCOmaxValue.java b/test/testsuite/ouroboros/arrayboundary_test/RT0046-rt-arrayboundary-ABCOmaxValue/ABCOmaxValue.java index 8d1daf5f00e96364fc26c1c1acb41009580b17e6..863cb93f3876288b03e3de423ed92082a6483dc6 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0046-rt-arrayboundary-ABCOmaxValue/ABCOmaxValue.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0046-rt-arrayboundary-ABCOmaxValue/ABCOmaxValue.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOmaxValue.java * -@TestCaseName: index is MAX_VALUE or MIN_VALUE * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0047-rt-arrayboundary-ABCOwhile/ABCOwhile.java b/test/testsuite/ouroboros/arrayboundary_test/RT0047-rt-arrayboundary-ABCOwhile/ABCOwhile.java index bdb7f118f176bef6158bf124f685e62b34851b7a..0589b207f0cbc16fbb411f0d23a6a868aeb9233d 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0047-rt-arrayboundary-ABCOwhile/ABCOwhile.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0047-rt-arrayboundary-ABCOwhile/ABCOwhile.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOwhile.java * -@TestCaseName: while visit Array element * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/arrayboundary_test/RT0048-rt-arrayboundary-ABCOwhileString/ABCOwhileString.java b/test/testsuite/ouroboros/arrayboundary_test/RT0048-rt-arrayboundary-ABCOwhileString/ABCOwhileString.java index be9d2837434f565e26d308e5c248ca56b41c91d0..e7038624bd0c2273c0f30c3adfdfe46892cad554 100644 --- a/test/testsuite/ouroboros/arrayboundary_test/RT0048-rt-arrayboundary-ABCOwhileString/ABCOwhileString.java +++ b/test/testsuite/ouroboros/arrayboundary_test/RT0048-rt-arrayboundary-ABCOwhileString/ABCOwhileString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_ArrayBoundary_ABCOwhileString.java * -@TestCaseName: while visit Array element * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/clinit_test/RT0001-rt-clinit-clinit_base_001/ClinitBase001.java b/test/testsuite/ouroboros/clinit_test/RT0001-rt-clinit-clinit_base_001/ClinitBase001.java index 94be9c52fd8fb7eb89774a997b10d37a1fe27a84..afc979c2acd1623f522a3b6f5b8f9a1b4e3452cf 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0001-rt-clinit-clinit_base_001/ClinitBase001.java +++ b/test/testsuite/ouroboros/clinit_test/RT0001-rt-clinit-clinit_base_001/ClinitBase001.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitBase001 * -@TestCaseName: ClinitBase001.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0002-rt-clinit-clinit_base_002/ClinitBase002.java b/test/testsuite/ouroboros/clinit_test/RT0002-rt-clinit-clinit_base_002/ClinitBase002.java index 5e081843560734ce7aad4ee521e5e2984a4c1443..6621f24179ccbb4ffa87150c27a39caebb7884ef 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0002-rt-clinit-clinit_base_002/ClinitBase002.java +++ b/test/testsuite/ouroboros/clinit_test/RT0002-rt-clinit-clinit_base_002/ClinitBase002.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitBase002 * -@TestCaseName: ClinitBase002.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0003-rt-clinit-clinit_base_003/ClinitBase003.java b/test/testsuite/ouroboros/clinit_test/RT0003-rt-clinit-clinit_base_003/ClinitBase003.java index 4a61963daa776ead32de84054bf096a10edf8e1e..dccda426176e1ff80d41632ca85c5d9828d9a484 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0003-rt-clinit-clinit_base_003/ClinitBase003.java +++ b/test/testsuite/ouroboros/clinit_test/RT0003-rt-clinit-clinit_base_003/ClinitBase003.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitBase003 * -@TestCaseName: ClinitBase003.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0004-rt-clinit-clinit_base_004/ClinitBase004.java b/test/testsuite/ouroboros/clinit_test/RT0004-rt-clinit-clinit_base_004/ClinitBase004.java index ef7557e69db8c3f774b8681c56e5578156ac7187..39165daf6adcaee95a05b42bcd31c30018f33e83 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0004-rt-clinit-clinit_base_004/ClinitBase004.java +++ b/test/testsuite/ouroboros/clinit_test/RT0004-rt-clinit-clinit_base_004/ClinitBase004.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitBase004 * -@TestCaseName: ClinitBase004.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0005-rt-clinit-clinit_base_005/ClinitBase005.java b/test/testsuite/ouroboros/clinit_test/RT0005-rt-clinit-clinit_base_005/ClinitBase005.java index ece097a7d282813dcd8720f0782632bb1c462e50..899a58340e51a6e2e5f516d44c961f414c5dee57 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0005-rt-clinit-clinit_base_005/ClinitBase005.java +++ b/test/testsuite/ouroboros/clinit_test/RT0005-rt-clinit-clinit_base_005/ClinitBase005.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitBase005 * -@TestCaseName: ClinitBase005.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0006-rt-clinit-clinit_base_006/ClinitBase006.java b/test/testsuite/ouroboros/clinit_test/RT0006-rt-clinit-clinit_base_006/ClinitBase006.java index 8e3b13c6f89790725ce80650ff96d204917ca4bb..50a7fc41449ded18178db2c43c32d595f54596d5 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0006-rt-clinit-clinit_base_006/ClinitBase006.java +++ b/test/testsuite/ouroboros/clinit_test/RT0006-rt-clinit-clinit_base_006/ClinitBase006.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitBase006 * -@TestCaseName: ClinitBase006.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0008-rt-clinit-clinit_base_008/ClinitBase008.java b/test/testsuite/ouroboros/clinit_test/RT0008-rt-clinit-clinit_base_008/ClinitBase008.java index 2000fbaa39b9f5cadd8604ffc0f46cef19b42d29..bb28c68a15a0d2b3edea05419cdc4c9b1126cce4 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0008-rt-clinit-clinit_base_008/ClinitBase008.java +++ b/test/testsuite/ouroboros/clinit_test/RT0008-rt-clinit-clinit_base_008/ClinitBase008.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitBase008 * -@TestCaseName: ClinitBase008.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0009-rt-clinit-clinit_seq_001/ClinitSeq001.java b/test/testsuite/ouroboros/clinit_test/RT0009-rt-clinit-clinit_seq_001/ClinitSeq001.java index e12d8597767e818575c8c2921c127658af7a063b..3d4971e31cee4860144b62fdc0a5e78f04ffef5e 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0009-rt-clinit-clinit_seq_001/ClinitSeq001.java +++ b/test/testsuite/ouroboros/clinit_test/RT0009-rt-clinit-clinit_seq_001/ClinitSeq001.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitSeq001 * -@TestCaseName: ClinitSeq001.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0010-rt-clinit-clinit_seq_002/ClinitSeq002.java b/test/testsuite/ouroboros/clinit_test/RT0010-rt-clinit-clinit_seq_002/ClinitSeq002.java index a2b9108cbd768025a89d9903c961863e0aef3378..a21d4b06c4a099d94bae9847a0528cd8f3d0a443 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0010-rt-clinit-clinit_seq_002/ClinitSeq002.java +++ b/test/testsuite/ouroboros/clinit_test/RT0010-rt-clinit-clinit_seq_002/ClinitSeq002.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitSeq002 * -@TestCaseName: ClinitSeq002.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0011-rt-clinit-clinit_seq_003/ClinitSeq003.java b/test/testsuite/ouroboros/clinit_test/RT0011-rt-clinit-clinit_seq_003/ClinitSeq003.java index 3c064f1602f2412d965629bc59aaca72f9ef6b20..99b1fdd1d87f961cefa9ac8a84025222348b3486 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0011-rt-clinit-clinit_seq_003/ClinitSeq003.java +++ b/test/testsuite/ouroboros/clinit_test/RT0011-rt-clinit-clinit_seq_003/ClinitSeq003.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitSeq003 * -@TestCaseName: ClinitSeq003.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0012-rt-clinit-clinit_seq_004/ClinitSeq004.java b/test/testsuite/ouroboros/clinit_test/RT0012-rt-clinit-clinit_seq_004/ClinitSeq004.java index 1191832146be8ecb3129c3dfcaf750fa012abb36..f52b5d45e092b42deb2136ce4d9d31bdd80bf1fb 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0012-rt-clinit-clinit_seq_004/ClinitSeq004.java +++ b/test/testsuite/ouroboros/clinit_test/RT0012-rt-clinit-clinit_seq_004/ClinitSeq004.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitSeq004 * -@TestCaseName: ClinitSeq004.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/clinit_test/RT0013-rt-clinit-clinit_seq_005/ClinitSeq005.java b/test/testsuite/ouroboros/clinit_test/RT0013-rt-clinit-clinit_seq_005/ClinitSeq005.java index 3e2d24a401bcb60551403d5de5a34a86901eff10..701564efe29818460f33f216659101b004bbaa7b 100644 --- a/test/testsuite/ouroboros/clinit_test/RT0013-rt-clinit-clinit_seq_005/ClinitSeq005.java +++ b/test/testsuite/ouroboros/clinit_test/RT0013-rt-clinit-clinit_seq_005/ClinitSeq005.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClinitSeq005 * -@TestCaseName: ClinitSeq005.java * -@RequirementName: Java class initialization diff --git a/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/NativeCatchExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/NativeCatchExceptionTest.java index 26dd705fe0011d4018c306dfa58a579375a6dd48..7884234e20f98d1d93a3bb3ee982dd412ecaf1f1 100644 --- a/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/NativeCatchExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/NativeCatchExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NativeCatchExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception at callback from Java), captured by Java. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/jniNativeCatchExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/jniNativeCatchExceptionTest.cpp index 2fd03a6c58d755800063319560608c3a025ed728..d7b31e7054c0f3a58c1400697bc6b8698c0efd36 100644 --- a/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/jniNativeCatchExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0023-rt-eh-NativeCatchExceptionTest/jniNativeCatchExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/NativeCodeCheckExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/NativeCodeCheckExceptionTest.java index 4a3e04ebe838bb1268b33e2d5dc752ac77b6afe2..65593b8e69b8a4e1f531e56a3019b362e3ae70b2 100644 --- a/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/NativeCodeCheckExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/NativeCodeCheckExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NativeCodeCheckExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception at callback from Java, then throw),captured by Java. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/jniNativeCodeCheckExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/jniNativeCodeCheckExceptionTest.cpp index 4ab347601088cf64ba5157bca005b2c9dc3b05e6..38a80215511a1de3a04bc0107ca72efd71f9a3c8 100644 --- a/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/jniNativeCodeCheckExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0024-rt-eh-NativeCodeCheckExceptionTest/jniNativeCodeCheckExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/NativeNewExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/NativeNewExceptionTest.java index 2577ada268a3b0d3ea2869714d8905c4977f7eec..c0ebc4ec3843c0601b69ef1f9cfbdad26e0a3b1d 100644 --- a/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/NativeNewExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/NativeNewExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NativeNewExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception-throw new), captured by Java. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/jniNativeNewExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/jniNativeNewExceptionTest.cpp index 4d6469c5f466c4dceded2f959d1d32d6a67c566a..b80654c89c4bdf325e8090f431f0820a0b253221 100644 --- a/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/jniNativeNewExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0025-rt-eh-NativeNewExceptionTest/jniNativeNewExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/NativeTryCatchNewExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/NativeTryCatchNewExceptionTest.java index af8c6f3f5f2ae463364a9b8221f6ef0ad0685c53..90c0eac1f2941c2a0afbbe937fc0c06687f5b399 100644 --- a/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/NativeTryCatchNewExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/NativeTryCatchNewExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:NativeTryCatchNewExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception at callback from Java-throw new), captured by Java(try-catch). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/jniNativeTryCatchNewExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/jniNativeTryCatchNewExceptionTest.cpp index 3762aee607ecd395d84a10b960c66851d41161e6..854cf2629ddd4479a4704ebd751ae9f62b9416b0 100644 --- a/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/jniNativeTryCatchNewExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0026-rt-eh-NativeTryCatchNewExceptionTest/jniNativeTryCatchNewExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/NativeCodeCheckNewExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/NativeCodeCheckNewExceptionTest.java index 3d0b47968fd99d64ba29692ceaba75f9c9d3fd8f..f71f50cbbe08bc677ebf58f2679f54d74fbe4a1d 100644 --- a/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/NativeCodeCheckNewExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/NativeCodeCheckNewExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NativeCodeCheckNewExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception at callback from Java, then Occurred-throw new), catch by Java. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/jniNativeCodeCheckNewExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/jniNativeCodeCheckNewExceptionTest.cpp index 05c2f255681f09f85006577d34ba2a23125069eb..d462318e34c366505fa253157a6f1591e8a96eb9 100644 --- a/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/jniNativeCodeCheckNewExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0027-rt-eh-NativeCodeCheckNewExceptionTest/jniNativeCodeCheckNewExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/NativeClearExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/NativeClearExceptionTest.java index 93c655a826570c10ef493a2097b81c9315624a17..93005799826b781ef737c152dffefa5fb7a22d07 100644 --- a/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/NativeClearExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/NativeClearExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NativeClearExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception at callback from Java, then Occurred-throw new-clear). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/jniNativeClearExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/jniNativeClearExceptionTest.cpp index 88fe39eac4f4cdd9cc150dd248a1bcf5eaf84eda..2ec5f8439a9fac7a2b643a6a330a1229983c381e 100644 --- a/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/jniNativeClearExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0028-rt-eh-NativeClearExceptionTest/jniNativeClearExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/NativeCodeCatchThrowNewExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/NativeCodeCatchThrowNewExceptionTest.java index b1ae9be75ce2ab10637b332b8af07cf7782120c8..b305a95ac2de5b8c63701a88578a280073eb2a73 100644 --- a/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/NativeCodeCatchThrowNewExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/NativeCodeCatchThrowNewExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NativeCodeCatchThrowNewExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception at callback from Java, then check-throw new), captured by Java. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/jniNativeCodeCatchThrowNewExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/jniNativeCodeCatchThrowNewExceptionTest.cpp index 3216ff00b4d4364b57a8db9b74330315106a1eed..30192c3742343d523c2e60e2c4f9374a5b566177 100644 --- a/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/jniNativeCodeCatchThrowNewExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0029-rt-eh-NativeCodeCatchThrowNewExceptionTest/jniNativeCodeCatchThrowNewExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java index 727207f906bb718157233c5f3e2c40f3e10c77c4..cd19f69dc9bf8353122502cad81a372af1735098 100644 --- a/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/NativeCheckFatalErrorExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NativeCheckFatalErrorExceptionTest.java * -@TestCaseName: Asynchronous: Native(exception at callback from Java, then FatalError), catch by Java. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/jniNativeCheckFatalErrorExceptionTest.cpp b/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/jniNativeCheckFatalErrorExceptionTest.cpp index 136efc3afbd6bec45047556cbbd038e03aa67899..f642787fbb903664627ff638b74c611e95d46df7 100644 --- a/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/jniNativeCheckFatalErrorExceptionTest.cpp +++ b/test/testsuite/ouroboros/eh_test/RT0030-rt-eh-NativeCheckFatalErrorExceptionTest/jniNativeCheckFatalErrorExceptionTest.cpp @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ #include #include diff --git a/test/testsuite/ouroboros/eh_test/RT0032-rt-eh-TryFinallyExceptionTest/TryFinallyExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0032-rt-eh-TryFinallyExceptionTest/TryFinallyExceptionTest.java index 347fa58b342c1655243c76367596525ac345c0db..9f740e781644c57d91ba2c4122bce703b731fe85 100644 --- a/test/testsuite/ouroboros/eh_test/RT0032-rt-eh-TryFinallyExceptionTest/TryFinallyExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0032-rt-eh-TryFinallyExceptionTest/TryFinallyExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryFinallyExceptionTest.java * -@TestCaseName: Test try-finally mode: try{exception}-finally-->caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0033-rt-eh-TryCatchExceptionTest/TryCatchExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0033-rt-eh-TryCatchExceptionTest/TryCatchExceptionTest.java index d314ac02a380af5be8c28ed3957686d55e829dde..2875caffcd6e8a614a7843734280a3ea97474a77 100644 --- a/test/testsuite/ouroboros/eh_test/RT0033-rt-eh-TryCatchExceptionTest/TryCatchExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0033-rt-eh-TryCatchExceptionTest/TryCatchExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchExceptionTest.java * -@TestCaseName: Test try-catch mode. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0034-rt-eh-TryMultiCatchExceptionTest/TryMultiCatchExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0034-rt-eh-TryMultiCatchExceptionTest/TryMultiCatchExceptionTest.java index facccb9bed45749800525c0892dc965a38984146..797402cdaa53c058ed646e3300632b41f4fe1d4f 100644 --- a/test/testsuite/ouroboros/eh_test/RT0034-rt-eh-TryMultiCatchExceptionTest/TryMultiCatchExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0034-rt-eh-TryMultiCatchExceptionTest/TryMultiCatchExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryMultiCatchExceptionTest.java * -@TestCaseName: Test try-catch/catch/...(multi-catch) mode. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0035-rt-eh-TryMultiCatchMatchFirstExceptionTest/TryMultiCatchMatchFirstExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0035-rt-eh-TryMultiCatchMatchFirstExceptionTest/TryMultiCatchMatchFirstExceptionTest.java index 740d070f7b9bed4937ea23bb7f7e86f7d0b15d0c..06fce8d57236dff55052c4ca23ba4a83a823fc5d 100644 --- a/test/testsuite/ouroboros/eh_test/RT0035-rt-eh-TryMultiCatchMatchFirstExceptionTest/TryMultiCatchMatchFirstExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0035-rt-eh-TryMultiCatchMatchFirstExceptionTest/TryMultiCatchMatchFirstExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryMultiCatchMatchFirstExceptionTest.java * -@TestCaseName: Test try-catch/catch/...(multi-catch) mode. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0036-rt-eh-TryCatchPipelineExceptionTest/TryCatchPipelineExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0036-rt-eh-TryCatchPipelineExceptionTest/TryCatchPipelineExceptionTest.java index 2efb5829db78be4c1c6c939e416714995ebb1f71..e1c43f8284728759122a037ba55a48bb6e294f47 100644 --- a/test/testsuite/ouroboros/eh_test/RT0036-rt-eh-TryCatchPipelineExceptionTest/TryCatchPipelineExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0036-rt-eh-TryCatchPipelineExceptionTest/TryCatchPipelineExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchPipelineExceptionTest.java * -@TestCaseName: Test try-catch(type1 | type 2 | ...). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0037-rt-eh-TryMultiCatchFinallyExceptionTest/TryMultiCatchFinallyExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0037-rt-eh-TryMultiCatchFinallyExceptionTest/TryMultiCatchFinallyExceptionTest.java index 6075273ef0b46fe97d3d66522c0fb71b155d7c01..9b0671d15f3ae99551a7aca690602c5f39e3ed78 100644 --- a/test/testsuite/ouroboros/eh_test/RT0037-rt-eh-TryMultiCatchFinallyExceptionTest/TryMultiCatchFinallyExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0037-rt-eh-TryMultiCatchFinallyExceptionTest/TryMultiCatchFinallyExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryMultiCatchFinallyExceptionTest.java * -@TestCaseName: Test try-catch/catch…-finally mode. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0038-rt-eh-TryCatchResourceExceptionTest/TryCatchResourceExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0038-rt-eh-TryCatchResourceExceptionTest/TryCatchResourceExceptionTest.java index 9e794aba6a95f82ede396c7f266d2c9681ffe60c..05530cde597f0407ad42ffee6139079fa53e91b4 100644 --- a/test/testsuite/ouroboros/eh_test/RT0038-rt-eh-TryCatchResourceExceptionTest/TryCatchResourceExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0038-rt-eh-TryCatchResourceExceptionTest/TryCatchResourceExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchResourceExceptionTest.java * -@TestCaseName: Test try with resource. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0039-rt-eh-TryCatchThrowExceptionTest/TryCatchThrowExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0039-rt-eh-TryCatchThrowExceptionTest/TryCatchThrowExceptionTest.java index 82e0594dd056abf191f2050b22816fc4dc89115c..f31d2237e5f6f294e957e1a076c50f8ba225feea 100644 --- a/test/testsuite/ouroboros/eh_test/RT0039-rt-eh-TryCatchThrowExceptionTest/TryCatchThrowExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0039-rt-eh-TryCatchThrowExceptionTest/TryCatchThrowExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchThrowExceptionTest.java * -@TestCaseName: Test throws and throw in try-catch. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0040-rt-eh-TryExceptionFinallyExceptionTest/TryExceptionFinallyExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0040-rt-eh-TryExceptionFinallyExceptionTest/TryExceptionFinallyExceptionTest.java index 87070cdce3639c6fffa296da2115f7a3147ce9f9..c2081b30bf110690f0baebcb3bea81fb39ced644 100644 --- a/test/testsuite/ouroboros/eh_test/RT0040-rt-eh-TryExceptionFinallyExceptionTest/TryExceptionFinallyExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0040-rt-eh-TryExceptionFinallyExceptionTest/TryExceptionFinallyExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryExceptionFinallyExceptionTest.java * -@TestCaseName: Test try{exception}-finally:handler is caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0041-rt-eh-TryTryThrowExceptionTest/TryTryThrowExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0041-rt-eh-TryTryThrowExceptionTest/TryTryThrowExceptionTest.java index 81056a5e21c0ab1f488c5d87669c9bc09a979efa..9e6c708b32381c7f019eb9d12c20b651f10e3dac 100644 --- a/test/testsuite/ouroboros/eh_test/RT0041-rt-eh-TryTryThrowExceptionTest/TryTryThrowExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0041-rt-eh-TryTryThrowExceptionTest/TryTryThrowExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryTryThrowExceptionTest.java * -@TestCaseName: Test try{exception}-catch(x)-finally:handler is caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0042-rt-eh-TryTryCatchExceptionTest/TryTryCatchExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0042-rt-eh-TryTryCatchExceptionTest/TryTryCatchExceptionTest.java index d81b20bdef1426fe0c135d0e34898359b0e157f6..ea07cb12b8cb6a296632c4ad78923cca441dd936 100644 --- a/test/testsuite/ouroboros/eh_test/RT0042-rt-eh-TryTryCatchExceptionTest/TryTryCatchExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0042-rt-eh-TryTryCatchExceptionTest/TryTryCatchExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryTryCatchExceptionTest.java * -@TestCaseName: Test try{exception}-catch(e)-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0043-rt-eh-TryCatchTryExceptionTest/TryCatchTryExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0043-rt-eh-TryCatchTryExceptionTest/TryCatchTryExceptionTest.java index 8ee18397fc963b1db9f9bdc4f55cac810d891844..2d4346e31c0457c4daf4d26548071e313f7d5f65 100644 --- a/test/testsuite/ouroboros/eh_test/RT0043-rt-eh-TryCatchTryExceptionTest/TryCatchTryExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0043-rt-eh-TryCatchTryExceptionTest/TryCatchTryExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchTryExceptionTest.java * -@TestCaseName: Test try{try{exception} catch(e)}-catch-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0044-rt-eh-DoubleTryCatchFinallyExceptionTest/DoubleTryCatchFinallyExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0044-rt-eh-DoubleTryCatchFinallyExceptionTest/DoubleTryCatchFinallyExceptionTest.java index 07e9c6cd6f1f4483b02bfb5798841a0bdbbbfeaf..ba7eae94504018aff146f26eb90e09c4790589f0 100644 --- a/test/testsuite/ouroboros/eh_test/RT0044-rt-eh-DoubleTryCatchFinallyExceptionTest/DoubleTryCatchFinallyExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0044-rt-eh-DoubleTryCatchFinallyExceptionTest/DoubleTryCatchFinallyExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: DoubleTryCatchFinallyExceptionTest.java * -@TestCaseName: Test try{try{exception} catch(x)}-finally -->caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0045-rt-eh-TryCatchTryCatchFinallyExceptionTest/TryCatchTryCatchFinallyExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0045-rt-eh-TryCatchTryCatchFinallyExceptionTest/TryCatchTryCatchFinallyExceptionTest.java index 01cd64003d133ff3a41efc957e03764c3810fa3c..6cc6741dc8667698e0b12a1e3fbf3704b4c88d1f 100644 --- a/test/testsuite/ouroboros/eh_test/RT0045-rt-eh-TryCatchTryCatchFinallyExceptionTest/TryCatchTryCatchFinallyExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0045-rt-eh-TryCatchTryCatchFinallyExceptionTest/TryCatchTryCatchFinallyExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchTryCatchFinallyExceptionTest.java * -@TestCaseName: Test try{try{exception} catch(x)}-catch()-finally --> caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0046-rt-eh-TryCatchTryCatchExceptionFinallyTest/TryCatchTryCatchExceptionFinallyTest.java b/test/testsuite/ouroboros/eh_test/RT0046-rt-eh-TryCatchTryCatchExceptionFinallyTest/TryCatchTryCatchExceptionFinallyTest.java index a2c8b319006e0dd4fdd198dd5c4123850543587b..ef587afc9c288e330a17b5eeb9e84ce6486358e5 100644 --- a/test/testsuite/ouroboros/eh_test/RT0046-rt-eh-TryCatchTryCatchExceptionFinallyTest/TryCatchTryCatchExceptionFinallyTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0046-rt-eh-TryCatchTryCatchExceptionFinallyTest/TryCatchTryCatchExceptionFinallyTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchTryCatchExceptionFinallyTest.java * -@TestCaseName: Test try{try{exception} catch(x)}-catch(e)-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0047-rt-eh-CatchThrowNewExceptionTest/CatchThrowNewExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0047-rt-eh-CatchThrowNewExceptionTest/CatchThrowNewExceptionTest.java index a93b96318717c11ba4ef9f5a1b6157ae0ff886b2..44b977f201d6018bfed510d80334d3ef50f729ec 100644 --- a/test/testsuite/ouroboros/eh_test/RT0047-rt-eh-CatchThrowNewExceptionTest/CatchThrowNewExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0047-rt-eh-CatchThrowNewExceptionTest/CatchThrowNewExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CatchThrowNewExceptionTest.java * -@TestCaseName: Test catch(){exception}, handler is caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0048-rt-eh-CatchTryCatchNewExceptionTest/CatchTryCatchNewExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0048-rt-eh-CatchTryCatchNewExceptionTest/CatchTryCatchNewExceptionTest.java index a693c90bd4124905bcf268db774fd7270e2f9ef2..ccecce91edbcc32adcd8eb3afde16f0efa9f5e80 100644 --- a/test/testsuite/ouroboros/eh_test/RT0048-rt-eh-CatchTryCatchNewExceptionTest/CatchTryCatchNewExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0048-rt-eh-CatchTryCatchNewExceptionTest/CatchTryCatchNewExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CatchTryCatchNewExceptionTest.java * -@TestCaseName: Test try-catch(){try{exception},catch(e)}-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0049-rt-eh-CatchTryThrowNewExceptionTest/CatchTryThrowNewExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0049-rt-eh-CatchTryThrowNewExceptionTest/CatchTryThrowNewExceptionTest.java index 61d2619435a96629bf8c3f6cc57e21606d0e2028..2387779bde5426971c694d7092fc7b4a29d2c422 100644 --- a/test/testsuite/ouroboros/eh_test/RT0049-rt-eh-CatchTryThrowNewExceptionTest/CatchTryThrowNewExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0049-rt-eh-CatchTryThrowNewExceptionTest/CatchTryThrowNewExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CatchTryThrowNewExceptionTest.java * -@TestCaseName: Test try-catch(){try{exception},catch(x)}-finally --> caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0050-rt-eh-FinallyThrowExceptionTest/FinallyThrowExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0050-rt-eh-FinallyThrowExceptionTest/FinallyThrowExceptionTest.java index 548e08890ffce343716bac9209e526f603d08b41..0b3d818eb599d236b113ad979b5d5f1111abc7b8 100644 --- a/test/testsuite/ouroboros/eh_test/RT0050-rt-eh-FinallyThrowExceptionTest/FinallyThrowExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0050-rt-eh-FinallyThrowExceptionTest/FinallyThrowExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FinallyThrowExceptionTest.java * -@TestCaseName: Test finally{exception}, handler is caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0051-rt-eh-FinallyTryCatchExceptionTest/FinallyTryCatchExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0051-rt-eh-FinallyTryCatchExceptionTest/FinallyTryCatchExceptionTest.java index 40cca06364cfc80a7cc9235a387f0687a2e691a5..c0611ef071eb3908497921d67ec09ba0a3a7eb59 100644 --- a/test/testsuite/ouroboros/eh_test/RT0051-rt-eh-FinallyTryCatchExceptionTest/FinallyTryCatchExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0051-rt-eh-FinallyTryCatchExceptionTest/FinallyTryCatchExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FinallyTryCatchExceptionTest.java * -@TestCaseName: Test try-catch-finally{try{exception},catch(e)}. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0052-rt-eh-FinallyTryThrowExceptionTest/FinallyTryThrowExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0052-rt-eh-FinallyTryThrowExceptionTest/FinallyTryThrowExceptionTest.java index 9e02d45b8a650c3c34b36ed79bf767de6046c212..299013dce57f97124f1ca5a1bcdacb4432e09de4 100644 --- a/test/testsuite/ouroboros/eh_test/RT0052-rt-eh-FinallyTryThrowExceptionTest/FinallyTryThrowExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0052-rt-eh-FinallyTryThrowExceptionTest/FinallyTryThrowExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FinallyTryThrowExceptionTest.java * -@TestCaseName: Test try-catch-finally{try{exception},catch(x)}--> caller. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0053-rt-eh-TryResourceStartThrowExceptionTest/TryResourceStartThrowExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0053-rt-eh-TryResourceStartThrowExceptionTest/TryResourceStartThrowExceptionTest.java index 59f16ec0cc3fa6364682746cea959f3764cc6497..6a7627046cbed15855321e1f83d97ce5d8faa2f6 100644 --- a/test/testsuite/ouroboros/eh_test/RT0053-rt-eh-TryResourceStartThrowExceptionTest/TryResourceStartThrowExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0053-rt-eh-TryResourceStartThrowExceptionTest/TryResourceStartThrowExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryResourceStartThrowExceptionTest.java * -@TestCaseName: Test try(exception){}-catch(e){}-close()-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0054-rt-eh-TryResourceCloseThrowExceptionTest/TryResourceCloseThrowExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0054-rt-eh-TryResourceCloseThrowExceptionTest/TryResourceCloseThrowExceptionTest.java index 5e1c54d9c48ad78b3164f3d7c88f33784ee003f0..264221ce45f2d3a1b38b35ef2b65d2b0177684f4 100644 --- a/test/testsuite/ouroboros/eh_test/RT0054-rt-eh-TryResourceCloseThrowExceptionTest/TryResourceCloseThrowExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0054-rt-eh-TryResourceCloseThrowExceptionTest/TryResourceCloseThrowExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryResourceCloseThrowExceptionTest.java * -@TestCaseName: Test try(){}-catch(e){}-close(exception)-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0055-rt-eh-TryResourceStartAndCloseExceptionTest/TryResourceStartAndCloseExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0055-rt-eh-TryResourceStartAndCloseExceptionTest/TryResourceStartAndCloseExceptionTest.java index cb47b10c4be733722e8f895dc50ded9d485699b5..60622fdc3bba0211ccabb5ea75db7316fb83e0d3 100644 --- a/test/testsuite/ouroboros/eh_test/RT0055-rt-eh-TryResourceStartAndCloseExceptionTest/TryResourceStartAndCloseExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0055-rt-eh-TryResourceStartAndCloseExceptionTest/TryResourceStartAndCloseExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryResourceStartAndCloseExceptionTest.java * -@TestCaseName: Test try(exception1){}-catch(e1){}-close(exception2)-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0066-rt-eh-JvmArrayIndexOutOfBoundsExceptionTest/JvmArrayIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0066-rt-eh-JvmArrayIndexOutOfBoundsExceptionTest/JvmArrayIndexOutOfBoundsExceptionTest.java index 0697b6d803e5c232585cb1f1d922105bb40b054c..951675b74d49a7ff3f0cc8ab207504f8fef4426f 100644 --- a/test/testsuite/ouroboros/eh_test/RT0066-rt-eh-JvmArrayIndexOutOfBoundsExceptionTest/JvmArrayIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0066-rt-eh-JvmArrayIndexOutOfBoundsExceptionTest/JvmArrayIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: JvmArrayIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test jvm instr: Invoke Initialization thrown ArrayIndexOutOfBoundsException. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0067-rt-eh-JvmStaticExceptionInInitializerErrorTest/JvmStaticExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0067-rt-eh-JvmStaticExceptionInInitializerErrorTest/JvmStaticExceptionInInitializerErrorTest.java index 849f8346f2e3b30768cd72a6fb580182029036fc..22fac3fa94720e3e7167c1063bf66c7c14998452 100644 --- a/test/testsuite/ouroboros/eh_test/RT0067-rt-eh-JvmStaticExceptionInInitializerErrorTest/JvmStaticExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0067-rt-eh-JvmStaticExceptionInInitializerErrorTest/JvmStaticExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: JvmStaticExceptionInInitializerErrorTest.java * -@TestCaseName: Test jvm instr: invoke static thrown ExceptionInInitializerError. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0073-rt-eh-MultiTryNoExceptionTest/MultiTryNoExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0073-rt-eh-MultiTryNoExceptionTest/MultiTryNoExceptionTest.java index 99ff9f707d376366481c90ba226b686318e648b1..9adf08485a9855bc58ff892813476ece5981d740 100644 --- a/test/testsuite/ouroboros/eh_test/RT0073-rt-eh-MultiTryNoExceptionTest/MultiTryNoExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0073-rt-eh-MultiTryNoExceptionTest/MultiTryNoExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MultiTryNoExceptionTest.java * -@TestCaseName: Test no Exception in try-multi catch-finally. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0074-rt-eh-TryCatchReturnExceptionTest/TryCatchReturnExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0074-rt-eh-TryCatchReturnExceptionTest/TryCatchReturnExceptionTest.java index 3a953822edfa367dc5ac3cec2c532f977862871b..073b1f60fc7603668a0e356cabf7a7cd5f91b6a3 100644 --- a/test/testsuite/ouroboros/eh_test/RT0074-rt-eh-TryCatchReturnExceptionTest/TryCatchReturnExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0074-rt-eh-TryCatchReturnExceptionTest/TryCatchReturnExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchReturnExceptionTest.java * -@TestCaseName: Test try{exception return_x}-catch(e){return_x}-finally{return_v}. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0075-rt-eh-TryReturnValueExceptionTest/TryReturnValueExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0075-rt-eh-TryReturnValueExceptionTest/TryReturnValueExceptionTest.java index e288a366030826be461138d134a75c468a8a0331..0552c56e57240a31841b84d1a089e383d92aa1dd 100644 --- a/test/testsuite/ouroboros/eh_test/RT0075-rt-eh-TryReturnValueExceptionTest/TryReturnValueExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0075-rt-eh-TryReturnValueExceptionTest/TryReturnValueExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryReturnValueExceptionTest.java * -@TestCaseName: try{return_v}-catch(x){return_x}-finally{return_x} * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0076-rt-eh-TryCatchReturnValueExceptionTest/TryCatchReturnValueExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0076-rt-eh-TryCatchReturnValueExceptionTest/TryCatchReturnValueExceptionTest.java index 8933dc9f8dace8b68d3c43aa91b27df86aabb4de..c0b0aaa257e68f64bc1c4115fb29bdac7e8f077b 100644 --- a/test/testsuite/ouroboros/eh_test/RT0076-rt-eh-TryCatchReturnValueExceptionTest/TryCatchReturnValueExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0076-rt-eh-TryCatchReturnValueExceptionTest/TryCatchReturnValueExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TryCatchReturnValueExceptionTest.java * -@TestCaseName: Try{exception return_x}-catch(e){return_v}-finally{}. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0077-rt-eh-ExcpReturn04140/ExcpReturn04140.java b/test/testsuite/ouroboros/eh_test/RT0077-rt-eh-ExcpReturn04140/ExcpReturn04140.java index 13f67069a1764dd242514656ae8800cab67f22a9..52fa1b803a1384babf56d0d9b448891027bae399 100644 --- a/test/testsuite/ouroboros/eh_test/RT0077-rt-eh-ExcpReturn04140/ExcpReturn04140.java +++ b/test/testsuite/ouroboros/eh_test/RT0077-rt-eh-ExcpReturn04140/ExcpReturn04140.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ExcpReturn04140.java * -@TestCaseName: try{exception return_x}-catch(e){}-finally{},return_v * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0078-rt-eh-ExcpReturn04150/ExcpReturn04150.java b/test/testsuite/ouroboros/eh_test/RT0078-rt-eh-ExcpReturn04150/ExcpReturn04150.java index 0e2ba824f0c3af9830de61f2f7500996a961aa21..c45aa0faade7d4eec484b8e68f5feaf86e55fd16 100644 --- a/test/testsuite/ouroboros/eh_test/RT0078-rt-eh-ExcpReturn04150/ExcpReturn04150.java +++ b/test/testsuite/ouroboros/eh_test/RT0078-rt-eh-ExcpReturn04150/ExcpReturn04150.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ExcpReturn04150.java * -@TestCaseName: try{exception return_x}-catch(x){}-finally{return_v},-->caller(x) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0079-rt-eh-ExcpReturn04160/ExcpReturn04160.java b/test/testsuite/ouroboros/eh_test/RT0079-rt-eh-ExcpReturn04160/ExcpReturn04160.java index 29969418b12616d4e8533d629a4070260f3536ba..5a5c599ab40e31db4ffe417e5bae2fa33756b439 100644 --- a/test/testsuite/ouroboros/eh_test/RT0079-rt-eh-ExcpReturn04160/ExcpReturn04160.java +++ b/test/testsuite/ouroboros/eh_test/RT0079-rt-eh-ExcpReturn04160/ExcpReturn04160.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ExcpReturn04160.java * -@TestCaseName: try{exception return_x}-catch(x){}-finally{},return_x-->caller(v) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0516-rt-eh-AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest/AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0516-rt-eh-AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest/AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest.java index 813ce860984bd47cc669a9e7ed41e1f30764bbdb..a7cabd2693522ca1aac791e80df0a0bad217993b 100644 --- a/test/testsuite/ouroboros/eh_test/RT0516-rt-eh-AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest/AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0516-rt-eh-AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest/AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectGetAnnotationsByTypeNullPointerExceptionTest.java * -@TestCaseName: Exception in addSuppressed:public T[] getAnnotationsByType(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0517-rt-eh-AccessibleObjectGetDeclaredAnnotationExceptionTest/AccessibleObjectGetDeclaredAnnotationExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0517-rt-eh-AccessibleObjectGetDeclaredAnnotationExceptionTest/AccessibleObjectGetDeclaredAnnotationExceptionTest.java index 64985ad74af2e0a0e6c072aab25e6fded0a5edfb..51d99fb0d5f8bf357ac3de4d1c169e7ce620e76d 100644 --- a/test/testsuite/ouroboros/eh_test/RT0517-rt-eh-AccessibleObjectGetDeclaredAnnotationExceptionTest/AccessibleObjectGetDeclaredAnnotationExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0517-rt-eh-AccessibleObjectGetDeclaredAnnotationExceptionTest/AccessibleObjectGetDeclaredAnnotationExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectGetDeclaredAnnotationExceptionTest.java * -@TestCaseName: Exception in AccessibleObject: T getDeclaredAnnotation(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0518-rt-eh-AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest/AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0518-rt-eh-AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest/AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest.java index 5badf61e450ce111651e06b849d1743df117f471..39e75eb37254454bfd4ccdfb0efefdce266448c5 100644 --- a/test/testsuite/ouroboros/eh_test/RT0518-rt-eh-AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest/AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0518-rt-eh-AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest/AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectGetDeclaredAnnotationsByTypeExceptionTest.java * -@TestCaseName: Exception in AccessibleObject:public T[] getAnnotationsByType(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0519-rt-eh-CharacterCodePointCountIndexOutOfBoundsExceptionTest/CharacterCodePointCountIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0519-rt-eh-CharacterCodePointCountIndexOutOfBoundsExceptionTest/CharacterCodePointCountIndexOutOfBoundsExceptionTest.java index 06cf917447dbe805578050ad5cb4fb94e4dcc9c4..5387cdf1375f2c9f6e6414b007a70a7db3f9d02f 100644 --- a/test/testsuite/ouroboros/eh_test/RT0519-rt-eh-CharacterCodePointCountIndexOutOfBoundsExceptionTest/CharacterCodePointCountIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0519-rt-eh-CharacterCodePointCountIndexOutOfBoundsExceptionTest/CharacterCodePointCountIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterCodePointCountIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Exception in Character: public static int codePointCount(char[] seq, int offset, int count), * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0520-rt-eh-CharactercodePointCountNullPointerException/CharactercodePointCountNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0520-rt-eh-CharactercodePointCountNullPointerException/CharactercodePointCountNullPointerException.java index 283b7a4f7521bbac4954946af1010c1d719556fb..ef9d9ebd1040c042032240e1c250095e7d5dff5e 100644 --- a/test/testsuite/ouroboros/eh_test/RT0520-rt-eh-CharactercodePointCountNullPointerException/CharactercodePointCountNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0520-rt-eh-CharactercodePointCountNullPointerException/CharactercodePointCountNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharactercodePointCountNullPointerException.java * -@TestCaseName: Exception in Character:public static int codePointCount * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0521-rt-eh-CharacteroffsetByCodePointsIndexOutOfBoundsException/CharacteroffsetByCodePointsIndexOutOfBoundsException.java b/test/testsuite/ouroboros/eh_test/RT0521-rt-eh-CharacteroffsetByCodePointsIndexOutOfBoundsException/CharacteroffsetByCodePointsIndexOutOfBoundsException.java index 5fb3d49df498ceab3304b01426daedf1d4a9edc1..25cecf8d596741323b8730c36b32834f9a6b574b 100644 --- a/test/testsuite/ouroboros/eh_test/RT0521-rt-eh-CharacteroffsetByCodePointsIndexOutOfBoundsException/CharacteroffsetByCodePointsIndexOutOfBoundsException.java +++ b/test/testsuite/ouroboros/eh_test/RT0521-rt-eh-CharacteroffsetByCodePointsIndexOutOfBoundsException/CharacteroffsetByCodePointsIndexOutOfBoundsException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacteroffsetByCodePointsIndexOutOfBoundsException.java * -@TestCaseName: Exception in Character:public static int offsetByCodePoints * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0522-rt-eh-CharacteroffsetByCodePointsNullPointerException/CharacteroffsetByCodePointsNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0522-rt-eh-CharacteroffsetByCodePointsNullPointerException/CharacteroffsetByCodePointsNullPointerException.java index 64866834cba86ecc85cfeabc29f0b6959349df8b..8a216ed50f1d5522cff99a1991e0e54cba161de6 100644 --- a/test/testsuite/ouroboros/eh_test/RT0522-rt-eh-CharacteroffsetByCodePointsNullPointerException/CharacteroffsetByCodePointsNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0522-rt-eh-CharacteroffsetByCodePointsNullPointerException/CharacteroffsetByCodePointsNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacteroffsetByCodePointsNullPointerException.java * -@TestCaseName: Exception in Character:public static int offsetByCodePoints * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0523-rt-eh-ClassasSubclassClassCastException/ClassasSubclassClassCastException.java b/test/testsuite/ouroboros/eh_test/RT0523-rt-eh-ClassasSubclassClassCastException/ClassasSubclassClassCastException.java index c979aad46b50f76872ff4eb52eab7b0377f63d2c..e9597942a4957b57e545d9e9b4d50d243d89e47c 100644 --- a/test/testsuite/ouroboros/eh_test/RT0523-rt-eh-ClassasSubclassClassCastException/ClassasSubclassClassCastException.java +++ b/test/testsuite/ouroboros/eh_test/RT0523-rt-eh-ClassasSubclassClassCastException/ClassasSubclassClassCastException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassasSubclassClassCastException.java * -@TestCaseName: Exception in Class:public Class asSubclass(Class clazz) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0524-rt-eh-ClasscastClassCastException/ClasscastClassCastException.java b/test/testsuite/ouroboros/eh_test/RT0524-rt-eh-ClasscastClassCastException/ClasscastClassCastException.java index 107a496066738f04291adef90b9734566210aff8..9ae672b54abbfe28ce0d6f8d301879796eb02d0c 100644 --- a/test/testsuite/ouroboros/eh_test/RT0524-rt-eh-ClasscastClassCastException/ClasscastClassCastException.java +++ b/test/testsuite/ouroboros/eh_test/RT0524-rt-eh-ClasscastClassCastException/ClasscastClassCastException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClasscastClassCastException.java * -@TestCaseName: Exception in Class:public T cast(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0525-rt-eh-ClassforName1ParExceptionInInitializerError/ClassforName1ParExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0525-rt-eh-ClassforName1ParExceptionInInitializerError/ClassforName1ParExceptionInInitializerError.java index e3b5f02e1c9f9140c5d2c36186944b29eebdebd1..6a879b974e44714716c6fef8a7d98a67f40d2dea 100644 --- a/test/testsuite/ouroboros/eh_test/RT0525-rt-eh-ClassforName1ParExceptionInInitializerError/ClassforName1ParExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0525-rt-eh-ClassforName1ParExceptionInInitializerError/ClassforName1ParExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassforName1ParExceptionInInitializerError.java * -@TestCaseName: Exception in Class :public static Class forName(String name, boolean initialize, ClassLoader loader) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0526-rt-eh-ClassforNameExceptionInInitializerError/ClassforNameExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0526-rt-eh-ClassforNameExceptionInInitializerError/ClassforNameExceptionInInitializerError.java index 8bee4d8a381f91cf6f9e67d6c020af40873dae52..c1732e18726a1cf58acf00b173ceabe45e766f6b 100644 --- a/test/testsuite/ouroboros/eh_test/RT0526-rt-eh-ClassforNameExceptionInInitializerError/ClassforNameExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0526-rt-eh-ClassforNameExceptionInInitializerError/ClassforNameExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassforNameExceptionInInitializerError.java * -@TestCaseName: Exception in Class :public static Class forName(String name, boolean initialize, ClassLoader loader) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0527-rt-eh-ClassgAnnotationsByTypeNullPointerException/ClassgAnnotationsByTypeNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0527-rt-eh-ClassgAnnotationsByTypeNullPointerException/ClassgAnnotationsByTypeNullPointerException.java index de7de407fc6cbcfa1cb75550d566560133666a48..f6e867caa04c0ca72ccb16574a0658caec5247d2 100644 --- a/test/testsuite/ouroboros/eh_test/RT0527-rt-eh-ClassgAnnotationsByTypeNullPointerException/ClassgAnnotationsByTypeNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0527-rt-eh-ClassgAnnotationsByTypeNullPointerException/ClassgAnnotationsByTypeNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassgAnnotationsByTypeNullPointerException.java * -@TestCaseName:Exception in AccessibleObject:public A[] getAnnotationsByType(Class annotationClass) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0528-rt-eh-ClassgetDeclaredAnnotationNullPointerException/ClassgetDeclaredAnnotationNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0528-rt-eh-ClassgetDeclaredAnnotationNullPointerException/ClassgetDeclaredAnnotationNullPointerException.java index a892dae27cea7e225eb045de2a6b5043b8519480..095aa765934adbd5e407943f82ceb1ae37ff87e9 100644 --- a/test/testsuite/ouroboros/eh_test/RT0528-rt-eh-ClassgetDeclaredAnnotationNullPointerException/ClassgetDeclaredAnnotationNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0528-rt-eh-ClassgetDeclaredAnnotationNullPointerException/ClassgetDeclaredAnnotationNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassgetDeclaredAnnotationNullPointerException.java * -@TestCaseName: Exception in AccessibleObject:public A getDeclaredAnnotation * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0529-rt-eh-ClassgetDeclaredFieldNoSuchFieldException/ClassgetDeclaredFieldNoSuchFieldException.java b/test/testsuite/ouroboros/eh_test/RT0529-rt-eh-ClassgetDeclaredFieldNoSuchFieldException/ClassgetDeclaredFieldNoSuchFieldException.java index 046fc0207044568b85fd5150584dddd73578d9ac..49a936e221fcd92b92f7000b8bb2509cd0819cdd 100644 --- a/test/testsuite/ouroboros/eh_test/RT0529-rt-eh-ClassgetDeclaredFieldNoSuchFieldException/ClassgetDeclaredFieldNoSuchFieldException.java +++ b/test/testsuite/ouroboros/eh_test/RT0529-rt-eh-ClassgetDeclaredFieldNoSuchFieldException/ClassgetDeclaredFieldNoSuchFieldException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassgetDeclaredFieldNoSuchFieldException.java * -@TestCaseName: Exception in Class constructor:public Field getDeclaredField(String name) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0530-rt-eh-ClassgetDeclaredFieldNullPointerException/ClassgetDeclaredFieldNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0530-rt-eh-ClassgetDeclaredFieldNullPointerException/ClassgetDeclaredFieldNullPointerException.java index cba20c52381ea4cc6090a43976778d3c527e2943..1d25342e77acef3271dd33b3d671ef9df79e657c 100644 --- a/test/testsuite/ouroboros/eh_test/RT0530-rt-eh-ClassgetDeclaredFieldNullPointerException/ClassgetDeclaredFieldNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0530-rt-eh-ClassgetDeclaredFieldNullPointerException/ClassgetDeclaredFieldNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassgetDeclaredFieldNullPointerException.java * -@TestCaseName: Exception in Class constructor:public Field getDeclaredField(String name) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0531-rt-eh-ConstructorgAnnotationNullPointerException/ConstructorgAnnotationNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0531-rt-eh-ConstructorgAnnotationNullPointerException/ConstructorgAnnotationNullPointerException.java index 4501541b4c5bc0382271d8fff88623b6ffeeb3e3..50104e4b3fd546ba801fd79d118021784b207250 100644 --- a/test/testsuite/ouroboros/eh_test/RT0531-rt-eh-ConstructorgAnnotationNullPointerException/ConstructorgAnnotationNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0531-rt-eh-ConstructorgAnnotationNullPointerException/ConstructorgAnnotationNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorgAnnotationNullPointerException.java * -@TestCaseName:Exception in Constructor:public T getAnnotation * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0532-rt-eh-ConstructornewInstanceExceptionInInitializerError/ConstructornewInstanceExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0532-rt-eh-ConstructornewInstanceExceptionInInitializerError/ConstructornewInstanceExceptionInInitializerError.java index d4e031805e8a0ce57c8848a89bbbafc1368f3074..490d5a069577efd1a9d5584054a42ff49950fa62 100644 --- a/test/testsuite/ouroboros/eh_test/RT0532-rt-eh-ConstructornewInstanceExceptionInInitializerError/ConstructornewInstanceExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0532-rt-eh-ConstructornewInstanceExceptionInInitializerError/ConstructornewInstanceExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructornewInstanceExceptionInInitializerError.java * -@TestCaseName: In a static variable initialization exception occurs * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0533-rt-eh-FieldgetAnnotationNullPointerException/FieldgetAnnotationNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0533-rt-eh-FieldgetAnnotationNullPointerException/FieldgetAnnotationNullPointerException.java index 6a153829a6bcd00fc016ee68c75818d5b81b9e1f..fedfa2f9b8e27efd9cf39c97627f35b5bfa47c4d 100644 --- a/test/testsuite/ouroboros/eh_test/RT0533-rt-eh-FieldgetAnnotationNullPointerException/FieldgetAnnotationNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0533-rt-eh-FieldgetAnnotationNullPointerException/FieldgetAnnotationNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldgetAnnotationNullPointerException.java * -@TestCaseName: Exception in Class reflect Field:public T getAnnotation(Class annotationClass) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0534-rt-eh-FieldgetAnnotationsByTypeNullPointerException/FieldgetAnnotationsByTypeNullPointerException.java b/test/testsuite/ouroboros/eh_test/RT0534-rt-eh-FieldgetAnnotationsByTypeNullPointerException/FieldgetAnnotationsByTypeNullPointerException.java index f8533673f6bae34bf79ecb2f09817d3e08b3e6e7..ccb586341bcbffa3fe55574264a34362f10b1de6 100644 --- a/test/testsuite/ouroboros/eh_test/RT0534-rt-eh-FieldgetAnnotationsByTypeNullPointerException/FieldgetAnnotationsByTypeNullPointerException.java +++ b/test/testsuite/ouroboros/eh_test/RT0534-rt-eh-FieldgetAnnotationsByTypeNullPointerException/FieldgetAnnotationsByTypeNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldgetAnnotationsByTypeNullPointerException.java * -@TestCaseName: Exception in reflect Field:public T[] getAnnotationsByType(Class annotationClass) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0535-rt-eh-FieldgetByteExceptionInInitializerError/FieldgetByteExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0535-rt-eh-FieldgetByteExceptionInInitializerError/FieldgetByteExceptionInInitializerError.java index 7aaf6d0a45377a39c8586d69ae80b005a40a98f6..8f05b337efebd2a6e741723fce17bcd4a5eef892 100644 --- a/test/testsuite/ouroboros/eh_test/RT0535-rt-eh-FieldgetByteExceptionInInitializerError/FieldgetByteExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0535-rt-eh-FieldgetByteExceptionInInitializerError/FieldgetByteExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldgetByteExceptionInInitializerError.java * -@TestCaseName: Exception in reflect filed:public byte getByte(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0536-rt-eh-FieldgetCharExceptionInInitializerError/FieldgetCharExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0536-rt-eh-FieldgetCharExceptionInInitializerError/FieldgetCharExceptionInInitializerError.java index fc3c030ed08dae7e62e61f2f6d31c163d8b56806..075314a8058b5a91ec50b00d60796d96057d8ad5 100644 --- a/test/testsuite/ouroboros/eh_test/RT0536-rt-eh-FieldgetCharExceptionInInitializerError/FieldgetCharExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0536-rt-eh-FieldgetCharExceptionInInitializerError/FieldgetCharExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldgetCharExceptionInInitializerError.java * -@TestCaseName: Exception in reflect filed:public byte getByte(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0537-rt-eh-FieldgetDoubleExceptionInInitializerError/FieldgetDoubleExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0537-rt-eh-FieldgetDoubleExceptionInInitializerError/FieldgetDoubleExceptionInInitializerError.java index 9a5d90eb1178af2fb7bcf15d193c2272dacbd5b8..bb442bc69f02c20be0a56018c45fa041d0f28a20 100644 --- a/test/testsuite/ouroboros/eh_test/RT0537-rt-eh-FieldgetDoubleExceptionInInitializerError/FieldgetDoubleExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0537-rt-eh-FieldgetDoubleExceptionInInitializerError/FieldgetDoubleExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldgetDoubleExceptionInInitializerError.java * -@TestCaseName: Exception in reflect filed:public double getDouble(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0538-rt-eh-FieldgetExceptionInInitializerError/FieldgetExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0538-rt-eh-FieldgetExceptionInInitializerError/FieldgetExceptionInInitializerError.java index e328e2e87f33ab416d74889486ce5d28f8131e11..60b157cb85d6fb293553da5b3589db67e727c45d 100644 --- a/test/testsuite/ouroboros/eh_test/RT0538-rt-eh-FieldgetExceptionInInitializerError/FieldgetExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0538-rt-eh-FieldgetExceptionInInitializerError/FieldgetExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldgetExceptionInInitializerError.java * -@TestCaseName: Exception in reflect field:public Object get(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0539-rt-eh-FieldgetFloatExceptionInInitializerError/FieldgetFloatExceptionInInitializerError.java b/test/testsuite/ouroboros/eh_test/RT0539-rt-eh-FieldgetFloatExceptionInInitializerError/FieldgetFloatExceptionInInitializerError.java index 0df963f342f5c8f9360e7816754a368382f38ffd..72a1ddec736aff6d1a11401c3f6a2b1d1f879be0 100644 --- a/test/testsuite/ouroboros/eh_test/RT0539-rt-eh-FieldgetFloatExceptionInInitializerError/FieldgetFloatExceptionInInitializerError.java +++ b/test/testsuite/ouroboros/eh_test/RT0539-rt-eh-FieldgetFloatExceptionInInitializerError/FieldgetFloatExceptionInInitializerError.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldgetFloatExceptionInInitializerError.java * -@TestCaseName: Exception in reflect filed:public float getFloat(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0541-rt-eh-FieldGetIntExceptionInInitializerErrorTest/FieldGetIntExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0541-rt-eh-FieldGetIntExceptionInInitializerErrorTest/FieldGetIntExceptionInInitializerErrorTest.java index 9bff90b10a708358993131c0888a661f909116e4..4333deafb8828475cb06abc92b16d7d1116cfd0c 100644 --- a/test/testsuite/ouroboros/eh_test/RT0541-rt-eh-FieldGetIntExceptionInInitializerErrorTest/FieldGetIntExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0541-rt-eh-FieldGetIntExceptionInInitializerErrorTest/FieldGetIntExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldGetIntExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed: public int getInt(Object obj). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0542-rt-eh-FieldGetLongExceptionInInitializerErrorTest/FieldGetLongExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0542-rt-eh-FieldGetLongExceptionInInitializerErrorTest/FieldGetLongExceptionInInitializerErrorTest.java index d69e9fc7272e2edc394a6aeefe9886fff15bc5b4..9b75834ab7476ef93f6dcbbbd68d16999cf9ca58 100644 --- a/test/testsuite/ouroboros/eh_test/RT0542-rt-eh-FieldGetLongExceptionInInitializerErrorTest/FieldGetLongExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0542-rt-eh-FieldGetLongExceptionInInitializerErrorTest/FieldGetLongExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldGetLongExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed: public double getLong(Object obj). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0543-rt-eh-FieldGetShortExceptionInInitializerErrorTest/FieldGetShortExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0543-rt-eh-FieldGetShortExceptionInInitializerErrorTest/FieldGetShortExceptionInInitializerErrorTest.java index 7cd6e6b12bae4dcc702850b4b16217fc49a82582..8014a22e19d8124ccd13b3ada737e52fa97b5743 100644 --- a/test/testsuite/ouroboros/eh_test/RT0543-rt-eh-FieldGetShortExceptionInInitializerErrorTest/FieldGetShortExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0543-rt-eh-FieldGetShortExceptionInInitializerErrorTest/FieldGetShortExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldGetShortExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed: public short getShort(Object obj). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0544-rt-eh-FieldSetBooleanExceptionInInitializerErrorTest/FieldSetBooleanExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0544-rt-eh-FieldSetBooleanExceptionInInitializerErrorTest/FieldSetBooleanExceptionInInitializerErrorTest.java index 5caa61ba2c17356c3b54d1159ed007d7ca35b484..7c6f2d528803b3387bc3ff4791d08273ba6ca5da 100644 --- a/test/testsuite/ouroboros/eh_test/RT0544-rt-eh-FieldSetBooleanExceptionInInitializerErrorTest/FieldSetBooleanExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0544-rt-eh-FieldSetBooleanExceptionInInitializerErrorTest/FieldSetBooleanExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetBooleanExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed: public void setBoolean(Object obj, boolean z). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0545-rt-eh-FieldSetByteExceptionInInitializerErrorTest/FieldSetByteExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0545-rt-eh-FieldSetByteExceptionInInitializerErrorTest/FieldSetByteExceptionInInitializerErrorTest.java index ccb9b7928cf4d0e0a7f4b9ab4c0c76c506d7f4cd..212d91e3ead8686f3183dead8dd835851a8f4003 100644 --- a/test/testsuite/ouroboros/eh_test/RT0545-rt-eh-FieldSetByteExceptionInInitializerErrorTest/FieldSetByteExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0545-rt-eh-FieldSetByteExceptionInInitializerErrorTest/FieldSetByteExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetByteExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed: public void setByte(Object obj, byte b). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0546-rt-eh-FieldSetCharExceptionInInitializerErrorTest/FieldSetCharExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0546-rt-eh-FieldSetCharExceptionInInitializerErrorTest/FieldSetCharExceptionInInitializerErrorTest.java index 6d97868caa103a29b0c7c6a550d0661af381af47..e6e29780b74af3cacc55c008b42bf80acef74ce5 100644 --- a/test/testsuite/ouroboros/eh_test/RT0546-rt-eh-FieldSetCharExceptionInInitializerErrorTest/FieldSetCharExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0546-rt-eh-FieldSetCharExceptionInInitializerErrorTest/FieldSetCharExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetCharExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed:public void setChar(Object obj, char c). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0547-rt-eh-FieldSetDoubleExceptionInInitializerErrorTest/FieldSetDoubleExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0547-rt-eh-FieldSetDoubleExceptionInInitializerErrorTest/FieldSetDoubleExceptionInInitializerErrorTest.java index 26e9202c0a117d9472f462e31cdc421ce04f410e..b94c570594d2511b7cde96e5da09d4f193bdb476 100644 --- a/test/testsuite/ouroboros/eh_test/RT0547-rt-eh-FieldSetDoubleExceptionInInitializerErrorTest/FieldSetDoubleExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0547-rt-eh-FieldSetDoubleExceptionInInitializerErrorTest/FieldSetDoubleExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetDoubleExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed:public void setDouble(Object obj, double d). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0548-rt-eh-FieldsetExceptionInInitializerErrorTest/FieldSetExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0548-rt-eh-FieldsetExceptionInInitializerErrorTest/FieldSetExceptionInInitializerErrorTest.java index 235baf756a92468cad2c8b68e07b363886e76bec..af8a7269e925f5c4ab3984679c6469aac0b8f107 100644 --- a/test/testsuite/ouroboros/eh_test/RT0548-rt-eh-FieldsetExceptionInInitializerErrorTest/FieldSetExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0548-rt-eh-FieldsetExceptionInInitializerErrorTest/FieldSetExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect filed: public void set(Object obj, Object value). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0549-rt-eh-FieldSetFloatExceptionInInitializerErrorTest/FieldSetFloatExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0549-rt-eh-FieldSetFloatExceptionInInitializerErrorTest/FieldSetFloatExceptionInInitializerErrorTest.java index 488e6ae5af9caefb09502976a9ce56d25a1192d2..47959bfa51d736869ab019a9522568831ce4d54e 100644 --- a/test/testsuite/ouroboros/eh_test/RT0549-rt-eh-FieldSetFloatExceptionInInitializerErrorTest/FieldSetFloatExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0549-rt-eh-FieldSetFloatExceptionInInitializerErrorTest/FieldSetFloatExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetFloatExceptionInInitializerError.java * -@TestCaseName: Exception in reflect filed: public void setFloat(Object obj, float f). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0550-rt-eh-FieldSetIntExceptionTest/FieldSetIntExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0550-rt-eh-FieldSetIntExceptionTest/FieldSetIntExceptionTest.java index 5e89f31bf91d8ab1a2a2a992f04d3c4ff5a50b59..a0123fef656e6c598aa512dc5d85f451c9c52886 100644 --- a/test/testsuite/ouroboros/eh_test/RT0550-rt-eh-FieldSetIntExceptionTest/FieldSetIntExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0550-rt-eh-FieldSetIntExceptionTest/FieldSetIntExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetIntExceptionTest.java * -@TestCaseName: Exception in reflect filed: public void setInt(Object obj, int i). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0551-rt-eh-FieldSetLongExceptionTest/FieldSetLongExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0551-rt-eh-FieldSetLongExceptionTest/FieldSetLongExceptionTest.java index f86ca32c54fff07b7338e3061e1da35b04aaf4f1..475a0df86ebaf3c2f120b2ad1c1d10e82d675edb 100644 --- a/test/testsuite/ouroboros/eh_test/RT0551-rt-eh-FieldSetLongExceptionTest/FieldSetLongExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0551-rt-eh-FieldSetLongExceptionTest/FieldSetLongExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetLongExceptionTest.java * -@TestCaseName: Exception in reflect filed: public void setLong(Object obj, long l). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0552-rt-eh-FieldSetShortExceptionTest/FieldSetShortExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0552-rt-eh-FieldSetShortExceptionTest/FieldSetShortExceptionTest.java index 4d64d7d9357557182973e568380728865ae32bb8..61b8bc254879a21a5a2786b7cd7f32cb7e3a8475 100644 --- a/test/testsuite/ouroboros/eh_test/RT0552-rt-eh-FieldSetShortExceptionTest/FieldSetShortExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0552-rt-eh-FieldSetShortExceptionTest/FieldSetShortExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldSetShortExceptionTest.java * -@TestCaseName: Exception in reflect filed: public void setShort(Object obj, short s). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0553-rt-eh-MethodGetAnnotationExceptionTest/MethodGetAnnotationExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0553-rt-eh-MethodGetAnnotationExceptionTest/MethodGetAnnotationExceptionTest.java index 50bb214ad784ccacc479ad6fd0ad50c49e305c4c..bac74f01d3d31ca5fb1ec7a7dfc53f96df8eef1d 100644 --- a/test/testsuite/ouroboros/eh_test/RT0553-rt-eh-MethodGetAnnotationExceptionTest/MethodGetAnnotationExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0553-rt-eh-MethodGetAnnotationExceptionTest/MethodGetAnnotationExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodGetAnnotationExceptionTest.java * -@TestCaseName: Exception in reflect Method: public T getAnnotation(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0555-rt-eh-MethodInvokeExceptionInInitializerErrorTest/MethodInvokeExceptionInInitializerErrorTest.java b/test/testsuite/ouroboros/eh_test/RT0555-rt-eh-MethodInvokeExceptionInInitializerErrorTest/MethodInvokeExceptionInInitializerErrorTest.java index efced0f13eb2f89864c5508a4bf979c4098d7662..20f9984eccc5c01021b41b851c6a0bf72c0ff4da 100644 --- a/test/testsuite/ouroboros/eh_test/RT0555-rt-eh-MethodInvokeExceptionInInitializerErrorTest/MethodInvokeExceptionInInitializerErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0555-rt-eh-MethodInvokeExceptionInInitializerErrorTest/MethodInvokeExceptionInInitializerErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodInvokeExceptionInInitializerErrorTest.java * -@TestCaseName: Exception in reflect method : public Object invoke(Object obj, Object... args). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0556-rt-eh-ParameterGetAnnotationNullPointerExceptionTest/ParameterGetAnnotationNullPointerExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0556-rt-eh-ParameterGetAnnotationNullPointerExceptionTest/ParameterGetAnnotationNullPointerExceptionTest.java index 2c7ff15ed3ed379a2a622372a58dab50777a2e51..8daf7466942da9dca0277f8e8bb111fda24d2122 100644 --- a/test/testsuite/ouroboros/eh_test/RT0556-rt-eh-ParameterGetAnnotationNullPointerExceptionTest/ParameterGetAnnotationNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0556-rt-eh-ParameterGetAnnotationNullPointerExceptionTest/ParameterGetAnnotationNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterGetAnnotationNullPointerExceptionTest.java * -@TestCaseName: Exception in reflect.Parameter: public T getAnnotation(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0557-rt-eh-ParameterGetAnnotationsByTypeNullPointerExceptionTest/ParameterGetAnnotationsByTypeNullPointerExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0557-rt-eh-ParameterGetAnnotationsByTypeNullPointerExceptionTest/ParameterGetAnnotationsByTypeNullPointerExceptionTest.java index f1e048a55a5334a25ccee12cb719fa1c5388dfe6..430e6f9b689c40788df8382ffd1f95d014e74412 100644 --- a/test/testsuite/ouroboros/eh_test/RT0557-rt-eh-ParameterGetAnnotationsByTypeNullPointerExceptionTest/ParameterGetAnnotationsByTypeNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0557-rt-eh-ParameterGetAnnotationsByTypeNullPointerExceptionTest/ParameterGetAnnotationsByTypeNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterGetAnnotationsByTypeNullPointerExceptionTest.java * -@TestCaseName: Exception in reflect.Parameter: public T[] getAnnotationsByType(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0558-rt-eh-ParameterGetDeclaredAnnotationNullPointerExceptionTest/ParameterGetDeclaredAnnotationNullPointerExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0558-rt-eh-ParameterGetDeclaredAnnotationNullPointerExceptionTest/ParameterGetDeclaredAnnotationNullPointerExceptionTest.java index a44d278db67370beb6d75580b1d10b48b0616ccd..b85e3c942cb8bcaf16d2dc604138d8f0c661247c 100644 --- a/test/testsuite/ouroboros/eh_test/RT0558-rt-eh-ParameterGetDeclaredAnnotationNullPointerExceptionTest/ParameterGetDeclaredAnnotationNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0558-rt-eh-ParameterGetDeclaredAnnotationNullPointerExceptionTest/ParameterGetDeclaredAnnotationNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterGetDeclaredAnnotationNullPointerExceptionTest.java * -@TestCaseName: Exception in reflect.Parameter: public T getDeclaredAnnotation(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0559-rt-eh-ParameterGetDeclaredAnnotationsByTypeExceptionTest/ParameterGetDeclaredAnnotationsByTypeExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0559-rt-eh-ParameterGetDeclaredAnnotationsByTypeExceptionTest/ParameterGetDeclaredAnnotationsByTypeExceptionTest.java index c21a17c6045a9c1fb31d6828a669a391757cd0fc..e84d60c1e7bdf8aa584c07c3a05fb826a51951f6 100644 --- a/test/testsuite/ouroboros/eh_test/RT0559-rt-eh-ParameterGetDeclaredAnnotationsByTypeExceptionTest/ParameterGetDeclaredAnnotationsByTypeExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0559-rt-eh-ParameterGetDeclaredAnnotationsByTypeExceptionTest/ParameterGetDeclaredAnnotationsByTypeExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterGetDeclaredAnnotationsByTypeExceptionTest.java * -@TestCaseName: Exception in Parameter: public T[] getDeclaredAnnotationsByType(Class annotationClass). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0560-rt-eh-ThrowableAddSuppressedExceptionTest/ThrowableAddSuppressedExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0560-rt-eh-ThrowableAddSuppressedExceptionTest/ThrowableAddSuppressedExceptionTest.java index 9df75bd7dd2822fae8d98f33f4e58b6b7550c442..627a77a2663e8856a52471c92fefd95ff4803a2a 100644 --- a/test/testsuite/ouroboros/eh_test/RT0560-rt-eh-ThrowableAddSuppressedExceptionTest/ThrowableAddSuppressedExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0560-rt-eh-ThrowableAddSuppressedExceptionTest/ThrowableAddSuppressedExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableAddSuppressedExceptionTest.java * -@TestCaseName: Exception in Throwable: public final void addSuppressed(Throwable exception). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0561-rt-eh-ThrowableAddSuppressedNullPointerExceptionTest/ThrowableAddSuppressedNullPointerExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0561-rt-eh-ThrowableAddSuppressedNullPointerExceptionTest/ThrowableAddSuppressedNullPointerExceptionTest.java index 15d5268278520257bd15e1d2f0dc89bec002563d..6c042b1d81bd6a794876473beec276aa52c474c8 100644 --- a/test/testsuite/ouroboros/eh_test/RT0561-rt-eh-ThrowableAddSuppressedNullPointerExceptionTest/ThrowableAddSuppressedNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0561-rt-eh-ThrowableAddSuppressedNullPointerExceptionTest/ThrowableAddSuppressedNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableAddSuppressedNullPointerExceptionTest.java * -@TestCaseName: Exception in Throwable: public final void addSuppressed(Throwable exception). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0817-rt-mrtUT-MethodInvokeExceptionTest/MethodInvokeExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT0817-rt-mrtUT-MethodInvokeExceptionTest/MethodInvokeExceptionTest.java index 7246c92ccc141f35562b03a8b1ec555017588a4c..1974e9ab137a0be54957705a9d5fad512a201cf9 100644 --- a/test/testsuite/ouroboros/eh_test/RT0817-rt-mrtUT-MethodInvokeExceptionTest/MethodInvokeExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0817-rt-mrtUT-MethodInvokeExceptionTest/MethodInvokeExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodInvokeExceptionTest.java * -@TestCaseName: Test Exception in invoke of method. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT0904-rt-fuzzapi-MethodInvokeObjectObjectsTest/MethodInvokeObjectObjectsTest.java b/test/testsuite/ouroboros/eh_test/RT0904-rt-fuzzapi-MethodInvokeObjectObjectsTest/MethodInvokeObjectObjectsTest.java index fd068dd119bbd942fd2d5c580537689ec4c0ec50..1c2d4a955aebc12fd503e1b5d4850fb5f17fca4c 100644 --- a/test/testsuite/ouroboros/eh_test/RT0904-rt-fuzzapi-MethodInvokeObjectObjectsTest/MethodInvokeObjectObjectsTest.java +++ b/test/testsuite/ouroboros/eh_test/RT0904-rt-fuzzapi-MethodInvokeObjectObjectsTest/MethodInvokeObjectObjectsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodInvokeObjectObjectsTest.java * -@TestCaseName: Test Object invoke(Object obj, Object... args) of Method, check Exception order. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/RT1075-rt-EH-MethodInvokeInvocationTargetExceptionTest/MethodInvokeInvocationTargetExceptionTest.java b/test/testsuite/ouroboros/eh_test/RT1075-rt-EH-MethodInvokeInvocationTargetExceptionTest/MethodInvokeInvocationTargetExceptionTest.java index 55b4109659af0a9941599afbeec860761408454a..167d0a1d7a414e2e151979129feddd86ee3bc48d 100644 --- a/test/testsuite/ouroboros/eh_test/RT1075-rt-EH-MethodInvokeInvocationTargetExceptionTest/MethodInvokeInvocationTargetExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/RT1075-rt-EH-MethodInvokeInvocationTargetExceptionTest/MethodInvokeInvocationTargetExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodInvokeInvocationTargetExceptionTest * -@TestCaseType: Function Test * -@RequirementName: [运行时需求]支持Java异常处理 diff --git a/test/testsuite/ouroboros/eh_test/issue-RT0065-rt-eh-UninitializedExNullPointerExceptionTest/UninitializedExNullPointerExceptionTest.java b/test/testsuite/ouroboros/eh_test/issue-RT0065-rt-eh-UninitializedExNullPointerExceptionTest/UninitializedExNullPointerExceptionTest.java index 740f9b017594a5cb164e542d695af7986fbd7784..4c93bec627bb886aeb9f545511bec650ee930918 100644 --- a/test/testsuite/ouroboros/eh_test/issue-RT0065-rt-eh-UninitializedExNullPointerExceptionTest/UninitializedExNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/eh_test/issue-RT0065-rt-eh-UninitializedExNullPointerExceptionTest/UninitializedExNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UninitializedExNullPointerExceptionTest.java * -@TestCaseName: Test Jvm instr: invoke special throw NullPointException. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/eh_test/issue-RT0068-rt-eh-JvmInitializeOutOfMemoryErrorTest/JvmInitializeOutOfMemoryErrorTest.java b/test/testsuite/ouroboros/eh_test/issue-RT0068-rt-eh-JvmInitializeOutOfMemoryErrorTest/JvmInitializeOutOfMemoryErrorTest.java index a3a0222ec5662e55295b59b6d975717296fa6b73..270168b14a7d92b6b6a9a349d500e0af5a3bc42a 100644 --- a/test/testsuite/ouroboros/eh_test/issue-RT0068-rt-eh-JvmInitializeOutOfMemoryErrorTest/JvmInitializeOutOfMemoryErrorTest.java +++ b/test/testsuite/ouroboros/eh_test/issue-RT0068-rt-eh-JvmInitializeOutOfMemoryErrorTest/JvmInitializeOutOfMemoryErrorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: JvmInitializeOutOfMemoryErrorTest.java * -@TestCaseName: Test jvm instr: invoke virtual thrown Exception InInitializerError. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/fuzzapi_test/RT0001-rt-fuzzapi-PipedReaderEH/Message125004.java b/test/testsuite/ouroboros/fuzzapi_test/RT0001-rt-fuzzapi-PipedReaderEH/Message125004.java index bb076bbb007591f3309693bc65f2276c60d2c475..98a1c713db28ac3c368f27aafb000c5bf0322aa9 100644 --- a/test/testsuite/ouroboros/fuzzapi_test/RT0001-rt-fuzzapi-PipedReaderEH/Message125004.java +++ b/test/testsuite/ouroboros/fuzzapi_test/RT0001-rt-fuzzapi-PipedReaderEH/Message125004.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Message125004.java *- @Title/Destination: PipedReader.getField() should get correct unstack when EH *- @Brief: diff --git a/test/testsuite/ouroboros/fuzzapi_test/RT0002-rt-fuzzapi-EHOrder/Message011706.java b/test/testsuite/ouroboros/fuzzapi_test/RT0002-rt-fuzzapi-EHOrder/Message011706.java index 26cffb8c18fed857eaab023ad79e107981a13311..6d4def986faa2fd805b7c37aac9db2288e2b2661 100644 --- a/test/testsuite/ouroboros/fuzzapi_test/RT0002-rt-fuzzapi-EHOrder/Message011706.java +++ b/test/testsuite/ouroboros/fuzzapi_test/RT0002-rt-fuzzapi-EHOrder/Message011706.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Message011706.java *- @Title/Destination: java.lang.reflect.Method/invoke/ObjectAndObject[],check EH order *- @Brief: diff --git a/test/testsuite/ouroboros/fuzzapi_test/RT0003-rt-fuzzapi-noStartThreadInfo/ThreadcountStackFramesTest.java b/test/testsuite/ouroboros/fuzzapi_test/RT0003-rt-fuzzapi-noStartThreadInfo/ThreadcountStackFramesTest.java index 2ae3be6c9b7bf3fa34a415c9a7443b9f709107f4..1887595c9313a17c88df75100bb80b3a0cd0a772 100644 --- a/test/testsuite/ouroboros/fuzzapi_test/RT0003-rt-fuzzapi-noStartThreadInfo/ThreadcountStackFramesTest.java +++ b/test/testsuite/ouroboros/fuzzapi_test/RT0003-rt-fuzzapi-noStartThreadInfo/ThreadcountStackFramesTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadcountStackFramesTest.java *- @Title/Destination: Thread api: countStackFrames() *- @Brief: diff --git a/test/testsuite/ouroboros/fuzzapi_test/RT0004-rt-fuzzapi-stackframeless/Message021404.java b/test/testsuite/ouroboros/fuzzapi_test/RT0004-rt-fuzzapi-stackframeless/Message021404.java index 1cce81d83b02d079b5645b33cca2ad9013502873..9699d67de5f131d46c27dc86af1ea9e73cc0212f 100644 --- a/test/testsuite/ouroboros/fuzzapi_test/RT0004-rt-fuzzapi-stackframeless/Message021404.java +++ b/test/testsuite/ouroboros/fuzzapi_test/RT0004-rt-fuzzapi-stackframeless/Message021404.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Message021404.java *- @Title/Destination: Unsafe api: getUnsafe().when invoke use reflect,stack frame will miss one *- @Brief: diff --git a/test/testsuite/ouroboros/fuzzapi_test/issue-RT0901-rt-fuzzapi-Message61004-subStringOOM/Message61004.java b/test/testsuite/ouroboros/fuzzapi_test/issue-RT0901-rt-fuzzapi-Message61004-subStringOOM/Message61004.java index 79e8885c0a0ba112037aaaf0167b07ea4e5e2dd3..eaaf0ab240ccbaff17116602701fbe677591114e 100644 --- a/test/testsuite/ouroboros/fuzzapi_test/issue-RT0901-rt-fuzzapi-Message61004-subStringOOM/Message61004.java +++ b/test/testsuite/ouroboros/fuzzapi_test/issue-RT0901-rt-fuzzapi-Message61004-subStringOOM/Message61004.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Message61004.java *- @Title/Destination: String api: subString(),OOM *- @Brief: diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0380-rc-Annotation-RCWeakRefTest/RCWeakRefTest.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0380-rc-Annotation-RCWeakRefTest/RCWeakRefTest.java index 66c40561765fc19d62432e9d1ebf4fd3b3f6f6ef..a2616de3f01a36d16d72a5f3c7e5a3916245a5b8 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0380-rc-Annotation-RCWeakRefTest/RCWeakRefTest.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0380-rc-Annotation-RCWeakRefTest/RCWeakRefTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:rc/unownedRef/RCWeakRefTest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0381-rc-Annotation-RCWeakRefTest2/RCWeakRefTest2.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0381-rc-Annotation-RCWeakRefTest2/RCWeakRefTest2.java index 860d61d096349277e4b852ba6ddacc50a3121ce3..d7e2c8b9c29088b46b32c61f1e8c8a44666d6ba0 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0381-rc-Annotation-RCWeakRefTest2/RCWeakRefTest2.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0381-rc-Annotation-RCWeakRefTest2/RCWeakRefTest2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:rc/unownedRef/RCWeakRefTest2.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0383-rc-Annotation-RCWeakRefTest4/RCWeakRefTest4.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0383-rc-Annotation-RCWeakRefTest4/RCWeakRefTest4.java index e759798e3f6bb1569a67d1ac1e28e1fee454b14a..c168c3e3c9ccc9a5b43e3990199ffe9939068a15 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0383-rc-Annotation-RCWeakRefTest4/RCWeakRefTest4.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0383-rc-Annotation-RCWeakRefTest4/RCWeakRefTest4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCWeakRefTest4.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0384-rc-Annotation-RCWeakRefThreadTest/RCWeakRefThreadTest.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0384-rc-Annotation-RCWeakRefThreadTest/RCWeakRefThreadTest.java index 11c79dcc53e440abd162f278654d78716ee433fc..81b01f4326342cbf68ed542f63c3fd85a9fa7e02 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0384-rc-Annotation-RCWeakRefThreadTest/RCWeakRefThreadTest.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0384-rc-Annotation-RCWeakRefThreadTest/RCWeakRefThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCWeakRefThreadTest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0386-rc-Annotation-RCUnownedRefTest2/RCUnownedRefTest2.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0386-rc-Annotation-RCUnownedRefTest2/RCUnownedRefTest2.java index eef5f4a55968683defe83ed6f17acaffa0899f63..7aa2cf69d35c23044febf31626f23723212f8f51 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0386-rc-Annotation-RCUnownedRefTest2/RCUnownedRefTest2.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0386-rc-Annotation-RCUnownedRefTest2/RCUnownedRefTest2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:rc/unownedRef/RCUnownedRefTest2.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0387-rc-Annotation-RCUnownedRefUnCycle/RCUnownedRefUnCycle.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0387-rc-Annotation-RCUnownedRefUnCycle/RCUnownedRefUnCycle.java index 939815088b8d69beefef3f5ea363be84556097d7..64a8399cf2e9d41d89320712fdabb76bf742b9b8 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0387-rc-Annotation-RCUnownedRefUnCycle/RCUnownedRefUnCycle.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0387-rc-Annotation-RCUnownedRefUnCycle/RCUnownedRefUnCycle.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCUnownedRefUnCycle.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0389-rc-Annotation-RCUnownedRefUncycleThread/RCUnownedRefUncycleThread.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0389-rc-Annotation-RCUnownedRefUncycleThread/RCUnownedRefUncycleThread.java index 0c22b1dd5b39f6b01b502eddeafb88b90be19aca..130c478800883a2ac52db8376f3fe193b70b9d6d 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0389-rc-Annotation-RCUnownedRefUncycleThread/RCUnownedRefUncycleThread.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0389-rc-Annotation-RCUnownedRefUncycleThread/RCUnownedRefUncycleThread.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCUnownedRefUncycleThread.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0391-rc-Annotation-RCAnnotationThread01/RCAnnotationThread01.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0391-rc-Annotation-RCAnnotationThread01/RCAnnotationThread01.java index c4f42e74dfb563f52766adbf8284ee80ad3f7c8e..40b6fea39760b983c9cd5594fb5610f78a3e6e47 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0391-rc-Annotation-RCAnnotationThread01/RCAnnotationThread01.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0391-rc-Annotation-RCAnnotationThread01/RCAnnotationThread01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RCAnnotationThread01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0392-rc-Annotation-RCAnnotationThread02/RCAnnotationThread02.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0392-rc-Annotation-RCAnnotationThread02/RCAnnotationThread02.java index 11143a9b5cac0eaa03dd277d3f84f3cd56be0d47..e84e464e42078b253cb399f0f5d7bc65ad3cdf16 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0392-rc-Annotation-RCAnnotationThread02/RCAnnotationThread02.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0392-rc-Annotation-RCAnnotationThread02/RCAnnotationThread02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RCAnnotationThread02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0393-rc-Annotation-RCAnnotationThread03/RCAnnotationThread03.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0393-rc-Annotation-RCAnnotationThread03/RCAnnotationThread03.java index 2db9d3263e11f17d5568c46278d3dcb950f4c6e6..b67c39d6a8cca6e61f48897835c0af6703962222 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0393-rc-Annotation-RCAnnotationThread03/RCAnnotationThread03.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0393-rc-Annotation-RCAnnotationThread03/RCAnnotationThread03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RCAnnotationThread03.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0394-rc-Annotation-RCAnnotationThread04/RCAnnotationThread04.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0394-rc-Annotation-RCAnnotationThread04/RCAnnotationThread04.java index ae080f235e6464bd71ea1a94c706b079366f48e5..5f27968b6b60251f90fa072769ec963c7c53b0e0 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0394-rc-Annotation-RCAnnotationThread04/RCAnnotationThread04.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0394-rc-Annotation-RCAnnotationThread04/RCAnnotationThread04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RCAnnotationThread04.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0395-rc-Annotation-RCAnnotationThread05/RCAnnotationThread05.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0395-rc-Annotation-RCAnnotationThread05/RCAnnotationThread05.java index b09bd2fd1d6ce8bf68ad00371356258901d19cea..3e8c5b0e8213fd48a421f19e8448014f3b62f4bb 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0395-rc-Annotation-RCAnnotationThread05/RCAnnotationThread05.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0395-rc-Annotation-RCAnnotationThread05/RCAnnotationThread05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RCAnnotationThread05.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0396-rc-Annotation-RCAnnotationOneCycle/RCAnnotationOneCycle.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0396-rc-Annotation-RCAnnotationOneCycle/RCAnnotationOneCycle.java index 1131f32e2ebe422db266b59973ae72d74b989159..f381659444a3a982ca50431978407fb6a64ab1dd 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0396-rc-Annotation-RCAnnotationOneCycle/RCAnnotationOneCycle.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0396-rc-Annotation-RCAnnotationOneCycle/RCAnnotationOneCycle.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCAnnotationOneCycle.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0397-rc-Annotation-RCAnnotationOneCycleThread/RCAnnotationOneCycleThread.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0397-rc-Annotation-RCAnnotationOneCycleThread/RCAnnotationOneCycleThread.java index c1a8871fd982c79d4550c8060c9a1446023a07eb..d7124fc47811a96706ec57016acf595ec46fc4ad 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0397-rc-Annotation-RCAnnotationOneCycleThread/RCAnnotationOneCycleThread.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0397-rc-Annotation-RCAnnotationOneCycleThread/RCAnnotationOneCycleThread.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCAnnotationOneCycleThread.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0398-rc-Annotation-RCAnnotationTwoCycle/RCAnnotationTwoCycle.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0398-rc-Annotation-RCAnnotationTwoCycle/RCAnnotationTwoCycle.java index 28b89dce4183d684d8fbdda757e559b02b4707ce..170a20a84cdf218e865d55a998538241a248a20e 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0398-rc-Annotation-RCAnnotationTwoCycle/RCAnnotationTwoCycle.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0398-rc-Annotation-RCAnnotationTwoCycle/RCAnnotationTwoCycle.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCAnnotationTwoCycle.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0399-rc-Annotation-RCAnnotationTwoCycle2/RCAnnotationTwoCycle2.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0399-rc-Annotation-RCAnnotationTwoCycle2/RCAnnotationTwoCycle2.java index f125a19cb99c1370c910fcf147b857a78ffe163d..2516967eb6d6f141ac0476f772df4f24a884e102 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0399-rc-Annotation-RCAnnotationTwoCycle2/RCAnnotationTwoCycle2.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0399-rc-Annotation-RCAnnotationTwoCycle2/RCAnnotationTwoCycle2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCAnnotationTwoCycle2.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0400-rc-Annotation-RCAnnotationTwoCycleThread/RCAnnotationTwoCycleThread.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0400-rc-Annotation-RCAnnotationTwoCycleThread/RCAnnotationTwoCycleThread.java index 3e7e7e2c6ff1aeb66f96374524c6736add98b6d6..87e73c193580571ea67a088e1b32a27d06496115 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0400-rc-Annotation-RCAnnotationTwoCycleThread/RCAnnotationTwoCycleThread.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0400-rc-Annotation-RCAnnotationTwoCycleThread/RCAnnotationTwoCycleThread.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCAnnotationTwoCycleThread.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0401-rc-Annotation-RCAnnotationTwoCycleThread2/RCAnnotationTwoCycleThread2.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0401-rc-Annotation-RCAnnotationTwoCycleThread2/RCAnnotationTwoCycleThread2.java index ba6f595764c434e1c8ff6fa513e3fff1e4f89ecc..267b7ba4fca56043a88a7cb3d947cbe5bd43c9a3 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0401-rc-Annotation-RCAnnotationTwoCycleThread2/RCAnnotationTwoCycleThread2.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0401-rc-Annotation-RCAnnotationTwoCycleThread2/RCAnnotationTwoCycleThread2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCAnnotationTwoCycleThread2.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0402-rc-Annotation-RCAnnotationMultiCycle/RCAnnotationMultiCycle.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0402-rc-Annotation-RCAnnotationMultiCycle/RCAnnotationMultiCycle.java index db79998baded2657aab16194368fab657cc2b961..2312b45074ff51717ca44af31f939170c70554a5 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0402-rc-Annotation-RCAnnotationMultiCycle/RCAnnotationMultiCycle.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0402-rc-Annotation-RCAnnotationMultiCycle/RCAnnotationMultiCycle.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCAnnotationMultiCycle.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0403-rc-Annotation-RCAnnotationMultiCycle2/RCAnnotationMultiCycle2.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0403-rc-Annotation-RCAnnotationMultiCycle2/RCAnnotationMultiCycle2.java index ca6f42b3e185673d4026fbeebadf97947bf3ae4a..94c5400a0038758ae8999fe2f1c4f2488f81cbdb 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0403-rc-Annotation-RCAnnotationMultiCycle2/RCAnnotationMultiCycle2.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0403-rc-Annotation-RCAnnotationMultiCycle2/RCAnnotationMultiCycle2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCAnnotationMultiCycle2.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0404-rc-Annotation-RCAnnotationMultiCycleThread/RCAnnotationMultiCycleThread.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0404-rc-Annotation-RCAnnotationMultiCycleThread/RCAnnotationMultiCycleThread.java index 39fb56d1077348d0ca1c8baaf2b200c8b1d7346d..7d6277689479c4a5b9011f251b3fc59026ef9720 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0404-rc-Annotation-RCAnnotationMultiCycleThread/RCAnnotationMultiCycleThread.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0404-rc-Annotation-RCAnnotationMultiCycleThread/RCAnnotationMultiCycleThread.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCAnnotationMultiCycleThread.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0405-rc-Annotation-RCAnnotationMultiCycleThread2/RCAnnotationMultiCycleThread2.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0405-rc-Annotation-RCAnnotationMultiCycleThread2/RCAnnotationMultiCycleThread2.java index b2b173b3760cda2d258f1c2a4f9cee338b5fb43e..cd0f1f0e58cf8f44043f71940b8338534de4cd05 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0405-rc-Annotation-RCAnnotationMultiCycleThread2/RCAnnotationMultiCycleThread2.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0405-rc-Annotation-RCAnnotationMultiCycleThread2/RCAnnotationMultiCycleThread2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCAnnotationMultiCycleThread2.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0419-rc-Annotation-RCUnownedLocalTest/RCUnownedLocalTest.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0419-rc-Annotation-RCUnownedLocalTest/RCUnownedLocalTest.java index ade148367128bd8dfcd7c55d5d4a25c834c3c899..bf5bfc07c788e287a4be621b54c86fde5b7a7c38 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0419-rc-Annotation-RCUnownedLocalTest/RCUnownedLocalTest.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0419-rc-Annotation-RCUnownedLocalTest/RCUnownedLocalTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/annotation/RCUnownedLocalTest *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0420-rc-Annotation-RCUnownedLocalThreadTest/RCUnownedLocalThreadTest.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0420-rc-Annotation-RCUnownedLocalThreadTest/RCUnownedLocalThreadTest.java index 5403d13c63f3d8abd42c008c260a4a4945676d6f..c63a9d49ea0386c650ac131025a09c899f34f966 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0420-rc-Annotation-RCUnownedLocalThreadTest/RCUnownedLocalThreadTest.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0420-rc-Annotation-RCUnownedLocalThreadTest/RCUnownedLocalThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCUnownedLocalThreadTest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0421-rc-Annotation-RCUnownedOuterTest/RCUnownedOuterTest.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0421-rc-Annotation-RCUnownedOuterTest/RCUnownedOuterTest.java index 102ad62a31e94350692d2f31dd1a47802ec624d7..884b379667c8f1f988acad39808db37c1750265e 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0421-rc-Annotation-RCUnownedOuterTest/RCUnownedOuterTest.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0421-rc-Annotation-RCUnownedOuterTest/RCUnownedOuterTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/annotation/RCUnownedOuterTest *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/RC0428-rc-Annotation-RCMixThreadTest/RCMixThreadTest.java b/test/testsuite/ouroboros/memory_management/Annotation/RC0428-rc-Annotation-RCMixThreadTest/RCMixThreadTest.java index aac2a941237b6a4f24c5f7ae07a5689fd8f7f5e1..a76c53eed60300c81e89ff251e9820a39cf14fbd 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/RC0428-rc-Annotation-RCMixThreadTest/RCMixThreadTest.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/RC0428-rc-Annotation-RCMixThreadTest/RCMixThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/annotation/Permanent/RCMixThreadTest *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0388-rc-Annotation-RCUnownedRefUnCycle02/RCUnownedRefUncycle02.java b/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0388-rc-Annotation-RCUnownedRefUnCycle02/RCUnownedRefUncycle02.java index f3ecaebaf670d26b6b9e1884a40f2633ec247c58..dc7565609d3a767e7d68a64fad3af3b4da68d2d8 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0388-rc-Annotation-RCUnownedRefUnCycle02/RCUnownedRefUncycle02.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0388-rc-Annotation-RCUnownedRefUnCycle02/RCUnownedRefUncycle02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RCUnownedRefUncycle02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0390-rc-Annotation-RCUnownedRefUncycleThread2/RCUnownedRefUncycleThread2.java b/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0390-rc-Annotation-RCUnownedRefUncycleThread2/RCUnownedRefUncycleThread2.java index ec9771b75b431d73e451224007e50c055e09eb5b..c464180a52e25e37058f1bbd548c31f46d9ebf09 100644 --- a/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0390-rc-Annotation-RCUnownedRefUncycleThread2/RCUnownedRefUncycleThread2.java +++ b/test/testsuite/ouroboros/memory_management/Annotation/issue-RC0390-rc-Annotation-RCUnownedRefUncycleThread2/RCUnownedRefUncycleThread2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/RCUnownedRefUncycleThread2.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0366-rc-ArrayOptimization-RC_Array_01/RC_Array_01.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0366-rc-ArrayOptimization-RC_Array_01/RC_Array_01.java index df5ab1c4fe061453668a41da576c8d2c028e3734..90e9b42f2eaac14c582549ea1eed5aa1397bf6f9 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0366-rc-ArrayOptimization-RC_Array_01/RC_Array_01.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0366-rc-ArrayOptimization-RC_Array_01/RC_Array_01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0367-rc-ArrayOptimization-RC_Array_02/RC_Array_02.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0367-rc-ArrayOptimization-RC_Array_02/RC_Array_02.java index 411259c124eb9af4ccc7a5879828b9ffb72613d4..95799427e1f3e88e761215f82c21d7f720b45ba2 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0367-rc-ArrayOptimization-RC_Array_02/RC_Array_02.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0367-rc-ArrayOptimization-RC_Array_02/RC_Array_02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0368-rc-ArrayOptimization-RC_Array_03/RC_Array_03.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0368-rc-ArrayOptimization-RC_Array_03/RC_Array_03.java index dc96c58c9a27957c62bd946f0521ced96eb0c7a6..4c2335152598ec00989688ba760ea68782dfa069 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0368-rc-ArrayOptimization-RC_Array_03/RC_Array_03.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0368-rc-ArrayOptimization-RC_Array_03/RC_Array_03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_03.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0369-rc-ArrayOptimization-RC_Array_04/RC_Array_04.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0369-rc-ArrayOptimization-RC_Array_04/RC_Array_04.java index e694087c6397b537555a34a405bd660d7601725f..8f2f2a6f64d2de57fac2dcfb351e706728a5f8d5 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0369-rc-ArrayOptimization-RC_Array_04/RC_Array_04.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0369-rc-ArrayOptimization-RC_Array_04/RC_Array_04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_04.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0370-rc-ArrayOptimization-RC_Array_05/RC_Array_05.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0370-rc-ArrayOptimization-RC_Array_05/RC_Array_05.java index 6577da12397d5ec1b4987a3bd72ca1a0d0d137cf..ffa833a991dd46f75e32d18f182d94771c1811ec 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0370-rc-ArrayOptimization-RC_Array_05/RC_Array_05.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0370-rc-ArrayOptimization-RC_Array_05/RC_Array_05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_05.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0371-rc-ArrayOptimization-RC_Array_06/RC_Array_06.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0371-rc-ArrayOptimization-RC_Array_06/RC_Array_06.java index a4bf82e87e2596634aa2dae9cf5a92320b9f4e07..5a1f6083cc04c84c2336d38356c65f54be18747e 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0371-rc-ArrayOptimization-RC_Array_06/RC_Array_06.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0371-rc-ArrayOptimization-RC_Array_06/RC_Array_06.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_06.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0372-rc-ArrayOptimization-RC_Array_07/RC_Array_07.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0372-rc-ArrayOptimization-RC_Array_07/RC_Array_07.java index 7724ad7a2a886ae323cfcb13e0301310b4bf0ebf..4aad46f02a56a408df266b09a280841fe39d2f8f 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0372-rc-ArrayOptimization-RC_Array_07/RC_Array_07.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0372-rc-ArrayOptimization-RC_Array_07/RC_Array_07.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_07.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0373-rc-ArrayOptimization-RC_Array_08/RC_Array_08.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0373-rc-ArrayOptimization-RC_Array_08/RC_Array_08.java index 936b6d2ea283ea995a441524f06902c2b1c0cf35..61eb2dc739a1c4417fa4c4105fd34e88be79c5a5 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0373-rc-ArrayOptimization-RC_Array_08/RC_Array_08.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0373-rc-ArrayOptimization-RC_Array_08/RC_Array_08.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_08.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0374-rc-ArrayOptimization-RC_Array_09/RC_Array_09.java b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0374-rc-ArrayOptimization-RC_Array_09/RC_Array_09.java index 3ef8845a7f1c00902771bb74d2c995e6de745b8f..3e33a036fff9cc71eb97b4fe327d69e1d19aaa7e 100644 --- a/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0374-rc-ArrayOptimization-RC_Array_09/RC_Array_09.java +++ b/test/testsuite/ouroboros/memory_management/ArrayOptimization/RC0374-rc-ArrayOptimization-RC_Array_09/RC_Array_09.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/optimization/RC_Array_09.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0468-rc-BindingMethod-ArrayCloneTest/ArrayCloneTest.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0468-rc-BindingMethod-ArrayCloneTest/ArrayCloneTest.java index 01857231719fde4eebfd53c9d4d8b69003810085..abc5cf7fdcd8f9b8532b52a75cf63233450a5f37 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0468-rc-BindingMethod-ArrayCloneTest/ArrayCloneTest.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0468-rc-BindingMethod-ArrayCloneTest/ArrayCloneTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_ArrayCloneTest *- @TestCaseName: ArrayCloneTest *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0469-rc-BindingMethod-ArrayCloneTest02/ArrayCloneTest02.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0469-rc-BindingMethod-ArrayCloneTest02/ArrayCloneTest02.java index a9651b5e326a75935adfae8d27526f3326bde4e6..b3b4726a8429390a0db74ffbb449b5d88a80a50a 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0469-rc-BindingMethod-ArrayCloneTest02/ArrayCloneTest02.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0469-rc-BindingMethod-ArrayCloneTest02/ArrayCloneTest02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_ArrayCloneTest02 *- @TestCaseName: ArrayCloneTest02 *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0470-rc-BindingMethod-ArrayCopyTest/ArrayCopyTest.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0470-rc-BindingMethod-ArrayCopyTest/ArrayCopyTest.java index 4e4b6b6eda7361bb61ba610884b7f0d4e9d339e2..7fb6a606923590b8628ccb889512849701a7a182 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0470-rc-BindingMethod-ArrayCopyTest/ArrayCopyTest.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0470-rc-BindingMethod-ArrayCopyTest/ArrayCopyTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_ArrayCopyTest *- @TestCaseName: ArrayCopyTest *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0471-rc-BindingMethod-UnsafeTest01/UnsafeTest01.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0471-rc-BindingMethod-UnsafeTest01/UnsafeTest01.java index 1c7b5189e0f61136d2d2e413eb6b24d644935939..cf66926be9327a0970d198b062d96b3f1b7603d4 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0471-rc-BindingMethod-UnsafeTest01/UnsafeTest01.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0471-rc-BindingMethod-UnsafeTest01/UnsafeTest01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_UnsafeTest01 *- @TestCaseName: UnsafeTest01 *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0472-rc-BindingMethod-UnsafeTest02/UnsafeTest02.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0472-rc-BindingMethod-UnsafeTest02/UnsafeTest02.java index cd6292b5d1ff873545a70748c822d9c300a982ea..26f48949878f231d2254a526d2aec88e5a0f4309 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0472-rc-BindingMethod-UnsafeTest02/UnsafeTest02.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0472-rc-BindingMethod-UnsafeTest02/UnsafeTest02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_UnsafeTest02 *- @TestCaseName: UnsafeTest02 *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0473-rc-BindingMethod-UnsafeTest03/UnsafeTest03.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0473-rc-BindingMethod-UnsafeTest03/UnsafeTest03.java index 99d28919b942fc76a5f99af4b7b43cc760758b5a..070407a278853e6ba979ef142c4f994320bf02dd 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0473-rc-BindingMethod-UnsafeTest03/UnsafeTest03.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0473-rc-BindingMethod-UnsafeTest03/UnsafeTest03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_UnsafeTest03 *- @TestCaseName: UnsafeTest03 *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0474-rc-BindingMethod-UnsafeTest04/UnsafeTest04.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0474-rc-BindingMethod-UnsafeTest04/UnsafeTest04.java index 122bc2a91d74302c2626b219ab7f7e230196017f..eb7ba7a9f08ee36fd7c5ae55fbd4ec41c221c2d2 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0474-rc-BindingMethod-UnsafeTest04/UnsafeTest04.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0474-rc-BindingMethod-UnsafeTest04/UnsafeTest04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_UnsafeTest04 *- @TestCaseName: UnsafeTest04 *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0475-rc-BindingMethod-UnsafeTest05/UnsafeTest05.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0475-rc-BindingMethod-UnsafeTest05/UnsafeTest05.java index d80ca05ef10d65b144874ac426fe9ed1a4fed501..5d4fcb853584dc7073ad574486fb979e7aa8f4db 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0475-rc-BindingMethod-UnsafeTest05/UnsafeTest05.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0475-rc-BindingMethod-UnsafeTest05/UnsafeTest05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_UnsafeTest05 *- @TestCaseName: UnsafeTest05 *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0476-rc-BindingMethod-UnsafeTest06/UnsafeTest06.java b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0476-rc-BindingMethod-UnsafeTest06/UnsafeTest06.java index 531b50ac4bc89344a3712d2a5bd8794adf2fdf0c..534db210bad9a86da1ad75b59f856b805f9b8772 100644 --- a/test/testsuite/ouroboros/memory_management/BindingMethod/RC0476-rc-BindingMethod-UnsafeTest06/UnsafeTest06.java +++ b/test/testsuite/ouroboros/memory_management/BindingMethod/RC0476-rc-BindingMethod-UnsafeTest06/UnsafeTest06.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_UnsafeTest06 *- @TestCaseName: UnsafeTest06 *- @TestCaseType: Function Testing for MemoryBindingMethod Test diff --git a/test/testsuite/ouroboros/memory_management/DTS/RC0406-rc-DTS-stringIntern/stringIntern.java b/test/testsuite/ouroboros/memory_management/DTS/RC0406-rc-DTS-stringIntern/stringIntern.java index 519186a99958e631e7b0ad0468927ae1aea50256..bef0e77af9daa1576f22de71cc09cbb63d3083da 100644 --- a/test/testsuite/ouroboros/memory_management/DTS/RC0406-rc-DTS-stringIntern/stringIntern.java +++ b/test/testsuite/ouroboros/memory_management/DTS/RC0406-rc-DTS-stringIntern/stringIntern.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:String_intern.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/DTS/RC0407-rc-DTS-stackAllocField/stackAllocField.java b/test/testsuite/ouroboros/memory_management/DTS/RC0407-rc-DTS-stackAllocField/stackAllocField.java index c3129b33d93fe215b02836ab454308246d969305..5b4e78097eaaea19c1ad652cd369e6af8a56e72c 100644 --- a/test/testsuite/ouroboros/memory_management/DTS/RC0407-rc-DTS-stackAllocField/stackAllocField.java +++ b/test/testsuite/ouroboros/memory_management/DTS/RC0407-rc-DTS-stackAllocField/stackAllocField.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:stackAllocField.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/DTS/RC0408-rc-DTS-OOMtest/OOMtest.java b/test/testsuite/ouroboros/memory_management/DTS/RC0408-rc-DTS-OOMtest/OOMtest.java index c47553b5c16ecffac8d039acb2a63db178765ef3..9af3eb395736c70d7cc0e6980d1dfb5630f398a9 100644 --- a/test/testsuite/ouroboros/memory_management/DTS/RC0408-rc-DTS-OOMtest/OOMtest.java +++ b/test/testsuite/ouroboros/memory_management/DTS/RC0408-rc-DTS-OOMtest/OOMtest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:OOMtest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/DTS/RC0409-rc-DTS-Ex_eight_arguments/Ex_eight_arguments.java b/test/testsuite/ouroboros/memory_management/DTS/RC0409-rc-DTS-Ex_eight_arguments/Ex_eight_arguments.java index b2846b9200a0f5bd7f4e76b6a9ed521b4e545308..58242eee1b6e0181389e1c7759dfca16fc6d1e0a 100644 --- a/test/testsuite/ouroboros/memory_management/DTS/RC0409-rc-DTS-Ex_eight_arguments/Ex_eight_arguments.java +++ b/test/testsuite/ouroboros/memory_management/DTS/RC0409-rc-DTS-Ex_eight_arguments/Ex_eight_arguments.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Ex_eight_arguments_static.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0001-rc-function-Cycle_a_00180/Cycle_a_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0001-rc-function-Cycle_a_00180/Cycle_a_00180.java index 41e7a03e2a0fbe8360a95ee4840929329b024a4b..58e8b095b1ab4d3af84b55f2ef60438f592771d3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0001-rc-function-Cycle_a_00180/Cycle_a_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0001-rc-function-Cycle_a_00180/Cycle_a_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0002-rc-function-Cycle_a_00190/Cycle_a_00190.java b/test/testsuite/ouroboros/memory_management/Function/RC0002-rc-function-Cycle_a_00190/Cycle_a_00190.java index fdc3b3d92108e366cb5911b2072719d3f1aef68f..2ffd22c332398a2868f01f55d530208c711b7895 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0002-rc-function-Cycle_a_00190/Cycle_a_00190.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0002-rc-function-Cycle_a_00190/Cycle_a_00190.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00190.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0003-rc-function-Cycle_a_00200/Cycle_a_00200.java b/test/testsuite/ouroboros/memory_management/Function/RC0003-rc-function-Cycle_a_00200/Cycle_a_00200.java index d5774e91888d6f8b490838eaa53423b2a8f47ec6..733119b9f47164f5b391f709ed8a848b69db5bb3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0003-rc-function-Cycle_a_00200/Cycle_a_00200.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0003-rc-function-Cycle_a_00200/Cycle_a_00200.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00200.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0004-rc-function-Cycle_a_00210/Cycle_a_00210.java b/test/testsuite/ouroboros/memory_management/Function/RC0004-rc-function-Cycle_a_00210/Cycle_a_00210.java index ba5b0b25d487a83bf5ad232cffd3f0ca36af9624..cce5367e44fddbe286228565199e00fb1e85a164 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0004-rc-function-Cycle_a_00210/Cycle_a_00210.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0004-rc-function-Cycle_a_00210/Cycle_a_00210.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00210.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0005-rc-function-Cycle_a_00220/Cycle_a_00220.java b/test/testsuite/ouroboros/memory_management/Function/RC0005-rc-function-Cycle_a_00220/Cycle_a_00220.java index 01b16a83dc8b7916f853ed039fc8df63d411d143..4530d9ffe5b90061f056f8d8579e0991aace3241 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0005-rc-function-Cycle_a_00220/Cycle_a_00220.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0005-rc-function-Cycle_a_00220/Cycle_a_00220.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00220.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0006-rc-function-Cycle_a_00230/Cycle_a_00230.java b/test/testsuite/ouroboros/memory_management/Function/RC0006-rc-function-Cycle_a_00230/Cycle_a_00230.java index 92fe82f0653f0f36716f7f6c439b76b3f9433c3e..25e907b0932cd85388b7d45b26042170c33fbcdb 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0006-rc-function-Cycle_a_00230/Cycle_a_00230.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0006-rc-function-Cycle_a_00230/Cycle_a_00230.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00230.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0007-rc-function-Cycle_a_00240/Cycle_a_00240.java b/test/testsuite/ouroboros/memory_management/Function/RC0007-rc-function-Cycle_a_00240/Cycle_a_00240.java index 7d924efd00c887ed31b6f609a1d13f9ea2ff71e9..280ab102671e285870b46f25f67594b9bfe0a051 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0007-rc-function-Cycle_a_00240/Cycle_a_00240.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0007-rc-function-Cycle_a_00240/Cycle_a_00240.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00240.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0008-rc-function-Cycle_a_00250/Cycle_a_00250.java b/test/testsuite/ouroboros/memory_management/Function/RC0008-rc-function-Cycle_a_00250/Cycle_a_00250.java index 82ed5449da929c85c15cfee64b0b1c7cf2b1cfc7..6a1ffbc0b8b165d4fb044db2d400957f25932c02 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0008-rc-function-Cycle_a_00250/Cycle_a_00250.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0008-rc-function-Cycle_a_00250/Cycle_a_00250.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00250.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0009-rc-function-Cycle_a_00260/Cycle_a_00260.java b/test/testsuite/ouroboros/memory_management/Function/RC0009-rc-function-Cycle_a_00260/Cycle_a_00260.java index 0f97e6115746f79c412fd848d990ce0ef717f3dd..424f4bff581dbb98d6f8ab1150d7bbefd8eb482f 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0009-rc-function-Cycle_a_00260/Cycle_a_00260.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0009-rc-function-Cycle_a_00260/Cycle_a_00260.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00260.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0010-rc-function-Cycle_a_00270/Cycle_a_00270.java b/test/testsuite/ouroboros/memory_management/Function/RC0010-rc-function-Cycle_a_00270/Cycle_a_00270.java index fb5ad6b4cd318c8dae83f80bda01aba0d4a8dd68..a5f5e90910eba9318fbbdb1c60c5313636d2312c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0010-rc-function-Cycle_a_00270/Cycle_a_00270.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0010-rc-function-Cycle_a_00270/Cycle_a_00270.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00270.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0011-rc-function-Cycle_a_00280/Cycle_a_00280.java b/test/testsuite/ouroboros/memory_management/Function/RC0011-rc-function-Cycle_a_00280/Cycle_a_00280.java index f067504c95978f6be2ec6617b07f9c77cfdf8544..bb98d73f7c01383a48e00ede2374f44cc3043c12 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0011-rc-function-Cycle_a_00280/Cycle_a_00280.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0011-rc-function-Cycle_a_00280/Cycle_a_00280.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00280.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0012-rc-function-Cycle_a_00290/Cycle_a_00290.java b/test/testsuite/ouroboros/memory_management/Function/RC0012-rc-function-Cycle_a_00290/Cycle_a_00290.java index 2994d5488e66483c3dda26fa7ce0bb75fc245173..7403fd7594dbbb222677aaac8dec3a328718e194 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0012-rc-function-Cycle_a_00290/Cycle_a_00290.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0012-rc-function-Cycle_a_00290/Cycle_a_00290.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00290.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0013-rc-function-Cycle_a_00300/Cycle_a_00300.java b/test/testsuite/ouroboros/memory_management/Function/RC0013-rc-function-Cycle_a_00300/Cycle_a_00300.java index b05fff51e83fe4eecd526101d4fc570cd42dcca3..155e91acaf84cb26318278a05178ebabfb2fd36d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0013-rc-function-Cycle_a_00300/Cycle_a_00300.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0013-rc-function-Cycle_a_00300/Cycle_a_00300.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00300.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0014-rc-function-Cycle_a_00310/Cycle_a_00310.java b/test/testsuite/ouroboros/memory_management/Function/RC0014-rc-function-Cycle_a_00310/Cycle_a_00310.java index 2ce6bed2206087b8290c948aa5ef60541e2087e7..5647c4df4936bf0582ccdee8bbc715eddb18f79c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0014-rc-function-Cycle_a_00310/Cycle_a_00310.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0014-rc-function-Cycle_a_00310/Cycle_a_00310.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00310.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0015-rc-function-Cycle_a_00320/Cycle_a_00320.java b/test/testsuite/ouroboros/memory_management/Function/RC0015-rc-function-Cycle_a_00320/Cycle_a_00320.java index d4889f4c82fcdd8ece712e95dcd84a5ac52e7b22..fb8d301ff081ff5eb5ee415174b60c9fb39cd022 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0015-rc-function-Cycle_a_00320/Cycle_a_00320.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0015-rc-function-Cycle_a_00320/Cycle_a_00320.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00320.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0016-rc-function-Cycle_a_00330/Cycle_a_00330.java b/test/testsuite/ouroboros/memory_management/Function/RC0016-rc-function-Cycle_a_00330/Cycle_a_00330.java index f025ed607dce44cf205cad9774e90dfa99e31255..d27a02e09e4745610ad7fe5ed991dfbf9e536367 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0016-rc-function-Cycle_a_00330/Cycle_a_00330.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0016-rc-function-Cycle_a_00330/Cycle_a_00330.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00330.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0017-rc-function-Cycle_a_00340/Cycle_a_00340.java b/test/testsuite/ouroboros/memory_management/Function/RC0017-rc-function-Cycle_a_00340/Cycle_a_00340.java index cbcabe7f758bed994039bf59d75ed06d87433cdd..80d2a25135bbf71f45876e9905c67d09b71bc2d8 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0017-rc-function-Cycle_a_00340/Cycle_a_00340.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0017-rc-function-Cycle_a_00340/Cycle_a_00340.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00340.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0018-rc-function-Cycle_a_00350/Cycle_a_00350.java b/test/testsuite/ouroboros/memory_management/Function/RC0018-rc-function-Cycle_a_00350/Cycle_a_00350.java index 9e9c486cf641d3ba14bff7f13e6472cf9f8ac522..1aee1e42825a4d3cb1b941bbc117a90d98f5dbf1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0018-rc-function-Cycle_a_00350/Cycle_a_00350.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0018-rc-function-Cycle_a_00350/Cycle_a_00350.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00350.java * -@TestCaseName:MyselfClassName * -@RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0019-rc-function-Cycle_a_00360/Cycle_a_00360.java b/test/testsuite/ouroboros/memory_management/Function/RC0019-rc-function-Cycle_a_00360/Cycle_a_00360.java index ac4b6ee2e03e4931a2563be4ea73ebe285e33b6a..b7f61d735a83ad7a5bec1d2ac4e4e73d89fdc270 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0019-rc-function-Cycle_a_00360/Cycle_a_00360.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0019-rc-function-Cycle_a_00360/Cycle_a_00360.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00360.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0020-rc-function-Cycle_a_00370/Cycle_a_00370.java b/test/testsuite/ouroboros/memory_management/Function/RC0020-rc-function-Cycle_a_00370/Cycle_a_00370.java index 109d63990b5786547ef4627015576edb3229e051..26c1fef856776e94e0b77563645b2c928cc7e403 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0020-rc-function-Cycle_a_00370/Cycle_a_00370.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0020-rc-function-Cycle_a_00370/Cycle_a_00370.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00370.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0021-rc-function-Cycle_a_00380/Cycle_a_00380.java b/test/testsuite/ouroboros/memory_management/Function/RC0021-rc-function-Cycle_a_00380/Cycle_a_00380.java index a1abf3907fc68a854fbe0dce97dc62f04174ea7d..b61979bd8c56146baf279dc7f490c3a7154285ed 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0021-rc-function-Cycle_a_00380/Cycle_a_00380.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0021-rc-function-Cycle_a_00380/Cycle_a_00380.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00380.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0022-rc-function-Cycle_a_00390/Cycle_a_00390.java b/test/testsuite/ouroboros/memory_management/Function/RC0022-rc-function-Cycle_a_00390/Cycle_a_00390.java index 9386bf525fb712eb9fdf198380dab0bda7ea7d96..3d74ea879d0bbbc4f30e4bd4b8061750937ed057 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0022-rc-function-Cycle_a_00390/Cycle_a_00390.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0022-rc-function-Cycle_a_00390/Cycle_a_00390.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00390.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0023-rc-function-Cycle_a_00400/Cycle_a_00400.java b/test/testsuite/ouroboros/memory_management/Function/RC0023-rc-function-Cycle_a_00400/Cycle_a_00400.java index 6e65d9f2840e6a2f70449f320453cbacdfdaa7b8..4bb0ac07321229c9763e6a831e20550add853e30 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0023-rc-function-Cycle_a_00400/Cycle_a_00400.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0023-rc-function-Cycle_a_00400/Cycle_a_00400.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00400.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0024-rc-function-Cycle_a_00410/Cycle_a_00410.java b/test/testsuite/ouroboros/memory_management/Function/RC0024-rc-function-Cycle_a_00410/Cycle_a_00410.java index 60df0585bf7385dbeba982c10244dd78ac1bdb6b..65c241f3163016056f7f3033df713fe65c0f9fbf 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0024-rc-function-Cycle_a_00410/Cycle_a_00410.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0024-rc-function-Cycle_a_00410/Cycle_a_00410.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00410.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0025-rc-function-Cycle_a_00420/Cycle_a_00420.java b/test/testsuite/ouroboros/memory_management/Function/RC0025-rc-function-Cycle_a_00420/Cycle_a_00420.java index 7a69760f7cba4ebe9d46ad7ea97bc1cc069676bd..faed521dfeec7924879fdd0f6377cbe259754ca4 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0025-rc-function-Cycle_a_00420/Cycle_a_00420.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0025-rc-function-Cycle_a_00420/Cycle_a_00420.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00420.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0026-rc-function-Cycle_a_00430/Cycle_a_00430.java b/test/testsuite/ouroboros/memory_management/Function/RC0026-rc-function-Cycle_a_00430/Cycle_a_00430.java index a6c8a31919460db5d4d1bc7ad92f3fb457242668..6d14b6a06a40a1e0cec324899236b9fdfcdefad6 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0026-rc-function-Cycle_a_00430/Cycle_a_00430.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0026-rc-function-Cycle_a_00430/Cycle_a_00430.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00430.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0027-rc-function-Cycle_a_00440/Cycle_a_00440.java b/test/testsuite/ouroboros/memory_management/Function/RC0027-rc-function-Cycle_a_00440/Cycle_a_00440.java index 7be6b59493047b8cae6ada24b751e74c3d94329d..98765818399812b4283d066700229d4f888d8378 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0027-rc-function-Cycle_a_00440/Cycle_a_00440.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0027-rc-function-Cycle_a_00440/Cycle_a_00440.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00440.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0028-rc-function-Cycle_a_00450/Cycle_a_00450.java b/test/testsuite/ouroboros/memory_management/Function/RC0028-rc-function-Cycle_a_00450/Cycle_a_00450.java index 91180af8003ad7320725a2335189b5c6871a44e6..c0a7f7122544886c4704806dbad62e6811e90792 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0028-rc-function-Cycle_a_00450/Cycle_a_00450.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0028-rc-function-Cycle_a_00450/Cycle_a_00450.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00450.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0029-rc-function-Cycle_a_00460/Cycle_a_00460.java b/test/testsuite/ouroboros/memory_management/Function/RC0029-rc-function-Cycle_a_00460/Cycle_a_00460.java index e0459ead6bac81f80dcf3c8bd61317e3455d6303..86b7158a55fc0f28feda29a62650153730ecddf3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0029-rc-function-Cycle_a_00460/Cycle_a_00460.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0029-rc-function-Cycle_a_00460/Cycle_a_00460.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00460.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0030-rc-function-Cycle_a_00470/Cycle_a_00470.java b/test/testsuite/ouroboros/memory_management/Function/RC0030-rc-function-Cycle_a_00470/Cycle_a_00470.java index 07db191ea7c8f1138063ddb6d7e468407253e1c5..6cf8b4a081738007822bd01162f1b501e8e212a6 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0030-rc-function-Cycle_a_00470/Cycle_a_00470.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0030-rc-function-Cycle_a_00470/Cycle_a_00470.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00470.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0031-rc-function-Cycle_a_00480/Cycle_a_00480.java b/test/testsuite/ouroboros/memory_management/Function/RC0031-rc-function-Cycle_a_00480/Cycle_a_00480.java index 221be396ef115aa48943a45cd9eaa1ca47d21207..f93fd68934c5460b0ca75ad457e2029e8f0725f6 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0031-rc-function-Cycle_a_00480/Cycle_a_00480.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0031-rc-function-Cycle_a_00480/Cycle_a_00480.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00480.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0032-rc-function-Cycle_a_00490/Cycle_a_00490.java b/test/testsuite/ouroboros/memory_management/Function/RC0032-rc-function-Cycle_a_00490/Cycle_a_00490.java index a7277e325895d56f517045e819efc2f3f6d2b6be..b82ca760f0dfa2e05c8c3ffede490670d671ef6f 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0032-rc-function-Cycle_a_00490/Cycle_a_00490.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0032-rc-function-Cycle_a_00490/Cycle_a_00490.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00490.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0033-rc-function-Cycle_a_00500/Cycle_a_00500.java b/test/testsuite/ouroboros/memory_management/Function/RC0033-rc-function-Cycle_a_00500/Cycle_a_00500.java index 7f8aa11567199ac62864cb0ca203c32f5a4ba5ee..5f0be56f30c0a5d8d52416e2bba8672cacf27ca3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0033-rc-function-Cycle_a_00500/Cycle_a_00500.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0033-rc-function-Cycle_a_00500/Cycle_a_00500.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_00500.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0034-rc-function-Cycle_a_10010/Cycle_a_10010.java b/test/testsuite/ouroboros/memory_management/Function/RC0034-rc-function-Cycle_a_10010/Cycle_a_10010.java index 99571ffaab2636859a574f45983d981285c6f407..13b51e8d7bc2c7640f89bcff4fb3118f178227de 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0034-rc-function-Cycle_a_10010/Cycle_a_10010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0034-rc-function-Cycle_a_10010/Cycle_a_10010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_10010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0035-rc-function-Cycle_a_10020/Cycle_a_10020.java b/test/testsuite/ouroboros/memory_management/Function/RC0035-rc-function-Cycle_a_10020/Cycle_a_10020.java index 6b86ec76bbef26bc49ce80cd4bc9bfa1e95a29a7..e513f3ecc5129715ad64e3d8a856c22cbe4144d1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0035-rc-function-Cycle_a_10020/Cycle_a_10020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0035-rc-function-Cycle_a_10020/Cycle_a_10020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_a_10020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0036-rc-function-Cycle_B_1_00010/Cycle_B_1_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0036-rc-function-Cycle_B_1_00010/Cycle_B_1_00010.java index c5b40dacba46aed8c0f8c6736d7455b29300c872..dcc56225f717a3cd3e827adf568567702326c9e7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0036-rc-function-Cycle_B_1_00010/Cycle_B_1_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0036-rc-function-Cycle_B_1_00010/Cycle_B_1_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0037-rc-function-Cycle_B_1_00020/Cycle_B_1_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0037-rc-function-Cycle_B_1_00020/Cycle_B_1_00020.java index 09b25034ccf1530d457db963af51d36184db8221..33501a0edbf6844f61d22f232966bd6c1e74452f 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0037-rc-function-Cycle_B_1_00020/Cycle_B_1_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0037-rc-function-Cycle_B_1_00020/Cycle_B_1_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0038-rc-function-Cycle_B_1_00030/Cycle_B_1_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0038-rc-function-Cycle_B_1_00030/Cycle_B_1_00030.java index 457b6239b54d77ca5cf509d8e3a362194a7b2a36..3ce39be0604f8b2c0ccdb36e828237b67722c9a1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0038-rc-function-Cycle_B_1_00030/Cycle_B_1_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0038-rc-function-Cycle_B_1_00030/Cycle_B_1_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0039-rc-function-Cycle_B_1_00040/Cycle_B_1_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0039-rc-function-Cycle_B_1_00040/Cycle_B_1_00040.java index bcf71f853bd90c8d2afaa01999b07880224a6c9c..3fda3c3fc32aa564468d7da11858470ff34ce448 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0039-rc-function-Cycle_B_1_00040/Cycle_B_1_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0039-rc-function-Cycle_B_1_00040/Cycle_B_1_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0040-rc-function-Cycle_B_1_00050/Cycle_B_1_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0040-rc-function-Cycle_B_1_00050/Cycle_B_1_00050.java index 877c7a331da20a1052af029da1bf15ebd0152d94..eba86b70dc6bab8feee3f870acdb6aa77f012453 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0040-rc-function-Cycle_B_1_00050/Cycle_B_1_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0040-rc-function-Cycle_B_1_00050/Cycle_B_1_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0041-rc-function-Cycle_B_1_00060/Cycle_B_1_00060.java b/test/testsuite/ouroboros/memory_management/Function/RC0041-rc-function-Cycle_B_1_00060/Cycle_B_1_00060.java index faaf2fb8a228dc1720af0c5ea29bfea55e704b69..c5c2ac5a85863c8a812c0bb20135f2ee335441dd 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0041-rc-function-Cycle_B_1_00060/Cycle_B_1_00060.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0041-rc-function-Cycle_B_1_00060/Cycle_B_1_00060.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00060.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0042-rc-function-Cycle_B_1_00070/Cycle_B_1_00070.java b/test/testsuite/ouroboros/memory_management/Function/RC0042-rc-function-Cycle_B_1_00070/Cycle_B_1_00070.java index 6875795064db039b33c1da9f3ed71ec1a1fd3990..88f1b8164ecb6b3e15aab943765fb88d18d224d0 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0042-rc-function-Cycle_B_1_00070/Cycle_B_1_00070.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0042-rc-function-Cycle_B_1_00070/Cycle_B_1_00070.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00070.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0043-rc-function-Cycle_B_1_00080/Cycle_B_1_00080.java b/test/testsuite/ouroboros/memory_management/Function/RC0043-rc-function-Cycle_B_1_00080/Cycle_B_1_00080.java index 61956b6bc7b4178befa202f169ae3007da5b2d32..505922c98f4169af33788ffd8339e91c36b46183 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0043-rc-function-Cycle_B_1_00080/Cycle_B_1_00080.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0043-rc-function-Cycle_B_1_00080/Cycle_B_1_00080.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00080.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0044-rc-function-Cycle_B_1_00090/Cycle_B_1_00090.java b/test/testsuite/ouroboros/memory_management/Function/RC0044-rc-function-Cycle_B_1_00090/Cycle_B_1_00090.java index 8bc3bb42add8e12f4f4c7af283308b74907391e2..a8400fc4c31f484ca2fd4e14dafb6eae989165f8 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0044-rc-function-Cycle_B_1_00090/Cycle_B_1_00090.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0044-rc-function-Cycle_B_1_00090/Cycle_B_1_00090.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00090.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0045-rc-function-Cycle_B_1_00100/Cycle_B_1_00100.java b/test/testsuite/ouroboros/memory_management/Function/RC0045-rc-function-Cycle_B_1_00100/Cycle_B_1_00100.java index 9ba6e7e7c2844da84dcbc5dbae7233400c507e44..99dd044cd4e0cc693c5b475f99f1ad022d849a0f 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0045-rc-function-Cycle_B_1_00100/Cycle_B_1_00100.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0045-rc-function-Cycle_B_1_00100/Cycle_B_1_00100.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00100.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0046-rc-function-Cycle_B_1_00110/Cycle_B_1_00110.java b/test/testsuite/ouroboros/memory_management/Function/RC0046-rc-function-Cycle_B_1_00110/Cycle_B_1_00110.java index 0f3738423d3463191052cc74b79cd5f11244a204..712562058dee50b2311206ae2d5f843c1d5904d3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0046-rc-function-Cycle_B_1_00110/Cycle_B_1_00110.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0046-rc-function-Cycle_B_1_00110/Cycle_B_1_00110.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00110.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0047-rc-function-Cycle_B_1_00120/Cycle_B_1_00120.java b/test/testsuite/ouroboros/memory_management/Function/RC0047-rc-function-Cycle_B_1_00120/Cycle_B_1_00120.java index d30571e8a0dfafea1684d2402bdbc52635c401d0..ea3dc38c1d0a9340796e4965afeced99657d168b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0047-rc-function-Cycle_B_1_00120/Cycle_B_1_00120.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0047-rc-function-Cycle_B_1_00120/Cycle_B_1_00120.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00120.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0048-rc-function-Cycle_B_1_00130/Cycle_B_1_00130.java b/test/testsuite/ouroboros/memory_management/Function/RC0048-rc-function-Cycle_B_1_00130/Cycle_B_1_00130.java index a88470e3ffd85af621ff131af095e6641a991d19..3a670e070d2676c6483763af960a66a4d8e93177 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0048-rc-function-Cycle_B_1_00130/Cycle_B_1_00130.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0048-rc-function-Cycle_B_1_00130/Cycle_B_1_00130.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00130.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0049-rc-function-Cycle_B_1_00140/Cycle_B_1_00140.java b/test/testsuite/ouroboros/memory_management/Function/RC0049-rc-function-Cycle_B_1_00140/Cycle_B_1_00140.java index b2afdf34d20c79a69548e2b82ce7b82327824dd3..1fb39f06464fcb5432bc5156b5c77ade4230e0e5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0049-rc-function-Cycle_B_1_00140/Cycle_B_1_00140.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0049-rc-function-Cycle_B_1_00140/Cycle_B_1_00140.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00140.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0050-rc-function-Cycle_B_1_00150/Cycle_B_1_00150.java b/test/testsuite/ouroboros/memory_management/Function/RC0050-rc-function-Cycle_B_1_00150/Cycle_B_1_00150.java index 81f1633a72b9ae8785826848cf4e3e0ce1fb3a2e..b5e84ad7dd800cf67a6dae487b60e64b114b4ef3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0050-rc-function-Cycle_B_1_00150/Cycle_B_1_00150.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0050-rc-function-Cycle_B_1_00150/Cycle_B_1_00150.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00150.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0051-rc-function-Cycle_B_1_00160/Cycle_B_1_00160.java b/test/testsuite/ouroboros/memory_management/Function/RC0051-rc-function-Cycle_B_1_00160/Cycle_B_1_00160.java index 4000ac3b4f99898f1319cd718998bc35e74af76a..7c8b4d933b5ccc5935c7c048e70d4758e5a75386 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0051-rc-function-Cycle_B_1_00160/Cycle_B_1_00160.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0051-rc-function-Cycle_B_1_00160/Cycle_B_1_00160.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00160.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0052-rc-function-Cycle_B_1_00170/Cycle_B_1_00170.java b/test/testsuite/ouroboros/memory_management/Function/RC0052-rc-function-Cycle_B_1_00170/Cycle_B_1_00170.java index 6de4ab2a9e8579a154885aea4e3e7ae1791c7b20..618d7091e4014a9b9498dc341dd56c8d002bdae7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0052-rc-function-Cycle_B_1_00170/Cycle_B_1_00170.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0052-rc-function-Cycle_B_1_00170/Cycle_B_1_00170.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00170.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0053-rc-function-Cycle_B_1_00180/Cycle_B_1_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0053-rc-function-Cycle_B_1_00180/Cycle_B_1_00180.java index 916891eeeea17639ebe012f5a58fb66ccea4d2a6..5b89585be7d66b03766cf73cebb27dbf12226d98 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0053-rc-function-Cycle_B_1_00180/Cycle_B_1_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0053-rc-function-Cycle_B_1_00180/Cycle_B_1_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0054-rc-function-Cycle_B_1_00190/Cycle_B_1_00190.java b/test/testsuite/ouroboros/memory_management/Function/RC0054-rc-function-Cycle_B_1_00190/Cycle_B_1_00190.java index b39c32bf857085c0f115dc9df9de361d2d9e6958..7c0d4ac9b97b5533165a8a8923226642cbe22e69 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0054-rc-function-Cycle_B_1_00190/Cycle_B_1_00190.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0054-rc-function-Cycle_B_1_00190/Cycle_B_1_00190.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00190.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0055-rc-function-Cycle_B_1_00200/Cycle_B_1_00200.java b/test/testsuite/ouroboros/memory_management/Function/RC0055-rc-function-Cycle_B_1_00200/Cycle_B_1_00200.java index b1557af9ae0907f18718dc3998c16e87e4866083..b558c39340eab7d564ece0582b0922cc3d521ffe 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0055-rc-function-Cycle_B_1_00200/Cycle_B_1_00200.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0055-rc-function-Cycle_B_1_00200/Cycle_B_1_00200.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_00200.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0056-rc-function-Cycle_B_1_10010/Cycle_B_1_10010.java b/test/testsuite/ouroboros/memory_management/Function/RC0056-rc-function-Cycle_B_1_10010/Cycle_B_1_10010.java index 4ef948ce1f21bf9c3b1f86812a8c6b91cd0aa60f..27c5ba9208ed88762493f9d1c6d714921cb655e0 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0056-rc-function-Cycle_B_1_10010/Cycle_B_1_10010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0056-rc-function-Cycle_B_1_10010/Cycle_B_1_10010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_10010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0057-rc-function-Cycle_B_1_10020/Cycle_B_1_10020.java b/test/testsuite/ouroboros/memory_management/Function/RC0057-rc-function-Cycle_B_1_10020/Cycle_B_1_10020.java index 40ed5cc4074d8532ecdcc7e0e325dac5275d31bd..2fed40659f19927cca7bdf2be11e5d8aac2caa31 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0057-rc-function-Cycle_B_1_10020/Cycle_B_1_10020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0057-rc-function-Cycle_B_1_10020/Cycle_B_1_10020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_1_10020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0058-rc-function-Cycle_B_2_00010/Cycle_B_2_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0058-rc-function-Cycle_B_2_00010/Cycle_B_2_00010.java index 94811d8155696ef96cdaf6999a47d2dd0d39b893..f7514523c3a114506c2d745021f67cb4a2aa59c7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0058-rc-function-Cycle_B_2_00010/Cycle_B_2_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0058-rc-function-Cycle_B_2_00010/Cycle_B_2_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0059-rc-function-Cycle_B_2_00020/Cycle_B_2_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0059-rc-function-Cycle_B_2_00020/Cycle_B_2_00020.java index f948572df907c87863b780e47635a59798fac705..a58e203e52e6868a48ec283c5de2361f0445bed8 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0059-rc-function-Cycle_B_2_00020/Cycle_B_2_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0059-rc-function-Cycle_B_2_00020/Cycle_B_2_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0060-rc-function-Cycle_B_2_00030/Cycle_B_2_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0060-rc-function-Cycle_B_2_00030/Cycle_B_2_00030.java index 49bfcbd28fc2e5125f23eafa2c8676bf5e2c0aee..6eef2a1d2313e1cb92d2adb43f15a3407b668f21 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0060-rc-function-Cycle_B_2_00030/Cycle_B_2_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0060-rc-function-Cycle_B_2_00030/Cycle_B_2_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0061-rc-function-Cycle_B_2_00040/Cycle_B_2_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0061-rc-function-Cycle_B_2_00040/Cycle_B_2_00040.java index 502aabde860dcc1c2d2227e73e64e5f130fc21b0..03bfb56aad0bdcbe35cfed56a5657d1137083fc6 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0061-rc-function-Cycle_B_2_00040/Cycle_B_2_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0061-rc-function-Cycle_B_2_00040/Cycle_B_2_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0062-rc-function-Cycle_B_2_00050/Cycle_B_2_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0062-rc-function-Cycle_B_2_00050/Cycle_B_2_00050.java index 5031c28e215cd0e92c5f54e714ef367e1542b1cf..9efa927266ba19881e50330699b63408aac5c532 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0062-rc-function-Cycle_B_2_00050/Cycle_B_2_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0062-rc-function-Cycle_B_2_00050/Cycle_B_2_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0063-rc-function-Cycle_B_2_00060/Cycle_B_2_00060.java b/test/testsuite/ouroboros/memory_management/Function/RC0063-rc-function-Cycle_B_2_00060/Cycle_B_2_00060.java index 5628a43cb835fa62703c7881b105d9a9a66dcd9e..a31984f55c00144aada8ee2c9ba94c01a7ce656d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0063-rc-function-Cycle_B_2_00060/Cycle_B_2_00060.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0063-rc-function-Cycle_B_2_00060/Cycle_B_2_00060.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00060.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0064-rc-function-Cycle_B_2_00070/Cycle_B_2_00070.java b/test/testsuite/ouroboros/memory_management/Function/RC0064-rc-function-Cycle_B_2_00070/Cycle_B_2_00070.java index 6c38b338b067712a972f4b29afa628091cc0fd84..1c717a63743dac3af6f4932defdc3f7ff6c3b501 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0064-rc-function-Cycle_B_2_00070/Cycle_B_2_00070.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0064-rc-function-Cycle_B_2_00070/Cycle_B_2_00070.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00070.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0065-rc-function-Cycle_B_2_00080/Cycle_B_2_00080.java b/test/testsuite/ouroboros/memory_management/Function/RC0065-rc-function-Cycle_B_2_00080/Cycle_B_2_00080.java index e446ce59e21bb9e77bc46f4f4e6cb81c98f4e054..a3e1cfbcf028bc4f82e5eed3063833c02b08b2bc 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0065-rc-function-Cycle_B_2_00080/Cycle_B_2_00080.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0065-rc-function-Cycle_B_2_00080/Cycle_B_2_00080.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00080.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0066-rc-function-Cycle_B_2_00090/Cycle_B_2_00090.java b/test/testsuite/ouroboros/memory_management/Function/RC0066-rc-function-Cycle_B_2_00090/Cycle_B_2_00090.java index ae2695ecd074ae7c6d362a8f7ae86ff563d87c6b..5fb3161ed95fa8332b22c83c99df8b9aa5a98232 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0066-rc-function-Cycle_B_2_00090/Cycle_B_2_00090.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0066-rc-function-Cycle_B_2_00090/Cycle_B_2_00090.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00090.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0067-rc-function-Cycle_B_2_00100/Cycle_B_2_00100.java b/test/testsuite/ouroboros/memory_management/Function/RC0067-rc-function-Cycle_B_2_00100/Cycle_B_2_00100.java index 04a9237b0cfeaafed1f457ac6dfcc70751417070..cb749c7674bdab788a40dca903aee724df6aa0d2 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0067-rc-function-Cycle_B_2_00100/Cycle_B_2_00100.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0067-rc-function-Cycle_B_2_00100/Cycle_B_2_00100.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00100.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0068-rc-function-Cycle_B_2_00110/Cycle_B_2_00110.java b/test/testsuite/ouroboros/memory_management/Function/RC0068-rc-function-Cycle_B_2_00110/Cycle_B_2_00110.java index 1c4e64f570b7dca966922e97256702b7b5d15bca..a8f0c304a0a1f720ea647e594101f7f28e4b2926 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0068-rc-function-Cycle_B_2_00110/Cycle_B_2_00110.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0068-rc-function-Cycle_B_2_00110/Cycle_B_2_00110.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00110.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0069-rc-function-Cycle_B_2_00120/Cycle_B_2_00120.java b/test/testsuite/ouroboros/memory_management/Function/RC0069-rc-function-Cycle_B_2_00120/Cycle_B_2_00120.java index b52000949c6ab219405b3a68a0fe882f6b20b25d..a8b956a9f2e88cfadcc2dc5467cf8d8bc42d7765 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0069-rc-function-Cycle_B_2_00120/Cycle_B_2_00120.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0069-rc-function-Cycle_B_2_00120/Cycle_B_2_00120.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00120.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0070-rc-function-Cycle_B_2_00130/Cycle_B_2_00130.java b/test/testsuite/ouroboros/memory_management/Function/RC0070-rc-function-Cycle_B_2_00130/Cycle_B_2_00130.java index 94539d5316f7a5f734a864ebf754d681541980d0..5c1f2aacaadc6b059c25b04f05021ed6d23da88c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0070-rc-function-Cycle_B_2_00130/Cycle_B_2_00130.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0070-rc-function-Cycle_B_2_00130/Cycle_B_2_00130.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00130.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0071-rc-function-Cycle_B_2_00140/Cycle_B_2_00140.java b/test/testsuite/ouroboros/memory_management/Function/RC0071-rc-function-Cycle_B_2_00140/Cycle_B_2_00140.java index fe0042dad0a857d112543e406ef14121a1d1c405..264da683e2c9b3f308ddcc98f9ad09dd08e636e5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0071-rc-function-Cycle_B_2_00140/Cycle_B_2_00140.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0071-rc-function-Cycle_B_2_00140/Cycle_B_2_00140.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00140.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0072-rc-function-Cycle_B_2_00150/Cycle_B_2_00150.java b/test/testsuite/ouroboros/memory_management/Function/RC0072-rc-function-Cycle_B_2_00150/Cycle_B_2_00150.java index 549307cf5d998989078f1fc596dc3a7605832d8d..a2c771027c18fcdd9c919af7ccf8ace11d7d75d1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0072-rc-function-Cycle_B_2_00150/Cycle_B_2_00150.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0072-rc-function-Cycle_B_2_00150/Cycle_B_2_00150.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00150.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0073-rc-function-Cycle_B_2_00160/Cycle_B_2_00160.java b/test/testsuite/ouroboros/memory_management/Function/RC0073-rc-function-Cycle_B_2_00160/Cycle_B_2_00160.java index d4ba6ce583d08fee09c7c251387eb33f515b9564..c8082d59cdd8a21282ea5abdd8578e9ccd2eb17d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0073-rc-function-Cycle_B_2_00160/Cycle_B_2_00160.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0073-rc-function-Cycle_B_2_00160/Cycle_B_2_00160.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00160.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0074-rc-function-Cycle_B_2_00170/Cycle_B_2_00170.java b/test/testsuite/ouroboros/memory_management/Function/RC0074-rc-function-Cycle_B_2_00170/Cycle_B_2_00170.java index c249a21562929bf2b857c4ae703e0f32449a36af..f5726d4be17c77c8fa3182b72af611871808a20c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0074-rc-function-Cycle_B_2_00170/Cycle_B_2_00170.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0074-rc-function-Cycle_B_2_00170/Cycle_B_2_00170.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00170.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0075-rc-function-Cycle_B_2_00180/Cycle_B_2_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0075-rc-function-Cycle_B_2_00180/Cycle_B_2_00180.java index 02539819c05ec50f91d24a3d31db4ff3aad7a90f..8ec9213ba780428c357a10e1dfa1d45fe7ec854e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0075-rc-function-Cycle_B_2_00180/Cycle_B_2_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0075-rc-function-Cycle_B_2_00180/Cycle_B_2_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0076-rc-function-Cycle_B_2_00190/Cycle_B_2_00190.java b/test/testsuite/ouroboros/memory_management/Function/RC0076-rc-function-Cycle_B_2_00190/Cycle_B_2_00190.java index be5bf295c1aacffc5dd3fcb2802694b4746309e5..85e88932e9976ef92f29d416f01979cbe6cef49e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0076-rc-function-Cycle_B_2_00190/Cycle_B_2_00190.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0076-rc-function-Cycle_B_2_00190/Cycle_B_2_00190.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00190.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0077-rc-function-Cycle_B_2_00200/Cycle_B_2_00200.java b/test/testsuite/ouroboros/memory_management/Function/RC0077-rc-function-Cycle_B_2_00200/Cycle_B_2_00200.java index 46faf66cfd23fb5435515e73b6ae5017613b77b9..0fccb4bee9b33fbd7448fa5e7ef5cbb40e94bd13 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0077-rc-function-Cycle_B_2_00200/Cycle_B_2_00200.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0077-rc-function-Cycle_B_2_00200/Cycle_B_2_00200.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00200.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0078-rc-function-Cycle_B_2_00210/Cycle_B_2_00210.java b/test/testsuite/ouroboros/memory_management/Function/RC0078-rc-function-Cycle_B_2_00210/Cycle_B_2_00210.java index ed7492f5479d080b871c5131daacc68bc928527f..b2a719037d1dba2cf7f10db682018d80fe478e6a 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0078-rc-function-Cycle_B_2_00210/Cycle_B_2_00210.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0078-rc-function-Cycle_B_2_00210/Cycle_B_2_00210.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00210.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0079-rc-function-Cycle_B_2_00220/Cycle_B_2_00220.java b/test/testsuite/ouroboros/memory_management/Function/RC0079-rc-function-Cycle_B_2_00220/Cycle_B_2_00220.java index 83450474534bb8531aa2697b523c362cc51c2030..e2eba1fb51ab3a1361d27d958164e40a5546afa9 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0079-rc-function-Cycle_B_2_00220/Cycle_B_2_00220.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0079-rc-function-Cycle_B_2_00220/Cycle_B_2_00220.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00220.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0080-rc-function-Cycle_B_2_00230/Cycle_B_2_00230.java b/test/testsuite/ouroboros/memory_management/Function/RC0080-rc-function-Cycle_B_2_00230/Cycle_B_2_00230.java index bcf7461304d0b84235ccf2174ebaaa5fa9c66266..85b221ed37733d34c50c6a214113958f9b0926db 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0080-rc-function-Cycle_B_2_00230/Cycle_B_2_00230.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0080-rc-function-Cycle_B_2_00230/Cycle_B_2_00230.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00230.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0081-rc-function-Cycle_B_2_00240/Cycle_B_2_00240.java b/test/testsuite/ouroboros/memory_management/Function/RC0081-rc-function-Cycle_B_2_00240/Cycle_B_2_00240.java index 2051d5e8ff9f312d62996a627c00e632f1e334d4..69c2e711ee2d10c943147bc0205f47b4f9f86338 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0081-rc-function-Cycle_B_2_00240/Cycle_B_2_00240.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0081-rc-function-Cycle_B_2_00240/Cycle_B_2_00240.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Cycle_B_2_00240.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0082-rc-function-Nocycle_a_00010/Nocycle_a_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0082-rc-function-Nocycle_a_00010/Nocycle_a_00010.java index aff4df87847aa40fd6b1b8e0bc0fda3b24c2b240..2547d3f636ec8d400c15ff06b1a1e825bf71fbcc 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0082-rc-function-Nocycle_a_00010/Nocycle_a_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0082-rc-function-Nocycle_a_00010/Nocycle_a_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0083-rc-function-Nocycle_a_00020/Nocycle_a_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0083-rc-function-Nocycle_a_00020/Nocycle_a_00020.java index b2a291261fea61b3d4993eb319598ea80f353f33..4f6ab592ada44881fcd20aaa8b0cd16f69bb422a 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0083-rc-function-Nocycle_a_00020/Nocycle_a_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0083-rc-function-Nocycle_a_00020/Nocycle_a_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0084-rc-function-Nocycle_a_00030/Nocycle_a_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0084-rc-function-Nocycle_a_00030/Nocycle_a_00030.java index 54316690d587faa6ab45135229f267f5f52352b6..5e2b634ca17422664ff1a1c2a5a76cc52c8ef8ed 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0084-rc-function-Nocycle_a_00030/Nocycle_a_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0084-rc-function-Nocycle_a_00030/Nocycle_a_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0085-rc-function-Nocycle_a_00040/Nocycle_a_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0085-rc-function-Nocycle_a_00040/Nocycle_a_00040.java index 9c111b042c6822e62e6eb7cd55028658aa1671c0..ddeb505fa5405af4ecba0771e7454df16e04d657 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0085-rc-function-Nocycle_a_00040/Nocycle_a_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0085-rc-function-Nocycle_a_00040/Nocycle_a_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0086-rc-function-Nocycle_a_00050/Nocycle_a_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0086-rc-function-Nocycle_a_00050/Nocycle_a_00050.java index bac8b9438e6989a30655e3557cd06ea1593cd3c0..f1834837f51564f51d2db3f11f0d6875b8befcb2 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0086-rc-function-Nocycle_a_00050/Nocycle_a_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0086-rc-function-Nocycle_a_00050/Nocycle_a_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0087-rc-function-Nocycle_a_00060/Nocycle_a_00060.java b/test/testsuite/ouroboros/memory_management/Function/RC0087-rc-function-Nocycle_a_00060/Nocycle_a_00060.java index aab3a58cee4604c9e4b2dd7d44bbcb80d8bfdb44..df2390963d5a06c41c22a5167f134e9e3b050c81 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0087-rc-function-Nocycle_a_00060/Nocycle_a_00060.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0087-rc-function-Nocycle_a_00060/Nocycle_a_00060.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00060.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0088-rc-function-Nocycle_a_00070/Nocycle_a_00070.java b/test/testsuite/ouroboros/memory_management/Function/RC0088-rc-function-Nocycle_a_00070/Nocycle_a_00070.java index c8ad58927bb3320575bb7012d0f75dec010250ee..8490a8731c8870bec628a0daad63f20346633e09 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0088-rc-function-Nocycle_a_00070/Nocycle_a_00070.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0088-rc-function-Nocycle_a_00070/Nocycle_a_00070.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00070.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0089-rc-function-Nocycle_a_00080/Nocycle_a_00080.java b/test/testsuite/ouroboros/memory_management/Function/RC0089-rc-function-Nocycle_a_00080/Nocycle_a_00080.java index 083b3a7afa4c77c2d315e58da255f4eb34c24c3f..e9ef45aabf8af8e3cb91d1333e47842c73a6346f 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0089-rc-function-Nocycle_a_00080/Nocycle_a_00080.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0089-rc-function-Nocycle_a_00080/Nocycle_a_00080.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00080.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0090-rc-function-Nocycle_a_00090/Nocycle_a_00090.java b/test/testsuite/ouroboros/memory_management/Function/RC0090-rc-function-Nocycle_a_00090/Nocycle_a_00090.java index 4e1cdb50df793ff3ef52a946876b0decd459aa00..a891b1b741ca4fe6e6cd451f2ff1b5ef7c6e799b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0090-rc-function-Nocycle_a_00090/Nocycle_a_00090.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0090-rc-function-Nocycle_a_00090/Nocycle_a_00090.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00090.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0091-rc-function-Nocycle_a_00100/Nocycle_a_00100.java b/test/testsuite/ouroboros/memory_management/Function/RC0091-rc-function-Nocycle_a_00100/Nocycle_a_00100.java index 5d3adc362e984a4f644c5518db3bd23c194d6973..2f8ae5120be0705466f807bb8fc4eeb047e53dea 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0091-rc-function-Nocycle_a_00100/Nocycle_a_00100.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0091-rc-function-Nocycle_a_00100/Nocycle_a_00100.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00100.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0092-rc-function-Nocycle_a_00110/Nocycle_a_00110.java b/test/testsuite/ouroboros/memory_management/Function/RC0092-rc-function-Nocycle_a_00110/Nocycle_a_00110.java index e5633e5155479d03015d9b7a3f3000a3fe13afdf..bae9f0df90a61544ebb1260e771146c336cbf447 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0092-rc-function-Nocycle_a_00110/Nocycle_a_00110.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0092-rc-function-Nocycle_a_00110/Nocycle_a_00110.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00110.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0093-rc-function-Nocycle_a_00120/Nocycle_a_00120.java b/test/testsuite/ouroboros/memory_management/Function/RC0093-rc-function-Nocycle_a_00120/Nocycle_a_00120.java index a9bb721865b52bb563fe1af3d7c895a72625f459..7fa9b117ff9fec8362b99b399b9e86efd5b49194 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0093-rc-function-Nocycle_a_00120/Nocycle_a_00120.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0093-rc-function-Nocycle_a_00120/Nocycle_a_00120.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00120.java * -@TestCaseName:MyselfClassName * -@RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0094-rc-function-Nocycle_a_00130/Nocycle_a_00130.java b/test/testsuite/ouroboros/memory_management/Function/RC0094-rc-function-Nocycle_a_00130/Nocycle_a_00130.java index b776c962da653cdfc76b01cd226249827969c2e5..65b876f4aa974da71cb3b2669bfea74bd6895e71 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0094-rc-function-Nocycle_a_00130/Nocycle_a_00130.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0094-rc-function-Nocycle_a_00130/Nocycle_a_00130.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00130.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0095-rc-function-Nocycle_a_00140/Nocycle_a_00140.java b/test/testsuite/ouroboros/memory_management/Function/RC0095-rc-function-Nocycle_a_00140/Nocycle_a_00140.java index 86ea41ea3ba466363ebb07f49de5ea9bff947970..b54160e1215714f0c2faf00ce68ecb55aaee04d3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0095-rc-function-Nocycle_a_00140/Nocycle_a_00140.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0095-rc-function-Nocycle_a_00140/Nocycle_a_00140.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00140.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0096-rc-function-Nocycle_a_00150/Nocycle_a_00150.java b/test/testsuite/ouroboros/memory_management/Function/RC0096-rc-function-Nocycle_a_00150/Nocycle_a_00150.java index 4bf4aae0e4d402eb91eb51a5ccd81ee9c4b9e647..b58df5f785eb387e1f1a6425b16c5cec5aec4686 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0096-rc-function-Nocycle_a_00150/Nocycle_a_00150.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0096-rc-function-Nocycle_a_00150/Nocycle_a_00150.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00150.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0097-rc-function-Nocycle_a_00160/Nocycle_a_00160.java b/test/testsuite/ouroboros/memory_management/Function/RC0097-rc-function-Nocycle_a_00160/Nocycle_a_00160.java index 4add718fbb953c567987ef927977ece5167f27ec..7092e46f29b38482d1e44675071e7b283f2aed04 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0097-rc-function-Nocycle_a_00160/Nocycle_a_00160.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0097-rc-function-Nocycle_a_00160/Nocycle_a_00160.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00160.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0098-rc-function-Nocycle_a_00170/Nocycle_a_00170.java b/test/testsuite/ouroboros/memory_management/Function/RC0098-rc-function-Nocycle_a_00170/Nocycle_a_00170.java index 041d073ea6fe235204e54b165bb310741236b938..7a85ae1b666c8cee99affb5d755597973db8ecb3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0098-rc-function-Nocycle_a_00170/Nocycle_a_00170.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0098-rc-function-Nocycle_a_00170/Nocycle_a_00170.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00170.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0099-rc-function-Nocycle_a_00180/Nocycle_a_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0099-rc-function-Nocycle_a_00180/Nocycle_a_00180.java index 637ff63a29a3ebec778336e61c0010dd87590f99..7bbaea408eab01b1f0a11faf7697cbcf192d47b5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0099-rc-function-Nocycle_a_00180/Nocycle_a_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0099-rc-function-Nocycle_a_00180/Nocycle_a_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0100-rc-function-Nocycle_a_2_00010/Nocycle_a_2_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0100-rc-function-Nocycle_a_2_00010/Nocycle_a_2_00010.java index 2d4540c4a0975c98e602e6eea1c94118495a5eff..e98653ad109de578c621f32716a40aec0eaa1264 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0100-rc-function-Nocycle_a_2_00010/Nocycle_a_2_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0100-rc-function-Nocycle_a_2_00010/Nocycle_a_2_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_2_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0101-rc-function-Nocycle_a_2_00020/Nocycle_a_2_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0101-rc-function-Nocycle_a_2_00020/Nocycle_a_2_00020.java index 012c0bc8fe147d3afc714e6d9366e864a359792d..204c805a99fe476dc1fde530532d31206ddf6775 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0101-rc-function-Nocycle_a_2_00020/Nocycle_a_2_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0101-rc-function-Nocycle_a_2_00020/Nocycle_a_2_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/Nocycle_a_2_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0102-rc-function-RC_basic/RC_basic.java b/test/testsuite/ouroboros/memory_management/Function/RC0102-rc-function-RC_basic/RC_basic.java index 28d291e2e9e13b9af5f58d39579970cdaac1cb00..c2843525581f1a0d9b38bf76d0f29e73f8d96268 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0102-rc-function-RC_basic/RC_basic.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0102-rc-function-RC_basic/RC_basic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_basic.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0103-rc-function-RC_eh_01/RC_eh_01.java b/test/testsuite/ouroboros/memory_management/Function/RC0103-rc-function-RC_eh_01/RC_eh_01.java index 9b737ff333e8d2892969cc4f645688ef07dd75c4..9ef95451536e4a7fe233651be33801bf8c4c8cd7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0103-rc-function-RC_eh_01/RC_eh_01.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0103-rc-function-RC_eh_01/RC_eh_01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_eh_01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0104-rc-function-RC_Finalize_01/RC_Finalize_01.java b/test/testsuite/ouroboros/memory_management/Function/RC0104-rc-function-RC_Finalize_01/RC_Finalize_01.java index 5a9d5dc050c9e0a50b15ac48812541987fcf5bab..298a1adea63c7ecda62b88fdf168bcf84982be61 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0104-rc-function-RC_Finalize_01/RC_Finalize_01.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0104-rc-function-RC_Finalize_01/RC_Finalize_01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Finalize_01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0105-rc-function-RC_flow/RC_flow.java b/test/testsuite/ouroboros/memory_management/Function/RC0105-rc-function-RC_flow/RC_flow.java index 816c5b27f7e50a58a36ec6c1dafea05ad0d50343..cc251cad475d420d6e3b69715e1814b1f2f27312 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0105-rc-function-RC_flow/RC_flow.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0105-rc-function-RC_flow/RC_flow.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_flow.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0106-rc-function-RC_multest/RC_multest.java b/test/testsuite/ouroboros/memory_management/Function/RC0106-rc-function-RC_multest/RC_multest.java index 9b2eb03a974c7565928ab6c93f43c6d4b0705f5d..e2d3a54d9f23b458bc38c8b82cf511632b5f7529 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0106-rc-function-RC_multest/RC_multest.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0106-rc-function-RC_multest/RC_multest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_multest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0107-rc-function-RC_Dec-Cycle_aDec_00010/Cycle_aDec_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0107-rc-function-RC_Dec-Cycle_aDec_00010/Cycle_aDec_00010.java index e432afb2a730f72982b030718c77c52e59af2c20..605999cbab3a25b38d87d67c066f5046269e0d3f 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0107-rc-function-RC_Dec-Cycle_aDec_00010/Cycle_aDec_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0107-rc-function-RC_Dec-Cycle_aDec_00010/Cycle_aDec_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/ Cycle_aDec_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0108-rc-function-RC_Dec-Cycle_aDec_00020/Cycle_aDec_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0108-rc-function-RC_Dec-Cycle_aDec_00020/Cycle_aDec_00020.java index 006451c5d7f2bbf6acc2a2ac90d155d4164e6585..61448989ecb57ab888d4d400143d332163f0ab8b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0108-rc-function-RC_Dec-Cycle_aDec_00020/Cycle_aDec_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0108-rc-function-RC_Dec-Cycle_aDec_00020/Cycle_aDec_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/ Cycle_aDec_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0109-rc-function-RC_Dec-Cycle_BDec_00010/Cycle_BDec_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0109-rc-function-RC_Dec-Cycle_BDec_00010/Cycle_BDec_00010.java index f0f132715fb95e6b2765c66666cafcf93e392488..8c15c42b9cd40c0cfa12141197580561b84f87b3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0109-rc-function-RC_Dec-Cycle_BDec_00010/Cycle_BDec_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0109-rc-function-RC_Dec-Cycle_BDec_00010/Cycle_BDec_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Cycle_BDec_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0110-rc-function-RC_Dec-Cycle_BDec_00020/Cycle_BDec_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0110-rc-function-RC_Dec-Cycle_BDec_00020/Cycle_BDec_00020.java index f31d5fd895e78773d254c154c21673243255dc09..e51815af81a25250e8af1cccae2ca0a8a2fe0758 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0110-rc-function-RC_Dec-Cycle_BDec_00020/Cycle_BDec_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0110-rc-function-RC_Dec-Cycle_BDec_00020/Cycle_BDec_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Cycle_BDec_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0111-rc-function-RC_Dec-Cycle_BDec_00030/Cycle_BDec_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0111-rc-function-RC_Dec-Cycle_BDec_00030/Cycle_BDec_00030.java index ac0e07ae7764e1b7a745fd6e1db3a5e4d66658bc..153549a4ab2f10cc1305fb6c6f4e7e468d669bbd 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0111-rc-function-RC_Dec-Cycle_BDec_00030/Cycle_BDec_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0111-rc-function-RC_Dec-Cycle_BDec_00030/Cycle_BDec_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Cycle_BDec_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0112-rc-function-RC_Dec-Cycle_BDec_00040/Cycle_BDec_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0112-rc-function-RC_Dec-Cycle_BDec_00040/Cycle_BDec_00040.java index 52c9be3be4de4170d236435e97e3c0c75996deb6..146ad95aeffe92ebee094ae73193d17b0331596d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0112-rc-function-RC_Dec-Cycle_BDec_00040/Cycle_BDec_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0112-rc-function-RC_Dec-Cycle_BDec_00040/Cycle_BDec_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Cycle_BDec_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0113-rc-function-RC_Dec-Cycle_BDec_00050/Cycle_BDec_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0113-rc-function-RC_Dec-Cycle_BDec_00050/Cycle_BDec_00050.java index c766fa10efcfdf0c371116231ca87995c703c73f..dcd058a56baa16f9426702fcee7ed9bea135a274 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0113-rc-function-RC_Dec-Cycle_BDec_00050/Cycle_BDec_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0113-rc-function-RC_Dec-Cycle_BDec_00050/Cycle_BDec_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Cycle_BDec_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0114-rc-function-RC_Dec-Nocycle_aDec_00010/Nocycle_aDec_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0114-rc-function-RC_Dec-Nocycle_aDec_00010/Nocycle_aDec_00010.java index e3998965303a7f8d0d9d22054c5844d5d8d10916..114e28814398ec95ada07c394e7e2588055671e9 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0114-rc-function-RC_Dec-Nocycle_aDec_00010/Nocycle_aDec_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0114-rc-function-RC_Dec-Nocycle_aDec_00010/Nocycle_aDec_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Nocycle_aDec_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0115-rc-function-RC_Dec-Nocycle_aDec_00020/Nocycle_aDec_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0115-rc-function-RC_Dec-Nocycle_aDec_00020/Nocycle_aDec_00020.java index a59e912c2338bfb569302df7ae7522bd1264b869..cab859b985683df600ac3c6b239e7cb7da7166e7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0115-rc-function-RC_Dec-Nocycle_aDec_00020/Nocycle_aDec_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0115-rc-function-RC_Dec-Nocycle_aDec_00020/Nocycle_aDec_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Nocycle_aDec_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0116-rc-function-RC_Dec-Nocycle_aDec_00030/Nocycle_aDec_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0116-rc-function-RC_Dec-Nocycle_aDec_00030/Nocycle_aDec_00030.java index 36486e85825d688cb2e875c059fec8592356415f..8adfdd2981accb1081d724db583494a99627f6cc 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0116-rc-function-RC_Dec-Nocycle_aDec_00030/Nocycle_aDec_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0116-rc-function-RC_Dec-Nocycle_aDec_00030/Nocycle_aDec_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Nocycle_aDec_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0117-rc-function-RC_Dec-Nocycle_aDec_00040/Nocycle_aDec_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0117-rc-function-RC_Dec-Nocycle_aDec_00040/Nocycle_aDec_00040.java index 186755afee511324123bff4471eece09136d23a7..1267e961d597c86f680e16ada4935710e7570541 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0117-rc-function-RC_Dec-Nocycle_aDec_00040/Nocycle_aDec_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0117-rc-function-RC_Dec-Nocycle_aDec_00040/Nocycle_aDec_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Nocycle_aDec_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0118-rc-function-RC_Dec-Nocycle_aDec_00050/Nocycle_aDec_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0118-rc-function-RC_Dec-Nocycle_aDec_00050/Nocycle_aDec_00050.java index ab1daacbf82c23d40dbaa096ab55088412dd20f5..6377bb213c0fdc344a5fafab765035a805d48182 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0118-rc-function-RC_Dec-Nocycle_aDec_00050/Nocycle_aDec_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0118-rc-function-RC_Dec-Nocycle_aDec_00050/Nocycle_aDec_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Nocycle_aDec_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0119-rc-function-RC_Dec-Nocycle_aDec_00060/Nocycle_aDec_00060.java b/test/testsuite/ouroboros/memory_management/Function/RC0119-rc-function-RC_Dec-Nocycle_aDec_00060/Nocycle_aDec_00060.java index 541dc7a53f9f4445bb5c524af28d6e9ef13dcaed..0b6c5e27a54a40b2495f82d5dd819fe9b5baad1f 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0119-rc-function-RC_Dec-Nocycle_aDec_00060/Nocycle_aDec_00060.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0119-rc-function-RC_Dec-Nocycle_aDec_00060/Nocycle_aDec_00060.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Dec/Nocycle_aDec_00060.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0120-rc-function-RC_Thread01-Cycle_am_00180/Cycle_am_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0120-rc-function-RC_Thread01-Cycle_am_00180/Cycle_am_00180.java index f8e0278fa51171dad5ba9ce254328620e522ef3f..3045872cc65e59e23b7efc76f0e5d1018a4490a1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0120-rc-function-RC_Thread01-Cycle_am_00180/Cycle_am_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0120-rc-function-RC_Thread01-Cycle_am_00180/Cycle_am_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0121-rc-function-RC_Thread01-Cycle_am_00190/Cycle_am_00190.java b/test/testsuite/ouroboros/memory_management/Function/RC0121-rc-function-RC_Thread01-Cycle_am_00190/Cycle_am_00190.java index ea278e0496eaa933188c85092e82bb82a5d54fa4..dadf7339284f678c11d80d809957116243ec5587 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0121-rc-function-RC_Thread01-Cycle_am_00190/Cycle_am_00190.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0121-rc-function-RC_Thread01-Cycle_am_00190/Cycle_am_00190.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00190.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0122-rc-function-RC_Thread01-Cycle_am_00200/Cycle_am_00200.java b/test/testsuite/ouroboros/memory_management/Function/RC0122-rc-function-RC_Thread01-Cycle_am_00200/Cycle_am_00200.java index 87ed2a5d20a114825cc18c0a394d3a7b884123f9..185434c539b00c70c343a02d3bf9bec754da6b93 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0122-rc-function-RC_Thread01-Cycle_am_00200/Cycle_am_00200.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0122-rc-function-RC_Thread01-Cycle_am_00200/Cycle_am_00200.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00200.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0123-rc-function-RC_Thread01-Cycle_am_00210/Cycle_am_00210.java b/test/testsuite/ouroboros/memory_management/Function/RC0123-rc-function-RC_Thread01-Cycle_am_00210/Cycle_am_00210.java index 8e7b60aba701406e239a58d3e33912b9b9d731e8..d3a8bd92011490ab6931ffbe8d581fa11518e628 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0123-rc-function-RC_Thread01-Cycle_am_00210/Cycle_am_00210.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0123-rc-function-RC_Thread01-Cycle_am_00210/Cycle_am_00210.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00210.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0124-rc-function-RC_Thread01-Cycle_am_00220/Cycle_am_00220.java b/test/testsuite/ouroboros/memory_management/Function/RC0124-rc-function-RC_Thread01-Cycle_am_00220/Cycle_am_00220.java index 39f46aa58403739ad077b7a652bed160da7325bb..8c108cd500b1126c89c3b1b8a572ebf264e383f7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0124-rc-function-RC_Thread01-Cycle_am_00220/Cycle_am_00220.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0124-rc-function-RC_Thread01-Cycle_am_00220/Cycle_am_00220.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00220.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0125-rc-function-RC_Thread01-Cycle_am_00230/Cycle_am_00230.java b/test/testsuite/ouroboros/memory_management/Function/RC0125-rc-function-RC_Thread01-Cycle_am_00230/Cycle_am_00230.java index 33570d4d42afaa5a29a1dac5206d8da6eeb393dc..01938ab64326b0623a4d242a949da04687291a80 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0125-rc-function-RC_Thread01-Cycle_am_00230/Cycle_am_00230.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0125-rc-function-RC_Thread01-Cycle_am_00230/Cycle_am_00230.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00230.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0126-rc-function-RC_Thread01-Cycle_am_00240/Cycle_am_00240.java b/test/testsuite/ouroboros/memory_management/Function/RC0126-rc-function-RC_Thread01-Cycle_am_00240/Cycle_am_00240.java index 6979a99a1e63d5c9f640567582b658098d3174ef..8925f7b7bbe1d420b5dcb8a15385e4ad65c2e632 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0126-rc-function-RC_Thread01-Cycle_am_00240/Cycle_am_00240.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0126-rc-function-RC_Thread01-Cycle_am_00240/Cycle_am_00240.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00240.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0127-rc-function-RC_Thread01-Cycle_am_00250/Cycle_am_00250.java b/test/testsuite/ouroboros/memory_management/Function/RC0127-rc-function-RC_Thread01-Cycle_am_00250/Cycle_am_00250.java index 42ae8e1c49e475b4d7cef8ed4e30ca2bc0da2821..dbcd7e82c8afe9da3e7b10e75ea60a0d011f872f 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0127-rc-function-RC_Thread01-Cycle_am_00250/Cycle_am_00250.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0127-rc-function-RC_Thread01-Cycle_am_00250/Cycle_am_00250.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00250.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0128-rc-function-RC_Thread01-Cycle_am_00260/Cycle_am_00260.java b/test/testsuite/ouroboros/memory_management/Function/RC0128-rc-function-RC_Thread01-Cycle_am_00260/Cycle_am_00260.java index a16bbb6f2cace5b5e4cce191faa7393a07769d27..ad3e8461f55ec55c72fd40beaca7c79b1768549d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0128-rc-function-RC_Thread01-Cycle_am_00260/Cycle_am_00260.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0128-rc-function-RC_Thread01-Cycle_am_00260/Cycle_am_00260.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00260.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0129-rc-function-RC_Thread01-Cycle_am_00270/Cycle_am_00270.java b/test/testsuite/ouroboros/memory_management/Function/RC0129-rc-function-RC_Thread01-Cycle_am_00270/Cycle_am_00270.java index 15bda9c51aee8b85c1ee36bf6fc22184ee69a804..87a7fd0ccffb0b72ee19b475fcb0596d0d429e7c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0129-rc-function-RC_Thread01-Cycle_am_00270/Cycle_am_00270.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0129-rc-function-RC_Thread01-Cycle_am_00270/Cycle_am_00270.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00270.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0130-rc-function-RC_Thread01-Cycle_am_00280/Cycle_am_00280.java b/test/testsuite/ouroboros/memory_management/Function/RC0130-rc-function-RC_Thread01-Cycle_am_00280/Cycle_am_00280.java index 76e3b669a9482aeb370a8b96b99c14d9dd52d93c..6eeddc6afd7e8d4a2031f04ae6db45b5a1d273df 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0130-rc-function-RC_Thread01-Cycle_am_00280/Cycle_am_00280.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0130-rc-function-RC_Thread01-Cycle_am_00280/Cycle_am_00280.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00280.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0131-rc-function-RC_Thread01-Cycle_am_00290/Cycle_am_00290.java b/test/testsuite/ouroboros/memory_management/Function/RC0131-rc-function-RC_Thread01-Cycle_am_00290/Cycle_am_00290.java index f3af202f925abdaa36969581cd3c61a5040a22d6..ce93a4bb03d5fdf860b0e4f3376ea87be71183fa 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0131-rc-function-RC_Thread01-Cycle_am_00290/Cycle_am_00290.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0131-rc-function-RC_Thread01-Cycle_am_00290/Cycle_am_00290.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00290.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0132-rc-function-RC_Thread01-Cycle_am_00300/Cycle_am_00300.java b/test/testsuite/ouroboros/memory_management/Function/RC0132-rc-function-RC_Thread01-Cycle_am_00300/Cycle_am_00300.java index 1935d8f782e414823e67b94c89b27c426c687fc7..3eda39abd1819a828714e491982ed97787f88e79 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0132-rc-function-RC_Thread01-Cycle_am_00300/Cycle_am_00300.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0132-rc-function-RC_Thread01-Cycle_am_00300/Cycle_am_00300.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00300.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0133-rc-function-RC_Thread01-Cycle_am_00310/Cycle_am_00310.java b/test/testsuite/ouroboros/memory_management/Function/RC0133-rc-function-RC_Thread01-Cycle_am_00310/Cycle_am_00310.java index c80717323268a15cc47b705a753b8a7bfca6d164..5f8d1b516198dc105f188487d548cc690a246d60 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0133-rc-function-RC_Thread01-Cycle_am_00310/Cycle_am_00310.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0133-rc-function-RC_Thread01-Cycle_am_00310/Cycle_am_00310.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00310.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0134-rc-function-RC_Thread01-Cycle_am_00320/Cycle_am_00320.java b/test/testsuite/ouroboros/memory_management/Function/RC0134-rc-function-RC_Thread01-Cycle_am_00320/Cycle_am_00320.java index cba32c27b77a1a456941e03b9a7dfc313beb10d1..27894f42513cf69d26dfe5ec6bff2c5ff22025ab 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0134-rc-function-RC_Thread01-Cycle_am_00320/Cycle_am_00320.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0134-rc-function-RC_Thread01-Cycle_am_00320/Cycle_am_00320.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00320.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0135-rc-function-RC_Thread01-Cycle_am_00330/Cycle_am_00330.java b/test/testsuite/ouroboros/memory_management/Function/RC0135-rc-function-RC_Thread01-Cycle_am_00330/Cycle_am_00330.java index e1c991a552e425b49f832e9e07da73e1de0a5f9f..e618de2de8fad2bcf0930ffefd5315dbfb57ce7a 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0135-rc-function-RC_Thread01-Cycle_am_00330/Cycle_am_00330.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0135-rc-function-RC_Thread01-Cycle_am_00330/Cycle_am_00330.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00330.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0136-rc-function-RC_Thread01-Cycle_am_00340/Cycle_am_00340.java b/test/testsuite/ouroboros/memory_management/Function/RC0136-rc-function-RC_Thread01-Cycle_am_00340/Cycle_am_00340.java index 91e3e44d3481eabb8cfb47a410e98cfe1c092a4c..2e02db0f7e5de4a5d220cadbecb31a2fe57a6064 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0136-rc-function-RC_Thread01-Cycle_am_00340/Cycle_am_00340.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0136-rc-function-RC_Thread01-Cycle_am_00340/Cycle_am_00340.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00340.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0137-rc-function-RC_Thread01-Cycle_am_00350/Cycle_am_00350.java b/test/testsuite/ouroboros/memory_management/Function/RC0137-rc-function-RC_Thread01-Cycle_am_00350/Cycle_am_00350.java index 8d3c8695aa92e802d182ac7056d595e115b910d7..699a2c4ccc3e1d3e5087d17919d8ef99aa74d45b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0137-rc-function-RC_Thread01-Cycle_am_00350/Cycle_am_00350.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0137-rc-function-RC_Thread01-Cycle_am_00350/Cycle_am_00350.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00350.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0138-rc-function-RC_Thread01-Cycle_am_00360/Cycle_am_00360.java b/test/testsuite/ouroboros/memory_management/Function/RC0138-rc-function-RC_Thread01-Cycle_am_00360/Cycle_am_00360.java index 4ba75261d8e98c42b63376e306edc1d48b975a0e..927bd67306a509b4d7586af95bcada6d25ff26e4 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0138-rc-function-RC_Thread01-Cycle_am_00360/Cycle_am_00360.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0138-rc-function-RC_Thread01-Cycle_am_00360/Cycle_am_00360.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00360.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0139-rc-function-RC_Thread01-Cycle_am_00370/Cycle_am_00370.java b/test/testsuite/ouroboros/memory_management/Function/RC0139-rc-function-RC_Thread01-Cycle_am_00370/Cycle_am_00370.java index 42673136c2f1dccaaadb4de1ded8f74dc884a6fd..158d69683ed79b69461a645c4559a91ff435076b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0139-rc-function-RC_Thread01-Cycle_am_00370/Cycle_am_00370.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0139-rc-function-RC_Thread01-Cycle_am_00370/Cycle_am_00370.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00370.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0140-rc-function-RC_Thread01-Cycle_am_00380/Cycle_am_00380.java b/test/testsuite/ouroboros/memory_management/Function/RC0140-rc-function-RC_Thread01-Cycle_am_00380/Cycle_am_00380.java index 9d30179ed6b0771c83570852c714f7fa80a9f9a5..29a2cd1513b0b04db084b97228acb8b04398e8a2 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0140-rc-function-RC_Thread01-Cycle_am_00380/Cycle_am_00380.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0140-rc-function-RC_Thread01-Cycle_am_00380/Cycle_am_00380.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00380.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0141-rc-function-RC_Thread01-Cycle_am_00390/Cycle_am_00390.java b/test/testsuite/ouroboros/memory_management/Function/RC0141-rc-function-RC_Thread01-Cycle_am_00390/Cycle_am_00390.java index c6523989b8f38b72f3f3eb2bf4d2a5006a84acc8..956213557b0b33b4dadf7e0dec636b14e808c4fe 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0141-rc-function-RC_Thread01-Cycle_am_00390/Cycle_am_00390.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0141-rc-function-RC_Thread01-Cycle_am_00390/Cycle_am_00390.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00390.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0142-rc-function-RC_Thread01-Cycle_am_00400/Cycle_am_00400.java b/test/testsuite/ouroboros/memory_management/Function/RC0142-rc-function-RC_Thread01-Cycle_am_00400/Cycle_am_00400.java index 2e2b9c4ac80be606c928a91ec1ac0a4348a3ce9f..2d866ba83e8587c238be7214da0c4a03514a3763 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0142-rc-function-RC_Thread01-Cycle_am_00400/Cycle_am_00400.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0142-rc-function-RC_Thread01-Cycle_am_00400/Cycle_am_00400.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00400.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0143-rc-function-RC_Thread01-Cycle_am_00410/Cycle_am_00410.java b/test/testsuite/ouroboros/memory_management/Function/RC0143-rc-function-RC_Thread01-Cycle_am_00410/Cycle_am_00410.java index 76841e2531f8bdfe0781319f9a00327166fab563..844ff2f16fbe428f9f038bc506360064fa1f9bc2 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0143-rc-function-RC_Thread01-Cycle_am_00410/Cycle_am_00410.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0143-rc-function-RC_Thread01-Cycle_am_00410/Cycle_am_00410.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00410.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0144-rc-function-RC_Thread01-Cycle_am_00420/Cycle_am_00420.java b/test/testsuite/ouroboros/memory_management/Function/RC0144-rc-function-RC_Thread01-Cycle_am_00420/Cycle_am_00420.java index baecc528137234fe69a512aedaa8568b2997ca9c..4a3befdca86ddbcabeee0cbe639b14e9353e7bc8 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0144-rc-function-RC_Thread01-Cycle_am_00420/Cycle_am_00420.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0144-rc-function-RC_Thread01-Cycle_am_00420/Cycle_am_00420.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00420.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0145-rc-function-RC_Thread01-Cycle_am_00430/Cycle_am_00430.java b/test/testsuite/ouroboros/memory_management/Function/RC0145-rc-function-RC_Thread01-Cycle_am_00430/Cycle_am_00430.java index 2f65bd600f439ccb306422e3c41ff9a25e9d0892..57e4d9dd2589a656fbef9fe721aaef0fcd3d601e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0145-rc-function-RC_Thread01-Cycle_am_00430/Cycle_am_00430.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0145-rc-function-RC_Thread01-Cycle_am_00430/Cycle_am_00430.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00430.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0146-rc-function-RC_Thread01-Cycle_am_00440/Cycle_am_00440.java b/test/testsuite/ouroboros/memory_management/Function/RC0146-rc-function-RC_Thread01-Cycle_am_00440/Cycle_am_00440.java index f6f04d674e19e5d3cc2ffbc3873bde5ce2c0085e..c4ad0aa434a3be721da1de917a3de34aa5c0158a 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0146-rc-function-RC_Thread01-Cycle_am_00440/Cycle_am_00440.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0146-rc-function-RC_Thread01-Cycle_am_00440/Cycle_am_00440.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00440.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0147-rc-function-RC_Thread01-Cycle_am_00450/Cycle_am_00450.java b/test/testsuite/ouroboros/memory_management/Function/RC0147-rc-function-RC_Thread01-Cycle_am_00450/Cycle_am_00450.java index a3bf4fe545140bfeb23c54ae2f8d0976b5fd9d10..8c8c0cbc89d7d24b33740439e64c1187cd73c161 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0147-rc-function-RC_Thread01-Cycle_am_00450/Cycle_am_00450.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0147-rc-function-RC_Thread01-Cycle_am_00450/Cycle_am_00450.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00450.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0148-rc-function-RC_Thread01-Cycle_am_00460/Cycle_am_00460.java b/test/testsuite/ouroboros/memory_management/Function/RC0148-rc-function-RC_Thread01-Cycle_am_00460/Cycle_am_00460.java index 72bc5da88bb59442cc3f4b6eee8bd6a705d8f15e..1290e77f331b1a5d10f543c8cbce6a3606678b6b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0148-rc-function-RC_Thread01-Cycle_am_00460/Cycle_am_00460.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0148-rc-function-RC_Thread01-Cycle_am_00460/Cycle_am_00460.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00460.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0149-rc-function-RC_Thread01-Cycle_am_00470/Cycle_am_00470.java b/test/testsuite/ouroboros/memory_management/Function/RC0149-rc-function-RC_Thread01-Cycle_am_00470/Cycle_am_00470.java index 45f798ababacbd5b5363bbee49dba1fd7ce3964c..02ee0fb5876b2909e1ed08fe14b5ed5cdd4fd557 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0149-rc-function-RC_Thread01-Cycle_am_00470/Cycle_am_00470.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0149-rc-function-RC_Thread01-Cycle_am_00470/Cycle_am_00470.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00470.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0150-rc-function-RC_Thread01-Cycle_am_00480/Cycle_am_00480.java b/test/testsuite/ouroboros/memory_management/Function/RC0150-rc-function-RC_Thread01-Cycle_am_00480/Cycle_am_00480.java index 8d7dbd67d1fafa2b085273e10446065c694b1ff1..b50183c76d511be2f5b6041c81b5e66d549d1577 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0150-rc-function-RC_Thread01-Cycle_am_00480/Cycle_am_00480.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0150-rc-function-RC_Thread01-Cycle_am_00480/Cycle_am_00480.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00480.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0151-rc-function-RC_Thread01-Cycle_am_00490/Cycle_am_00490.java b/test/testsuite/ouroboros/memory_management/Function/RC0151-rc-function-RC_Thread01-Cycle_am_00490/Cycle_am_00490.java index 5cd8d7ff177485f310a463bc840970ee3c9133ad..746297fe2c09c15ec581845d604777bf9987c375 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0151-rc-function-RC_Thread01-Cycle_am_00490/Cycle_am_00490.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0151-rc-function-RC_Thread01-Cycle_am_00490/Cycle_am_00490.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00490.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0152-rc-function-RC_Thread01-Cycle_am_00500/Cycle_am_00500.java b/test/testsuite/ouroboros/memory_management/Function/RC0152-rc-function-RC_Thread01-Cycle_am_00500/Cycle_am_00500.java index cf0264fba024c3f4e235c8eea59c8ad6aee0976b..bde9fc5e0c4e3ba46c2ea8538e81d8d6b91e1df4 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0152-rc-function-RC_Thread01-Cycle_am_00500/Cycle_am_00500.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0152-rc-function-RC_Thread01-Cycle_am_00500/Cycle_am_00500.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00500.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0153-rc-function-RC_Thread01-Cycle_am_00510/Cycle_am_00510.java b/test/testsuite/ouroboros/memory_management/Function/RC0153-rc-function-RC_Thread01-Cycle_am_00510/Cycle_am_00510.java index 6debf6e1ac44b129aebb9ba7a29faced2394f533..427ef6c51109efc520fe107963dd3603093e98b3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0153-rc-function-RC_Thread01-Cycle_am_00510/Cycle_am_00510.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0153-rc-function-RC_Thread01-Cycle_am_00510/Cycle_am_00510.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_00510.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0154-rc-function-RC_Thread01-Cycle_am_10010/Cycle_am_10010.java b/test/testsuite/ouroboros/memory_management/Function/RC0154-rc-function-RC_Thread01-Cycle_am_10010/Cycle_am_10010.java index 895746082c0b0fd0af30ad9742c8d8a391fcffbe..34859d3eb0d47b3e94df83f38362989b51fa9407 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0154-rc-function-RC_Thread01-Cycle_am_10010/Cycle_am_10010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0154-rc-function-RC_Thread01-Cycle_am_10010/Cycle_am_10010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_10010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0155-rc-function-RC_Thread01-Cycle_am_10020/Cycle_am_10020.java b/test/testsuite/ouroboros/memory_management/Function/RC0155-rc-function-RC_Thread01-Cycle_am_10020/Cycle_am_10020.java index 70b0c92c56fb331f4b4b47cbe4d68b2dbf0a695c..ba31a7cc8547329c2ebcdafe548d3311d409b61c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0155-rc-function-RC_Thread01-Cycle_am_10020/Cycle_am_10020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0155-rc-function-RC_Thread01-Cycle_am_10020/Cycle_am_10020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_10020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0156-rc-function-RC_Thread01-Cycle_am_10030/Cycle_am_10030.java b/test/testsuite/ouroboros/memory_management/Function/RC0156-rc-function-RC_Thread01-Cycle_am_10030/Cycle_am_10030.java index 77204cd5998a89f3c344ff515f9a149343a7d581..0c323af34d1945ec5cf65801d534bf4165f3e837 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0156-rc-function-RC_Thread01-Cycle_am_10030/Cycle_am_10030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0156-rc-function-RC_Thread01-Cycle_am_10030/Cycle_am_10030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_am_10030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0157-rc-function-RC_Thread01-Cycle_Bm_1_00010/Cycle_Bm_1_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0157-rc-function-RC_Thread01-Cycle_Bm_1_00010/Cycle_Bm_1_00010.java index c0d11815aa88d4ca91335e20a2db657dc52b5c1b..edf653086ae8a46ab7a58f157a72c8ef0b12ea63 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0157-rc-function-RC_Thread01-Cycle_Bm_1_00010/Cycle_Bm_1_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0157-rc-function-RC_Thread01-Cycle_Bm_1_00010/Cycle_Bm_1_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0158-rc-function-RC_Thread01-Cycle_Bm_1_00020/Cycle_Bm_1_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0158-rc-function-RC_Thread01-Cycle_Bm_1_00020/Cycle_Bm_1_00020.java index 6c1b5498d7965a6f1f1f6b99919d0db589ea6e4c..dae8a2a198987861dc1b6a40f141fd4aeaab0aeb 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0158-rc-function-RC_Thread01-Cycle_Bm_1_00020/Cycle_Bm_1_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0158-rc-function-RC_Thread01-Cycle_Bm_1_00020/Cycle_Bm_1_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0159-rc-function-RC_Thread01-Cycle_Bm_1_00030/Cycle_Bm_1_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0159-rc-function-RC_Thread01-Cycle_Bm_1_00030/Cycle_Bm_1_00030.java index 4d1698851f9be50a7956149cb446167ff55607a6..ba81b308df691963b54b8ac018c460150a6b66db 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0159-rc-function-RC_Thread01-Cycle_Bm_1_00030/Cycle_Bm_1_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0159-rc-function-RC_Thread01-Cycle_Bm_1_00030/Cycle_Bm_1_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0160-rc-function-RC_Thread01-Cycle_Bm_1_00040/Cycle_Bm_1_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0160-rc-function-RC_Thread01-Cycle_Bm_1_00040/Cycle_Bm_1_00040.java index fa744082bbb365a491f13aed874762faa59a4a4d..96c20cc5af11ad9a26aecd605f57f09e199ad9ea 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0160-rc-function-RC_Thread01-Cycle_Bm_1_00040/Cycle_Bm_1_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0160-rc-function-RC_Thread01-Cycle_Bm_1_00040/Cycle_Bm_1_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0161-rc-function-RC_Thread01-Cycle_Bm_1_00050/Cycle_Bm_1_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0161-rc-function-RC_Thread01-Cycle_Bm_1_00050/Cycle_Bm_1_00050.java index b27b755ca5f06ecea39ded98d1a157a8c1ce0dbc..78e144be2d47cdad2cfafeebbfe001fde629093b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0161-rc-function-RC_Thread01-Cycle_Bm_1_00050/Cycle_Bm_1_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0161-rc-function-RC_Thread01-Cycle_Bm_1_00050/Cycle_Bm_1_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0162-rc-function-RC_Thread01-Cycle_Bm_1_00060/Cycle_Bm_1_00060.java b/test/testsuite/ouroboros/memory_management/Function/RC0162-rc-function-RC_Thread01-Cycle_Bm_1_00060/Cycle_Bm_1_00060.java index a22e3f56dbe1fb53c4394c4a25ad6e56a9e88952..d9d8a20788866d89765165ba4f493af6b68c107a 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0162-rc-function-RC_Thread01-Cycle_Bm_1_00060/Cycle_Bm_1_00060.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0162-rc-function-RC_Thread01-Cycle_Bm_1_00060/Cycle_Bm_1_00060.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00060.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0163-rc-function-RC_Thread01-Cycle_Bm_1_00070/Cycle_Bm_1_00070.java b/test/testsuite/ouroboros/memory_management/Function/RC0163-rc-function-RC_Thread01-Cycle_Bm_1_00070/Cycle_Bm_1_00070.java index 64c4e5e3d8ba03f68fd7fc84f669ef8f537d6d26..342e9bc1f5f0c45e171179a1149a680ff5211d03 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0163-rc-function-RC_Thread01-Cycle_Bm_1_00070/Cycle_Bm_1_00070.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0163-rc-function-RC_Thread01-Cycle_Bm_1_00070/Cycle_Bm_1_00070.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00070.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0164-rc-function-RC_Thread01-Cycle_Bm_1_00080/Cycle_Bm_1_00080.java b/test/testsuite/ouroboros/memory_management/Function/RC0164-rc-function-RC_Thread01-Cycle_Bm_1_00080/Cycle_Bm_1_00080.java index 808509d60443965b0584784611057230e3ba2b7b..b8a9e50b7283f6945676968534a0357475f66134 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0164-rc-function-RC_Thread01-Cycle_Bm_1_00080/Cycle_Bm_1_00080.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0164-rc-function-RC_Thread01-Cycle_Bm_1_00080/Cycle_Bm_1_00080.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00080.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0165-rc-function-RC_Thread01-Cycle_Bm_1_00090/Cycle_Bm_1_00090.java b/test/testsuite/ouroboros/memory_management/Function/RC0165-rc-function-RC_Thread01-Cycle_Bm_1_00090/Cycle_Bm_1_00090.java index 833af333f4b08767fd88a2c48f3395e7162c2a3c..c946024b5b541ba3b9ab28080f3f0d814cee174d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0165-rc-function-RC_Thread01-Cycle_Bm_1_00090/Cycle_Bm_1_00090.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0165-rc-function-RC_Thread01-Cycle_Bm_1_00090/Cycle_Bm_1_00090.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00090.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0166-rc-function-RC_Thread01-Cycle_Bm_1_00100/Cycle_Bm_1_00100.java b/test/testsuite/ouroboros/memory_management/Function/RC0166-rc-function-RC_Thread01-Cycle_Bm_1_00100/Cycle_Bm_1_00100.java index 340e610702097d8ffd7f675fa9e2c2a9e59f0e58..279b968cc21ff6b5ab77063d344f28a88b61f070 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0166-rc-function-RC_Thread01-Cycle_Bm_1_00100/Cycle_Bm_1_00100.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0166-rc-function-RC_Thread01-Cycle_Bm_1_00100/Cycle_Bm_1_00100.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00100.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0167-rc-function-RC_Thread01-Cycle_Bm_1_00110/Cycle_Bm_1_00110.java b/test/testsuite/ouroboros/memory_management/Function/RC0167-rc-function-RC_Thread01-Cycle_Bm_1_00110/Cycle_Bm_1_00110.java index ad5cd9ccefe486b28c871e1d4dea80c806a8be0c..c3b289b42a465061ee0d1907af455ff5fd9327ce 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0167-rc-function-RC_Thread01-Cycle_Bm_1_00110/Cycle_Bm_1_00110.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0167-rc-function-RC_Thread01-Cycle_Bm_1_00110/Cycle_Bm_1_00110.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00110.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0168-rc-function-RC_Thread01-Cycle_Bm_1_00120/Cycle_Bm_1_00120.java b/test/testsuite/ouroboros/memory_management/Function/RC0168-rc-function-RC_Thread01-Cycle_Bm_1_00120/Cycle_Bm_1_00120.java index 4c5490f302c78f1134b06070b647b4263fe05c4e..63236063fc8f3c83cf44e8f4bba1177b3adb85e0 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0168-rc-function-RC_Thread01-Cycle_Bm_1_00120/Cycle_Bm_1_00120.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0168-rc-function-RC_Thread01-Cycle_Bm_1_00120/Cycle_Bm_1_00120.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00120.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0169-rc-function-RC_Thread01-Cycle_Bm_1_00130/Cycle_Bm_1_00130.java b/test/testsuite/ouroboros/memory_management/Function/RC0169-rc-function-RC_Thread01-Cycle_Bm_1_00130/Cycle_Bm_1_00130.java index dffc9c16a282f29cf08047b848d1b9527e06dcd1..e22d8c0ff68bf0a1222fc8396914d070f696a4dd 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0169-rc-function-RC_Thread01-Cycle_Bm_1_00130/Cycle_Bm_1_00130.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0169-rc-function-RC_Thread01-Cycle_Bm_1_00130/Cycle_Bm_1_00130.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00130.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0170-rc-function-RC_Thread01-Cycle_Bm_1_00140/Cycle_Bm_1_00140.java b/test/testsuite/ouroboros/memory_management/Function/RC0170-rc-function-RC_Thread01-Cycle_Bm_1_00140/Cycle_Bm_1_00140.java index b31bc155782d8ddff8ef30ebde8e34209c56404c..8d1bcc02c1b01710b087dfc8c48908c97c5f06b6 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0170-rc-function-RC_Thread01-Cycle_Bm_1_00140/Cycle_Bm_1_00140.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0170-rc-function-RC_Thread01-Cycle_Bm_1_00140/Cycle_Bm_1_00140.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00140.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0171-rc-function-RC_Thread01-Cycle_Bm_1_00150/Cycle_Bm_1_00150.java b/test/testsuite/ouroboros/memory_management/Function/RC0171-rc-function-RC_Thread01-Cycle_Bm_1_00150/Cycle_Bm_1_00150.java index 60f81600d24d1f2969ad663f9bbe3c868451573f..409e61c8188f5ec4372efc5f554803594fce8582 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0171-rc-function-RC_Thread01-Cycle_Bm_1_00150/Cycle_Bm_1_00150.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0171-rc-function-RC_Thread01-Cycle_Bm_1_00150/Cycle_Bm_1_00150.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00150.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0172-rc-function-RC_Thread01-Cycle_Bm_1_00160/Cycle_Bm_1_00160.java b/test/testsuite/ouroboros/memory_management/Function/RC0172-rc-function-RC_Thread01-Cycle_Bm_1_00160/Cycle_Bm_1_00160.java index c374d52634b7b6dc4bcdb8bd5926e20b34d3efe5..a82103ae889c13fa2f397d1646811e01e747f3e6 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0172-rc-function-RC_Thread01-Cycle_Bm_1_00160/Cycle_Bm_1_00160.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0172-rc-function-RC_Thread01-Cycle_Bm_1_00160/Cycle_Bm_1_00160.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00160.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0173-rc-function-RC_Thread01-Cycle_Bm_1_00170/Cycle_Bm_1_00170.java b/test/testsuite/ouroboros/memory_management/Function/RC0173-rc-function-RC_Thread01-Cycle_Bm_1_00170/Cycle_Bm_1_00170.java index f815849678d9651bf2f8bec60092620cb4562e9d..d7a5bf844634bf70dbd27baf208be5f421b00cc3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0173-rc-function-RC_Thread01-Cycle_Bm_1_00170/Cycle_Bm_1_00170.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0173-rc-function-RC_Thread01-Cycle_Bm_1_00170/Cycle_Bm_1_00170.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00170.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0174-rc-function-RC_Thread01-Cycle_Bm_1_00180/Cycle_Bm_1_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0174-rc-function-RC_Thread01-Cycle_Bm_1_00180/Cycle_Bm_1_00180.java index ea32938b24221c2b64bbbd849cded4018ff1cd08..f040270d0d9de71ae58cad193ed96e04743b33ad 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0174-rc-function-RC_Thread01-Cycle_Bm_1_00180/Cycle_Bm_1_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0174-rc-function-RC_Thread01-Cycle_Bm_1_00180/Cycle_Bm_1_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0175-rc-function-RC_Thread01-Cycle_Bm_1_00190/Cycle_Bm_1_00190.java b/test/testsuite/ouroboros/memory_management/Function/RC0175-rc-function-RC_Thread01-Cycle_Bm_1_00190/Cycle_Bm_1_00190.java index 2802979e68aad45e031d9b27c03c3171bccb12c3..953dae4c5b4ea0c1ffcd6e4ac32eec132a48d3d0 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0175-rc-function-RC_Thread01-Cycle_Bm_1_00190/Cycle_Bm_1_00190.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0175-rc-function-RC_Thread01-Cycle_Bm_1_00190/Cycle_Bm_1_00190.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00190.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0176-rc-function-RC_Thread01-Cycle_Bm_1_00200/Cycle_Bm_1_00200.java b/test/testsuite/ouroboros/memory_management/Function/RC0176-rc-function-RC_Thread01-Cycle_Bm_1_00200/Cycle_Bm_1_00200.java index 364f7e2fc1ea20dce77850f2015cc872ddd36454..94cab3da8cbe3f4c6675f4dfd6679c0843f4738d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0176-rc-function-RC_Thread01-Cycle_Bm_1_00200/Cycle_Bm_1_00200.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0176-rc-function-RC_Thread01-Cycle_Bm_1_00200/Cycle_Bm_1_00200.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00200.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0177-rc-function-RC_Thread01-Cycle_Bm_1_00210/Cycle_Bm_1_00210.java b/test/testsuite/ouroboros/memory_management/Function/RC0177-rc-function-RC_Thread01-Cycle_Bm_1_00210/Cycle_Bm_1_00210.java index 2ffec096c729f6731b822cdaa61a5930cf0931c6..d86b28b53b2d99aa9efef7519b3ec572f20e24dd 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0177-rc-function-RC_Thread01-Cycle_Bm_1_00210/Cycle_Bm_1_00210.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0177-rc-function-RC_Thread01-Cycle_Bm_1_00210/Cycle_Bm_1_00210.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_00210.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0178-rc-function-RC_Thread01-Cycle_Bm_1_10010/Cycle_Bm_1_10010.java b/test/testsuite/ouroboros/memory_management/Function/RC0178-rc-function-RC_Thread01-Cycle_Bm_1_10010/Cycle_Bm_1_10010.java index c128ef478ea9c33725cf20c01abcdb4b149d2ae5..3a31a1ea660034a79771dc85936e366ec145b7cb 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0178-rc-function-RC_Thread01-Cycle_Bm_1_10010/Cycle_Bm_1_10010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0178-rc-function-RC_Thread01-Cycle_Bm_1_10010/Cycle_Bm_1_10010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_10010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0179-rc-function-RC_Thread01-Cycle_Bm_1_10020/Cycle_Bm_1_10020.java b/test/testsuite/ouroboros/memory_management/Function/RC0179-rc-function-RC_Thread01-Cycle_Bm_1_10020/Cycle_Bm_1_10020.java index 1b2739c7f450aa430f9608f1c147822a258d236e..99beca30a6a4a02c7a28f6ae757fec6e7c87bdca 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0179-rc-function-RC_Thread01-Cycle_Bm_1_10020/Cycle_Bm_1_10020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0179-rc-function-RC_Thread01-Cycle_Bm_1_10020/Cycle_Bm_1_10020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_10020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0180-rc-function-RC_Thread01-Cycle_Bm_1_10030/Cycle_Bm_1_10030.java b/test/testsuite/ouroboros/memory_management/Function/RC0180-rc-function-RC_Thread01-Cycle_Bm_1_10030/Cycle_Bm_1_10030.java index 80bfd217531b56d977f61ca08d670d43d03c21b2..313af618f3890b71d3392080a2aa2f6a0bb8fe07 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0180-rc-function-RC_Thread01-Cycle_Bm_1_10030/Cycle_Bm_1_10030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0180-rc-function-RC_Thread01-Cycle_Bm_1_10030/Cycle_Bm_1_10030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_1_10030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0181-rc-function-RC_Thread01-Cycle_Bm_2_00010/Cycle_Bm_2_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0181-rc-function-RC_Thread01-Cycle_Bm_2_00010/Cycle_Bm_2_00010.java index 3bbbeeaff4cb23ee160c1a07623089e14a750c68..6bb433c987414f19f497638675ff10ef961497b8 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0181-rc-function-RC_Thread01-Cycle_Bm_2_00010/Cycle_Bm_2_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0181-rc-function-RC_Thread01-Cycle_Bm_2_00010/Cycle_Bm_2_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0182-rc-function-RC_Thread01-Cycle_Bm_2_00020/Cycle_Bm_2_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0182-rc-function-RC_Thread01-Cycle_Bm_2_00020/Cycle_Bm_2_00020.java index e47a0e62abe78d5dc02bdb3d774d85cce8dee4d7..f2fe3691a235885cad581e369b1667bd1ffb2a38 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0182-rc-function-RC_Thread01-Cycle_Bm_2_00020/Cycle_Bm_2_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0182-rc-function-RC_Thread01-Cycle_Bm_2_00020/Cycle_Bm_2_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0183-rc-function-RC_Thread01-Cycle_Bm_2_00030/Cycle_Bm_2_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0183-rc-function-RC_Thread01-Cycle_Bm_2_00030/Cycle_Bm_2_00030.java index e8da6e8ee0feed823404d2385807056296eb4157..ece163c493d60b9a6cf2821c70c41a28de5d38f7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0183-rc-function-RC_Thread01-Cycle_Bm_2_00030/Cycle_Bm_2_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0183-rc-function-RC_Thread01-Cycle_Bm_2_00030/Cycle_Bm_2_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0184-rc-function-RC_Thread01-Cycle_Bm_2_00040/Cycle_Bm_2_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0184-rc-function-RC_Thread01-Cycle_Bm_2_00040/Cycle_Bm_2_00040.java index 99e3447afe16fb447ec315a97edf707b1f1d0dd1..0e03740f6020fb4c63731dfd38721dae830dc56e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0184-rc-function-RC_Thread01-Cycle_Bm_2_00040/Cycle_Bm_2_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0184-rc-function-RC_Thread01-Cycle_Bm_2_00040/Cycle_Bm_2_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0185-rc-function-RC_Thread01-Cycle_Bm_2_00050/Cycle_Bm_2_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0185-rc-function-RC_Thread01-Cycle_Bm_2_00050/Cycle_Bm_2_00050.java index 504aad96fd13366d6b89baa7b5e5fc0cf9355c2e..686f7b289cd508b8080a5d53b86e13054ce406f3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0185-rc-function-RC_Thread01-Cycle_Bm_2_00050/Cycle_Bm_2_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0185-rc-function-RC_Thread01-Cycle_Bm_2_00050/Cycle_Bm_2_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0186-rc-function-RC_Thread01-Cycle_Bm_2_00060/Cycle_Bm_2_00060.java b/test/testsuite/ouroboros/memory_management/Function/RC0186-rc-function-RC_Thread01-Cycle_Bm_2_00060/Cycle_Bm_2_00060.java index bca5ee7bb955b0c42d0aa02d990bf684341320cd..6f28f92ceaf33da5e5258eb80cc0c74c7bf1f41e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0186-rc-function-RC_Thread01-Cycle_Bm_2_00060/Cycle_Bm_2_00060.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0186-rc-function-RC_Thread01-Cycle_Bm_2_00060/Cycle_Bm_2_00060.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00060.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0187-rc-function-RC_Thread01-Cycle_Bm_2_00070/Cycle_Bm_2_00070.java b/test/testsuite/ouroboros/memory_management/Function/RC0187-rc-function-RC_Thread01-Cycle_Bm_2_00070/Cycle_Bm_2_00070.java index 666dbb05eab6c224c016cd4f8a3f1f53454cf9e6..5a85cc8085beeda909ab23a7f0a336b58133440b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0187-rc-function-RC_Thread01-Cycle_Bm_2_00070/Cycle_Bm_2_00070.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0187-rc-function-RC_Thread01-Cycle_Bm_2_00070/Cycle_Bm_2_00070.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00070.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0188-rc-function-RC_Thread01-Cycle_Bm_2_00080/Cycle_Bm_2_00080.java b/test/testsuite/ouroboros/memory_management/Function/RC0188-rc-function-RC_Thread01-Cycle_Bm_2_00080/Cycle_Bm_2_00080.java index bb8acfc36cb1b2c2bc78a73a732c39e1ad5f1c10..413b0a315e01de6abf3ff22b9d3e1bc893a59390 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0188-rc-function-RC_Thread01-Cycle_Bm_2_00080/Cycle_Bm_2_00080.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0188-rc-function-RC_Thread01-Cycle_Bm_2_00080/Cycle_Bm_2_00080.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00080.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0189-rc-function-RC_Thread01-Cycle_Bm_2_00090/Cycle_Bm_2_00090.java b/test/testsuite/ouroboros/memory_management/Function/RC0189-rc-function-RC_Thread01-Cycle_Bm_2_00090/Cycle_Bm_2_00090.java index 709be24b8ebc50411d505ec53adcb45dfd73a379..26f640937a196f147306402f4227c86b8cdc0b68 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0189-rc-function-RC_Thread01-Cycle_Bm_2_00090/Cycle_Bm_2_00090.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0189-rc-function-RC_Thread01-Cycle_Bm_2_00090/Cycle_Bm_2_00090.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00090.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0190-rc-function-RC_Thread01-Cycle_Bm_2_00100/Cycle_Bm_2_00100.java b/test/testsuite/ouroboros/memory_management/Function/RC0190-rc-function-RC_Thread01-Cycle_Bm_2_00100/Cycle_Bm_2_00100.java index eee676771b875157ae96e31345b27e433e9b4133..45cc9a3079ca35b8105a0e32cb385fc1644b707f 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0190-rc-function-RC_Thread01-Cycle_Bm_2_00100/Cycle_Bm_2_00100.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0190-rc-function-RC_Thread01-Cycle_Bm_2_00100/Cycle_Bm_2_00100.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00100.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0191-rc-function-RC_Thread01-Cycle_Bm_2_00110/Cycle_Bm_2_00110.java b/test/testsuite/ouroboros/memory_management/Function/RC0191-rc-function-RC_Thread01-Cycle_Bm_2_00110/Cycle_Bm_2_00110.java index 0828507662dbb64eb3a72e9e5130edf9b251e3c1..b9f2a39382c3a128859db5dab4a08a342d34cecc 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0191-rc-function-RC_Thread01-Cycle_Bm_2_00110/Cycle_Bm_2_00110.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0191-rc-function-RC_Thread01-Cycle_Bm_2_00110/Cycle_Bm_2_00110.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00110.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0192-rc-function-RC_Thread01-Cycle_Bm_2_00120/Cycle_Bm_2_00120.java b/test/testsuite/ouroboros/memory_management/Function/RC0192-rc-function-RC_Thread01-Cycle_Bm_2_00120/Cycle_Bm_2_00120.java index 09607fd6fc1e01724a1ae611f8f0438294f4b18d..1d0059311c15005625983595b0b200d6652af1a7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0192-rc-function-RC_Thread01-Cycle_Bm_2_00120/Cycle_Bm_2_00120.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0192-rc-function-RC_Thread01-Cycle_Bm_2_00120/Cycle_Bm_2_00120.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00120.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0193-rc-function-RC_Thread01-Cycle_Bm_2_00130/Cycle_Bm_2_00130.java b/test/testsuite/ouroboros/memory_management/Function/RC0193-rc-function-RC_Thread01-Cycle_Bm_2_00130/Cycle_Bm_2_00130.java index 1cb430bbd26b3d09cea8025c0c490f47beb34fba..ea2a34088c1242d18b28c3ab1a7ba915556e802b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0193-rc-function-RC_Thread01-Cycle_Bm_2_00130/Cycle_Bm_2_00130.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0193-rc-function-RC_Thread01-Cycle_Bm_2_00130/Cycle_Bm_2_00130.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00130.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0194-rc-function-RC_Thread01-Cycle_Bm_2_00140/Cycle_Bm_2_00140.java b/test/testsuite/ouroboros/memory_management/Function/RC0194-rc-function-RC_Thread01-Cycle_Bm_2_00140/Cycle_Bm_2_00140.java index 5adeed090a103eb9b4734fb30fff45fe16f5f5f5..ab958f0a21844b7c9618f9bef4066d05de65949c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0194-rc-function-RC_Thread01-Cycle_Bm_2_00140/Cycle_Bm_2_00140.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0194-rc-function-RC_Thread01-Cycle_Bm_2_00140/Cycle_Bm_2_00140.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00140.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0195-rc-function-RC_Thread01-Cycle_Bm_2_00150/Cycle_Bm_2_00150.java b/test/testsuite/ouroboros/memory_management/Function/RC0195-rc-function-RC_Thread01-Cycle_Bm_2_00150/Cycle_Bm_2_00150.java index 5bfd9dd85815a1818096e9c1edff8558d3254add..7f25a6ed36e517ea314ea508c8b5434a3ca4149d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0195-rc-function-RC_Thread01-Cycle_Bm_2_00150/Cycle_Bm_2_00150.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0195-rc-function-RC_Thread01-Cycle_Bm_2_00150/Cycle_Bm_2_00150.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00150.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0196-rc-function-RC_Thread01-Cycle_Bm_2_00160/Cycle_Bm_2_00160.java b/test/testsuite/ouroboros/memory_management/Function/RC0196-rc-function-RC_Thread01-Cycle_Bm_2_00160/Cycle_Bm_2_00160.java index 7c73496c0d5a6c10656bce17de248f4fc217a117..0a3569a8611d6ac59c0e9308b8106def38fd6663 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0196-rc-function-RC_Thread01-Cycle_Bm_2_00160/Cycle_Bm_2_00160.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0196-rc-function-RC_Thread01-Cycle_Bm_2_00160/Cycle_Bm_2_00160.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00160.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0197-rc-function-RC_Thread01-Cycle_Bm_2_00170/Cycle_Bm_2_00170.java b/test/testsuite/ouroboros/memory_management/Function/RC0197-rc-function-RC_Thread01-Cycle_Bm_2_00170/Cycle_Bm_2_00170.java index 544105ab0eefd781c8a2a3fe2a959e137c9876df..787004e7f3fefd68217b8016d4364aa4b28a3248 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0197-rc-function-RC_Thread01-Cycle_Bm_2_00170/Cycle_Bm_2_00170.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0197-rc-function-RC_Thread01-Cycle_Bm_2_00170/Cycle_Bm_2_00170.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00170.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0198-rc-function-RC_Thread01-Cycle_Bm_2_00180/Cycle_Bm_2_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0198-rc-function-RC_Thread01-Cycle_Bm_2_00180/Cycle_Bm_2_00180.java index d8fac07cb12215f945261d00f6cefa27deb7ba94..690eb34102ecf3d133917d975733410187e62f85 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0198-rc-function-RC_Thread01-Cycle_Bm_2_00180/Cycle_Bm_2_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0198-rc-function-RC_Thread01-Cycle_Bm_2_00180/Cycle_Bm_2_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0199-rc-function-RC_Thread01-Cycle_Bm_2_00190/Cycle_Bm_2_00190.java b/test/testsuite/ouroboros/memory_management/Function/RC0199-rc-function-RC_Thread01-Cycle_Bm_2_00190/Cycle_Bm_2_00190.java index 38a51de94d856eb5a22b0126e1747d3ef190f51b..62d38a639058936fcb29ce9e29fd1a34f6cea91c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0199-rc-function-RC_Thread01-Cycle_Bm_2_00190/Cycle_Bm_2_00190.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0199-rc-function-RC_Thread01-Cycle_Bm_2_00190/Cycle_Bm_2_00190.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00190.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0200-rc-function-RC_Thread01-Cycle_Bm_2_00200/Cycle_Bm_2_00200.java b/test/testsuite/ouroboros/memory_management/Function/RC0200-rc-function-RC_Thread01-Cycle_Bm_2_00200/Cycle_Bm_2_00200.java index 6b122a8db3accf74d930f8bbe730b26122e98f1a..f93b5246fdd60d1b6a0bebc685405f4fdd26a5a1 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0200-rc-function-RC_Thread01-Cycle_Bm_2_00200/Cycle_Bm_2_00200.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0200-rc-function-RC_Thread01-Cycle_Bm_2_00200/Cycle_Bm_2_00200.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00200.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0201-rc-function-RC_Thread01-Cycle_Bm_2_00210/Cycle_Bm_2_00210.java b/test/testsuite/ouroboros/memory_management/Function/RC0201-rc-function-RC_Thread01-Cycle_Bm_2_00210/Cycle_Bm_2_00210.java index ae5e185d9159637ad53ab3964dad9dc2dbc4669e..d28db74be03794470d92f18c3f0373cb6398d0f8 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0201-rc-function-RC_Thread01-Cycle_Bm_2_00210/Cycle_Bm_2_00210.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0201-rc-function-RC_Thread01-Cycle_Bm_2_00210/Cycle_Bm_2_00210.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00210.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0202-rc-function-RC_Thread01-Cycle_Bm_2_00220/Cycle_Bm_2_00220.java b/test/testsuite/ouroboros/memory_management/Function/RC0202-rc-function-RC_Thread01-Cycle_Bm_2_00220/Cycle_Bm_2_00220.java index ce6eef9567d139c355eb30240590334968472ced..510cee920223760ac04a47d8f1ab227888645976 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0202-rc-function-RC_Thread01-Cycle_Bm_2_00220/Cycle_Bm_2_00220.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0202-rc-function-RC_Thread01-Cycle_Bm_2_00220/Cycle_Bm_2_00220.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00220.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0203-rc-function-RC_Thread01-Cycle_Bm_2_00230/Cycle_Bm_2_00230.java b/test/testsuite/ouroboros/memory_management/Function/RC0203-rc-function-RC_Thread01-Cycle_Bm_2_00230/Cycle_Bm_2_00230.java index f6c4f5b808b1fec7bc565ac3763be35608d603c1..1578a5bbc7b2fda8c144f17011b7bd67d7f70a38 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0203-rc-function-RC_Thread01-Cycle_Bm_2_00230/Cycle_Bm_2_00230.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0203-rc-function-RC_Thread01-Cycle_Bm_2_00230/Cycle_Bm_2_00230.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00230.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0204-rc-function-RC_Thread01-Cycle_Bm_2_00240/Cycle_Bm_2_00240.java b/test/testsuite/ouroboros/memory_management/Function/RC0204-rc-function-RC_Thread01-Cycle_Bm_2_00240/Cycle_Bm_2_00240.java index d1fe1ef0e83ac4093a00d92af94236b910991f41..fd816ef6a5ef989eb1898d90b79839c55643a601 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0204-rc-function-RC_Thread01-Cycle_Bm_2_00240/Cycle_Bm_2_00240.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0204-rc-function-RC_Thread01-Cycle_Bm_2_00240/Cycle_Bm_2_00240.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_00240.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0205-rc-function-RC_Thread01-Cycle_Bm_2_10240/Cycle_Bm_2_10240.java b/test/testsuite/ouroboros/memory_management/Function/RC0205-rc-function-RC_Thread01-Cycle_Bm_2_10240/Cycle_Bm_2_10240.java index b98149a8708ac76786306f4016bec334cb2e7985..7666fd7acbcd3b47a3ebdcff48848cf733d95904 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0205-rc-function-RC_Thread01-Cycle_Bm_2_10240/Cycle_Bm_2_10240.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0205-rc-function-RC_Thread01-Cycle_Bm_2_10240/Cycle_Bm_2_10240.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Cycle_Bm_2_10240.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0207-rc-function-RC_Thread01-Nocycle_am_00020/Nocycle_am_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0207-rc-function-RC_Thread01-Nocycle_am_00020/Nocycle_am_00020.java index 9d527b7d82530ad8d9da808407b3a54e1d72b988..01646065ce4c31077fcc268f05850f6cdeb12210 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0207-rc-function-RC_Thread01-Nocycle_am_00020/Nocycle_am_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0207-rc-function-RC_Thread01-Nocycle_am_00020/Nocycle_am_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0208-rc-function-RC_Thread01-Nocycle_am_00030/Nocycle_am_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0208-rc-function-RC_Thread01-Nocycle_am_00030/Nocycle_am_00030.java index ce756782cf9f67feae6a6f41dde365152a3cbea3..0df29a5815c47ae7829fcf44b1576618fe56207d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0208-rc-function-RC_Thread01-Nocycle_am_00030/Nocycle_am_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0208-rc-function-RC_Thread01-Nocycle_am_00030/Nocycle_am_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0209-rc-function-RC_Thread01-Nocycle_am_00040/Nocycle_am_00040.java b/test/testsuite/ouroboros/memory_management/Function/RC0209-rc-function-RC_Thread01-Nocycle_am_00040/Nocycle_am_00040.java index 572a5c65a6c9496172c3bf9fb26e3d4feec70f8b..dd31094d1a124a9ce4b14fde4b3b0eb49e60ca74 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0209-rc-function-RC_Thread01-Nocycle_am_00040/Nocycle_am_00040.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0209-rc-function-RC_Thread01-Nocycle_am_00040/Nocycle_am_00040.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00040.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0210-rc-function-RC_Thread01-Nocycle_am_00050/Nocycle_am_00050.java b/test/testsuite/ouroboros/memory_management/Function/RC0210-rc-function-RC_Thread01-Nocycle_am_00050/Nocycle_am_00050.java index e76f108358a3e368cd425f233df3680090e5467a..e550305e978eea5ec761ed5b1a4658cef8d825a2 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0210-rc-function-RC_Thread01-Nocycle_am_00050/Nocycle_am_00050.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0210-rc-function-RC_Thread01-Nocycle_am_00050/Nocycle_am_00050.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00050.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0211-rc-function-RC_Thread01-Nocycle_am_00060/Nocycle_am_00060.java b/test/testsuite/ouroboros/memory_management/Function/RC0211-rc-function-RC_Thread01-Nocycle_am_00060/Nocycle_am_00060.java index e23234a2bbc096fa52308cd219ff31ee28b83137..83a7c3adddcad8aa118a85275e19ae3b4b15be55 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0211-rc-function-RC_Thread01-Nocycle_am_00060/Nocycle_am_00060.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0211-rc-function-RC_Thread01-Nocycle_am_00060/Nocycle_am_00060.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00060.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0212-rc-function-RC_Thread01-Nocycle_am_00070/Nocycle_am_00070.java b/test/testsuite/ouroboros/memory_management/Function/RC0212-rc-function-RC_Thread01-Nocycle_am_00070/Nocycle_am_00070.java index 75d82fe919634517ffe29f467fb61e937e75f738..631b98fc845618f581fe69b4c3f0ecdce73ee922 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0212-rc-function-RC_Thread01-Nocycle_am_00070/Nocycle_am_00070.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0212-rc-function-RC_Thread01-Nocycle_am_00070/Nocycle_am_00070.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00070.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0213-rc-function-RC_Thread01-Nocycle_am_00080/Nocycle_am_00080.java b/test/testsuite/ouroboros/memory_management/Function/RC0213-rc-function-RC_Thread01-Nocycle_am_00080/Nocycle_am_00080.java index 77207b50adbafe354b6bb7d21c044419b44548ed..062194a08062da469948cd7a2f929a3e56bdf0b3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0213-rc-function-RC_Thread01-Nocycle_am_00080/Nocycle_am_00080.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0213-rc-function-RC_Thread01-Nocycle_am_00080/Nocycle_am_00080.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00080.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0214-rc-function-RC_Thread01-Nocycle_am_00090/Nocycle_am_00090.java b/test/testsuite/ouroboros/memory_management/Function/RC0214-rc-function-RC_Thread01-Nocycle_am_00090/Nocycle_am_00090.java index 842b5b3e3644bf027dc9f8d934e06052b33fafc8..bd00468d3ff7b2ec55a959df4e50b0bb5f6651a5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0214-rc-function-RC_Thread01-Nocycle_am_00090/Nocycle_am_00090.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0214-rc-function-RC_Thread01-Nocycle_am_00090/Nocycle_am_00090.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00090.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0215-rc-function-RC_Thread01-Nocycle_am_00100/Nocycle_am_00100.java b/test/testsuite/ouroboros/memory_management/Function/RC0215-rc-function-RC_Thread01-Nocycle_am_00100/Nocycle_am_00100.java index 1d9dab25aec6760604b322f37585213b24a1c63a..56536474eab9d7a7c66a4eaa554f724716d6de3d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0215-rc-function-RC_Thread01-Nocycle_am_00100/Nocycle_am_00100.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0215-rc-function-RC_Thread01-Nocycle_am_00100/Nocycle_am_00100.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00100.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0216-rc-function-RC_Thread01-Nocycle_am_00110/Nocycle_am_00110.java b/test/testsuite/ouroboros/memory_management/Function/RC0216-rc-function-RC_Thread01-Nocycle_am_00110/Nocycle_am_00110.java index c9b554d4f73ce325101e4f26e743f844a1579ebf..919abd889e021266c048b4ecddc1304935a40ab0 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0216-rc-function-RC_Thread01-Nocycle_am_00110/Nocycle_am_00110.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0216-rc-function-RC_Thread01-Nocycle_am_00110/Nocycle_am_00110.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00110.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0217-rc-function-RC_Thread01-Nocycle_am_00120/Nocycle_am_00120.java b/test/testsuite/ouroboros/memory_management/Function/RC0217-rc-function-RC_Thread01-Nocycle_am_00120/Nocycle_am_00120.java index 097208d5202a38e437cca372c2c0a0a86c4d9efd..3d4eb4da8c226fc1389e2d2d58a3e0e193bf3126 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0217-rc-function-RC_Thread01-Nocycle_am_00120/Nocycle_am_00120.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0217-rc-function-RC_Thread01-Nocycle_am_00120/Nocycle_am_00120.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00120.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0218-rc-function-RC_Thread01-Nocycle_am_00130/Nocycle_am_00130.java b/test/testsuite/ouroboros/memory_management/Function/RC0218-rc-function-RC_Thread01-Nocycle_am_00130/Nocycle_am_00130.java index 918947dc813af2b4ad8fc343950805cd4622f113..61ed7706dbab20119a976e02e0cd5181904fd750 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0218-rc-function-RC_Thread01-Nocycle_am_00130/Nocycle_am_00130.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0218-rc-function-RC_Thread01-Nocycle_am_00130/Nocycle_am_00130.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00130.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0219-rc-function-RC_Thread01-Nocycle_am_00140/Nocycle_am_00140.java b/test/testsuite/ouroboros/memory_management/Function/RC0219-rc-function-RC_Thread01-Nocycle_am_00140/Nocycle_am_00140.java index 19a20c3e569dc3d68f214e9f8a0a812d91c2b1e9..88f61365f19ed4f9f6815c7acb416f6967f25208 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0219-rc-function-RC_Thread01-Nocycle_am_00140/Nocycle_am_00140.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0219-rc-function-RC_Thread01-Nocycle_am_00140/Nocycle_am_00140.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00140.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0220-rc-function-RC_Thread01-Nocycle_am_00150/Nocycle_am_00150.java b/test/testsuite/ouroboros/memory_management/Function/RC0220-rc-function-RC_Thread01-Nocycle_am_00150/Nocycle_am_00150.java index 0e805aa3d67986ea802d5f320b62d15ac4beb691..45e19dd99ead907f3946b8e29958165c28c7a286 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0220-rc-function-RC_Thread01-Nocycle_am_00150/Nocycle_am_00150.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0220-rc-function-RC_Thread01-Nocycle_am_00150/Nocycle_am_00150.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00150.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0221-rc-function-RC_Thread01-Nocycle_am_00160/Nocycle_am_00160.java b/test/testsuite/ouroboros/memory_management/Function/RC0221-rc-function-RC_Thread01-Nocycle_am_00160/Nocycle_am_00160.java index 54bb86bb6b15bb0272027df5f62cc76abb159d2c..86e0b784f3a3d48bc88ce9cae02d39be52048ba8 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0221-rc-function-RC_Thread01-Nocycle_am_00160/Nocycle_am_00160.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0221-rc-function-RC_Thread01-Nocycle_am_00160/Nocycle_am_00160.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00160.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0222-rc-function-RC_Thread01-Nocycle_am_00170/Nocycle_am_00170.java b/test/testsuite/ouroboros/memory_management/Function/RC0222-rc-function-RC_Thread01-Nocycle_am_00170/Nocycle_am_00170.java index 605e4745adb333dbf058a1f0ee64907fa17eb169..161a893b0bfa3f822d034d1ed936349c0e08ae1d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0222-rc-function-RC_Thread01-Nocycle_am_00170/Nocycle_am_00170.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0222-rc-function-RC_Thread01-Nocycle_am_00170/Nocycle_am_00170.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00170.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0223-rc-function-RC_Thread01-Nocycle_am_00180/Nocycle_am_00180.java b/test/testsuite/ouroboros/memory_management/Function/RC0223-rc-function-RC_Thread01-Nocycle_am_00180/Nocycle_am_00180.java index 6df139bbd3271c62aeb811de9e47fb0bf76763fb..f8f661f9e1abdd0d520dcadccb048ba7dd1c692b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0223-rc-function-RC_Thread01-Nocycle_am_00180/Nocycle_am_00180.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0223-rc-function-RC_Thread01-Nocycle_am_00180/Nocycle_am_00180.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00180.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0224-rc-function-RC_Thread01-Nocycle_am_00190/Nocycle_am_00190.java b/test/testsuite/ouroboros/memory_management/Function/RC0224-rc-function-RC_Thread01-Nocycle_am_00190/Nocycle_am_00190.java index b738a0edd413a4ad07c56bd6170b64dc5a24ec43..d3606966057aab54ff79db7c821e1f2d3d6d3eab 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0224-rc-function-RC_Thread01-Nocycle_am_00190/Nocycle_am_00190.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0224-rc-function-RC_Thread01-Nocycle_am_00190/Nocycle_am_00190.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_00190.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0225-rc-function-RC_Thread01-Nocycle_am_2_00010/Nocycle_am_2_00010.java b/test/testsuite/ouroboros/memory_management/Function/RC0225-rc-function-RC_Thread01-Nocycle_am_2_00010/Nocycle_am_2_00010.java index b6f82a37e8de9aea2dfaadd228f6ed03e2c61dd2..5ce17d9b7844800ac03d775ec6375f3da5c3401c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0225-rc-function-RC_Thread01-Nocycle_am_2_00010/Nocycle_am_2_00010.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0225-rc-function-RC_Thread01-Nocycle_am_2_00010/Nocycle_am_2_00010.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_2_00010.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0226-rc-function-RC_Thread01-Nocycle_am_2_00020/Nocycle_am_2_00020.java b/test/testsuite/ouroboros/memory_management/Function/RC0226-rc-function-RC_Thread01-Nocycle_am_2_00020/Nocycle_am_2_00020.java index 5db336f14e611109cf9531c7411db27a862c9a81..fa877d61eacb9e1862e6f18dabeba29a57e7e2ef 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0226-rc-function-RC_Thread01-Nocycle_am_2_00020/Nocycle_am_2_00020.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0226-rc-function-RC_Thread01-Nocycle_am_2_00020/Nocycle_am_2_00020.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_2_00020.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0227-rc-function-RC_Thread01-Nocycle_am_2_00030/Nocycle_am_2_00030.java b/test/testsuite/ouroboros/memory_management/Function/RC0227-rc-function-RC_Thread01-Nocycle_am_2_00030/Nocycle_am_2_00030.java index 9fb72f900604f774849b33193221788a5f7d3ea3..0db7c329f77bcca7bb08fda568b36e5a9553e145 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0227-rc-function-RC_Thread01-Nocycle_am_2_00030/Nocycle_am_2_00030.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0227-rc-function-RC_Thread01-Nocycle_am_2_00030/Nocycle_am_2_00030.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread01/Nocycle_am_2_00030.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0228-rc-function-RC_Thread02-RC_Thread_01/RC_Thread_01.java b/test/testsuite/ouroboros/memory_management/Function/RC0228-rc-function-RC_Thread02-RC_Thread_01/RC_Thread_01.java index 8dada579ae35e172e0db0908c2fe5e6c3b825ca4..bdcd3b7418f6f54d7b740c55960aa9fb44995f19 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0228-rc-function-RC_Thread02-RC_Thread_01/RC_Thread_01.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0228-rc-function-RC_Thread02-RC_Thread_01/RC_Thread_01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0229-rc-function-RC_Thread02-RC_Thread_02/RC_Thread_02.java b/test/testsuite/ouroboros/memory_management/Function/RC0229-rc-function-RC_Thread02-RC_Thread_02/RC_Thread_02.java index 5a0f0829ebba264f7cf03ac5c07c0b5e991a10d0..c0aba5dac7ca1bf9e25ad6e6d3a788d98e15c812 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0229-rc-function-RC_Thread02-RC_Thread_02/RC_Thread_02.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0229-rc-function-RC_Thread02-RC_Thread_02/RC_Thread_02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0230-rc-function-RC_Thread02-RC_Thread_03/RC_Thread_03.java b/test/testsuite/ouroboros/memory_management/Function/RC0230-rc-function-RC_Thread02-RC_Thread_03/RC_Thread_03.java index 1fdfd31a3ac0e3d87e24faa3e86bab0cbadd6363..28acd4c2d3eb19b9dc1143ad2af2151b0f48fa62 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0230-rc-function-RC_Thread02-RC_Thread_03/RC_Thread_03.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0230-rc-function-RC_Thread02-RC_Thread_03/RC_Thread_03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_03.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0231-rc-function-RC_Thread02-RC_Thread_04/RC_Thread_04.java b/test/testsuite/ouroboros/memory_management/Function/RC0231-rc-function-RC_Thread02-RC_Thread_04/RC_Thread_04.java index 79d8dcc3ed06dda5790f1de57eec02c1740f7faf..980d837ed53f9950fdbf6ec8b92488f50d8f5ce5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0231-rc-function-RC_Thread02-RC_Thread_04/RC_Thread_04.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0231-rc-function-RC_Thread02-RC_Thread_04/RC_Thread_04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_04.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0232-rc-function-RC_Thread02-RC_Thread_05/RC_Thread_05.java b/test/testsuite/ouroboros/memory_management/Function/RC0232-rc-function-RC_Thread02-RC_Thread_05/RC_Thread_05.java index 339ac2fae4857f4af561f7c3a8878d9ad2ab6e2f..8e1d5306c0fab7c845c2f5b4db81267f8fe81b7b 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0232-rc-function-RC_Thread02-RC_Thread_05/RC_Thread_05.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0232-rc-function-RC_Thread02-RC_Thread_05/RC_Thread_05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_05.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0233-rc-function-RC_Thread02-RC_Thread_06/RC_Thread_06.java b/test/testsuite/ouroboros/memory_management/Function/RC0233-rc-function-RC_Thread02-RC_Thread_06/RC_Thread_06.java index af7dbc489f4c48042ddf9f3bda059a4c59818e89..0dadf5a30e4bc9bbcb1577b5b87a0b432e659605 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0233-rc-function-RC_Thread02-RC_Thread_06/RC_Thread_06.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0233-rc-function-RC_Thread02-RC_Thread_06/RC_Thread_06.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_06.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0234-rc-function-RC_Thread02-RC_Thread_07/RC_Thread_07.java b/test/testsuite/ouroboros/memory_management/Function/RC0234-rc-function-RC_Thread02-RC_Thread_07/RC_Thread_07.java index 39852de6397d18b04e9cceb38c42a282de187b8d..ed9b7753a9e3d4c76b58c9d020c84587e1f88d3e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0234-rc-function-RC_Thread02-RC_Thread_07/RC_Thread_07.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0234-rc-function-RC_Thread02-RC_Thread_07/RC_Thread_07.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_07.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0235-rc-function-RC_Thread02-RC_Thread_08/RC_Thread_08.java b/test/testsuite/ouroboros/memory_management/Function/RC0235-rc-function-RC_Thread02-RC_Thread_08/RC_Thread_08.java index 1ca8bb20494a7c165ab0d4cccd2ac31138e3637b..4e7efb8c86398c5ba5293ff500c69c5d76c0498c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0235-rc-function-RC_Thread02-RC_Thread_08/RC_Thread_08.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0235-rc-function-RC_Thread02-RC_Thread_08/RC_Thread_08.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_08.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0236-rc-function-RC_Thread02-RC_Thread_09/RC_Thread_09.java b/test/testsuite/ouroboros/memory_management/Function/RC0236-rc-function-RC_Thread02-RC_Thread_09/RC_Thread_09.java index a048e284a02f3bdaa4101e494d11997680c473a4..c4c576ad1e01c967251b4bbcafb6fc9b134b9605 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0236-rc-function-RC_Thread02-RC_Thread_09/RC_Thread_09.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0236-rc-function-RC_Thread02-RC_Thread_09/RC_Thread_09.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_09 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0237-rc-function-RC_Thread02-RC_Thread_10/RC_Thread_10.java b/test/testsuite/ouroboros/memory_management/Function/RC0237-rc-function-RC_Thread02-RC_Thread_10/RC_Thread_10.java index 74ca64b7ceb69d14accd4647212c0bf1b000e6f3..7ad19d63b30ba5ef65b8847110deea05be37b5db 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0237-rc-function-RC_Thread02-RC_Thread_10/RC_Thread_10.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0237-rc-function-RC_Thread02-RC_Thread_10/RC_Thread_10.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_10 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0238-rc-function-RC_Thread02-RC_Thread_11/RC_Thread_11.java b/test/testsuite/ouroboros/memory_management/Function/RC0238-rc-function-RC_Thread02-RC_Thread_11/RC_Thread_11.java index 1c2c9f024f338887a2187b9121bcfe5822471f23..ba6f8da8c35bac04da808edce48a53bd523b01c5 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0238-rc-function-RC_Thread02-RC_Thread_11/RC_Thread_11.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0238-rc-function-RC_Thread02-RC_Thread_11/RC_Thread_11.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_11 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0239-rc-function-RC_Thread02-RC_Thread_12/RC_Thread_12.java b/test/testsuite/ouroboros/memory_management/Function/RC0239-rc-function-RC_Thread02-RC_Thread_12/RC_Thread_12.java index 893649093117360fe075190b0cefa6808e2a0e25..b8a09a5a5b8a009423f97425b26b967e87d8d526 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0239-rc-function-RC_Thread02-RC_Thread_12/RC_Thread_12.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0239-rc-function-RC_Thread02-RC_Thread_12/RC_Thread_12.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_12 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0240-rc-function-RC_Thread02-RC_Thread_13/RC_Thread_13.java b/test/testsuite/ouroboros/memory_management/Function/RC0240-rc-function-RC_Thread02-RC_Thread_13/RC_Thread_13.java index 660e712825ee9edfac4917bbe46f3bc699ad9c8c..4959459b6e7f07eefea694fcb58bd5fce934acd8 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0240-rc-function-RC_Thread02-RC_Thread_13/RC_Thread_13.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0240-rc-function-RC_Thread02-RC_Thread_13/RC_Thread_13.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_13 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0241-rc-function-RC_Thread02-RC_Thread_14/RC_Thread_14.java b/test/testsuite/ouroboros/memory_management/Function/RC0241-rc-function-RC_Thread02-RC_Thread_14/RC_Thread_14.java index a76e45c94216410c1f55e47dfe90b376cf715ccf..32876e88a0b5b13226321b87f73afcf52a36d50e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0241-rc-function-RC_Thread02-RC_Thread_14/RC_Thread_14.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0241-rc-function-RC_Thread02-RC_Thread_14/RC_Thread_14.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_14 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0242-rc-function-RC_Thread02-RC_Thread_15/RC_Thread_15.java b/test/testsuite/ouroboros/memory_management/Function/RC0242-rc-function-RC_Thread02-RC_Thread_15/RC_Thread_15.java index a061c5d81248661012e8437b927e54cc246e9243..f2f3da433694db349fe5a05b2535a1a452db126d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0242-rc-function-RC_Thread02-RC_Thread_15/RC_Thread_15.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0242-rc-function-RC_Thread02-RC_Thread_15/RC_Thread_15.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_15 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0243-rc-function-RC_Thread02-RC_Thread_16/RC_Thread_16.java b/test/testsuite/ouroboros/memory_management/Function/RC0243-rc-function-RC_Thread02-RC_Thread_16/RC_Thread_16.java index 66b48ede5784fadffd09132cc8d0772d6715fede..5184b08462fd36b0ce3c9ce7f0ae3e2d396ca197 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0243-rc-function-RC_Thread02-RC_Thread_16/RC_Thread_16.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0243-rc-function-RC_Thread02-RC_Thread_16/RC_Thread_16.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_16 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0244-rc-function-RC_Thread02-RC_Thread_17/RC_Thread_17.java b/test/testsuite/ouroboros/memory_management/Function/RC0244-rc-function-RC_Thread02-RC_Thread_17/RC_Thread_17.java index 7690d6c4574e5c9ca981f04063ecd69df8dce1bc..6cee733592ba4c3286b7229de2ec45b85f0ba688 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0244-rc-function-RC_Thread02-RC_Thread_17/RC_Thread_17.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0244-rc-function-RC_Thread02-RC_Thread_17/RC_Thread_17.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_17 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0245-rc-function-RC_Thread02-RC_Thread_18/RC_Thread_18.java b/test/testsuite/ouroboros/memory_management/Function/RC0245-rc-function-RC_Thread02-RC_Thread_18/RC_Thread_18.java index f0c80a4a59398289f9ca7f3d50ed47b5d51700c4..b2b58011b9898735727f46007d708caa3e89293a 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0245-rc-function-RC_Thread02-RC_Thread_18/RC_Thread_18.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0245-rc-function-RC_Thread02-RC_Thread_18/RC_Thread_18.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_18.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0246-rc-function-RC_Thread02-RC_Thread_19/RC_Thread_19.java b/test/testsuite/ouroboros/memory_management/Function/RC0246-rc-function-RC_Thread02-RC_Thread_19/RC_Thread_19.java index c648870e61495941b17ef96b3fba9e2159251f38..b292547ee529204ac0a7976720bf485d40a305bf 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0246-rc-function-RC_Thread02-RC_Thread_19/RC_Thread_19.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0246-rc-function-RC_Thread02-RC_Thread_19/RC_Thread_19.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_19 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0247-rc-function-RC_Thread02-RC_Thread_20/RC_Thread_20.java b/test/testsuite/ouroboros/memory_management/Function/RC0247-rc-function-RC_Thread02-RC_Thread_20/RC_Thread_20.java index 4eaa44ea4d249c2294ea8f8574efc217ad35e3e2..37610e5b42f9fda516b3957d6c6479d190197f86 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0247-rc-function-RC_Thread02-RC_Thread_20/RC_Thread_20.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0247-rc-function-RC_Thread02-RC_Thread_20/RC_Thread_20.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Thread02/RC_Thread_20 *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0248-rc-function-RC_Finalize_02/RC_Finalize_02.java b/test/testsuite/ouroboros/memory_management/Function/RC0248-rc-function-RC_Finalize_02/RC_Finalize_02.java index 190bc073f23dc1a27aaab5783358ea971780c75d..46d5eb230841253939b7a16142e2992ed5740621 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0248-rc-function-RC_Finalize_02/RC_Finalize_02.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0248-rc-function-RC_Finalize_02/RC_Finalize_02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_Finalize_02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0250-rc-function-ROSAlloc-Alloc_11_15x8B/Alloc_11_15x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0250-rc-function-ROSAlloc-Alloc_11_15x8B/Alloc_11_15x8B.java index 887410ff38a4a9daecd2306f1bf166ed776b44a2..485b5ab598d9f7a3d9ff43877544af00dfedcd90 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0250-rc-function-ROSAlloc-Alloc_11_15x8B/Alloc_11_15x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0250-rc-function-ROSAlloc-Alloc_11_15x8B/Alloc_11_15x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_11_15x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0251-rc-function-ROSAlloc-Alloc_128x8B/Alloc_128x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0251-rc-function-ROSAlloc-Alloc_128x8B/Alloc_128x8B.java index d1c500eec1a338d8ccd94d6c50b18dd35e1003e4..90ae56eb39b0623286d55133e87fc8cb25f8b615 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0251-rc-function-ROSAlloc-Alloc_128x8B/Alloc_128x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0251-rc-function-ROSAlloc-Alloc_128x8B/Alloc_128x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_128x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0252-rc-function-ROSAlloc-Alloc_16_20x8B/Alloc_16_20x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0252-rc-function-ROSAlloc-Alloc_16_20x8B/Alloc_16_20x8B.java index 641bc4f334a63c22fd7e0da92f931ab4dc73747e..e2621d02895e21677a302fa7c1a3a630a19ed5c0 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0252-rc-function-ROSAlloc-Alloc_16_20x8B/Alloc_16_20x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0252-rc-function-ROSAlloc-Alloc_16_20x8B/Alloc_16_20x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_16_20x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0253-rc-function-ROSAlloc-Alloc_192x8B/Alloc_192x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0253-rc-function-ROSAlloc-Alloc_192x8B/Alloc_192x8B.java index 03b139bddba56bb2a78287f2689db49f6c6a9bac..e08ca838bfdba5feda6f9a3c67110fff47bb6eac 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0253-rc-function-ROSAlloc-Alloc_192x8B/Alloc_192x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0253-rc-function-ROSAlloc-Alloc_192x8B/Alloc_192x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_192x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0254-rc-function-ROSAlloc-Alloc_21_25x8B/Alloc_21_25x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0254-rc-function-ROSAlloc-Alloc_21_25x8B/Alloc_21_25x8B.java index ac378a59cba2d5fabb4d295c84f170c99931d842..4248a2e56a2ebe91dc25a252c9e7af7efb5b8c8d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0254-rc-function-ROSAlloc-Alloc_21_25x8B/Alloc_21_25x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0254-rc-function-ROSAlloc-Alloc_21_25x8B/Alloc_21_25x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_21_25x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0255-rc-function-ROSAlloc-Alloc_256x8B/Alloc_256x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0255-rc-function-ROSAlloc-Alloc_256x8B/Alloc_256x8B.java index 872aa543bb4d72e181edcaccf1f57b9420b16309..d7ae2aafef3cc673852bb3c21cd52199a8d87e24 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0255-rc-function-ROSAlloc-Alloc_256x8B/Alloc_256x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0255-rc-function-ROSAlloc-Alloc_256x8B/Alloc_256x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_256x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0256-rc-function-ROSAlloc-Alloc_26_30x8B/Alloc_26_30x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0256-rc-function-ROSAlloc-Alloc_26_30x8B/Alloc_26_30x8B.java index de3a9e5f1c535ecb24f053d4416ca5b955c1744c..98ac62f0c6c24dafc6c5254ed5568f395b2c55f4 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0256-rc-function-ROSAlloc-Alloc_26_30x8B/Alloc_26_30x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0256-rc-function-ROSAlloc-Alloc_26_30x8B/Alloc_26_30x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_26_30x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0257-rc-function-ROSAlloc-Alloc_3_10x8B/Alloc_3_10x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0257-rc-function-ROSAlloc-Alloc_3_10x8B/Alloc_3_10x8B.java index 367446d289720f0b588b9c41c001d81ea9146e6d..d25034fdd8bc5e0fc5fabb43f252ffdb8c46da16 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0257-rc-function-ROSAlloc-Alloc_3_10x8B/Alloc_3_10x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0257-rc-function-ROSAlloc-Alloc_3_10x8B/Alloc_3_10x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_3_10x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0258-rc-function-ROSAlloc-Alloc_31_35x8B/Alloc_31_35x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0258-rc-function-ROSAlloc-Alloc_31_35x8B/Alloc_31_35x8B.java index 15aa285b68dcad0c692bcefb5af3bdcbda998bab..b41490859e04ae37563e5641e660b4b0606bbe91 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0258-rc-function-ROSAlloc-Alloc_31_35x8B/Alloc_31_35x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0258-rc-function-ROSAlloc-Alloc_31_35x8B/Alloc_31_35x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_31_35x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0259-rc-function-ROSAlloc-Alloc_36_40x8B/Alloc_36_40x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0259-rc-function-ROSAlloc-Alloc_36_40x8B/Alloc_36_40x8B.java index fe89f0e136ce24a3f06dbda4186f39402c1f7cfe..a1f90c58fb20262647864d699218931000656600 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0259-rc-function-ROSAlloc-Alloc_36_40x8B/Alloc_36_40x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0259-rc-function-ROSAlloc-Alloc_36_40x8B/Alloc_36_40x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_36_40x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0260-rc-function-ROSAlloc-Alloc_41_45x8B/Alloc_41_45x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0260-rc-function-ROSAlloc-Alloc_41_45x8B/Alloc_41_45x8B.java index 86e49cc2160b682c9aa30c77a913f8a71d3bb517..5f0848979934200ff8eeaee1864e5d834cccf281 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0260-rc-function-ROSAlloc-Alloc_41_45x8B/Alloc_41_45x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0260-rc-function-ROSAlloc-Alloc_41_45x8B/Alloc_41_45x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_41_45x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0261-rc-function-ROSAlloc-Alloc_46_50x8B/Alloc_46_50x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0261-rc-function-ROSAlloc-Alloc_46_50x8B/Alloc_46_50x8B.java index 67bb88f3b489e0d8d3eaab9eda762d51f54da960..ad0ff703e1903b5e44a250973435aa40bc2edf5f 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0261-rc-function-ROSAlloc-Alloc_46_50x8B/Alloc_46_50x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0261-rc-function-ROSAlloc-Alloc_46_50x8B/Alloc_46_50x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_46_50x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0262-rc-function-ROSAlloc-Alloc_51_55x8B/Alloc_51_55x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0262-rc-function-ROSAlloc-Alloc_51_55x8B/Alloc_51_55x8B.java index 524cf448103c4b7acc4fa2e48c4db3d5e6da75fa..d784ca35cfe7b4d42dae71e9fa85753d97e2c7d3 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0262-rc-function-ROSAlloc-Alloc_51_55x8B/Alloc_51_55x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0262-rc-function-ROSAlloc-Alloc_51_55x8B/Alloc_51_55x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_51_55x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0263-rc-function-ROSAlloc-Alloc_56_60x8B/Alloc_56_60x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0263-rc-function-ROSAlloc-Alloc_56_60x8B/Alloc_56_60x8B.java index aee0238afa590da1424411b4f66e530313007476..f5ccd0f117bb26b44727876d3cc55ff7d05514df 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0263-rc-function-ROSAlloc-Alloc_56_60x8B/Alloc_56_60x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0263-rc-function-ROSAlloc-Alloc_56_60x8B/Alloc_56_60x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_56_60x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0264-rc-function-ROSAlloc-Alloc_61_64x8B/Alloc_61_64x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0264-rc-function-ROSAlloc-Alloc_61_64x8B/Alloc_61_64x8B.java index 4aabc6041edddd917b2b887d4c0e3bc6603a8bc6..83ba324f3943a2159b2f1524b20b2d6bbe3066af 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0264-rc-function-ROSAlloc-Alloc_61_64x8B/Alloc_61_64x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0264-rc-function-ROSAlloc-Alloc_61_64x8B/Alloc_61_64x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_61_64x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0265-rc-function-ROSAlloc-Alloc_B256x8B/Alloc_B256x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0265-rc-function-ROSAlloc-Alloc_B256x8B/Alloc_B256x8B.java index d94d885e558d2019ee48ecb5c387d7680bb5f34f..2dca3bb00ef569963a5892a5aa06663ce2dec614 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0265-rc-function-ROSAlloc-Alloc_B256x8B/Alloc_B256x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0265-rc-function-ROSAlloc-Alloc_B256x8B/Alloc_B256x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_B256x8B *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0281-rc-function-ROSAlloc-Alloc_Thread2_64x8B/Alloc_Thread2_64x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0281-rc-function-ROSAlloc-Alloc_Thread2_64x8B/Alloc_Thread2_64x8B.java index ac60747886e120d168545381223b192559fd8019..638638fb18251a65e84851dba8c76ff686500f84 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0281-rc-function-ROSAlloc-Alloc_Thread2_64x8B/Alloc_Thread2_64x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0281-rc-function-ROSAlloc-Alloc_Thread2_64x8B/Alloc_Thread2_64x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_Thread2_64x8B * -@TestCaseName:MyselfClassName * -@RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0293-rc-function-ROSAlloc-Alloc_Threadm_192x8B/Alloc_Threadm_192x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0293-rc-function-ROSAlloc-Alloc_Threadm_192x8B/Alloc_Threadm_192x8B.java index d8e1c0bb1b6c7439c45539cca2fc411d0490a09e..52c2b21698a9e1cba81ea35277d9d3d09fc18fca 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0293-rc-function-ROSAlloc-Alloc_Threadm_192x8B/Alloc_Threadm_192x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0293-rc-function-ROSAlloc-Alloc_Threadm_192x8B/Alloc_Threadm_192x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_Threadm_192x8B * -@TestCaseName:MyselfClassName * -@RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0294-rc-function-ROSAlloc-Alloc_Threadm_256x8B_2/Alloc_Threadm_256x8B_2.java b/test/testsuite/ouroboros/memory_management/Function/RC0294-rc-function-ROSAlloc-Alloc_Threadm_256x8B_2/Alloc_Threadm_256x8B_2.java index 5e51fc5356441f6a006ec80e26e5d4c72f1a60f5..8726aaaaf65217e692b294e63c64b97b4a8705af 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0294-rc-function-ROSAlloc-Alloc_Threadm_256x8B_2/Alloc_Threadm_256x8B_2.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0294-rc-function-ROSAlloc-Alloc_Threadm_256x8B_2/Alloc_Threadm_256x8B_2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_Threadm_256x8B_2 * -@TestCaseName:MyselfClassName * -@RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0295-rc-function-ROSAlloc-Alloc_Threadm_256x8B/Alloc_Threadm_256x8B.java b/test/testsuite/ouroboros/memory_management/Function/RC0295-rc-function-ROSAlloc-Alloc_Threadm_256x8B/Alloc_Threadm_256x8B.java index 0aa6f2e711893ad1f8d9165843d7dcebc7d1e5ee..c7dc5c2b1ea8c3c34325b88ff09144c19b7a241e 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0295-rc-function-ROSAlloc-Alloc_Threadm_256x8B/Alloc_Threadm_256x8B.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0295-rc-function-ROSAlloc-Alloc_Threadm_256x8B/Alloc_Threadm_256x8B.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:Alloc_Threadm_256x8B * -@TestCaseName:MyselfClassName * -@RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0302-rc-function-Ref-PhantomRefTest/PhantomRefTest.java b/test/testsuite/ouroboros/memory_management/Function/RC0302-rc-function-Ref-PhantomRefTest/PhantomRefTest.java index 00a5b3676886f2fa52b1d177ab7ffb09e18bf3e0..2781a5e4e19fc512b31d83121f7877ac3b26e474 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0302-rc-function-Ref-PhantomRefTest/PhantomRefTest.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0302-rc-function-Ref-PhantomRefTest/PhantomRefTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/PhantomRefTest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0303-rc-function-Ref-SoftRefTest/SoftRefTest.java b/test/testsuite/ouroboros/memory_management/Function/RC0303-rc-function-Ref-SoftRefTest/SoftRefTest.java index 87dcf53366d6d2f0e8e1251f1eda19483c9d8dbf..8f6965a780502e27dce226c6ef8966e2976dd34c 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0303-rc-function-Ref-SoftRefTest/SoftRefTest.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0303-rc-function-Ref-SoftRefTest/SoftRefTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/SoftRefTest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0305-rc-function-SubsumeRC01/SubsumeRC01.java b/test/testsuite/ouroboros/memory_management/Function/RC0305-rc-function-SubsumeRC01/SubsumeRC01.java index d78f737db0cf6e4a4113bba6a181e3e7eb6aa23b..03175190a77f4810566061cbfdc26f66e91175bb 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0305-rc-function-SubsumeRC01/SubsumeRC01.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0305-rc-function-SubsumeRC01/SubsumeRC01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/SubsumeRC01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0306-rc-function-SubsumeRC02/SubsumeRC02.java b/test/testsuite/ouroboros/memory_management/Function/RC0306-rc-function-SubsumeRC02/SubsumeRC02.java index 2c835704a8bd2b801779cefe429617f161171183..203718c05aa43e28223d7f1d42ce4f67a2815d3d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0306-rc-function-SubsumeRC02/SubsumeRC02.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0306-rc-function-SubsumeRC02/SubsumeRC02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/SubsumeRC02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0307-rc-function-SubsumeRC03/SubsumeRC03.java b/test/testsuite/ouroboros/memory_management/Function/RC0307-rc-function-SubsumeRC03/SubsumeRC03.java index fb83275dd5f9c29376617ee5d39c94d4f9c0e61d..98ae92eb8562bd68952da3edaa9afcb04ed0ef97 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0307-rc-function-SubsumeRC03/SubsumeRC03.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0307-rc-function-SubsumeRC03/SubsumeRC03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/SubsumeRC03.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0308-rc-function-CondBasedRC01/CondBasedRC01.java b/test/testsuite/ouroboros/memory_management/Function/RC0308-rc-function-CondBasedRC01/CondBasedRC01.java index d5a5bed98fc1a707626e43364b49feb4795e3b04..029076b9b2c73e59b2a425cc735a6589b5a52dbc 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0308-rc-function-CondBasedRC01/CondBasedRC01.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0308-rc-function-CondBasedRC01/CondBasedRC01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/CondBasedRC01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0309-rc-function-Optimization-RC_newObjectIassign_01/RC_newObjectIassign_01.java b/test/testsuite/ouroboros/memory_management/Function/RC0309-rc-function-Optimization-RC_newObjectIassign_01/RC_newObjectIassign_01.java index c13c7b7a3c6eaf6c2c359ff957309c4ddeea8e10..bf5b0360bb5e0a0c5c6a8df63d68d4f3bd14cf5d 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0309-rc-function-Optimization-RC_newObjectIassign_01/RC_newObjectIassign_01.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0309-rc-function-Optimization-RC_newObjectIassign_01/RC_newObjectIassign_01.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_newObjectIassign_01.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0310-rc-function-Optimization-RC_newObjectIassign_02/RC_newObjectIassign_02.java b/test/testsuite/ouroboros/memory_management/Function/RC0310-rc-function-Optimization-RC_newObjectIassign_02/RC_newObjectIassign_02.java index d841e4128678d00311d97eaebfaec47b4482ae42..17c4ce7cc1d4353c6ddd9b34836aec58898b0ab9 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0310-rc-function-Optimization-RC_newObjectIassign_02/RC_newObjectIassign_02.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0310-rc-function-Optimization-RC_newObjectIassign_02/RC_newObjectIassign_02.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_newObjectIassign_02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0311-rc-function-Optimization-RC_newObjectToField/RC_newObjectToField.java b/test/testsuite/ouroboros/memory_management/Function/RC0311-rc-function-Optimization-RC_newObjectToField/RC_newObjectToField.java index 9ae4c92850475210232384693fbe0200a76725d6..0aa8e96fb675dbc8253e227c230edf3621e87b34 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0311-rc-function-Optimization-RC_newObjectToField/RC_newObjectToField.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0311-rc-function-Optimization-RC_newObjectToField/RC_newObjectToField.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_newObjectToField.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0312-rc-function-Optimization-RC_newObjectToField_02/RC_newObjectToField_02.java b/test/testsuite/ouroboros/memory_management/Function/RC0312-rc-function-Optimization-RC_newObjectToField_02/RC_newObjectToField_02.java index c7592e0e030142db580c769f83c552fd1f1e3c72..331b752f40cf7c25319d76f51e6924134a44eae7 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0312-rc-function-Optimization-RC_newObjectToField_02/RC_newObjectToField_02.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0312-rc-function-Optimization-RC_newObjectToField_02/RC_newObjectToField_02.java @@ -2,16 +2,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_newObjectToField_02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0313-rc-function-Optimization-RC_staticInput/RC_staticInput.java b/test/testsuite/ouroboros/memory_management/Function/RC0313-rc-function-Optimization-RC_staticInput/RC_staticInput.java index 37e7ffd850e3352d4fd2886d83c64dbe8f3008a6..9ffdd600e46ef0232db765dce52bbbf1b9628c95 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0313-rc-function-Optimization-RC_staticInput/RC_staticInput.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0313-rc-function-Optimization-RC_staticInput/RC_staticInput.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_staticInput.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/Function/RC0314-rc-function-Optimization-RC_staticInput_02/RC_staticInput_02.java b/test/testsuite/ouroboros/memory_management/Function/RC0314-rc-function-Optimization-RC_staticInput_02/RC_staticInput_02.java index d9184be4e9e39763de344096af37a83debdf4f55..7838cd4c7e156a544a43e3cc08cc28a54b28cb78 100644 --- a/test/testsuite/ouroboros/memory_management/Function/RC0314-rc-function-Optimization-RC_staticInput_02/RC_staticInput_02.java +++ b/test/testsuite/ouroboros/memory_management/Function/RC0314-rc-function-Optimization-RC_staticInput_02/RC_staticInput_02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:maple/runtime/rc/function/RC_staticInput_02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0360-rc-Memory-leaktestsupplycase-01/BackupTracingAndRefPro.java b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0360-rc-Memory-leaktestsupplycase-01/BackupTracingAndRefPro.java index 7caad5bcbaaaa2527595f097c5ff2a888547de13..f86e2ace2e24acfcea9b7a3622953372db2e9357 100644 --- a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0360-rc-Memory-leaktestsupplycase-01/BackupTracingAndRefPro.java +++ b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0360-rc-Memory-leaktestsupplycase-01/BackupTracingAndRefPro.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: maple/runtime/rc/function/BackupTracingAndRefPro.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0364-rc-Memory-leaktestsupplycase-05/RaceInLoadAndWriteWeakRef.java b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0364-rc-Memory-leaktestsupplycase-05/RaceInLoadAndWriteWeakRef.java index 0690009e4b869b1bb6e6c38a5d92f3505c7038c8..df716fb5ba0e5931fe03d14c8b26af16fc901003 100644 --- a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0364-rc-Memory-leaktestsupplycase-05/RaceInLoadAndWriteWeakRef.java +++ b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0364-rc-Memory-leaktestsupplycase-05/RaceInLoadAndWriteWeakRef.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: maple/runtime/rc/function/RaceInLoadAndWriteWeakRef.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0365-rc-Memory-leaktestsupplycase-06/WeakAndCleanerRef.java b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0365-rc-Memory-leaktestsupplycase-06/WeakAndCleanerRef.java index 9caed8b51a0bdd5546d861c9991cdfd934bc3b8a..1a3517631c5cba27394ed2532237c73d5891a309 100644 --- a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0365-rc-Memory-leaktestsupplycase-06/WeakAndCleanerRef.java +++ b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0365-rc-Memory-leaktestsupplycase-06/WeakAndCleanerRef.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: maple/runtime/rc/function/WeakAndCleanerRef.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0410-rc-Memory-stressTestCase29/Memory_stressTestCase29.java b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0410-rc-Memory-stressTestCase29/Memory_stressTestCase29.java index a3e247d9bc1de7527f5b07fe235773e2d753eb20..36b9b2a3e26e32869b8f0cbae407454044950c6e 100644 --- a/test/testsuite/ouroboros/memory_management/MemoryTest/RC0410-rc-Memory-stressTestCase29/Memory_stressTestCase29.java +++ b/test/testsuite/ouroboros/memory_management/MemoryTest/RC0410-rc-Memory-stressTestCase29/Memory_stressTestCase29.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:rc/stress/Memory_stressTestCase29.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/RP/RC0348-rc-rp-simpleweakref_01/DeadReferenceTest.java b/test/testsuite/ouroboros/memory_management/RP/RC0348-rc-rp-simpleweakref_01/DeadReferenceTest.java index 6c7d991035c3f8650efc46bcd4dd85e18f5131a3..4ef7c49b7cd064d5028b84952f612bba4637e64a 100644 --- a/test/testsuite/ouroboros/memory_management/RP/RC0348-rc-rp-simpleweakref_01/DeadReferenceTest.java +++ b/test/testsuite/ouroboros/memory_management/RP/RC0348-rc-rp-simpleweakref_01/DeadReferenceTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RefProCase/RefProcessor/src/DeadReferenceTest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/RP/RC0349-rc-rp-simpleweakref_02/IsCleanerInDeadCycle.java b/test/testsuite/ouroboros/memory_management/RP/RC0349-rc-rp-simpleweakref_02/IsCleanerInDeadCycle.java index b4ca25255397cf9a970fce80348a5bacdf3d595c..f5facf26325eeed0efe0e676429103fac28ccc3a 100644 --- a/test/testsuite/ouroboros/memory_management/RP/RC0349-rc-rp-simpleweakref_02/IsCleanerInDeadCycle.java +++ b/test/testsuite/ouroboros/memory_management/RP/RC0349-rc-rp-simpleweakref_02/IsCleanerInDeadCycle.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RefProCase/RefProcessor/src/IsCleanerInDeadCycle.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/RP/RC0351-rc-rp-simpleweakref_04/IsCleanerNotInDeadCycleFreeRef.java b/test/testsuite/ouroboros/memory_management/RP/RC0351-rc-rp-simpleweakref_04/IsCleanerNotInDeadCycleFreeRef.java index 111b12adfd8695b1eaa6ba39b792a683afea6969..8b710ca6fbd6207b83ec9c2a3ae4b12c87386c91 100644 --- a/test/testsuite/ouroboros/memory_management/RP/RC0351-rc-rp-simpleweakref_04/IsCleanerNotInDeadCycleFreeRef.java +++ b/test/testsuite/ouroboros/memory_management/RP/RC0351-rc-rp-simpleweakref_04/IsCleanerNotInDeadCycleFreeRef.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RefProCase/RefProcessor/src/IsCleanerNotInDeadCycleFreeRef.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/RP/RC0354-rc-rp-simpleweakref_07/IsCleanerNotInDeadCycleNotSetWCBFailAtomic.java b/test/testsuite/ouroboros/memory_management/RP/RC0354-rc-rp-simpleweakref_07/IsCleanerNotInDeadCycleNotSetWCBFailAtomic.java index 9746ff4cd9af8ac3243449eb15bedb7e91b8ab92..c8237e44931cecf430c2f6fe598efe1d45570987 100644 --- a/test/testsuite/ouroboros/memory_management/RP/RC0354-rc-rp-simpleweakref_07/IsCleanerNotInDeadCycleNotSetWCBFailAtomic.java +++ b/test/testsuite/ouroboros/memory_management/RP/RC0354-rc-rp-simpleweakref_07/IsCleanerNotInDeadCycleNotSetWCBFailAtomic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RefProCase/RefProcessor/src/IsCleanerNotInDeadCycleNotSetWCBFailAtomic.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/RP/RC0355-rc-rp-simpleweakref_08/NotIsCleanerNotInDeadCycleNotSetWCBFailAtomic.java b/test/testsuite/ouroboros/memory_management/RP/RC0355-rc-rp-simpleweakref_08/NotIsCleanerNotInDeadCycleNotSetWCBFailAtomic.java index 6723a00b47059081f6722d3dc7accdecaead3454..0412fc39080da45e01499df2987eda692bacbb65 100644 --- a/test/testsuite/ouroboros/memory_management/RP/RC0355-rc-rp-simpleweakref_08/NotIsCleanerNotInDeadCycleNotSetWCBFailAtomic.java +++ b/test/testsuite/ouroboros/memory_management/RP/RC0355-rc-rp-simpleweakref_08/NotIsCleanerNotInDeadCycleNotSetWCBFailAtomic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RefProCase/RefProcessor/src/NotIsCleanerNotInDeadCycleNotSetWCBFailAtomic.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/RP/RC0452-rc-RP-FinalizerReferenceTest04/FinalizerReferenceTest04.java b/test/testsuite/ouroboros/memory_management/RP/RC0452-rc-RP-FinalizerReferenceTest04/FinalizerReferenceTest04.java index ffafd0bcee72c1b503b4a053b1a92657f90b649e..8416d2397b57339207d7c57ca17e781964bd1324 100644 --- a/test/testsuite/ouroboros/memory_management/RP/RC0452-rc-RP-FinalizerReferenceTest04/FinalizerReferenceTest04.java +++ b/test/testsuite/ouroboros/memory_management/RP/RC0452-rc-RP-FinalizerReferenceTest04/FinalizerReferenceTest04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_FinalizerReferenceTest04 *- @TestCaseName: FinalizerReferenceTest04 *- @TestCaseType: Function Testing for FinalizerReference Test diff --git a/test/testsuite/ouroboros/memory_management/RP/RC0456-rc-RP-FinalizerReferenceTest08/FinalizerReferenceTest08.java b/test/testsuite/ouroboros/memory_management/RP/RC0456-rc-RP-FinalizerReferenceTest08/FinalizerReferenceTest08.java index 937143d5b76bbc7ddada2ffdbf45a304e7d4b277..b1212549e73f40178fcb127c2eb6edb9aaf43e30 100644 --- a/test/testsuite/ouroboros/memory_management/RP/RC0456-rc-RP-FinalizerReferenceTest08/FinalizerReferenceTest08.java +++ b/test/testsuite/ouroboros/memory_management/RP/RC0456-rc-RP-FinalizerReferenceTest08/FinalizerReferenceTest08.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_FinalizerReferenceTest08 *- @TestCaseName: FinalizerReferenceTest08 *- @TestCaseType: Function Testing for FinalizerReference Test diff --git a/test/testsuite/ouroboros/memory_management/SoftRef/RC0431-rc-SoftRef-SoftRefTest/SoftRefTest.java b/test/testsuite/ouroboros/memory_management/SoftRef/RC0431-rc-SoftRef-SoftRefTest/SoftRefTest.java index 3eba1b616bb2d4fda8f31a806e216014cca39ca5..9d72094c1efb110b05f3f0d7546e46dd281b1420 100644 --- a/test/testsuite/ouroboros/memory_management/SoftRef/RC0431-rc-SoftRef-SoftRefTest/SoftRefTest.java +++ b/test/testsuite/ouroboros/memory_management/SoftRef/RC0431-rc-SoftRef-SoftRefTest/SoftRefTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:SoftRefTest.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/SoftRef/RC0432-rc-SoftRef-SoftRefTest02/SoftRefTest02.java b/test/testsuite/ouroboros/memory_management/SoftRef/RC0432-rc-SoftRef-SoftRefTest02/SoftRefTest02.java index b58b76a8d85bbc2288d55c6bc793409c746a2496..6896b57b47881b73f7685439504c58122c01ab36 100644 --- a/test/testsuite/ouroboros/memory_management/SoftRef/RC0432-rc-SoftRef-SoftRefTest02/SoftRefTest02.java +++ b/test/testsuite/ouroboros/memory_management/SoftRef/RC0432-rc-SoftRef-SoftRefTest02/SoftRefTest02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:SoftRefTest02.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/SoftRef/RC0435-rc-SoftRef-SoftRefTest05/SoftRefTest05.java b/test/testsuite/ouroboros/memory_management/SoftRef/RC0435-rc-SoftRef-SoftRefTest05/SoftRefTest05.java index 6cf6b316138caa52a6f657e7f6c82392b6fa7d2c..5c43e3c651278a03a013dbdba36675f4f27d27f0 100644 --- a/test/testsuite/ouroboros/memory_management/SoftRef/RC0435-rc-SoftRef-SoftRefTest05/SoftRefTest05.java +++ b/test/testsuite/ouroboros/memory_management/SoftRef/RC0435-rc-SoftRef-SoftRefTest05/SoftRefTest05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:SoftRefTest05.java *- @TestCaseName:MyselfClassName *- @RequirementName:[运行时需求]支持自动内存管理 diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0477-rc-StackScan-CB_01/CB_01.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0477-rc-StackScan-CB_01/CB_01.java index b4400c25f01cc761108d2f91a173d703360ceabb..a14d8b4e4e1007e55dcc9c033e0a4bafa846538b 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0477-rc-StackScan-CB_01/CB_01.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0477-rc-StackScan-CB_01/CB_01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB01 *- @TestCaseName: CB_01 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0478-rc-StackScan-CB_02/CB_02.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0478-rc-StackScan-CB_02/CB_02.java index 69d83b173afdb27390b664a1484a3177591d3b8a..a989fd27ba0d13fe425822c86c8415c0ecb4d0ee 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0478-rc-StackScan-CB_02/CB_02.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0478-rc-StackScan-CB_02/CB_02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB02 *- @TestCaseName: CB_02 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0479-rc-StackScan-CB_03/CB_03.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0479-rc-StackScan-CB_03/CB_03.java index 7687f25849794425edf20399996a9cd255cf9761..de885782778cda94085a464dec19428f2159921d 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0479-rc-StackScan-CB_03/CB_03.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0479-rc-StackScan-CB_03/CB_03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB03 *- @TestCaseName: CB_03 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0480-rc-StackScan-CB_04/CB_04.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0480-rc-StackScan-CB_04/CB_04.java index 71cc1eef2883c04d3b2604af48c96b71cc3881af..98cf02fbfd4c99529975fd07611b7974c3e4f51c 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0480-rc-StackScan-CB_04/CB_04.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0480-rc-StackScan-CB_04/CB_04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB04 *- @TestCaseName: CB_04 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0481-rc-StackScan-CB_05/CB_05.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0481-rc-StackScan-CB_05/CB_05.java index 9f690fe2ef7e07f9bb72080a8a67a69e7d8e97e0..b26a495121eecc3e6f7b6919d124a3e2870ae201 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0481-rc-StackScan-CB_05/CB_05.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0481-rc-StackScan-CB_05/CB_05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB05 *- @TestCaseName: CB_05 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0482-rc-StackScan-CB_06/CB_06.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0482-rc-StackScan-CB_06/CB_06.java index 63e8fa60cf2c20823c92bdddbc5d2f268e89ca86..27871b13cbef33849ed2349f054b5d9330706f57 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0482-rc-StackScan-CB_06/CB_06.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0482-rc-StackScan-CB_06/CB_06.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB06 *- @TestCaseName: CB_06 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0483-rc-StackScan-CB_07/CB_07.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0483-rc-StackScan-CB_07/CB_07.java index 78ed4f987d67aed072af081d6a75d988c99f72e1..b1254058014686c2cd66a35d908d2ba61f147225 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0483-rc-StackScan-CB_07/CB_07.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0483-rc-StackScan-CB_07/CB_07.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB07 *- @TestCaseName: CB_07 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0484-rc-StackScan-CB_08/CB_08.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0484-rc-StackScan-CB_08/CB_08.java index 6356e90a3261871e50700509041702df99e84915..f19b139d6a3182866d43f9ebd83123d5b979b1fd 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0484-rc-StackScan-CB_08/CB_08.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0484-rc-StackScan-CB_08/CB_08.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB08 *- @TestCaseName: CB_08 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0485-rc-StackScan-CB_09/CB_09.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0485-rc-StackScan-CB_09/CB_09.java index a57ee93bbb77a6721efd6728a8837af1cc0c0f88..67595adb0f0522d0c210edbf9497c74eaff470a7 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0485-rc-StackScan-CB_09/CB_09.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0485-rc-StackScan-CB_09/CB_09.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CB09 *- @TestCaseName: CB_09 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0488-rc-StackScan-CP_Thread_03/CP_Thread_03.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0488-rc-StackScan-CP_Thread_03/CP_Thread_03.java index 28cebe2b5283399e4a728c1544ced8bea8cf0445..a124beed152db745f188da974b7c2bc77cc39d90 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0488-rc-StackScan-CP_Thread_03/CP_Thread_03.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0488-rc-StackScan-CP_Thread_03/CP_Thread_03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CP_Thread_03 *- @TestCaseName: CP_Thread_03 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0489-rc-StackScan-CP_Thread_04/CP_Thread_04.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0489-rc-StackScan-CP_Thread_04/CP_Thread_04.java index 57cb385a6bca9ea91a975df2aa63e9894dfc01c3..3fd20ca3e0b266e59b198a6e9c532975cd937630 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0489-rc-StackScan-CP_Thread_04/CP_Thread_04.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0489-rc-StackScan-CP_Thread_04/CP_Thread_04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CP_Thread_04 *- @TestCaseName: CP_Thread_04 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0490-rc-StackScan-CP_Thread_05/CP_Thread_05.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0490-rc-StackScan-CP_Thread_05/CP_Thread_05.java index c2569ab0123fb2357d8de68b9ed2586881c3f263..72cfc0df2b671233b57a99b028bfd16898f529ab 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0490-rc-StackScan-CP_Thread_05/CP_Thread_05.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0490-rc-StackScan-CP_Thread_05/CP_Thread_05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CP_Thread_05 *- @TestCaseName: CP_Thread_05 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0491-rc-StackScan-CP_Thread_06/CP_Thread_06.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0491-rc-StackScan-CP_Thread_06/CP_Thread_06.java index d4c9661644530dd882e989d3a20a36642f2dc140..f947942dbe773f3f3e391c299a5206d0ee5115aa 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0491-rc-StackScan-CP_Thread_06/CP_Thread_06.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0491-rc-StackScan-CP_Thread_06/CP_Thread_06.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CP_Thread_06 *- @TestCaseName: CP_Thread_06 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0492-rc-StackScan-CP_Thread_07/CP_Thread_07.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0492-rc-StackScan-CP_Thread_07/CP_Thread_07.java index 492d87c9f4631948027d27e7203c25672b1c5664..1eff290cca9aaa47ca8861d91ce925e6b8da3f72 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0492-rc-StackScan-CP_Thread_07/CP_Thread_07.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0492-rc-StackScan-CP_Thread_07/CP_Thread_07.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CP_Thread_07 *- @TestCaseName: CP_Thread_07 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0493-rc-StackScan-CP_Thread_08/CP_Thread_08.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0493-rc-StackScan-CP_Thread_08/CP_Thread_08.java index 419da029d8d181b33f0be17bfd0b74e8cf246497..8ed638739eb8825fd95a6c9abe6b40c9711dfd82 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0493-rc-StackScan-CP_Thread_08/CP_Thread_08.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0493-rc-StackScan-CP_Thread_08/CP_Thread_08.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CP_Thread_08 *- @TestCaseName: CP_Thread_08 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/memory_management/StackScan/RC0494-rc-StackScan-CP_Thread_09/CP_Thread_09.java b/test/testsuite/ouroboros/memory_management/StackScan/RC0494-rc-StackScan-CP_Thread_09/CP_Thread_09.java index 1e7b9fac6c7634a73759ad72154293108b68985f..d9e5b6e13627a16924d7997b90420b216c7bb4c7 100644 --- a/test/testsuite/ouroboros/memory_management/StackScan/RC0494-rc-StackScan-CP_Thread_09/CP_Thread_09.java +++ b/test/testsuite/ouroboros/memory_management/StackScan/RC0494-rc-StackScan-CP_Thread_09/CP_Thread_09.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MemoryManagement2.0_CP_Thread_09 *- @TestCaseName: CP_Thread_09 *- @TestCaseType: Function Testing for placementRCTest diff --git a/test/testsuite/ouroboros/other_test/RT0001-rt-other-CharacterNativeUncover/CharacterNativeUncover.java b/test/testsuite/ouroboros/other_test/RT0001-rt-other-CharacterNativeUncover/CharacterNativeUncover.java index f4912d771a4f2348236193f1825bbf6ac1e22aa8..596d92b942a4f00404112facead7655f3f573236 100644 --- a/test/testsuite/ouroboros/other_test/RT0001-rt-other-CharacterNativeUncover/CharacterNativeUncover.java +++ b/test/testsuite/ouroboros/other_test/RT0001-rt-other-CharacterNativeUncover/CharacterNativeUncover.java @@ -1,16 +1,16 @@ /** * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: natives/CharacterNativeUncover.java * -@Title/Destination: Character Methods * -@Brief: diff --git a/test/testsuite/ouroboros/other_test/RT0002-rt-other-ClassNativeUncover/ClassNativeUncover.java b/test/testsuite/ouroboros/other_test/RT0002-rt-other-ClassNativeUncover/ClassNativeUncover.java index 20a213e73a116fd299319606a0906c61dac23076..3be4091b7e984641b94dcf07fa19a70015a8b70f 100644 --- a/test/testsuite/ouroboros/other_test/RT0002-rt-other-ClassNativeUncover/ClassNativeUncover.java +++ b/test/testsuite/ouroboros/other_test/RT0002-rt-other-ClassNativeUncover/ClassNativeUncover.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: natives/ClassNativeUncover.java * -@Title/Destination: ClassNativeUncover Methods * -@Brief: diff --git a/test/testsuite/ouroboros/other_test/RT0003-rt-other-ConstructorNativeUncover/ConstructorNativeUncover.java b/test/testsuite/ouroboros/other_test/RT0003-rt-other-ConstructorNativeUncover/ConstructorNativeUncover.java index 69667ba05eaae38f30aedebebcd0dd6872626dc1..b1a3f5d057413a151913c44a11ca4e131a78d3d4 100644 --- a/test/testsuite/ouroboros/other_test/RT0003-rt-other-ConstructorNativeUncover/ConstructorNativeUncover.java +++ b/test/testsuite/ouroboros/other_test/RT0003-rt-other-ConstructorNativeUncover/ConstructorNativeUncover.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: reflect.natives/ConstructorNativeUncover.java * -@Title/Destination: ConstructorNativeUncover Methods * -@Brief: diff --git a/test/testsuite/ouroboros/other_test/RT0005-rt-other-MethodNativeUncover/MethodNativeUncover.java b/test/testsuite/ouroboros/other_test/RT0005-rt-other-MethodNativeUncover/MethodNativeUncover.java index 37669ddf7f380d45539806769575f550ddde35d5..1a348e5ce829531c144d761e347cf8a7f0f31db9 100644 --- a/test/testsuite/ouroboros/other_test/RT0005-rt-other-MethodNativeUncover/MethodNativeUncover.java +++ b/test/testsuite/ouroboros/other_test/RT0005-rt-other-MethodNativeUncover/MethodNativeUncover.java @@ -3,16 +3,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: reflect.natives/MethodNativeUncover.java * -@Title/Destination: MethodNativeUncover Methods * -@Brief: diff --git a/test/testsuite/ouroboros/other_test/RT0006-rt-other-ThreadNativeUncover/ThreadNativeUncover.java b/test/testsuite/ouroboros/other_test/RT0006-rt-other-ThreadNativeUncover/ThreadNativeUncover.java index 375959ce56aa1e2abd613a94d1561e1d781c069a..f13a19408b8fd155c48766da4d60cbd16efcba8d 100644 --- a/test/testsuite/ouroboros/other_test/RT0006-rt-other-ThreadNativeUncover/ThreadNativeUncover.java +++ b/test/testsuite/ouroboros/other_test/RT0006-rt-other-ThreadNativeUncover/ThreadNativeUncover.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Ouroboros/rt_test/ThreadNativeUncover.java * - @Title/Destination: ThreadNativeUncover Methods getState() * - @Brief: diff --git a/test/testsuite/ouroboros/other_test/RT0007-rt-other-ThrowableNativeUncover/ThrowableNativeUncover.java b/test/testsuite/ouroboros/other_test/RT0007-rt-other-ThrowableNativeUncover/ThrowableNativeUncover.java index 2014406e592f6d78ac09d6c4420c94ef149d9cf1..d6dc93f62150136109c1cedb0dccb12fdce08117 100644 --- a/test/testsuite/ouroboros/other_test/RT0007-rt-other-ThrowableNativeUncover/ThrowableNativeUncover.java +++ b/test/testsuite/ouroboros/other_test/RT0007-rt-other-ThrowableNativeUncover/ThrowableNativeUncover.java @@ -1,16 +1,16 @@ /** * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: natives/ThrowableNativeUncover.java * -@Title/Destination: ThrowableNativeUncover Methods * -@Brief: diff --git a/test/testsuite/ouroboros/other_test/issue-RT0630-rt-other-ArrayNativeUncover/ArrayNativeUncover.java b/test/testsuite/ouroboros/other_test/issue-RT0630-rt-other-ArrayNativeUncover/ArrayNativeUncover.java index e1112831d6bd5d528c88de00e6c90b65137c7ab7..766fa86eefe7e2bdad2b9a20effa7ea7b0c49e63 100644 --- a/test/testsuite/ouroboros/other_test/issue-RT0630-rt-other-ArrayNativeUncover/ArrayNativeUncover.java +++ b/test/testsuite/ouroboros/other_test/issue-RT0630-rt-other-ArrayNativeUncover/ArrayNativeUncover.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: reflect.natives/ArrayNativeUncover.java * -@Title/Destination: ArrayNativeUncover Methods * -@Brief: diff --git a/test/testsuite/ouroboros/parent_test/RT0001-rt-parent-AccessibleObjectExObjectequals/AccessibleObjectExObjectequals.java b/test/testsuite/ouroboros/parent_test/RT0001-rt-parent-AccessibleObjectExObjectequals/AccessibleObjectExObjectequals.java index 510141899cf4e1c793fa3103b16962e0007cda63..0285d98a6f71721b18e10efdcaf6f2c181b510c0 100644 --- a/test/testsuite/ouroboros/parent_test/RT0001-rt-parent-AccessibleObjectExObjectequals/AccessibleObjectExObjectequals.java +++ b/test/testsuite/ouroboros/parent_test/RT0001-rt-parent-AccessibleObjectExObjectequals/AccessibleObjectExObjectequals.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectExObjectequals.java * -@TestCaseName: Exception in reflect/AccessibleObject: boolean equals(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0002-rt-parent-AccessibleObjectExObjecthashCode/AccessibleObjectExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0002-rt-parent-AccessibleObjectExObjecthashCode/AccessibleObjectExObjecthashCode.java index 8a66e0970e11be2d326612f749efce3c6dccaade..fb1ca90fa14112cbf0d62394dd8544aa5e138cfb 100644 --- a/test/testsuite/ouroboros/parent_test/RT0002-rt-parent-AccessibleObjectExObjecthashCode/AccessibleObjectExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0002-rt-parent-AccessibleObjectExObjecthashCode/AccessibleObjectExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectExObjecthashCode.java * -@TestCaseName: Exception in reflect/AccessibleObject: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0003-rt-parent-AccessibleObjectExObjectnotifyAllIllegalMonitorStateException/AccessibleObjectExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0003-rt-parent-AccessibleObjectExObjectnotifyAllIllegalMonitorStateException/AccessibleObjectExObjectnotifyAllIllegalMonitorStateException.java index 6417e5590fd19fe1762146c3a10eb9baf5e894a5..e29513118adc8fd220d5c5a663958d865a9118b0 100644 --- a/test/testsuite/ouroboros/parent_test/RT0003-rt-parent-AccessibleObjectExObjectnotifyAllIllegalMonitorStateException/AccessibleObjectExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0003-rt-parent-AccessibleObjectExObjectnotifyAllIllegalMonitorStateException/AccessibleObjectExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/AccessibleObject: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0004-rt-parent-AccessibleObjectExObjectnotifyIllegalMonitorStateException/AccessibleObjectExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0004-rt-parent-AccessibleObjectExObjectnotifyIllegalMonitorStateException/AccessibleObjectExObjectnotifyIllegalMonitorStateException.java index dafac0e962d6d4aa4a035c7cc4dd80d399a92eff..986a67216cee66f374003505f36bea90dcb5fc4a 100644 --- a/test/testsuite/ouroboros/parent_test/RT0004-rt-parent-AccessibleObjectExObjectnotifyIllegalMonitorStateException/AccessibleObjectExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0004-rt-parent-AccessibleObjectExObjectnotifyIllegalMonitorStateException/AccessibleObjectExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/AccessibleObject: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0005-rt-parent-AccessibleObjectExObjecttoString/AccessibleObjectExObjecttoString.java b/test/testsuite/ouroboros/parent_test/RT0005-rt-parent-AccessibleObjectExObjecttoString/AccessibleObjectExObjecttoString.java index 9a7d836873d7b0b367cd3d1d5525ade6371acdfd..2f4159a7763a2e0b4339581d6a6b195465df1bdc 100644 --- a/test/testsuite/ouroboros/parent_test/RT0005-rt-parent-AccessibleObjectExObjecttoString/AccessibleObjectExObjecttoString.java +++ b/test/testsuite/ouroboros/parent_test/RT0005-rt-parent-AccessibleObjectExObjecttoString/AccessibleObjectExObjecttoString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectExObjecttoString.java * -@TestCaseName: Exception in reflect/AccessibleObject: String toString() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0006-rt-parent-AccessibleObjectExObjectwaitIllegalMonitorStateException/AccessibleObjectExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0006-rt-parent-AccessibleObjectExObjectwaitIllegalMonitorStateException/AccessibleObjectExObjectwaitIllegalMonitorStateException.java index de9a131c9cacb70b34345b1298cae7d2b107c2de..e01f7b3a120f0cb26abb1fe0af557a6fd6e3d01d 100644 --- a/test/testsuite/ouroboros/parent_test/RT0006-rt-parent-AccessibleObjectExObjectwaitIllegalMonitorStateException/AccessibleObjectExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0006-rt-parent-AccessibleObjectExObjectwaitIllegalMonitorStateException/AccessibleObjectExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/AccessibleObject: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0007-rt-parent-ArrayExObjecthashCode/ArrayExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0007-rt-parent-ArrayExObjecthashCode/ArrayExObjecthashCode.java index 9959b05bbfccf9e41c940270ea3d7ff95eae7b16..7472d42c9d149352482011cd4c41a28a57c06830 100644 --- a/test/testsuite/ouroboros/parent_test/RT0007-rt-parent-ArrayExObjecthashCode/ArrayExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0007-rt-parent-ArrayExObjecthashCode/ArrayExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ArrayExObjecthashCode.java * -@TestCaseName: Exception in reflect/Array: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0008-rt-parent-ArrayExObjectnotifyAllIllegalMonitorStateException/ArrayExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0008-rt-parent-ArrayExObjectnotifyAllIllegalMonitorStateException/ArrayExObjectnotifyAllIllegalMonitorStateException.java index 5e67ae6ed165505436948b23ee000fa24690469b..063f955d254999513a5e206ca9766953b68134ca 100644 --- a/test/testsuite/ouroboros/parent_test/RT0008-rt-parent-ArrayExObjectnotifyAllIllegalMonitorStateException/ArrayExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0008-rt-parent-ArrayExObjectnotifyAllIllegalMonitorStateException/ArrayExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ArrayExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/Array: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0009-rt-parent-ArrayExObjectnotifyIllegalMonitorStateException/ArrayExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0009-rt-parent-ArrayExObjectnotifyIllegalMonitorStateException/ArrayExObjectnotifyIllegalMonitorStateException.java index 22e80a192ef86a50f01345190b7ef13ce4c9e484..c4294ad04d585456c7173d060efd5fcebcf05b7c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0009-rt-parent-ArrayExObjectnotifyIllegalMonitorStateException/ArrayExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0009-rt-parent-ArrayExObjectnotifyIllegalMonitorStateException/ArrayExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ArrayExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/Array: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0010-rt-parent-ArrayExObjectwaitIllegalMonitorStateException/ArrayExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0010-rt-parent-ArrayExObjectwaitIllegalMonitorStateException/ArrayExObjectwaitIllegalMonitorStateException.java index 31584c8af70d2c7228d5c0703f84d9ca827a5693..7ae3dcd59c1a8adc7533cf72f975224835ccd577 100644 --- a/test/testsuite/ouroboros/parent_test/RT0010-rt-parent-ArrayExObjectwaitIllegalMonitorStateException/ArrayExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0010-rt-parent-ArrayExObjectwaitIllegalMonitorStateException/ArrayExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ArrayExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/Array: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0011-rt-parent-ArrayExObjectwaitInterruptedException/ArrayExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0011-rt-parent-ArrayExObjectwaitInterruptedException/ArrayExObjectwaitInterruptedException.java index fbb11b2ffccf455babea2e571647174a123fb96e..c3b6692e9d2384bcab786d5b153af799c2fb929f 100644 --- a/test/testsuite/ouroboros/parent_test/RT0011-rt-parent-ArrayExObjectwaitInterruptedException/ArrayExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0011-rt-parent-ArrayExObjectwaitInterruptedException/ArrayExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ArrayExObjectwaitInterruptedException.java * -@TestCaseName: Exception in reflect/Array: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0012-rt-parent-ArrayExObjectwait/ArrayExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0012-rt-parent-ArrayExObjectwait/ArrayExObjectwait.java index bed59d2ff7920e84f9495628478262a0e2260869..cc8a42783aafed6651537b62d020425f3d29cefd 100644 --- a/test/testsuite/ouroboros/parent_test/RT0012-rt-parent-ArrayExObjectwait/ArrayExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0012-rt-parent-ArrayExObjectwait/ArrayExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ArrayExObjectwait.java * -@TestCaseName: Exception in reflect/Array: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0013-rt-parent-CharacterExObjectgetClass/CharacterExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0013-rt-parent-CharacterExObjectgetClass/CharacterExObjectgetClass.java index 123951bee871172d6f29061cb52a3d92279464f3..bc5f28ad949930e37da51f20e74ddbf96c0e0613 100644 --- a/test/testsuite/ouroboros/parent_test/RT0013-rt-parent-CharacterExObjectgetClass/CharacterExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0013-rt-parent-CharacterExObjectgetClass/CharacterExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterExObjectgetClass.java * -@TestCaseName: Exception in Character: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0014-rt-parent-CharacterExObjectnotifyIllegalMonitorStateException/CharacterExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0014-rt-parent-CharacterExObjectnotifyIllegalMonitorStateException/CharacterExObjectnotifyIllegalMonitorStateException.java index 85c27982c93f137b09374baf45de835403b5bb2a..6a80944450c7446be9fd0088b12bb44081ee9ce5 100644 --- a/test/testsuite/ouroboros/parent_test/RT0014-rt-parent-CharacterExObjectnotifyIllegalMonitorStateException/CharacterExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0014-rt-parent-CharacterExObjectnotifyIllegalMonitorStateException/CharacterExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in Character: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0015-rt-parent-CharacterExObjectwaitIllegalMonitorStateException/CharacterExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0015-rt-parent-CharacterExObjectwaitIllegalMonitorStateException/CharacterExObjectwaitIllegalMonitorStateException.java index 95381fedbe1a0fcfca1e2aa4092c2700180f9335..0f919a8da59f52c6ca5190fdd5c185896d885046 100644 --- a/test/testsuite/ouroboros/parent_test/RT0015-rt-parent-CharacterExObjectwaitIllegalMonitorStateException/CharacterExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0015-rt-parent-CharacterExObjectwaitIllegalMonitorStateException/CharacterExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in Character: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0016-rt-parent-CharacterExObjectwaitInterruptedException/CharacterExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0016-rt-parent-CharacterExObjectwaitInterruptedException/CharacterExObjectwaitInterruptedException.java index 753530ab39a3cd8484ab9745142f345f4e879fcb..13ea9ed19ea48dbd81f7da6ed2b1760d39187211 100644 --- a/test/testsuite/ouroboros/parent_test/RT0016-rt-parent-CharacterExObjectwaitInterruptedException/CharacterExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0016-rt-parent-CharacterExObjectwaitInterruptedException/CharacterExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterExObjectwaitInterruptedException.java * -@TestCaseName: Exception in Character: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0017-rt-parent-CharacterExObjectwait/CharacterExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0017-rt-parent-CharacterExObjectwait/CharacterExObjectwait.java index b2e44ed219f6adc6b345e1bfcb157a82aaa59fc1..65814b55f802bbde95252ec62641a31ed39c5671 100644 --- a/test/testsuite/ouroboros/parent_test/RT0017-rt-parent-CharacterExObjectwait/CharacterExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0017-rt-parent-CharacterExObjectwait/CharacterExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterExObjectwait.java * -@TestCaseName: Exception in Charactor: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0018-rt-parent-CharacterSubsetExObjectgetClass/CharacterSubsetExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0018-rt-parent-CharacterSubsetExObjectgetClass/CharacterSubsetExObjectgetClass.java index 1f4ec070d66dde4be228e711dcd1a083304f220b..1fc43e5c8384a5a595c2810ff1d851a9ec818dc5 100644 --- a/test/testsuite/ouroboros/parent_test/RT0018-rt-parent-CharacterSubsetExObjectgetClass/CharacterSubsetExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0018-rt-parent-CharacterSubsetExObjectgetClass/CharacterSubsetExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterSubsetExObjectgetClass.java * -@TestCaseName: Exception in Character/Subset: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0019-rt-parent-CharacterSubsetExObjectnotifyAllIllegalMonitorStateException/CharacterSubsetExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0019-rt-parent-CharacterSubsetExObjectnotifyAllIllegalMonitorStateException/CharacterSubsetExObjectnotifyAllIllegalMonitorStateException.java index 6d1cf853099265a7a09e4a6a4d53a61296c87904..0f1bbf3daad6bb8fb42b8d2547dc0d01bcd9f85e 100644 --- a/test/testsuite/ouroboros/parent_test/RT0019-rt-parent-CharacterSubsetExObjectnotifyAllIllegalMonitorStateException/CharacterSubsetExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0019-rt-parent-CharacterSubsetExObjectnotifyAllIllegalMonitorStateException/CharacterSubsetExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterSubsetExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in Character/Subset: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0020-rt-parent-CharacterSubsetExObjectnotifyIllegalMonitorStateException/CharacterSubsetExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0020-rt-parent-CharacterSubsetExObjectnotifyIllegalMonitorStateException/CharacterSubsetExObjectnotifyIllegalMonitorStateException.java index c64d5850cbc754ddf590eda4967f52fcb1dbb0dc..794ec32affe9c8f18474ae1865e0cbb859e7f4ce 100644 --- a/test/testsuite/ouroboros/parent_test/RT0020-rt-parent-CharacterSubsetExObjectnotifyIllegalMonitorStateException/CharacterSubsetExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0020-rt-parent-CharacterSubsetExObjectnotifyIllegalMonitorStateException/CharacterSubsetExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterSubsetExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in Character/Subset: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0021-rt-parent-CharacterSubsetExObjectwaitIllegalArgumentException/CharacterSubsetExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0021-rt-parent-CharacterSubsetExObjectwaitIllegalArgumentException/CharacterSubsetExObjectwaitIllegalArgumentException.java index 148030dc7da5b66edbaed18e49cdc60971bf5bf0..c07168b4860202bd504dd4331a3097bbd3ca5d04 100644 --- a/test/testsuite/ouroboros/parent_test/RT0021-rt-parent-CharacterSubsetExObjectwaitIllegalArgumentException/CharacterSubsetExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0021-rt-parent-CharacterSubsetExObjectwaitIllegalArgumentException/CharacterSubsetExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterSubsetExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in Character/Subset: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0022-rt-parent-CharacterSubsetExObjectwaitIllegalMonitorStateException/CharacterSubsetExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0022-rt-parent-CharacterSubsetExObjectwaitIllegalMonitorStateException/CharacterSubsetExObjectwaitIllegalMonitorStateException.java index e39c237ad0eb9ff0d6a00e7f4e2dcf38c37bbd2e..9aca51e75f5f0e23bccf18750ee36367034ccf5a 100644 --- a/test/testsuite/ouroboros/parent_test/RT0022-rt-parent-CharacterSubsetExObjectwaitIllegalMonitorStateException/CharacterSubsetExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0022-rt-parent-CharacterSubsetExObjectwaitIllegalMonitorStateException/CharacterSubsetExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterSubsetExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in Character/Subset: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0023-rt-parent-CharacterSubsetExObjectwaitInterruptedException/CharacterSubsetExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0023-rt-parent-CharacterSubsetExObjectwaitInterruptedException/CharacterSubsetExObjectwaitInterruptedException.java index 3b0e6c382f0314a6dca730b825e9801b62c98e11..01a801b8cf0f38eb8674659399185600200a1851 100644 --- a/test/testsuite/ouroboros/parent_test/RT0023-rt-parent-CharacterSubsetExObjectwaitInterruptedException/CharacterSubsetExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0023-rt-parent-CharacterSubsetExObjectwaitInterruptedException/CharacterSubsetExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterSubsetExObjectwaitInterruptedException.java * -@TestCaseName: Exception in Character/Subset: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0024-rt-parent-ClassExObjectHashcode/ClassExObjectHashcode.java b/test/testsuite/ouroboros/parent_test/RT0024-rt-parent-ClassExObjectHashcode/ClassExObjectHashcode.java index 1fc2f78d8c632a233329e11adaee2fd6af641156..87922a18a778ac63a89f8b7d6b843d2e11343d7a 100644 --- a/test/testsuite/ouroboros/parent_test/RT0024-rt-parent-ClassExObjectHashcode/ClassExObjectHashcode.java +++ b/test/testsuite/ouroboros/parent_test/RT0024-rt-parent-ClassExObjectHashcode/ClassExObjectHashcode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassExObjectHashcode.java * -@TestCaseName: Exception in Class: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0025-rt-parent-ClassExObjectnotifyAllIllegalMonitorStateException/ClassExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0025-rt-parent-ClassExObjectnotifyAllIllegalMonitorStateException/ClassExObjectnotifyAllIllegalMonitorStateException.java index a65bf011ac76f4360137bc6c6f1622fee24c2939..0cde571574b4e0432a1bdec42f5a4769b8cbd4e5 100644 --- a/test/testsuite/ouroboros/parent_test/RT0025-rt-parent-ClassExObjectnotifyAllIllegalMonitorStateException/ClassExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0025-rt-parent-ClassExObjectnotifyAllIllegalMonitorStateException/ClassExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in Class: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0026-rt-parent-ClassExObjectnotifyIllegalMonitorStateException/ClassExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0026-rt-parent-ClassExObjectnotifyIllegalMonitorStateException/ClassExObjectnotifyIllegalMonitorStateException.java index 1c6b188131a91f5513eb7f74b9cfb8e4fba6c82c..3ed53840476e9063f5526c7f07ee6d14abbd5c7f 100644 --- a/test/testsuite/ouroboros/parent_test/RT0026-rt-parent-ClassExObjectnotifyIllegalMonitorStateException/ClassExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0026-rt-parent-ClassExObjectnotifyIllegalMonitorStateException/ClassExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Class: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0027-rt-parent-ClassExObjectwaitIllegalArgumentException/ClassExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0027-rt-parent-ClassExObjectwaitIllegalArgumentException/ClassExObjectwaitIllegalArgumentException.java index c11343224a3782ed259987e120c9b6913b4ae530..e71551cefc40ad569d87d6555c5650358a661db3 100644 --- a/test/testsuite/ouroboros/parent_test/RT0027-rt-parent-ClassExObjectwaitIllegalArgumentException/ClassExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0027-rt-parent-ClassExObjectwaitIllegalArgumentException/ClassExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in Class: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0028-rt-parent-ClassExObjectwaitInterruptedException/ClassExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0028-rt-parent-ClassExObjectwaitInterruptedException/ClassExObjectwaitInterruptedException.java index 8f3960cc39acea01c1329f6516b3124cc6bd9334..54d94b607a73d3e3570b13ba8766eca0afd4d013 100644 --- a/test/testsuite/ouroboros/parent_test/RT0028-rt-parent-ClassExObjectwaitInterruptedException/ClassExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0028-rt-parent-ClassExObjectwaitInterruptedException/ClassExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: runtime/Class/ClassExObjectwaitInterruptedException.java * -@TestCaseName: Exception in Class: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0029-rt-parent-ClassExObjectwait/ClassExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0029-rt-parent-ClassExObjectwait/ClassExObjectwait.java index f7b53c7297f6ff8add55a7bbc85423dccb74f9fe..26bde3a82d3f5c3e216599b72acaeee12ab13f0a 100644 --- a/test/testsuite/ouroboros/parent_test/RT0029-rt-parent-ClassExObjectwait/ClassExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0029-rt-parent-ClassExObjectwait/ClassExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: runtime/Class/ClassExObjectwait.java * -@TestCaseName: Exception in Class: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0030-rt-parent-ClassLoaderExObjectnotifyAllIllegalMonitorStateException/ClassLoaderExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0030-rt-parent-ClassLoaderExObjectnotifyAllIllegalMonitorStateException/ClassLoaderExObjectnotifyAllIllegalMonitorStateException.java index 9da49a226e4fe16019cf7171f4dcda6c3de17c74..e05c1b1d8f43aa2f8010968000e6a09881dc1776 100644 --- a/test/testsuite/ouroboros/parent_test/RT0030-rt-parent-ClassLoaderExObjectnotifyAllIllegalMonitorStateException/ClassLoaderExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0030-rt-parent-ClassLoaderExObjectnotifyAllIllegalMonitorStateException/ClassLoaderExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassLoaderExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in ClassLoader: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0031-rt-parent-ClassLoaderExObjectnotifyIllegalMonitorStateException/ClassLoaderExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0031-rt-parent-ClassLoaderExObjectnotifyIllegalMonitorStateException/ClassLoaderExObjectnotifyIllegalMonitorStateException.java index 2309c4de24962f3a3db939b9fec885a83a9c8be6..d417bfa20f20dc5216d34cae8341d8b24dc5170a 100644 --- a/test/testsuite/ouroboros/parent_test/RT0031-rt-parent-ClassLoaderExObjectnotifyIllegalMonitorStateException/ClassLoaderExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0031-rt-parent-ClassLoaderExObjectnotifyIllegalMonitorStateException/ClassLoaderExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassLoaderExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in ClassLoader: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0032-rt-parent-ClassLoaderExObjectwaitIllegalArgumentException/ClassLoaderExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0032-rt-parent-ClassLoaderExObjectwaitIllegalArgumentException/ClassLoaderExObjectwaitIllegalArgumentException.java index 46156b2200fb00f6f1619de526b425d051741ffe..ff1ec996be8cd4285921b74dfba1c8d8d86393e7 100644 --- a/test/testsuite/ouroboros/parent_test/RT0032-rt-parent-ClassLoaderExObjectwaitIllegalArgumentException/ClassLoaderExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0032-rt-parent-ClassLoaderExObjectwaitIllegalArgumentException/ClassLoaderExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassLoaderExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in ClassLoader: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0033-rt-parent-ClassLoaderExObjectwaitIllegalMonitorStateException/ClassLoaderExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0033-rt-parent-ClassLoaderExObjectwaitIllegalMonitorStateException/ClassLoaderExObjectwaitIllegalMonitorStateException.java index d69645ed63cb110a9c44d4581f658d24722696db..0da7134774a21ba0950ae4866076d7aaa20dda03 100644 --- a/test/testsuite/ouroboros/parent_test/RT0033-rt-parent-ClassLoaderExObjectwaitIllegalMonitorStateException/ClassLoaderExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0033-rt-parent-ClassLoaderExObjectwaitIllegalMonitorStateException/ClassLoaderExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassLoaderExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in ClassLoader: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0034-rt-parent-ClassLoaderExObjectwaitInterruptedException/ClassLoaderExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0034-rt-parent-ClassLoaderExObjectwaitInterruptedException/ClassLoaderExObjectwaitInterruptedException.java index e9aa780424df9f7c43f330b3c4d61b46ed5880b2..58ce45ca2635aa7a6640710e1b924bd1bdbd9a5c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0034-rt-parent-ClassLoaderExObjectwaitInterruptedException/ClassLoaderExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0034-rt-parent-ClassLoaderExObjectwaitInterruptedException/ClassLoaderExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassLoaderExObjectwaitInterruptedException.java * -@TestCaseName: Exception in ClassLoader: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0035-rt-parent-ClassLoaderExObjectwait/ClassLoaderExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0035-rt-parent-ClassLoaderExObjectwait/ClassLoaderExObjectwait.java index 2d960b6ddf1d0e8440ec24102c7830b499253cd5..c6ca1746e7a9d2c6b5e34c85498e9f866c4fc232 100644 --- a/test/testsuite/ouroboros/parent_test/RT0035-rt-parent-ClassLoaderExObjectwait/ClassLoaderExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0035-rt-parent-ClassLoaderExObjectwait/ClassLoaderExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassLoaderExObjectwait.java * -@TestCaseName: Exception in ClassLoader: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0042-rt-parent-ConstructorExAccessibleObjectisAccessible/ConstructorExAccessibleObjectisAccessible.java b/test/testsuite/ouroboros/parent_test/RT0042-rt-parent-ConstructorExAccessibleObjectisAccessible/ConstructorExAccessibleObjectisAccessible.java index d855d34e9d5697304f858472eb0e54fe850d3dc9..ef421627f2d40788e0c9d45cb9acc3817a1cb5ba 100644 --- a/test/testsuite/ouroboros/parent_test/RT0042-rt-parent-ConstructorExAccessibleObjectisAccessible/ConstructorExAccessibleObjectisAccessible.java +++ b/test/testsuite/ouroboros/parent_test/RT0042-rt-parent-ConstructorExAccessibleObjectisAccessible/ConstructorExAccessibleObjectisAccessible.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExAccessibleObjectisAccessible.java * -@TestCaseName: Exception in reflect /Constructor: boolean isAccessible() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0044-rt-parent-ConstructorExAccessibleObjectsetAccessibleSecurityException/ConstructorExAccessibleObjectsetAccessibleSecurityException.java b/test/testsuite/ouroboros/parent_test/RT0044-rt-parent-ConstructorExAccessibleObjectsetAccessibleSecurityException/ConstructorExAccessibleObjectsetAccessibleSecurityException.java index 6eea01ea2f24b00332d38e1083025c5aed0a9000..33a16e6e31d140ba85dbef47a219ac674e626e90 100644 --- a/test/testsuite/ouroboros/parent_test/RT0044-rt-parent-ConstructorExAccessibleObjectsetAccessibleSecurityException/ConstructorExAccessibleObjectsetAccessibleSecurityException.java +++ b/test/testsuite/ouroboros/parent_test/RT0044-rt-parent-ConstructorExAccessibleObjectsetAccessibleSecurityException/ConstructorExAccessibleObjectsetAccessibleSecurityException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExAccessibleObjectsetAccessibleSecurityException.java * -@TestCaseName: Exception in reflect /Constructor: void setAccessible(boolean flag)/ static void setAccessible(AccessibleObject[] array, boolean flag) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0048-rt-parent-ConstructorExExecutablegetExceptionTypes/ConstructorExExecutablegetExceptionTypes.java b/test/testsuite/ouroboros/parent_test/RT0048-rt-parent-ConstructorExExecutablegetExceptionTypes/ConstructorExExecutablegetExceptionTypes.java index d2cbf24040c1423754989108c1677ebaa6445532..fe9ee302c980d3eb4309ce49f7f1c474ec8311c1 100644 --- a/test/testsuite/ouroboros/parent_test/RT0048-rt-parent-ConstructorExExecutablegetExceptionTypes/ConstructorExExecutablegetExceptionTypes.java +++ b/test/testsuite/ouroboros/parent_test/RT0048-rt-parent-ConstructorExExecutablegetExceptionTypes/ConstructorExExecutablegetExceptionTypes.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExExecutablegetExceptionTypes.java * -@TestCaseName: abstract Class[] getExceptionTypes() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0049-rt-parent-ConstructorExExecutablegetGenericParameterTypes/ConstructorExExecutablegetGenericParameterTypes.java b/test/testsuite/ouroboros/parent_test/RT0049-rt-parent-ConstructorExExecutablegetGenericParameterTypes/ConstructorExExecutablegetGenericParameterTypes.java index 74056dbdd97e4455fe17f28621cfddb5921e2947..e0de5b77c9d0f5390c12f046d02ef2dfbf24db59 100644 --- a/test/testsuite/ouroboros/parent_test/RT0049-rt-parent-ConstructorExExecutablegetGenericParameterTypes/ConstructorExExecutablegetGenericParameterTypes.java +++ b/test/testsuite/ouroboros/parent_test/RT0049-rt-parent-ConstructorExExecutablegetGenericParameterTypes/ConstructorExExecutablegetGenericParameterTypes.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExExecutablegetGenericParameterTypes.java * -@TestCaseName: Type[] getGenericParameterTypes() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0050-rt-parent-ConstructorExObjectnotifyAllIllegalMonitorStateException/ConstructorExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0050-rt-parent-ConstructorExObjectnotifyAllIllegalMonitorStateException/ConstructorExObjectnotifyAllIllegalMonitorStateException.java index 5a5b634c7038342a852a67b7d7110e1166c1169d..b46e70523777103a504fda4ea650ce1b4bdc0583 100644 --- a/test/testsuite/ouroboros/parent_test/RT0050-rt-parent-ConstructorExObjectnotifyAllIllegalMonitorStateException/ConstructorExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0050-rt-parent-ConstructorExObjectnotifyAllIllegalMonitorStateException/ConstructorExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect /Constructor: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0051-rt-parent-ConstructorExObjectnotifyIllegalMonitorStateException/ConstructorExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0051-rt-parent-ConstructorExObjectnotifyIllegalMonitorStateException/ConstructorExObjectnotifyIllegalMonitorStateException.java index 6b2125234c33ceb8ecc8ad6c2e2069fa8620ec34..6853d3fc4b0e92c24c617126c80de52c19e3ce6f 100644 --- a/test/testsuite/ouroboros/parent_test/RT0051-rt-parent-ConstructorExObjectnotifyIllegalMonitorStateException/ConstructorExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0051-rt-parent-ConstructorExObjectnotifyIllegalMonitorStateException/ConstructorExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect /Constructor: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0052-rt-parent-ConstructorExObjectwaitIllegalArgumentException/ConstructorExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0052-rt-parent-ConstructorExObjectwaitIllegalArgumentException/ConstructorExObjectwaitIllegalArgumentException.java index 36b6580f63ad520078e2f9016b5d6cff632ce78f..c8004eb71a03966e85f0cb2bbc4cfc3106cbc0ba 100644 --- a/test/testsuite/ouroboros/parent_test/RT0052-rt-parent-ConstructorExObjectwaitIllegalArgumentException/ConstructorExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0052-rt-parent-ConstructorExObjectwaitIllegalArgumentException/ConstructorExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExObjectwaitIllegalArgumentException.java * -@TestCaseName: final void wait(long millis, int nanos)/ final void wait(long millis)/ final void wait() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0053-rt-parent-ConstructorExObjectwaitIllegalMonitorStateException/ConstructorExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0053-rt-parent-ConstructorExObjectwaitIllegalMonitorStateException/ConstructorExObjectwaitIllegalMonitorStateException.java index cc601b983d0cf5acc98e7bf165d3910523254f8e..bac19c20e96e4a13d66e749fc943ea202b771acf 100644 --- a/test/testsuite/ouroboros/parent_test/RT0053-rt-parent-ConstructorExObjectwaitIllegalMonitorStateException/ConstructorExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0053-rt-parent-ConstructorExObjectwaitIllegalMonitorStateException/ConstructorExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExObjectwaitIllegalArgumentException.java * -@TestCaseName: final void wait(long millis, int nanos)/ final void wait(long millis)/ final void wait() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0054-rt-parent-ConstructorExObjectwaitInterruptedException/ConstructorExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0054-rt-parent-ConstructorExObjectwaitInterruptedException/ConstructorExObjectwaitInterruptedException.java index 28991de948000c96788b7fdeb7200e3258430459..328b63611158d66e28bfd30b3a6dcce6275dd926 100644 --- a/test/testsuite/ouroboros/parent_test/RT0054-rt-parent-ConstructorExObjectwaitInterruptedException/ConstructorExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0054-rt-parent-ConstructorExObjectwaitInterruptedException/ConstructorExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExObjectwaitIllegalArgumentException.java * -@TestCaseName: final void wait(long millis, int nanos)/ final void wait(long millis)/ final void wait() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0055-rt-parent-ConstructorExObjectwait/ConstructorExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0055-rt-parent-ConstructorExObjectwait/ConstructorExObjectwait.java index a336dc79d56b9cf5f4a189fe0b0d78a45ed27eef..64433165d9680422dd98e6f7392c6375c396cb99 100644 --- a/test/testsuite/ouroboros/parent_test/RT0055-rt-parent-ConstructorExObjectwait/ConstructorExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0055-rt-parent-ConstructorExObjectwait/ConstructorExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorExObjectwait.java * -@TestCaseName: Exception in reflect Method: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0061-rt-parent-FieldExAccessibleObjectisAccessible/FieldExAccessibleObjectisAccessible.java b/test/testsuite/ouroboros/parent_test/RT0061-rt-parent-FieldExAccessibleObjectisAccessible/FieldExAccessibleObjectisAccessible.java index 588d3874fd6cdbe1e9788b17083efaace61651bf..c64c0bc51eeadfb6b433f464d9aa83995ca9d4cc 100644 --- a/test/testsuite/ouroboros/parent_test/RT0061-rt-parent-FieldExAccessibleObjectisAccessible/FieldExAccessibleObjectisAccessible.java +++ b/test/testsuite/ouroboros/parent_test/RT0061-rt-parent-FieldExAccessibleObjectisAccessible/FieldExAccessibleObjectisAccessible.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldExAccessibleObjectisAccessible.java * -@TestCaseName: Exception in reflect/Field: boolean isAccessible() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0063-rt-parent-FieldExAccessibleObjectsetAccessibleSecurityException/FieldExAccessibleObjectsetAccessibleSecurityException.java b/test/testsuite/ouroboros/parent_test/RT0063-rt-parent-FieldExAccessibleObjectsetAccessibleSecurityException/FieldExAccessibleObjectsetAccessibleSecurityException.java index dd453e60517f87090b78f3279100569159d1a81d..a16beb9b7d4f2a091bcf540a7f788126147ce420 100644 --- a/test/testsuite/ouroboros/parent_test/RT0063-rt-parent-FieldExAccessibleObjectsetAccessibleSecurityException/FieldExAccessibleObjectsetAccessibleSecurityException.java +++ b/test/testsuite/ouroboros/parent_test/RT0063-rt-parent-FieldExAccessibleObjectsetAccessibleSecurityException/FieldExAccessibleObjectsetAccessibleSecurityException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldExAccessibleObjectsetAccessibleSecurityException.java * -@TestCaseName: Exception in reflect/Field: void setAccessible(boolean flag) \ static void setAccessible(AccessibleObject[] array, boolean flag) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0064-rt-parent-FieldExObjectgetClass/FieldExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0064-rt-parent-FieldExObjectgetClass/FieldExObjectgetClass.java index 576188f4df7828b08376f84a78c4412dafd6bb71..be972aabd94b8126b4ef8960aeed81380b8125c3 100644 --- a/test/testsuite/ouroboros/parent_test/RT0064-rt-parent-FieldExObjectgetClass/FieldExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0064-rt-parent-FieldExObjectgetClass/FieldExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID:FieldExObjectgetClass.java * -@TestCaseName: Exception in reflect/Field: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0065-rt-parent-FieldExObjectnotifyAllIllegalMonitorStateException/FieldExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0065-rt-parent-FieldExObjectnotifyAllIllegalMonitorStateException/FieldExObjectnotifyAllIllegalMonitorStateException.java index c7c5a03dd3289643ce80689ad0f7f8d09820f3ad..711cd116f110ec99c6d68c034397b439d6145b13 100644 --- a/test/testsuite/ouroboros/parent_test/RT0065-rt-parent-FieldExObjectnotifyAllIllegalMonitorStateException/FieldExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0065-rt-parent-FieldExObjectnotifyAllIllegalMonitorStateException/FieldExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Field: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0066-rt-parent-FieldExObjectnotifyIllegalMonitorStateException/FieldExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0066-rt-parent-FieldExObjectnotifyIllegalMonitorStateException/FieldExObjectnotifyIllegalMonitorStateException.java index 24b0787f93a32a55ffa693fe7cc6d79aeabab182..14f3d2497730af8d724c7909d2ba2d852a305246 100644 --- a/test/testsuite/ouroboros/parent_test/RT0066-rt-parent-FieldExObjectnotifyIllegalMonitorStateException/FieldExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0066-rt-parent-FieldExObjectnotifyIllegalMonitorStateException/FieldExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Field: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0067-rt-parent-FieldExObjectwaitIllegalArgumentException/FieldExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0067-rt-parent-FieldExObjectwaitIllegalArgumentException/FieldExObjectwaitIllegalArgumentException.java index 20dcd005cf3fe77b3c5289e51773982179b352b2..fa4f3196b5911c3eff8908e9397d5bf1e2c83080 100644 --- a/test/testsuite/ouroboros/parent_test/RT0067-rt-parent-FieldExObjectwaitIllegalArgumentException/FieldExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0067-rt-parent-FieldExObjectwaitIllegalArgumentException/FieldExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in reflect/Field: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0068-rt-parent-FieldExObjectwaitIllegalMonitorStateException/FieldExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0068-rt-parent-FieldExObjectwaitIllegalMonitorStateException/FieldExObjectwaitIllegalMonitorStateException.java index 34a4231008ddaa1238840be46a9bde7561ffe990..1154ea97af3ea6df6963621db47909e51f8778ba 100644 --- a/test/testsuite/ouroboros/parent_test/RT0068-rt-parent-FieldExObjectwaitIllegalMonitorStateException/FieldExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0068-rt-parent-FieldExObjectwaitIllegalMonitorStateException/FieldExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/Field: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0069-rt-parent-FieldExObjectwaitInterruptedException/FieldExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0069-rt-parent-FieldExObjectwaitInterruptedException/FieldExObjectwaitInterruptedException.java index 3b92eae98a95b7c20b7ff01512f1f1dc474edbdf..4b54dae222ae67940c9cda80ba255c52ebc1fa83 100644 --- a/test/testsuite/ouroboros/parent_test/RT0069-rt-parent-FieldExObjectwaitInterruptedException/FieldExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0069-rt-parent-FieldExObjectwaitInterruptedException/FieldExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldExObjectwaitInterruptedException.java * -@TestCaseName: Exception in reflect/Field: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0070-rt-parent-FieldExObjectwait/FieldExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0070-rt-parent-FieldExObjectwait/FieldExObjectwait.java index 4057b262a16ef7e1b2de64e1be871641ee4e60b9..4add3adaf79299f681700ff5753f0e92413b1ee5 100644 --- a/test/testsuite/ouroboros/parent_test/RT0070-rt-parent-FieldExObjectwait/FieldExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0070-rt-parent-FieldExObjectwait/FieldExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Field/FieldExObjectwait.java * -@TestCaseName: Exception in reflect Field: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0075-rt-parent-MethodExAccessibleObjectisAccessible/MethodExAccessibleObjectisAccessible.java b/test/testsuite/ouroboros/parent_test/RT0075-rt-parent-MethodExAccessibleObjectisAccessible/MethodExAccessibleObjectisAccessible.java index 9c487fb9515eecb22a3802f56ef7874b68321197..90e1069f537c8c3813f1119e010fc5b7d515fc76 100644 --- a/test/testsuite/ouroboros/parent_test/RT0075-rt-parent-MethodExAccessibleObjectisAccessible/MethodExAccessibleObjectisAccessible.java +++ b/test/testsuite/ouroboros/parent_test/RT0075-rt-parent-MethodExAccessibleObjectisAccessible/MethodExAccessibleObjectisAccessible.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExAccessibleObjectisAccessible.java * -@TestCaseName: Exception in reflect Method:public boolean isAccessible() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0076-rt-parent-MethodExAccessibleObjectisAnnotationPresentNullPointerException/MethodExAccessibleObjectisAnnotationPresentNullPointerException.java b/test/testsuite/ouroboros/parent_test/RT0076-rt-parent-MethodExAccessibleObjectisAnnotationPresentNullPointerException/MethodExAccessibleObjectisAnnotationPresentNullPointerException.java index a45be90c588935fcaabd7a7ec1d55b47b88eb936..d7c3d5a07cf4a29923384bfcfc4faa80267fb46c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0076-rt-parent-MethodExAccessibleObjectisAnnotationPresentNullPointerException/MethodExAccessibleObjectisAnnotationPresentNullPointerException.java +++ b/test/testsuite/ouroboros/parent_test/RT0076-rt-parent-MethodExAccessibleObjectisAnnotationPresentNullPointerException/MethodExAccessibleObjectisAnnotationPresentNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExAccessibleObjectisAnnotationPresentNullPointerException.java * -@TestCaseName: Exception in reflect Method:public boolean isAnnotationPresent(Class annotationClass) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0077-rt-parent-MethodExAccessibleObjectSetAccessible/MethodExAccessibleObjectSetAccessible.java b/test/testsuite/ouroboros/parent_test/RT0077-rt-parent-MethodExAccessibleObjectSetAccessible/MethodExAccessibleObjectSetAccessible.java index fa457ffd4a4025ab170269d199740bc1005e4c7c..aff8d9427e1a16e2a3aa8e2367e11d3130e95553 100644 --- a/test/testsuite/ouroboros/parent_test/RT0077-rt-parent-MethodExAccessibleObjectSetAccessible/MethodExAccessibleObjectSetAccessible.java +++ b/test/testsuite/ouroboros/parent_test/RT0077-rt-parent-MethodExAccessibleObjectSetAccessible/MethodExAccessibleObjectSetAccessible.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExAccessibleObjectSetAccessible.java * -@TestCaseName: Exception in reflect Method: static void setAccessible(AccessibleObject[] array, boolean flag) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0079-rt-parent-MethodExExecutablegetAnnotationsByTypeNullPointerException/MethodExExecutablegetAnnotationsByTypeNullPointerException.java b/test/testsuite/ouroboros/parent_test/RT0079-rt-parent-MethodExExecutablegetAnnotationsByTypeNullPointerException/MethodExExecutablegetAnnotationsByTypeNullPointerException.java index 82abdcd70f92ac05e80ec67820db8f0bc7a2f1ec..db187e45deb7c302495d77269576f9f5c716d247 100644 --- a/test/testsuite/ouroboros/parent_test/RT0079-rt-parent-MethodExExecutablegetAnnotationsByTypeNullPointerException/MethodExExecutablegetAnnotationsByTypeNullPointerException.java +++ b/test/testsuite/ouroboros/parent_test/RT0079-rt-parent-MethodExExecutablegetAnnotationsByTypeNullPointerException/MethodExExecutablegetAnnotationsByTypeNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExExecutablegetAnnotationsByTypeNullPointerException.java *- @TestCaseName: Exception in reflect/Method: T[] getAnnotationsByType(Class annotationClass) *- @TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0081-rt-parent-MethodExExecutablegetGenericParameterTypesExceptions/MethodExExecutablegetGenericParameterTypesExceptions.java b/test/testsuite/ouroboros/parent_test/RT0081-rt-parent-MethodExExecutablegetGenericParameterTypesExceptions/MethodExExecutablegetGenericParameterTypesExceptions.java index 277371e66d468a7c2c68c692b5d3d980547a871b..8154ba68d890fde2f50b047b8a3f1d1236984bdc 100644 --- a/test/testsuite/ouroboros/parent_test/RT0081-rt-parent-MethodExExecutablegetGenericParameterTypesExceptions/MethodExExecutablegetGenericParameterTypesExceptions.java +++ b/test/testsuite/ouroboros/parent_test/RT0081-rt-parent-MethodExExecutablegetGenericParameterTypesExceptions/MethodExExecutablegetGenericParameterTypesExceptions.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExExecutablegetGenericParameterTypesExceptions.java * -@TestCaseName: Exception in reflect/Method:Type[] getGenericParameterTypes() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0082-rt-parent-MethodExObjectnotifyAllIllegalMonitorStateException/MethodExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0082-rt-parent-MethodExObjectnotifyAllIllegalMonitorStateException/MethodExObjectnotifyAllIllegalMonitorStateException.java index f74d9909058f4f5b3adc04cfbbd10c5064fe9a3d..f5fe4f9fc9a1d545fdc98bcd19eb4b266ed5d69c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0082-rt-parent-MethodExObjectnotifyAllIllegalMonitorStateException/MethodExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0082-rt-parent-MethodExObjectnotifyAllIllegalMonitorStateException/MethodExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Method: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0083-rt-parent-MethodExObjectnotifyIllegalMonitorStateException/MethodExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0083-rt-parent-MethodExObjectnotifyIllegalMonitorStateException/MethodExObjectnotifyIllegalMonitorStateException.java index 9a3aee262d5afd70a3f15620d82082a05c0ec807..5479cac40e8a86a9d257fcf20282f5e5cc107c03 100644 --- a/test/testsuite/ouroboros/parent_test/RT0083-rt-parent-MethodExObjectnotifyIllegalMonitorStateException/MethodExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0083-rt-parent-MethodExObjectnotifyIllegalMonitorStateException/MethodExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Method: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0084-rt-parent-MethodExObjectwaitIllegalArgumentException/MethodExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0084-rt-parent-MethodExObjectwaitIllegalArgumentException/MethodExObjectwaitIllegalArgumentException.java index 99b9df04428c4b1d60a175b72302e28d6918c0bf..2d2c5e4d7e283ad0cc27e7c67e7a6b0f25d81b36 100644 --- a/test/testsuite/ouroboros/parent_test/RT0084-rt-parent-MethodExObjectwaitIllegalArgumentException/MethodExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0084-rt-parent-MethodExObjectwaitIllegalArgumentException/MethodExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in reflect/Method: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0085-rt-parent-MethodExObjectwaitIllegalMonitorStateException/MethodExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0085-rt-parent-MethodExObjectwaitIllegalMonitorStateException/MethodExObjectwaitIllegalMonitorStateException.java index bd085431683d6c1e099f833571bfb954d48dc2e2..a3b9e66d6d281789b1e91d54fc1b2b06d907067f 100644 --- a/test/testsuite/ouroboros/parent_test/RT0085-rt-parent-MethodExObjectwaitIllegalMonitorStateException/MethodExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0085-rt-parent-MethodExObjectwaitIllegalMonitorStateException/MethodExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect/Method: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0086-rt-parent-MethodExObjectwaitInterruptedException/MethodExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0086-rt-parent-MethodExObjectwaitInterruptedException/MethodExObjectwaitInterruptedException.java index d09532c66dff86de800e5dbf623c3917ad1bc9bb..3817e44260b3406a4a9492293dba6794f08e358c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0086-rt-parent-MethodExObjectwaitInterruptedException/MethodExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0086-rt-parent-MethodExObjectwaitInterruptedException/MethodExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodExObjectwaitInterruptedException.java * -@TestCaseName: Exception in reflect/Field: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0087-rt-parent-MethodExObjectwait/MethodExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0087-rt-parent-MethodExObjectwait/MethodExObjectwait.java index 0bab4bd20b32f4bff71e8af2165a8ad2c082a6cf..8cf1156e853276cf3dd492b97b65aed1ca0ff371 100644 --- a/test/testsuite/ouroboros/parent_test/RT0087-rt-parent-MethodExObjectwait/MethodExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0087-rt-parent-MethodExObjectwait/MethodExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Method/MethodExObjectwait.java * -@TestCaseName: Exception in reflect Method: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0088-rt-parent-ModifierExObjectgetClass/ModifierExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0088-rt-parent-ModifierExObjectgetClass/ModifierExObjectgetClass.java index 6900bebfe3e4ed1f1d09c823d7325fa38ecb82d1..1814291a3a19ec1d8f41fd38d11f3d62b5cf9ab6 100644 --- a/test/testsuite/ouroboros/parent_test/RT0088-rt-parent-ModifierExObjectgetClass/ModifierExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0088-rt-parent-ModifierExObjectgetClass/ModifierExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjectgetClass.java * -@TestCaseName: Exception in reflect Modifier: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0089-rt-parent-ModifierExObjecthashCode/ModifierExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0089-rt-parent-ModifierExObjecthashCode/ModifierExObjecthashCode.java index fe208ddccf0654e9959dfd33b5185889637c08cb..f9919b5e8b082a32b2bdd0937e351973b8e80828 100644 --- a/test/testsuite/ouroboros/parent_test/RT0089-rt-parent-ModifierExObjecthashCode/ModifierExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0089-rt-parent-ModifierExObjecthashCode/ModifierExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjecthashCode.java * -@TestCaseName: Exception in reflect Modifier: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0090-rt-parent-ModifierExObjectnotifyAllIllegalMonitorStateException/ModifierExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0090-rt-parent-ModifierExObjectnotifyAllIllegalMonitorStateException/ModifierExObjectnotifyAllIllegalMonitorStateException.java index 64b05b2e8349455d6dca1bd665cd905284e5947f..ceb8b2ffaf654e72139851c9efd303e63680f098 100644 --- a/test/testsuite/ouroboros/parent_test/RT0090-rt-parent-ModifierExObjectnotifyAllIllegalMonitorStateException/ModifierExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0090-rt-parent-ModifierExObjectnotifyAllIllegalMonitorStateException/ModifierExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Modifier: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0091-rt-parent-ModifierExObjectnotifyIllegalMonitorStateException/ModifierExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0091-rt-parent-ModifierExObjectnotifyIllegalMonitorStateException/ModifierExObjectnotifyIllegalMonitorStateException.java index ee0ed6885ee695a3a88a16b0a941e258102ed1c8..4976ebf0306f0a637b6648ca4b592fe56e8716c6 100644 --- a/test/testsuite/ouroboros/parent_test/RT0091-rt-parent-ModifierExObjectnotifyIllegalMonitorStateException/ModifierExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0091-rt-parent-ModifierExObjectnotifyIllegalMonitorStateException/ModifierExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Modifier: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0092-rt-parent-ModifierExObjectwaitInterruptedException/ModifierExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0092-rt-parent-ModifierExObjectwaitInterruptedException/ModifierExObjectwaitInterruptedException.java index 11fbb9c3489dcb029a6b9804db3cc164726332f5..5268aa37bd85f13bf70abd5ce59760fbb8573e0a 100644 --- a/test/testsuite/ouroboros/parent_test/RT0092-rt-parent-ModifierExObjectwaitInterruptedException/ModifierExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0092-rt-parent-ModifierExObjectwaitInterruptedException/ModifierExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjectwaitInterruptedException.java * -@TestCaseName: Exception in reflect Modifier: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0093-rt-parent-ModifierExObjectwait/ModifierExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0093-rt-parent-ModifierExObjectwait/ModifierExObjectwait.java index 6903d1cf43f61645505aa794ab0b914af699bcbe..370647c62b424701b8d24aaf7df4ca1fe3a24044 100644 --- a/test/testsuite/ouroboros/parent_test/RT0093-rt-parent-ModifierExObjectwait/ModifierExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0093-rt-parent-ModifierExObjectwait/ModifierExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjectwait.java * -@TestCaseName: Exception in reflect Modifier: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0094-rt-parent-ParameterExObjectgetClass/ParameterExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0094-rt-parent-ParameterExObjectgetClass/ParameterExObjectgetClass.java index 312aca3b02d9e65fc8310c1e43669fe7e9c8bd97..f48a3531d71004002340c3725eab31b124b2cf17 100644 --- a/test/testsuite/ouroboros/parent_test/RT0094-rt-parent-ParameterExObjectgetClass/ParameterExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0094-rt-parent-ParameterExObjectgetClass/ParameterExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterExObjectgetClass.java * -@TestCaseName: Exception in reflect Parameter: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0095-rt-parent-ParameterExObjectnotifyAllIllegalMonitorStateException/ParameterExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0095-rt-parent-ParameterExObjectnotifyAllIllegalMonitorStateException/ParameterExObjectnotifyAllIllegalMonitorStateException.java index 53fbf5c4635273f555ab0e185817b20c2b509bef..0670b0685403448f2f9be0d8ec04168d0f6a3019 100644 --- a/test/testsuite/ouroboros/parent_test/RT0095-rt-parent-ParameterExObjectnotifyAllIllegalMonitorStateException/ParameterExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0095-rt-parent-ParameterExObjectnotifyAllIllegalMonitorStateException/ParameterExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Parameter: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0096-rt-parent-ParameterExObjectnotifyIllegalMonitorStateException/ParameterExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0096-rt-parent-ParameterExObjectnotifyIllegalMonitorStateException/ParameterExObjectnotifyIllegalMonitorStateException.java index 470d4c5c2130d789f938310bd9b34b19410183a9..a85419c66ccdf447d0aeb924c90019993ee2b52b 100644 --- a/test/testsuite/ouroboros/parent_test/RT0096-rt-parent-ParameterExObjectnotifyIllegalMonitorStateException/ParameterExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0096-rt-parent-ParameterExObjectnotifyIllegalMonitorStateException/ParameterExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Parameter: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0097-rt-parent-ParameterExObjectwait/ParameterExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0097-rt-parent-ParameterExObjectwait/ParameterExObjectwait.java index 929c508a9a00eeb5044e5e11efb78f352df0a9aa..f72886d38f9ff796ba372e6c889ce1182fd92b04 100644 --- a/test/testsuite/ouroboros/parent_test/RT0097-rt-parent-ParameterExObjectwait/ParameterExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0097-rt-parent-ParameterExObjectwait/ParameterExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ParameterExObjectwait.java *- @TestCaseName: Exception in reflect Parameter: final void wait(*) *- @TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0098-rt-parent-ProxyExObjecthashCode/ProxyExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0098-rt-parent-ProxyExObjecthashCode/ProxyExObjecthashCode.java index a8ee3b0f6f5c66050f84c7e512aa83f68d0c2489..3c8dd78f766c64dbda02e1c67e1f7e5db9100d5b 100644 --- a/test/testsuite/ouroboros/parent_test/RT0098-rt-parent-ProxyExObjecthashCode/ProxyExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0098-rt-parent-ProxyExObjecthashCode/ProxyExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ProxyExObjecthashCode.java * -@TestCaseName: Exception in reflect Proxy: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0099-rt-parent-ProxyExObjectnotifyAllIllegalMonitorStateException/ProxyExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0099-rt-parent-ProxyExObjectnotifyAllIllegalMonitorStateException/ProxyExObjectnotifyAllIllegalMonitorStateException.java index 1d645335323c6ffbd30912600649d9f14790a517..0b31aa3695d6ceef6b680b0cc25d96a05336c0c7 100644 --- a/test/testsuite/ouroboros/parent_test/RT0099-rt-parent-ProxyExObjectnotifyAllIllegalMonitorStateException/ProxyExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0099-rt-parent-ProxyExObjectnotifyAllIllegalMonitorStateException/ProxyExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ProxyExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Proxy: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0100-rt-parent-ProxyExObjectnotifyIllegalMonitorStateException/ProxyExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0100-rt-parent-ProxyExObjectnotifyIllegalMonitorStateException/ProxyExObjectnotifyIllegalMonitorStateException.java index ee665c892436d038fdcb5a7f770a10813e1c2481..d68388efdf3622b6f042532f238c77f0f67aab5d 100644 --- a/test/testsuite/ouroboros/parent_test/RT0100-rt-parent-ProxyExObjectnotifyIllegalMonitorStateException/ProxyExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0100-rt-parent-ProxyExObjectnotifyIllegalMonitorStateException/ProxyExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ProxyExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Proxy: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0101-rt-parent-ProxyExObjectwaitIllegalArgumentException/ProxyExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0101-rt-parent-ProxyExObjectwaitIllegalArgumentException/ProxyExObjectwaitIllegalArgumentException.java index 411e0658ceb0a653f95aaeb310b054317ab1dc87..1e45c4b479efc6f525b7e8385eecb14234d9cd8e 100644 --- a/test/testsuite/ouroboros/parent_test/RT0101-rt-parent-ProxyExObjectwaitIllegalArgumentException/ProxyExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0101-rt-parent-ProxyExObjectwaitIllegalArgumentException/ProxyExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ProxyExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in reflect Proxy: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0102-rt-parent-ProxyExObjectwaitIllegalMonitorStateException/ProxyExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0102-rt-parent-ProxyExObjectwaitIllegalMonitorStateException/ProxyExObjectwaitIllegalMonitorStateException.java index 5cd9c04f090f2a44eb76d3a5517e8fd72a48a1f7..185ea9b12e8bd5fb5fade0332afb377202af2e00 100644 --- a/test/testsuite/ouroboros/parent_test/RT0102-rt-parent-ProxyExObjectwaitIllegalMonitorStateException/ProxyExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0102-rt-parent-ProxyExObjectwaitIllegalMonitorStateException/ProxyExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ProxyExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Proxy: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0103-rt-parent-ProxyExObjectwaitInterruptedException/ProxyExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0103-rt-parent-ProxyExObjectwaitInterruptedException/ProxyExObjectwaitInterruptedException.java index 4037d3c21a0de5a415f08428895b363903646786..151066950af21a0147baad4a520b1705d0092730 100644 --- a/test/testsuite/ouroboros/parent_test/RT0103-rt-parent-ProxyExObjectwaitInterruptedException/ProxyExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0103-rt-parent-ProxyExObjectwaitInterruptedException/ProxyExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ProxyExObjectwaitInterruptedException.java * -@TestCaseName: Exception in reflect Proxy: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0104-rt-parent-ProxyExObjectwait/ProxyExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0104-rt-parent-ProxyExObjectwait/ProxyExObjectwait.java index 99db6e5465614fb22cea0ebf713b5e67ce30c36f..ba237012c9c8363b0b51efab65fb810623fba0cd 100644 --- a/test/testsuite/ouroboros/parent_test/RT0104-rt-parent-ProxyExObjectwait/ProxyExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0104-rt-parent-ProxyExObjectwait/ProxyExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ProxyExObjectwait.java * -@TestCaseName: Exception in reflect Proxy: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0105-rt-parent-ReflectPermissionExBasicPermissionimplies/ReflectPermissionExBasicPermissionimplies.java b/test/testsuite/ouroboros/parent_test/RT0105-rt-parent-ReflectPermissionExBasicPermissionimplies/ReflectPermissionExBasicPermissionimplies.java index 12d75c32154391a6717a465e5b9aecc4040a7b42..db9d25361bf3fd5fb488806922087224ca889ab8 100644 --- a/test/testsuite/ouroboros/parent_test/RT0105-rt-parent-ReflectPermissionExBasicPermissionimplies/ReflectPermissionExBasicPermissionimplies.java +++ b/test/testsuite/ouroboros/parent_test/RT0105-rt-parent-ReflectPermissionExBasicPermissionimplies/ReflectPermissionExBasicPermissionimplies.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExBasicPermissionimplies.java * -@TestCaseName: Exception in reflect ReflectPermission: boolean implies(Permission p) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0106-rt-parent-ReflectPermissionExObjectgetClass/ReflectPermissionExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0106-rt-parent-ReflectPermissionExObjectgetClass/ReflectPermissionExObjectgetClass.java index c4e8df1bc35b85da71bdf675133da5f00261b282..17218f3df45d5fb0565c8395bebdce3aa3af3e13 100644 --- a/test/testsuite/ouroboros/parent_test/RT0106-rt-parent-ReflectPermissionExObjectgetClass/ReflectPermissionExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0106-rt-parent-ReflectPermissionExObjectgetClass/ReflectPermissionExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExObjectgetClass.java * -@TestCaseName: Exception in reflect ReflectPermission: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0107-rt-parent-ReflectPermissionExObjectnotifyAllIllegalMonitorStateException/ReflectPermissionExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0107-rt-parent-ReflectPermissionExObjectnotifyAllIllegalMonitorStateException/ReflectPermissionExObjectnotifyAllIllegalMonitorStateException.java index 41d2af11fe54d8515ad4288f2c59c9efecdc9438..0cd40baa417234bc7e40e1aa848b7dd69bc8d1fd 100644 --- a/test/testsuite/ouroboros/parent_test/RT0107-rt-parent-ReflectPermissionExObjectnotifyAllIllegalMonitorStateException/ReflectPermissionExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0107-rt-parent-ReflectPermissionExObjectnotifyAllIllegalMonitorStateException/ReflectPermissionExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect ReflectPermission: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0108-rt-parent-ReflectPermissionExObjectnotifyIllegalMonitorStateException/ReflectPermissionExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0108-rt-parent-ReflectPermissionExObjectnotifyIllegalMonitorStateException/ReflectPermissionExObjectnotifyIllegalMonitorStateException.java index 7df524e968c31a2ea1275262d261b62c53809b24..11beaf8aca6efe184dde649cf744746d196ca598 100644 --- a/test/testsuite/ouroboros/parent_test/RT0108-rt-parent-ReflectPermissionExObjectnotifyIllegalMonitorStateException/ReflectPermissionExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0108-rt-parent-ReflectPermissionExObjectnotifyIllegalMonitorStateException/ReflectPermissionExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect ReflectPermission: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0109-rt-parent-ReflectPermissionExObjecttoString/ReflectPermissionExObjecttoString.java b/test/testsuite/ouroboros/parent_test/RT0109-rt-parent-ReflectPermissionExObjecttoString/ReflectPermissionExObjecttoString.java index 48b3610ef07f6107052476f1014dd1f17a3fe75a..591c480e9e51186a24e80c6ff5c4608a7db5dab0 100644 --- a/test/testsuite/ouroboros/parent_test/RT0109-rt-parent-ReflectPermissionExObjecttoString/ReflectPermissionExObjecttoString.java +++ b/test/testsuite/ouroboros/parent_test/RT0109-rt-parent-ReflectPermissionExObjecttoString/ReflectPermissionExObjecttoString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExObjecttoString.java * -@TestCaseName: Exception in reflect ReflectPermission: String toString() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0110-rt-parent-ReflectPermissionExObjectwaitIllegalMonitorStateException/ReflectPermissionExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0110-rt-parent-ReflectPermissionExObjectwaitIllegalMonitorStateException/ReflectPermissionExObjectwaitIllegalMonitorStateException.java index e9085fd312ea91185ea84fc1b7e7e6ae65606cc0..8c35caa0440bc0136234d8c16fcd4c317e5f9728 100644 --- a/test/testsuite/ouroboros/parent_test/RT0110-rt-parent-ReflectPermissionExObjectwaitIllegalMonitorStateException/ReflectPermissionExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0110-rt-parent-ReflectPermissionExObjectwaitIllegalMonitorStateException/ReflectPermissionExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect ReflectPermission: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0111-rt-parent-ReflectPermissionExObjectwaitInterruptedException/ReflectPermissionExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0111-rt-parent-ReflectPermissionExObjectwaitInterruptedException/ReflectPermissionExObjectwaitInterruptedException.java index 38c4f932d3afc7541e190fb3e4598300dcd875ef..7e1cc38bee64c9bf5559271900469c6266f3968c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0111-rt-parent-ReflectPermissionExObjectwaitInterruptedException/ReflectPermissionExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0111-rt-parent-ReflectPermissionExObjectwaitInterruptedException/ReflectPermissionExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermission/ReflectPermissionExObjectwaitInterruptedException.java * -@TestCaseName: Exception in reflect ReflectPermission: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0112-rt-parent-ReflectPermissionExObjectwait/ReflectPermissionExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0112-rt-parent-ReflectPermissionExObjectwait/ReflectPermissionExObjectwait.java index 8c971a567f718d5d89959af190d93224a396f11e..2b48069ecb0bc4aa1e2d17aac43ebb9be1a87ee3 100644 --- a/test/testsuite/ouroboros/parent_test/RT0112-rt-parent-ReflectPermissionExObjectwait/ReflectPermissionExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0112-rt-parent-ReflectPermissionExObjectwait/ReflectPermissionExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExObjectwait.java * -@TestCaseName: Exception in reflect ReflectPermission: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0113-rt-parent-ReflectPermissionExPermissioncheckGuard/ReflectPermissionExPermissioncheckGuard.java b/test/testsuite/ouroboros/parent_test/RT0113-rt-parent-ReflectPermissionExPermissioncheckGuard/ReflectPermissionExPermissioncheckGuard.java index 93ba3c23d5fc9840b84eb3b414b197ab812f2541..427599752667a8076773a1543f110ee8370a4b58 100644 --- a/test/testsuite/ouroboros/parent_test/RT0113-rt-parent-ReflectPermissionExPermissioncheckGuard/ReflectPermissionExPermissioncheckGuard.java +++ b/test/testsuite/ouroboros/parent_test/RT0113-rt-parent-ReflectPermissionExPermissioncheckGuard/ReflectPermissionExPermissioncheckGuard.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectPermissionExPermissioncheckGuard.java * -@TestCaseName: Exception in reflect ReflectPermission: void checkGuard(Object object) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0114-rt-parent-StringBufferExObjectgetClass/StringBufferExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0114-rt-parent-StringBufferExObjectgetClass/StringBufferExObjectgetClass.java index 00aa7e35126f08ce3ec259b33d6097828ce51681..8d8ebe047759f2e2a6d9b67ec9bd6921e55e07fa 100644 --- a/test/testsuite/ouroboros/parent_test/RT0114-rt-parent-StringBufferExObjectgetClass/StringBufferExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0114-rt-parent-StringBufferExObjectgetClass/StringBufferExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExObjectgetClass.java * -@TestCaseName: Exception in String: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0115-rt-parent-StringBufferExObjecthashCode/StringBufferExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0115-rt-parent-StringBufferExObjecthashCode/StringBufferExObjecthashCode.java index e6045b6a2dbaea6d7b791d82efbb489f8bc0638d..e2b434287744cc62f7e5a7dab31b21a8d0bddc09 100644 --- a/test/testsuite/ouroboros/parent_test/RT0115-rt-parent-StringBufferExObjecthashCode/StringBufferExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0115-rt-parent-StringBufferExObjecthashCode/StringBufferExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExObjecthashCode.java * -@TestCaseName: Exception in StringBuffer: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0116-rt-parent-StringBufferExObjectnotifyAllIllegalMonitorStateException/StringBufferExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0116-rt-parent-StringBufferExObjectnotifyAllIllegalMonitorStateException/StringBufferExObjectnotifyAllIllegalMonitorStateException.java index 57c5bc1fe1a8d7de7c4bb952b9957a215338e859..7bb7251801f787cdb20fd01d991fc540f9de3d9b 100644 --- a/test/testsuite/ouroboros/parent_test/RT0116-rt-parent-StringBufferExObjectnotifyAllIllegalMonitorStateException/StringBufferExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0116-rt-parent-StringBufferExObjectnotifyAllIllegalMonitorStateException/StringBufferExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in StringBuffer: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0117-rt-parent-StringBufferExObjectnotifyIllegalMonitorStateException/StringBufferExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0117-rt-parent-StringBufferExObjectnotifyIllegalMonitorStateException/StringBufferExObjectnotifyIllegalMonitorStateException.java index a828505c1b11387b298346e1e51445b87faf05ba..1569369c1d3440649f4794712263cc3325a5d95b 100644 --- a/test/testsuite/ouroboros/parent_test/RT0117-rt-parent-StringBufferExObjectnotifyIllegalMonitorStateException/StringBufferExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0117-rt-parent-StringBufferExObjectnotifyIllegalMonitorStateException/StringBufferExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in StringBuffer: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0118-rt-parent-StringBufferExObjectwaitIllegalArgumentException/StringBufferExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0118-rt-parent-StringBufferExObjectwaitIllegalArgumentException/StringBufferExObjectwaitIllegalArgumentException.java index e69934aa0f12e5b0494d8afacbf7dd9915b385c9..5e7a1d7177a2559feed4fd1007e0b5686fba7618 100644 --- a/test/testsuite/ouroboros/parent_test/RT0118-rt-parent-StringBufferExObjectwaitIllegalArgumentException/StringBufferExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0118-rt-parent-StringBufferExObjectwaitIllegalArgumentException/StringBufferExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in StringBuffer: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0119-rt-parent-StringBufferExObjectwaitIllegalMonitorStateException/StringBufferExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0119-rt-parent-StringBufferExObjectwaitIllegalMonitorStateException/StringBufferExObjectwaitIllegalMonitorStateException.java index 668dbdc5b9f9be1dcfb0e9f10914063cd3d9a086..6d9278feee1920eff9e08c016c859b2904d18041 100644 --- a/test/testsuite/ouroboros/parent_test/RT0119-rt-parent-StringBufferExObjectwaitIllegalMonitorStateException/StringBufferExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0119-rt-parent-StringBufferExObjectwaitIllegalMonitorStateException/StringBufferExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in StringBuffer: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0120-rt-parent-StringBufferExObjectwait/StringBufferExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0120-rt-parent-StringBufferExObjectwait/StringBufferExObjectwait.java index 99f5f17da835901e87811b3f5651bd8380a68a45..67d417f55fbbc752e27b27772cfc5f06170d739a 100644 --- a/test/testsuite/ouroboros/parent_test/RT0120-rt-parent-StringBufferExObjectwait/StringBufferExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0120-rt-parent-StringBufferExObjectwait/StringBufferExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExObjectwait.java * -@TestCaseName: Exception in StringBuffer: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0121-rt-parent-StringBuilderExObjectgetClass/StringBuilderExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0121-rt-parent-StringBuilderExObjectgetClass/StringBuilderExObjectgetClass.java index b85c8275f1e162dab1baf93dcd521223a1b352e6..110b7ced74ac1c8b580723099290a1fe3e653805 100644 --- a/test/testsuite/ouroboros/parent_test/RT0121-rt-parent-StringBuilderExObjectgetClass/StringBuilderExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0121-rt-parent-StringBuilderExObjectgetClass/StringBuilderExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExObjectgetClass.java * -@TestCaseName: Exception in StringBuilder: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0122-rt-parent-StringBuilderExObjecthashCode/StringBuilderExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0122-rt-parent-StringBuilderExObjecthashCode/StringBuilderExObjecthashCode.java index 92323b5437a46d591af1dc8798cdfb24efc636a0..7a10f39c364be817142dbdbba486a52c47a27319 100644 --- a/test/testsuite/ouroboros/parent_test/RT0122-rt-parent-StringBuilderExObjecthashCode/StringBuilderExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0122-rt-parent-StringBuilderExObjecthashCode/StringBuilderExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExObjecthashCode.java * -@TestCaseName: Exception in StringBuilder: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0123-rt-parent-StringBuilderExObjectnotifyAllIllegalMonitorStateException/StringBuilderExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0123-rt-parent-StringBuilderExObjectnotifyAllIllegalMonitorStateException/StringBuilderExObjectnotifyAllIllegalMonitorStateException.java index a3dddafc2edb16d56ee4f04105b8bdcfcf6379fd..050900f84023cbfbe84a48e3a215782af8c8e87c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0123-rt-parent-StringBuilderExObjectnotifyAllIllegalMonitorStateException/StringBuilderExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0123-rt-parent-StringBuilderExObjectnotifyAllIllegalMonitorStateException/StringBuilderExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in StringBuilder: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0124-rt-parent-StringBuilderExObjectnotifyIllegalMonitorStateException/StringBuilderExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0124-rt-parent-StringBuilderExObjectnotifyIllegalMonitorStateException/StringBuilderExObjectnotifyIllegalMonitorStateException.java index ec15cb6b16e618bc25293899f8b1bb999b87af8d..22aa3801532f10cd133e31499993be68819e0bea 100644 --- a/test/testsuite/ouroboros/parent_test/RT0124-rt-parent-StringBuilderExObjectnotifyIllegalMonitorStateException/StringBuilderExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0124-rt-parent-StringBuilderExObjectnotifyIllegalMonitorStateException/StringBuilderExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in StringBuilder: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0125-rt-parent-StringBuilderExObjectwaitIllegalArgumentException/StringBuilderExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0125-rt-parent-StringBuilderExObjectwaitIllegalArgumentException/StringBuilderExObjectwaitIllegalArgumentException.java index aa8235e4998a03e2c5c36accad31a41c6ad8c392..208b5ca80c9a01f1189ea3ec8f84d4bbb5616d70 100644 --- a/test/testsuite/ouroboros/parent_test/RT0125-rt-parent-StringBuilderExObjectwaitIllegalArgumentException/StringBuilderExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0125-rt-parent-StringBuilderExObjectwaitIllegalArgumentException/StringBuilderExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in StringBuilder: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0126-rt-parent-StringBuilderExObjectwaitIllegalMonitorStateException/StringBuilderExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0126-rt-parent-StringBuilderExObjectwaitIllegalMonitorStateException/StringBuilderExObjectwaitIllegalMonitorStateException.java index 75e62cc0f69671398bcc91a755347c64fe412d56..f1acbf82beef4659d6efe66f8c6df18de4d351b2 100644 --- a/test/testsuite/ouroboros/parent_test/RT0126-rt-parent-StringBuilderExObjectwaitIllegalMonitorStateException/StringBuilderExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0126-rt-parent-StringBuilderExObjectwaitIllegalMonitorStateException/StringBuilderExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in StringBuilder: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0127-rt-parent-StringBuilderExObjectwait/StringBuilderExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0127-rt-parent-StringBuilderExObjectwait/StringBuilderExObjectwait.java index 10bed84c0fc86439e5fc25e7b612ab98e693f430..b349fbf148d914175aa266a0d892ffa2490bbea2 100644 --- a/test/testsuite/ouroboros/parent_test/RT0127-rt-parent-StringBuilderExObjectwait/StringBuilderExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0127-rt-parent-StringBuilderExObjectwait/StringBuilderExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExObjectwait.java * -@TestCaseName: Exception in StringBuilder: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0128-rt-parent-StringExObjectgetClass/StringExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0128-rt-parent-StringExObjectgetClass/StringExObjectgetClass.java index 9c620510bf980884b05a71228b5afe3ab1c1dcd2..3f8edcea6e025448bba438c05e49b4f51ba374f2 100644 --- a/test/testsuite/ouroboros/parent_test/RT0128-rt-parent-StringExObjectgetClass/StringExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0128-rt-parent-StringExObjectgetClass/StringExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringExObjectgetClass.java * -@TestCaseName: Exception in String: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0129-rt-parent-StringExObjectnotifyAllIllegalMonitorStateException/StringExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0129-rt-parent-StringExObjectnotifyAllIllegalMonitorStateException/StringExObjectnotifyAllIllegalMonitorStateException.java index ca67cdcac3733c6559c0fa2b7b200df40e6664a9..a1d252ec3ce82982d7ffe9049e42efb9f9218196 100644 --- a/test/testsuite/ouroboros/parent_test/RT0129-rt-parent-StringExObjectnotifyAllIllegalMonitorStateException/StringExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0129-rt-parent-StringExObjectnotifyAllIllegalMonitorStateException/StringExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in String: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0130-rt-parent-StringExObjectnotifyIllegalMonitorStateException/StringExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0130-rt-parent-StringExObjectnotifyIllegalMonitorStateException/StringExObjectnotifyIllegalMonitorStateException.java index 3a1b73cd1f3812c0d79e123db963b01d3058b72c..9bdb194825ff7e8fa150fe7f522f7c0cd9a4e81c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0130-rt-parent-StringExObjectnotifyIllegalMonitorStateException/StringExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0130-rt-parent-StringExObjectnotifyIllegalMonitorStateException/StringExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in String: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0131-rt-parent-StringExObjectwaitIllegalArgumentException/StringExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0131-rt-parent-StringExObjectwaitIllegalArgumentException/StringExObjectwaitIllegalArgumentException.java index 8e7e4a0e58a1a59ad2ba9b7e7b3560f0eccc4074..d15dffa6a0b39407eb9ba523d4aef895d7741e60 100644 --- a/test/testsuite/ouroboros/parent_test/RT0131-rt-parent-StringExObjectwaitIllegalArgumentException/StringExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0131-rt-parent-StringExObjectwaitIllegalArgumentException/StringExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in String: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0132-rt-parent-StringExObjectwaitIllegalMonitorStateException/StringExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0132-rt-parent-StringExObjectwaitIllegalMonitorStateException/StringExObjectwaitIllegalMonitorStateException.java index 0c06d1f69b60c6ce1fabe091dd685c55c892394b..ce5d18fdbd95c46a58f7415b44fb1cf90b8ef488 100644 --- a/test/testsuite/ouroboros/parent_test/RT0132-rt-parent-StringExObjectwaitIllegalMonitorStateException/StringExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0132-rt-parent-StringExObjectwaitIllegalMonitorStateException/StringExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in String: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0133-rt-parent-StringExObjectwait/StringExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0133-rt-parent-StringExObjectwait/StringExObjectwait.java index ecf1e2cc8190677580cc7b34edbfb5a49bace6f0..215a9aaae40c4d93575ee6adbb70079d3063d95c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0133-rt-parent-StringExObjectwait/StringExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0133-rt-parent-StringExObjectwait/StringExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringExObjectwait.java * -@TestCaseName: Exception in String: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0134-rt-parent-ThreadExObjecthashCode/ThreadExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0134-rt-parent-ThreadExObjecthashCode/ThreadExObjecthashCode.java index 2181fc19aac7bdf8df81ece764b1bfd5f159b3f6..ace675a501bfa8ad3114f1c984f3821d3109b73a 100644 --- a/test/testsuite/ouroboros/parent_test/RT0134-rt-parent-ThreadExObjecthashCode/ThreadExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0134-rt-parent-ThreadExObjecthashCode/ThreadExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExObjecthashCode.java * -@TestCaseName: Exception in Thread: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0135-rt-parent-ThreadExObjectnotifyAllIllegalMonitorStateException/ThreadExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0135-rt-parent-ThreadExObjectnotifyAllIllegalMonitorStateException/ThreadExObjectnotifyAllIllegalMonitorStateException.java index 5b3d108c79bfd13902c3477aecfcacdd4fde9d1d..6a4de024e51e28c8afd7a85bcee5616b8fe9db66 100644 --- a/test/testsuite/ouroboros/parent_test/RT0135-rt-parent-ThreadExObjectnotifyAllIllegalMonitorStateException/ThreadExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0135-rt-parent-ThreadExObjectnotifyAllIllegalMonitorStateException/ThreadExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in Thread: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0136-rt-parent-ThreadExObjectnotifyIllegalMonitorStateException/ThreadExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0136-rt-parent-ThreadExObjectnotifyIllegalMonitorStateException/ThreadExObjectnotifyIllegalMonitorStateException.java index 05770bffffde4a8aa51c08ffca62e159a7f9e027..c5474a68baeaa630bc700e288c550d63c0a45a1b 100644 --- a/test/testsuite/ouroboros/parent_test/RT0136-rt-parent-ThreadExObjectnotifyIllegalMonitorStateException/ThreadExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0136-rt-parent-ThreadExObjectnotifyIllegalMonitorStateException/ThreadExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in Thread: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0137-rt-parent-ThreadExObjectwaitIllegalArgumentException/ThreadExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0137-rt-parent-ThreadExObjectwaitIllegalArgumentException/ThreadExObjectwaitIllegalArgumentException.java index 727af8b9f45cf4befff13ad27e36c126f6c2e71f..4f65d26326a1826113585370602bbc41bf1f862a 100644 --- a/test/testsuite/ouroboros/parent_test/RT0137-rt-parent-ThreadExObjectwaitIllegalArgumentException/ThreadExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0137-rt-parent-ThreadExObjectwaitIllegalArgumentException/ThreadExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in Thread: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0138-rt-parent-ThreadExObjectwaitIllegalMonitorStateException/ThreadExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0138-rt-parent-ThreadExObjectwaitIllegalMonitorStateException/ThreadExObjectwaitIllegalMonitorStateException.java index 1249494eca71bff9683b4adca94befd70bf18e18..4a882cd955a8bee1cb91d1c063cbdd333ac06a8b 100644 --- a/test/testsuite/ouroboros/parent_test/RT0138-rt-parent-ThreadExObjectwaitIllegalMonitorStateException/ThreadExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0138-rt-parent-ThreadExObjectwaitIllegalMonitorStateException/ThreadExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in Thread: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0139-rt-parent-ThreadExObjectwait/ThreadExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0139-rt-parent-ThreadExObjectwait/ThreadExObjectwait.java index f8bb154ff35935a633b9d90ca52f653c65bea985..afb260b978b5fde7dcc20a754c5941c8c15a3e6f 100644 --- a/test/testsuite/ouroboros/parent_test/RT0139-rt-parent-ThreadExObjectwait/ThreadExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0139-rt-parent-ThreadExObjectwait/ThreadExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExObjectwait.java * -@TestCaseName: Exception in Thread: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0140-rt-parent-ThreadGroupExObjectequals/ThreadGroupExObjectequals.java b/test/testsuite/ouroboros/parent_test/RT0140-rt-parent-ThreadGroupExObjectequals/ThreadGroupExObjectequals.java index 50f4339053b4f99928608a2e80d2a392cf7c795b..9c75f9ccecdb95234fc8631f8274a2a9ed217afe 100644 --- a/test/testsuite/ouroboros/parent_test/RT0140-rt-parent-ThreadGroupExObjectequals/ThreadGroupExObjectequals.java +++ b/test/testsuite/ouroboros/parent_test/RT0140-rt-parent-ThreadGroupExObjectequals/ThreadGroupExObjectequals.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjectequals.java * -@TestCaseName: Exception in ThreadGroup: boolean equals(Object obj) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0141-rt-parent-ThreadGroupExObjectgetClass/ThreadGroupExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0141-rt-parent-ThreadGroupExObjectgetClass/ThreadGroupExObjectgetClass.java index c6fd58c40b6eced925bec0d284c6aa49a0f859fc..03cd1e85ca955b6593246cedd7fe839f65f9f41c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0141-rt-parent-ThreadGroupExObjectgetClass/ThreadGroupExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0141-rt-parent-ThreadGroupExObjectgetClass/ThreadGroupExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjectgetClass.java * -@TestCaseName: Exception in ThreadGroup: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0142-rt-parent-ThreadGroupExObjecthashCode/ThreadGroupExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0142-rt-parent-ThreadGroupExObjecthashCode/ThreadGroupExObjecthashCode.java index 683c2a7281a828b41b9fc0a2416617138d2171c6..3e8d4cbcf84fb0eb52b5444ec5e0433aca4a8440 100644 --- a/test/testsuite/ouroboros/parent_test/RT0142-rt-parent-ThreadGroupExObjecthashCode/ThreadGroupExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0142-rt-parent-ThreadGroupExObjecthashCode/ThreadGroupExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjecthashCode.java * -@TestCaseName: Exception in ThreadGroup: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0143-rt-parent-ThreadGroupExObjectnotifyAllIllegalMonitorStateException/ThreadGroupExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0143-rt-parent-ThreadGroupExObjectnotifyAllIllegalMonitorStateException/ThreadGroupExObjectnotifyAllIllegalMonitorStateException.java index bfc454e72de87ec6ba6fbf56f29b5bb244feeaee..e8a47faa8580dab779e6ad9f6af80b83f4c4383b 100644 --- a/test/testsuite/ouroboros/parent_test/RT0143-rt-parent-ThreadGroupExObjectnotifyAllIllegalMonitorStateException/ThreadGroupExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0143-rt-parent-ThreadGroupExObjectnotifyAllIllegalMonitorStateException/ThreadGroupExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in ThreadGroup: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0144-rt-parent-ThreadGroupExObjectnotifyIllegalMonitorStateException/ThreadGroupExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0144-rt-parent-ThreadGroupExObjectnotifyIllegalMonitorStateException/ThreadGroupExObjectnotifyIllegalMonitorStateException.java index f3be3eac1d800faac0f5f2f89b103d1c6308f8d1..a4e98eaddbb25dee8ea1122bbe6ef3a7fd785ebd 100644 --- a/test/testsuite/ouroboros/parent_test/RT0144-rt-parent-ThreadGroupExObjectnotifyIllegalMonitorStateException/ThreadGroupExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0144-rt-parent-ThreadGroupExObjectnotifyIllegalMonitorStateException/ThreadGroupExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in ThreadGroup: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0145-rt-parent-ThreadGroupExObjecttoString/ThreadGroupExObjecttoString.java b/test/testsuite/ouroboros/parent_test/RT0145-rt-parent-ThreadGroupExObjecttoString/ThreadGroupExObjecttoString.java index c79d7a858d52c598ea6ffef87d24e0339dbea7f2..5162e18f8635f2ed13b5b1ae008026f2a8922dc0 100644 --- a/test/testsuite/ouroboros/parent_test/RT0145-rt-parent-ThreadGroupExObjecttoString/ThreadGroupExObjecttoString.java +++ b/test/testsuite/ouroboros/parent_test/RT0145-rt-parent-ThreadGroupExObjecttoString/ThreadGroupExObjecttoString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjecttoString.java * -@TestCaseName: Exception in ThreadGroup: String toString() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0146-rt-parent-ThreadGroupExObjectwaitIllegalArgumentException/ThreadGroupExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0146-rt-parent-ThreadGroupExObjectwaitIllegalArgumentException/ThreadGroupExObjectwaitIllegalArgumentException.java index 69e1f5d98fd22eeeb0b593ffee77c1443f8c6143..cd7ab98d0d2f02654d78d6d8339da8691f20b8b6 100644 --- a/test/testsuite/ouroboros/parent_test/RT0146-rt-parent-ThreadGroupExObjectwaitIllegalArgumentException/ThreadGroupExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0146-rt-parent-ThreadGroupExObjectwaitIllegalArgumentException/ThreadGroupExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in ThreadGroup: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0147-rt-parent-ThreadGroupExObjectwaitIllegalMonitorStateException/ThreadGroupExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0147-rt-parent-ThreadGroupExObjectwaitIllegalMonitorStateException/ThreadGroupExObjectwaitIllegalMonitorStateException.java index f97b1caaff488518996574bc1034b90042cfdf6e..c195be41dd070be1535d180794ef2e4a958b7ab2 100644 --- a/test/testsuite/ouroboros/parent_test/RT0147-rt-parent-ThreadGroupExObjectwaitIllegalMonitorStateException/ThreadGroupExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0147-rt-parent-ThreadGroupExObjectwaitIllegalMonitorStateException/ThreadGroupExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in ThreadGroup: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0148-rt-parent-ThreadGroupExObjectwaitInterruptedException/ThreadGroupExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0148-rt-parent-ThreadGroupExObjectwaitInterruptedException/ThreadGroupExObjectwaitInterruptedException.java index fa210505da6d7786ab6dea2d0095d128a08bdd3d..dc61fea083c8d530b285e0e34e1a9731cf5fdad2 100644 --- a/test/testsuite/ouroboros/parent_test/RT0148-rt-parent-ThreadGroupExObjectwaitInterruptedException/ThreadGroupExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0148-rt-parent-ThreadGroupExObjectwaitInterruptedException/ThreadGroupExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupExObjectwaitInterruptedException.java * -@TestCaseName: Exception in ThreadGroup: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0149-rt-parent-ThreadLocalExObjectgetClass/ThreadLocalExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0149-rt-parent-ThreadLocalExObjectgetClass/ThreadLocalExObjectgetClass.java index 69cb37cc5802a9a7e5996a167a1ae4e883aa3dc4..642647d0f0136bb288ae9d2039a2632b0d0067db 100644 --- a/test/testsuite/ouroboros/parent_test/RT0149-rt-parent-ThreadLocalExObjectgetClass/ThreadLocalExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0149-rt-parent-ThreadLocalExObjectgetClass/ThreadLocalExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjectgetClass.java * -@TestCaseName: Exception in ThreadLocal: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0150-rt-parent-ThreadLocalExObjecthashCode/ThreadLocalExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0150-rt-parent-ThreadLocalExObjecthashCode/ThreadLocalExObjecthashCode.java index a66dcaa8b8ac1a0684a9c218ef53cfa25a683fe8..bc44825daca8afb3add64c0a1cb8c56aabf3998f 100644 --- a/test/testsuite/ouroboros/parent_test/RT0150-rt-parent-ThreadLocalExObjecthashCode/ThreadLocalExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0150-rt-parent-ThreadLocalExObjecthashCode/ThreadLocalExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjecthashCode.java * -@TestCaseName: Exception in ThreadLocal: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0151-rt-parent-ThreadLocalExObjectnotifyAllIllegalMonitorStateException/ThreadLocalExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0151-rt-parent-ThreadLocalExObjectnotifyAllIllegalMonitorStateException/ThreadLocalExObjectnotifyAllIllegalMonitorStateException.java index a31dadb0c0567950365ab522ce54f9ddc653d618..1a1143f2edab5942fe0a984f3aecc20b9129b127 100644 --- a/test/testsuite/ouroboros/parent_test/RT0151-rt-parent-ThreadLocalExObjectnotifyAllIllegalMonitorStateException/ThreadLocalExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0151-rt-parent-ThreadLocalExObjectnotifyAllIllegalMonitorStateException/ThreadLocalExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in ThreadLocal: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0152-rt-parent-ThreadLocalExObjectnotifyIllegalMonitorStateException/ThreadLocalExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0152-rt-parent-ThreadLocalExObjectnotifyIllegalMonitorStateException/ThreadLocalExObjectnotifyIllegalMonitorStateException.java index 89f29fc29f94b024073a5e09707bc76ebfacec7c..133e2ac888155bf1a50effa76c0899600d5d1c73 100644 --- a/test/testsuite/ouroboros/parent_test/RT0152-rt-parent-ThreadLocalExObjectnotifyIllegalMonitorStateException/ThreadLocalExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0152-rt-parent-ThreadLocalExObjectnotifyIllegalMonitorStateException/ThreadLocalExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in ThreadLocal: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0153-rt-parent-ThreadLocalExObjecttoString/ThreadLocalExObjecttoString.java b/test/testsuite/ouroboros/parent_test/RT0153-rt-parent-ThreadLocalExObjecttoString/ThreadLocalExObjecttoString.java index 75a2c74ab16f6d23b62aabcd220ae24567711888..f8ac258ff71d737267c72f11da39e3e0c9ae5334 100644 --- a/test/testsuite/ouroboros/parent_test/RT0153-rt-parent-ThreadLocalExObjecttoString/ThreadLocalExObjecttoString.java +++ b/test/testsuite/ouroboros/parent_test/RT0153-rt-parent-ThreadLocalExObjecttoString/ThreadLocalExObjecttoString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjecttoString.java * -@TestCaseName: Exception in ThreadLocal: String toString() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0154-rt-parent-ThreadLocalExObjectwaitIllegalArgumentException/ThreadLocalExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0154-rt-parent-ThreadLocalExObjectwaitIllegalArgumentException/ThreadLocalExObjectwaitIllegalArgumentException.java index 6162e02ad9dc52a28a8e20512f94b3167bb4c6d5..e9010e2f4b705b664ddd9bb458c31eeada049caf 100644 --- a/test/testsuite/ouroboros/parent_test/RT0154-rt-parent-ThreadLocalExObjectwaitIllegalArgumentException/ThreadLocalExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0154-rt-parent-ThreadLocalExObjectwaitIllegalArgumentException/ThreadLocalExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in ThreadLocal: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0155-rt-parent-ThreadLocalExObjectwaitIllegalMonitorStateException/ThreadLocalExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0155-rt-parent-ThreadLocalExObjectwaitIllegalMonitorStateException/ThreadLocalExObjectwaitIllegalMonitorStateException.java index 28d05fdcc1bbe2563161f4f09ef4d9801e58933a..f0bcc76599e021a04b44c224c51d7c9791e26249 100644 --- a/test/testsuite/ouroboros/parent_test/RT0155-rt-parent-ThreadLocalExObjectwaitIllegalMonitorStateException/ThreadLocalExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0155-rt-parent-ThreadLocalExObjectwaitIllegalMonitorStateException/ThreadLocalExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in ThreadLocal: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0156-rt-parent-ThreadLocalExObjectwaitInterruptedException/ThreadLocalExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0156-rt-parent-ThreadLocalExObjectwaitInterruptedException/ThreadLocalExObjectwaitInterruptedException.java index b572bd82633b7d375701646f82a7333efacc1801..7959da359029e9e85a8f836fee159eefb236a1b6 100644 --- a/test/testsuite/ouroboros/parent_test/RT0156-rt-parent-ThreadLocalExObjectwaitInterruptedException/ThreadLocalExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0156-rt-parent-ThreadLocalExObjectwaitInterruptedException/ThreadLocalExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalExObjectwaitInterruptedException.java * -@TestCaseName: Exception in ThreadLocal: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0157-rt-parent-ThrowableExObjecthashCode/ThrowableExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0157-rt-parent-ThrowableExObjecthashCode/ThrowableExObjecthashCode.java index 0a1fcdbec8d2adb6358cd163dc1821a84ddc46bb..84ecd05cc49284ad6775000fb525b4955257cb5c 100644 --- a/test/testsuite/ouroboros/parent_test/RT0157-rt-parent-ThrowableExObjecthashCode/ThrowableExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0157-rt-parent-ThrowableExObjecthashCode/ThrowableExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableExObjecthashCode.java * -@TestCaseName: Exception in Throwable: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0158-rt-parent-ThrowableExObjectnotifyAllIllegalMonitorStateException/ThrowableExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0158-rt-parent-ThrowableExObjectnotifyAllIllegalMonitorStateException/ThrowableExObjectnotifyAllIllegalMonitorStateException.java index 445cdaaeea90d42ad471792b40e05ba98f68766a..d6f07aa6f0e7ec7f00d535b9be9827276d4c7a88 100644 --- a/test/testsuite/ouroboros/parent_test/RT0158-rt-parent-ThrowableExObjectnotifyAllIllegalMonitorStateException/ThrowableExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0158-rt-parent-ThrowableExObjectnotifyAllIllegalMonitorStateException/ThrowableExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in Throwable: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0159-rt-parent-ThrowableExObjectnotifyIllegalMonitorStateException/ThrowableExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0159-rt-parent-ThrowableExObjectnotifyIllegalMonitorStateException/ThrowableExObjectnotifyIllegalMonitorStateException.java index 6e6521be154a4239f68320a15d6b53d021ca8934..4e00d50f3ca0be6437c700567a3f4002ecd21685 100644 --- a/test/testsuite/ouroboros/parent_test/RT0159-rt-parent-ThrowableExObjectnotifyIllegalMonitorStateException/ThrowableExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0159-rt-parent-ThrowableExObjectnotifyIllegalMonitorStateException/ThrowableExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in Throwable: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0160-rt-parent-ThrowableExObjectwaitIllegalArgumentException/ThrowableExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/RT0160-rt-parent-ThrowableExObjectwaitIllegalArgumentException/ThrowableExObjectwaitIllegalArgumentException.java index bfcddba37dc677f406a0dddbe4c39e73a00eb805..b314fb23687a4d02bf691f3bdcdfbb4eef3e73dc 100644 --- a/test/testsuite/ouroboros/parent_test/RT0160-rt-parent-ThrowableExObjectwaitIllegalArgumentException/ThrowableExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/RT0160-rt-parent-ThrowableExObjectwaitIllegalArgumentException/ThrowableExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in Throwable: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0161-rt-parent-ThrowableExObjectwaitIllegalMonitorStateException/ThrowableExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0161-rt-parent-ThrowableExObjectwaitIllegalMonitorStateException/ThrowableExObjectwaitIllegalMonitorStateException.java index 20e1a631dbd0b14ffba2a81226ff922f0692419a..f310f5d0d6fdef86e4a167ef47a2b826ce6cdbdd 100644 --- a/test/testsuite/ouroboros/parent_test/RT0161-rt-parent-ThrowableExObjectwaitIllegalMonitorStateException/ThrowableExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0161-rt-parent-ThrowableExObjectwaitIllegalMonitorStateException/ThrowableExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in Throwable: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0162-rt-parent-ThrowableExObjectwaitInterruptedException/ThrowableExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0162-rt-parent-ThrowableExObjectwaitInterruptedException/ThrowableExObjectwaitInterruptedException.java index aaa2f60074e25bf187f331496ba62ddbb013bc3f..9168375b535b6709c58f2a2f512fb405e7786983 100644 --- a/test/testsuite/ouroboros/parent_test/RT0162-rt-parent-ThrowableExObjectwaitInterruptedException/ThrowableExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0162-rt-parent-ThrowableExObjectwaitInterruptedException/ThrowableExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableExObjectwaitInterruptedException.java * -@TestCaseName: Exception in Throwable: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0163-rt-parent-ThrowableExObjectwait/ThrowableExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0163-rt-parent-ThrowableExObjectwait/ThrowableExObjectwait.java index 0b6d867c4230ec7dac20c92612af9ca6bfa7b0c8..c477878c301e71e72ba0f1f6d040f410fdc003ae 100644 --- a/test/testsuite/ouroboros/parent_test/RT0163-rt-parent-ThrowableExObjectwait/ThrowableExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0163-rt-parent-ThrowableExObjectwait/ThrowableExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThrowableExObjectwait.java * -@TestCaseName: Exception in Throwable: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0164-rt-parent-UnicodeBlockExObjectgetClass/UnicodeBlockExObjectgetClass.java b/test/testsuite/ouroboros/parent_test/RT0164-rt-parent-UnicodeBlockExObjectgetClass/UnicodeBlockExObjectgetClass.java index d4b663b0b25fdcc91107632305b9b543e74a356d..071831fb1be0cebbce80628087fac26c4c3027e8 100644 --- a/test/testsuite/ouroboros/parent_test/RT0164-rt-parent-UnicodeBlockExObjectgetClass/UnicodeBlockExObjectgetClass.java +++ b/test/testsuite/ouroboros/parent_test/RT0164-rt-parent-UnicodeBlockExObjectgetClass/UnicodeBlockExObjectgetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjectgetClass.java * -@TestCaseName: Exception in Character/UnicodeBlock: final Class getClass() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0165-rt-parent-UnicodeBlockExObjecthashCode/UnicodeBlockExObjecthashCode.java b/test/testsuite/ouroboros/parent_test/RT0165-rt-parent-UnicodeBlockExObjecthashCode/UnicodeBlockExObjecthashCode.java index 851f7d958db8aba96f2e9563ec374690fd4b4d3f..41cb0e3e2013f416f2e61a0e86429c23410d8a55 100644 --- a/test/testsuite/ouroboros/parent_test/RT0165-rt-parent-UnicodeBlockExObjecthashCode/UnicodeBlockExObjecthashCode.java +++ b/test/testsuite/ouroboros/parent_test/RT0165-rt-parent-UnicodeBlockExObjecthashCode/UnicodeBlockExObjecthashCode.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjecthashCode.java * -@TestCaseName: Exception in Character/UnicodeBlock: int hashCode() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0166-rt-parent-UnicodeBlockExObjectnotifyAllIllegalMonitorStateException/UnicodeBlockExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0166-rt-parent-UnicodeBlockExObjectnotifyAllIllegalMonitorStateException/UnicodeBlockExObjectnotifyAllIllegalMonitorStateException.java index 97465002b7dbf283328bc02eed6e05874133ef41..c871f4b48654da42a41681b536223488aa3b068d 100644 --- a/test/testsuite/ouroboros/parent_test/RT0166-rt-parent-UnicodeBlockExObjectnotifyAllIllegalMonitorStateException/UnicodeBlockExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0166-rt-parent-UnicodeBlockExObjectnotifyAllIllegalMonitorStateException/UnicodeBlockExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in Character/UnicodeBlock: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0167-rt-parent-UnicodeBlockExObjectnotifyIllegalMonitorStateException/UnicodeBlockExObjectnotifyIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0167-rt-parent-UnicodeBlockExObjectnotifyIllegalMonitorStateException/UnicodeBlockExObjectnotifyIllegalMonitorStateException.java index 3f70639a1dcfca0bbbf172649e27e10be5a97cb9..774bf59f96e11400a13668a157b30d0299f4bfc2 100644 --- a/test/testsuite/ouroboros/parent_test/RT0167-rt-parent-UnicodeBlockExObjectnotifyIllegalMonitorStateException/UnicodeBlockExObjectnotifyIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0167-rt-parent-UnicodeBlockExObjectnotifyIllegalMonitorStateException/UnicodeBlockExObjectnotifyIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjectnotifyIllegalMonitorStateException.java * -@TestCaseName: Exception in Character/UnicodeBlock: final void notify() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0168-rt-parent-UnicodeBlockExObjecttoString/UnicodeBlockExObjecttoString.java b/test/testsuite/ouroboros/parent_test/RT0168-rt-parent-UnicodeBlockExObjecttoString/UnicodeBlockExObjecttoString.java index 45061c74100a137a7dda3af60d866a8c33848b11..8a46451936b60ae94ae7d6e4d87f6ae88e3fb369 100644 --- a/test/testsuite/ouroboros/parent_test/RT0168-rt-parent-UnicodeBlockExObjecttoString/UnicodeBlockExObjecttoString.java +++ b/test/testsuite/ouroboros/parent_test/RT0168-rt-parent-UnicodeBlockExObjecttoString/UnicodeBlockExObjecttoString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjecttoString.java * -@TestCaseName: Exception in Character/UnicodeBlock: final String toString() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0169-rt-parent-UnicodeBlockExObjectwaitIllegalMonitorStateException/UnicodeBlockExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/RT0169-rt-parent-UnicodeBlockExObjectwaitIllegalMonitorStateException/UnicodeBlockExObjectwaitIllegalMonitorStateException.java index af5dba671fde7e5f4c4454956336f64c2326a68f..dcdab80bb45551bca93dc501311b3b8a079752f0 100644 --- a/test/testsuite/ouroboros/parent_test/RT0169-rt-parent-UnicodeBlockExObjectwaitIllegalMonitorStateException/UnicodeBlockExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/RT0169-rt-parent-UnicodeBlockExObjectwaitIllegalMonitorStateException/UnicodeBlockExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in Character/UnicodeBlock: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0170-rt-parent-UnicodeBlockExObjectwaitInterruptedException/UnicodeBlockExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/RT0170-rt-parent-UnicodeBlockExObjectwaitInterruptedException/UnicodeBlockExObjectwaitInterruptedException.java index b1bb526023dece539f44d1c06e5c098e46d5d7b6..c4e450ced76f4efdd590a005c520015459c8e618 100644 --- a/test/testsuite/ouroboros/parent_test/RT0170-rt-parent-UnicodeBlockExObjectwaitInterruptedException/UnicodeBlockExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/RT0170-rt-parent-UnicodeBlockExObjectwaitInterruptedException/UnicodeBlockExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjectwaitInterruptedException.java * -@TestCaseName: Exception in Character/UnicodeBlock: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/RT0171-rt-parent-UnicodeBlockExObjectwait/UnicodeBlockExObjectwait.java b/test/testsuite/ouroboros/parent_test/RT0171-rt-parent-UnicodeBlockExObjectwait/UnicodeBlockExObjectwait.java index dfd5714d13a8487f328f24d10fe97086c44af2b7..b7b6deab4ce7dd657cfc20337fa07ac1fb966c7e 100644 --- a/test/testsuite/ouroboros/parent_test/RT0171-rt-parent-UnicodeBlockExObjectwait/UnicodeBlockExObjectwait.java +++ b/test/testsuite/ouroboros/parent_test/RT0171-rt-parent-UnicodeBlockExObjectwait/UnicodeBlockExObjectwait.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnicodeBlockExObjectwait.java * -@TestCaseName: Exception in Character/UnicodeBlock: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/issue-RT0646-rt-parent-AccessibleObjectExObjectwaitInterruptedException/AccessibleObjectExObjectwaitInterruptedException.java b/test/testsuite/ouroboros/parent_test/issue-RT0646-rt-parent-AccessibleObjectExObjectwaitInterruptedException/AccessibleObjectExObjectwaitInterruptedException.java index 46c61260e980c87bf0f2e5670d5d727ee620800b..d1a621730eaa60d087b58bf5fb6ecd6d6a28c110 100644 --- a/test/testsuite/ouroboros/parent_test/issue-RT0646-rt-parent-AccessibleObjectExObjectwaitInterruptedException/AccessibleObjectExObjectwaitInterruptedException.java +++ b/test/testsuite/ouroboros/parent_test/issue-RT0646-rt-parent-AccessibleObjectExObjectwaitInterruptedException/AccessibleObjectExObjectwaitInterruptedException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: AccessibleObjectExObjectwaitInterruptedException.java * -@TestCaseName: Exception in reflect/AccessibleObject: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/issue-RT0654-rt-parent-CharacterExObjectnotifyAllIllegalMonitorStateException/CharacterExObjectnotifyAllIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/issue-RT0654-rt-parent-CharacterExObjectnotifyAllIllegalMonitorStateException/CharacterExObjectnotifyAllIllegalMonitorStateException.java index 3ed4155e8147dffd228c442fa45db6b02b941a1c..5754fd0bc003d1419f0dfe038f699955d168ba25 100644 --- a/test/testsuite/ouroboros/parent_test/issue-RT0654-rt-parent-CharacterExObjectnotifyAllIllegalMonitorStateException/CharacterExObjectnotifyAllIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/issue-RT0654-rt-parent-CharacterExObjectnotifyAllIllegalMonitorStateException/CharacterExObjectnotifyAllIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: CharacterExObjectnotifyAllIllegalMonitorStateException.java * -@TestCaseName: Exception in Character: final void notifyAll() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/issue-RT0733-rt-parent-ModifierExObjectwaitIllegalArgumentException/ModifierExObjectwaitIllegalArgumentException.java b/test/testsuite/ouroboros/parent_test/issue-RT0733-rt-parent-ModifierExObjectwaitIllegalArgumentException/ModifierExObjectwaitIllegalArgumentException.java index 932042d6aaa04c9b52f23cb311b33266470433f6..df41951543dd4bcbf076bb84f7351906896528de 100644 --- a/test/testsuite/ouroboros/parent_test/issue-RT0733-rt-parent-ModifierExObjectwaitIllegalArgumentException/ModifierExObjectwaitIllegalArgumentException.java +++ b/test/testsuite/ouroboros/parent_test/issue-RT0733-rt-parent-ModifierExObjectwaitIllegalArgumentException/ModifierExObjectwaitIllegalArgumentException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjectwaitIllegalArgumentException.java * -@TestCaseName: Exception in reflect Modifier: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/parent_test/issue-RT0734-rt-parent-ModifierExObjectwaitIllegalMonitorStateException/ModifierExObjectwaitIllegalMonitorStateException.java b/test/testsuite/ouroboros/parent_test/issue-RT0734-rt-parent-ModifierExObjectwaitIllegalMonitorStateException/ModifierExObjectwaitIllegalMonitorStateException.java index 93d2662a727e2d0e4ed96badbc2644192a1e0b51..756e41f61b308fed910d45132e2d90f212f2b32e 100644 --- a/test/testsuite/ouroboros/parent_test/issue-RT0734-rt-parent-ModifierExObjectwaitIllegalMonitorStateException/ModifierExObjectwaitIllegalMonitorStateException.java +++ b/test/testsuite/ouroboros/parent_test/issue-RT0734-rt-parent-ModifierExObjectwaitIllegalMonitorStateException/ModifierExObjectwaitIllegalMonitorStateException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ModifierExObjectwaitIllegalMonitorStateException.java * -@TestCaseName: Exception in reflect Modifier: final void wait(*) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/reflection_test/RT0001-rt-reflection-ReflectingetConstructor1/ReflectingGetConstructor1.java b/test/testsuite/ouroboros/reflection_test/RT0001-rt-reflection-ReflectingetConstructor1/ReflectingGetConstructor1.java index af950f5b75d310b3e31b50247367c7600e59e11b..4bfb30be0c6ef1b87e1052475652101d9865f83b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0001-rt-reflection-ReflectingetConstructor1/ReflectingGetConstructor1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0001-rt-reflection-ReflectingetConstructor1/ReflectingGetConstructor1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectingGetConstructor1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectingGetConstructor1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0002-rt-reflection-ReflectingetConstructor2/ReflectingGetConstructor2.java b/test/testsuite/ouroboros/reflection_test/RT0002-rt-reflection-ReflectingetConstructor2/ReflectingGetConstructor2.java index 5070a1f9daace73c165fc61c69c6e815b6131501..c3097f86b1b0be449cbc5dead16162f86e19329d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0002-rt-reflection-ReflectingetConstructor2/ReflectingGetConstructor2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0002-rt-reflection-ReflectingetConstructor2/ReflectingGetConstructor2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectingGetConstructor2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectingGetConstructor2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0003-rt-reflection-ReflectingetConstructors/ReflectingGetConstructors.java b/test/testsuite/ouroboros/reflection_test/RT0003-rt-reflection-ReflectingetConstructors/ReflectingGetConstructors.java index 555829267ee048402b01162c3874ca0ccd3f1b9a..75bfb8d48714b7b7f105ffa251a6b89986ed9742 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0003-rt-reflection-ReflectingetConstructors/ReflectingGetConstructors.java +++ b/test/testsuite/ouroboros/reflection_test/RT0003-rt-reflection-ReflectingetConstructors/ReflectingGetConstructors.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectingGetConstructors *- @RequirementName: Java Reflection *- @TestCaseName:ReflectingGetConstructors.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0004-rt-reflection-ReflectingetDeclaredConstructor1/ReflectingGetDeclaredConstructor1.java b/test/testsuite/ouroboros/reflection_test/RT0004-rt-reflection-ReflectingetDeclaredConstructor1/ReflectingGetDeclaredConstructor1.java index 9ed2df27e818bef4048a0d49c022d58893d4ca78..a7448aac2bb27813160940b05992aea07c30e785 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0004-rt-reflection-ReflectingetDeclaredConstructor1/ReflectingGetDeclaredConstructor1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0004-rt-reflection-ReflectingetDeclaredConstructor1/ReflectingGetDeclaredConstructor1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectingGetDeclaredConstructor1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectingGetDeclaredConstructor1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0005-rt-reflection-ReflectingetDeclaredConstructor2/ReflectingGetDeclaredConstructor2.java b/test/testsuite/ouroboros/reflection_test/RT0005-rt-reflection-ReflectingetDeclaredConstructor2/ReflectingGetDeclaredConstructor2.java index f937ca47f1c5c0d320b697ed8d1860e319aaedc9..2e46284e864bd8895714537f09715193307eb425 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0005-rt-reflection-ReflectingetDeclaredConstructor2/ReflectingGetDeclaredConstructor2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0005-rt-reflection-ReflectingetDeclaredConstructor2/ReflectingGetDeclaredConstructor2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectingGetDeclaredConstructor2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectingGetDeclaredConstructor2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0006-rt-reflection-ReflectingetDeclaredConstructors/ReflectingGetDeclaredConstructors.java b/test/testsuite/ouroboros/reflection_test/RT0006-rt-reflection-ReflectingetDeclaredConstructors/ReflectingGetDeclaredConstructors.java index 67c4e90e0867b2c34d13377b2e15ba37ff85c951..564f87988c2d3a4d306ab24b33caf774ed746926 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0006-rt-reflection-ReflectingetDeclaredConstructors/ReflectingGetDeclaredConstructors.java +++ b/test/testsuite/ouroboros/reflection_test/RT0006-rt-reflection-ReflectingetDeclaredConstructors/ReflectingGetDeclaredConstructors.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectingGetDeclaredConstructors *- @RequirementName: Java Reflection *- @TestCaseName:ReflectingGetDeclaredConstructors.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0007-rt-reflection-ReflectionasSubclass1/ReflectionAsSubclass1.java b/test/testsuite/ouroboros/reflection_test/RT0007-rt-reflection-ReflectionasSubclass1/ReflectionAsSubclass1.java index fd6633664cc61af80adea645d789f9457439fd62..c2ca556de299ac15ebbd904842c38ec5e02b0a4d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0007-rt-reflection-ReflectionasSubclass1/ReflectionAsSubclass1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0007-rt-reflection-ReflectionasSubclass1/ReflectionAsSubclass1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionAsSubclass1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionAsSubclass1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0008-rt-reflection-ReflectionasSubclass2/ReflectionAsSubclass2.java b/test/testsuite/ouroboros/reflection_test/RT0008-rt-reflection-ReflectionasSubclass2/ReflectionAsSubclass2.java index 8c81700fb47e5c58522c9e3825376ba4c6e13f35..97c72364e1194c7e50e970c143cb9cfdd53197c1 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0008-rt-reflection-ReflectionasSubclass2/ReflectionAsSubclass2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0008-rt-reflection-ReflectionasSubclass2/ReflectionAsSubclass2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionAsSubclass2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionAsSubclass2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0009-rt-reflection-ReflectionasSubclass3/ReflectionAsSubclass3.java b/test/testsuite/ouroboros/reflection_test/RT0009-rt-reflection-ReflectionasSubclass3/ReflectionAsSubclass3.java index 5f04516ef9c3ed2872e2583a436d57723f0d95f0..c224fd0568c1b8945370d54efe91858427c017fb 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0009-rt-reflection-ReflectionasSubclass3/ReflectionAsSubclass3.java +++ b/test/testsuite/ouroboros/reflection_test/RT0009-rt-reflection-ReflectionasSubclass3/ReflectionAsSubclass3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionAsSubclass3 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionAsSubclass3.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0010-rt-reflection-Reflectioncast1/ReflectionCast1.java b/test/testsuite/ouroboros/reflection_test/RT0010-rt-reflection-Reflectioncast1/ReflectionCast1.java index c6552b6c4d7f2818cc198b39b27b159bce31d810..a2f2c47bcb05e972cc1aff18aa10886548fad63b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0010-rt-reflection-Reflectioncast1/ReflectionCast1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0010-rt-reflection-Reflectioncast1/ReflectionCast1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionCast1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionCast1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0011-rt-reflection-Reflectioncast2/ReflectionCast2.java b/test/testsuite/ouroboros/reflection_test/RT0011-rt-reflection-Reflectioncast2/ReflectionCast2.java index 773e5c67aca9ed923f23a05dc8523d221b48ee14..a1708d8334801229e7f87da0042edb3852159caa 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0011-rt-reflection-Reflectioncast2/ReflectionCast2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0011-rt-reflection-Reflectioncast2/ReflectionCast2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionCast2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionCast2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0012-rt-reflection-Reflectioncast3/ReflectionCast3.java b/test/testsuite/ouroboros/reflection_test/RT0012-rt-reflection-Reflectioncast3/ReflectionCast3.java index 35cb1a3351c388772e53affce298d681243937d1..9c6e8cd7b0cfea5717485aaf49501ec14a2c85ea 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0012-rt-reflection-Reflectioncast3/ReflectionCast3.java +++ b/test/testsuite/ouroboros/reflection_test/RT0012-rt-reflection-Reflectioncast3/ReflectionCast3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionCast3 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionCast3.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0013-rt-reflection-Reflectioncast4/ReflectionCast4.java b/test/testsuite/ouroboros/reflection_test/RT0013-rt-reflection-Reflectioncast4/ReflectionCast4.java index 565420c58f4ae963a64ebb8b4575ade11e11b852..4b4e43f494692b8893895002a1fe3a09687b7631 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0013-rt-reflection-Reflectioncast4/ReflectionCast4.java +++ b/test/testsuite/ouroboros/reflection_test/RT0013-rt-reflection-Reflectioncast4/ReflectionCast4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionCast4 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionCast4.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0014-rt-reflection-ReflectiondesiredAssertionStatus/ReflectionDesiredAssertionStatus.java b/test/testsuite/ouroboros/reflection_test/RT0014-rt-reflection-ReflectiondesiredAssertionStatus/ReflectionDesiredAssertionStatus.java index 5a03bd058f47995fc1f1a617ff7c5753e3a8866e..ab993922ddcdc477cc30482ac57d1d83712cb711 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0014-rt-reflection-ReflectiondesiredAssertionStatus/ReflectionDesiredAssertionStatus.java +++ b/test/testsuite/ouroboros/reflection_test/RT0014-rt-reflection-ReflectiondesiredAssertionStatus/ReflectionDesiredAssertionStatus.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionDesiredAssertionStatus *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionDesiredAssertionStatus.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0015-rt-reflection-ReflectionforName1/ReflectionForName1.java b/test/testsuite/ouroboros/reflection_test/RT0015-rt-reflection-ReflectionforName1/ReflectionForName1.java index 82aac48c5b90f3af38b2cd65e2a82c4ef397c648..e5699a985426c411228aacdff4fd0cc63a5c0156 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0015-rt-reflection-ReflectionforName1/ReflectionForName1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0015-rt-reflection-ReflectionforName1/ReflectionForName1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionForName1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionForName1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0016-rt-reflection-ReflectionforName4/ReflectionForName4.java b/test/testsuite/ouroboros/reflection_test/RT0016-rt-reflection-ReflectionforName4/ReflectionForName4.java index 5c014e083766095ed940df488d15385e85ca1c33..67366b3995c936457be11f02171f42c699007ede 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0016-rt-reflection-ReflectionforName4/ReflectionForName4.java +++ b/test/testsuite/ouroboros/reflection_test/RT0016-rt-reflection-ReflectionforName4/ReflectionForName4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionForName4 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionForName4.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0017-rt-reflection-ReflectionforName5/ReflectionForName5.java b/test/testsuite/ouroboros/reflection_test/RT0017-rt-reflection-ReflectionforName5/ReflectionForName5.java index 360b753166d5fe4bfaf3f076f7a05bfc97a7d9ef..d83ab87af313af1da5472aed1c71349c7dbb1b99 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0017-rt-reflection-ReflectionforName5/ReflectionForName5.java +++ b/test/testsuite/ouroboros/reflection_test/RT0017-rt-reflection-ReflectionforName5/ReflectionForName5.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionForName5 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionForName5.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0020-rt-reflection-ReflectiongetAnnotation3/ReflectionGetAnnotation3.java b/test/testsuite/ouroboros/reflection_test/RT0020-rt-reflection-ReflectiongetAnnotation3/ReflectionGetAnnotation3.java index 980a79a5ecb7ef766560bc2fb0fd89706ef247c2..7208dd20f7b3153376995a4e1d74f632fbc420d1 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0020-rt-reflection-ReflectiongetAnnotation3/ReflectionGetAnnotation3.java +++ b/test/testsuite/ouroboros/reflection_test/RT0020-rt-reflection-ReflectiongetAnnotation3/ReflectionGetAnnotation3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetAnnotation3 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetAnnotation3.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0021-rt-reflection-ReflectiongetAnnotation4/ReflectionGetAnnotation4.java b/test/testsuite/ouroboros/reflection_test/RT0021-rt-reflection-ReflectiongetAnnotation4/ReflectionGetAnnotation4.java index 20d24d6e1ece5f374a889f0bfca0bcb8e62296be..27945cb2971ef96c6483061a23be77a4fb14be6c 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0021-rt-reflection-ReflectiongetAnnotation4/ReflectionGetAnnotation4.java +++ b/test/testsuite/ouroboros/reflection_test/RT0021-rt-reflection-ReflectiongetAnnotation4/ReflectionGetAnnotation4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetAnnotation4 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetAnnotation4.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0026-rt-reflection-ReflectiongetAnnotationsByType2/ReflectionGetAnnotationsByType2.java b/test/testsuite/ouroboros/reflection_test/RT0026-rt-reflection-ReflectiongetAnnotationsByType2/ReflectionGetAnnotationsByType2.java index 0e5666fec927e7160dc58ed8f2a1426257454c31..9bf1e32411e6c93528823305e2da86fe7d8ab73c 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0026-rt-reflection-ReflectiongetAnnotationsByType2/ReflectionGetAnnotationsByType2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0026-rt-reflection-ReflectiongetAnnotationsByType2/ReflectionGetAnnotationsByType2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetAnnotationsByType2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetAnnotationsByType2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0028-rt-reflection-ReflectiongetCanonicalName/ReflectionGetCanonicalName.java b/test/testsuite/ouroboros/reflection_test/RT0028-rt-reflection-ReflectiongetCanonicalName/ReflectionGetCanonicalName.java index 7aeef6d4b8e03e9d523d9aa65aa2a73aa90fbcf5..21ef48d59731c8b4bc5aaf312fb8fd4f7e439aa9 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0028-rt-reflection-ReflectiongetCanonicalName/ReflectionGetCanonicalName.java +++ b/test/testsuite/ouroboros/reflection_test/RT0028-rt-reflection-ReflectiongetCanonicalName/ReflectionGetCanonicalName.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetCanonicalName *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetCanonicalName.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0029-rt-reflection-ReflectiongetComponentType/ReflectionGetComponentType.java b/test/testsuite/ouroboros/reflection_test/RT0029-rt-reflection-ReflectiongetComponentType/ReflectionGetComponentType.java index 47a522925f750139e5353d690a989012b9a3609b..fd06d0052acd8c1b901b06d71f67c714615e0461 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0029-rt-reflection-ReflectiongetComponentType/ReflectionGetComponentType.java +++ b/test/testsuite/ouroboros/reflection_test/RT0029-rt-reflection-ReflectiongetComponentType/ReflectionGetComponentType.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetComponentType *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetComponentType.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0030-rt-reflection-ReflectiongetDeclaredAnnotations1/ReflectionGetDeclaredAnnotations1.java b/test/testsuite/ouroboros/reflection_test/RT0030-rt-reflection-ReflectiongetDeclaredAnnotations1/ReflectionGetDeclaredAnnotations1.java index cf094ce040f87ab02264c05a908c3341e7fc346f..c2960951302401d1f0680a50fabaa45bd2d90666 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0030-rt-reflection-ReflectiongetDeclaredAnnotations1/ReflectionGetDeclaredAnnotations1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0030-rt-reflection-ReflectiongetDeclaredAnnotations1/ReflectionGetDeclaredAnnotations1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredAnnotations1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredAnnotations1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0031-rt-reflection-ReflectiongetDeclaredAnnotations2/ReflectionGetDeclaredAnnotations2.java b/test/testsuite/ouroboros/reflection_test/RT0031-rt-reflection-ReflectiongetDeclaredAnnotations2/ReflectionGetDeclaredAnnotations2.java index 2114661ce2ad8915be2ac307690a13596b1bc805..fabe60f027f2c48051dc2e2d2855d9ecd8406cdf 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0031-rt-reflection-ReflectiongetDeclaredAnnotations2/ReflectionGetDeclaredAnnotations2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0031-rt-reflection-ReflectiongetDeclaredAnnotations2/ReflectionGetDeclaredAnnotations2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredAnnotations2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredAnnotations2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0033-rt-reflection-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/ReflectionGetDeclaredAnnotationsByTypeNullPointerException.java b/test/testsuite/ouroboros/reflection_test/RT0033-rt-reflection-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/ReflectionGetDeclaredAnnotationsByTypeNullPointerException.java index 89426307566b5f5eb0b17f1b88e6c7b2a83c8753..999d99b70875e60c4a03895adfab61bb4a5a78d8 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0033-rt-reflection-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/ReflectionGetDeclaredAnnotationsByTypeNullPointerException.java +++ b/test/testsuite/ouroboros/reflection_test/RT0033-rt-reflection-ReflectionGetDeclaredAnnotationsByTypeNullPointerException/ReflectionGetDeclaredAnnotationsByTypeNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredAnnotationsByTypeNullPointerException *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredAnnotationsByTypeNullPointerException.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0034-rt-reflection-ReflectiongetDeclaredClasses/ReflectionGetDeclaredClasses.java b/test/testsuite/ouroboros/reflection_test/RT0034-rt-reflection-ReflectiongetDeclaredClasses/ReflectionGetDeclaredClasses.java index 5eda47ffd36f0afec8f1b885fb62c3d5951d54be..9690dc4ddb757f067ea4a4f9fec1cd4c47ae03ba 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0034-rt-reflection-ReflectiongetDeclaredClasses/ReflectionGetDeclaredClasses.java +++ b/test/testsuite/ouroboros/reflection_test/RT0034-rt-reflection-ReflectiongetDeclaredClasses/ReflectionGetDeclaredClasses.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredClasses *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredClasses.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0035-rt-reflection-ReflectiongetDeclaredField1/ReflectionGetDeclaredField1.java b/test/testsuite/ouroboros/reflection_test/RT0035-rt-reflection-ReflectiongetDeclaredField1/ReflectionGetDeclaredField1.java index 939836bbd5fdab3c73f8b765b7cfb3390d251280..25551bd3192626642f50dd57e487908107ddd401 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0035-rt-reflection-ReflectiongetDeclaredField1/ReflectionGetDeclaredField1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0035-rt-reflection-ReflectiongetDeclaredField1/ReflectionGetDeclaredField1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredField1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredField1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0036-rt-reflection-ReflectionGetDeclaredFieldNullPointerException/ReflectionGetDeclaredFieldNullPointerException.java b/test/testsuite/ouroboros/reflection_test/RT0036-rt-reflection-ReflectionGetDeclaredFieldNullPointerException/ReflectionGetDeclaredFieldNullPointerException.java index b2c4825f8f1b5df5aedda4476e8a8b6b3db7131b..42859a055c71538740d4476c3b33b947758df863 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0036-rt-reflection-ReflectionGetDeclaredFieldNullPointerException/ReflectionGetDeclaredFieldNullPointerException.java +++ b/test/testsuite/ouroboros/reflection_test/RT0036-rt-reflection-ReflectionGetDeclaredFieldNullPointerException/ReflectionGetDeclaredFieldNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredFieldNullPointerException. *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredFieldNullPointerException.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0037-rt-reflection-ReflectiongetDeclaredFields1/ReflectionGetDeclaredFields1.java b/test/testsuite/ouroboros/reflection_test/RT0037-rt-reflection-ReflectiongetDeclaredFields1/ReflectionGetDeclaredFields1.java index 8ec3af1080b7f7222250ad67512c1b470185e7d8..9f5355749ae54c7574476d0b559258590e4ec54a 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0037-rt-reflection-ReflectiongetDeclaredFields1/ReflectionGetDeclaredFields1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0037-rt-reflection-ReflectiongetDeclaredFields1/ReflectionGetDeclaredFields1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredFields1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredFields1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0038-rt-reflection-ReflectiongetDeclaredFields2/ReflectionGetDeclaredFields.java b/test/testsuite/ouroboros/reflection_test/RT0038-rt-reflection-ReflectiongetDeclaredFields2/ReflectionGetDeclaredFields.java index fd0f8607ebb1cd2b86f4842b328fa6508b0e09ba..3973eafa7286383d463e2d174228a7471494deb7 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0038-rt-reflection-ReflectiongetDeclaredFields2/ReflectionGetDeclaredFields.java +++ b/test/testsuite/ouroboros/reflection_test/RT0038-rt-reflection-ReflectiongetDeclaredFields2/ReflectionGetDeclaredFields.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredFields *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredFields.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0039-rt-reflection-ReflectiongetDeclaredMethod1/ReflectionGetDeclaredMethod1.java b/test/testsuite/ouroboros/reflection_test/RT0039-rt-reflection-ReflectiongetDeclaredMethod1/ReflectionGetDeclaredMethod1.java index 0cd655a34c0ea3fbb5d3bb39ff8ef4eea72555ff..19e2314577fe71830286286969b5dbd6a461b029 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0039-rt-reflection-ReflectiongetDeclaredMethod1/ReflectionGetDeclaredMethod1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0039-rt-reflection-ReflectiongetDeclaredMethod1/ReflectionGetDeclaredMethod1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredMethod1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredMethod1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0040-rt-reflection-ReflectiongetDeclaredMethod2/ReflectionGetDeclaredMethod2.java b/test/testsuite/ouroboros/reflection_test/RT0040-rt-reflection-ReflectiongetDeclaredMethod2/ReflectionGetDeclaredMethod2.java index 1666025c7fffbaed1101d67f043dc074a3b9214e..e3f60e8907f8ca92be10ef214eea8c6424bbd382 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0040-rt-reflection-ReflectiongetDeclaredMethod2/ReflectionGetDeclaredMethod2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0040-rt-reflection-ReflectiongetDeclaredMethod2/ReflectionGetDeclaredMethod2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredMethod2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredMethod2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0041-rt-reflection-ReflectiongetDeclaredMethod3/ReflectionGetDeclaredMethod3.java b/test/testsuite/ouroboros/reflection_test/RT0041-rt-reflection-ReflectiongetDeclaredMethod3/ReflectionGetDeclaredMethod3.java index 43fd4ec2485fe9b89aeb6d1ab362add6cde3a85a..18232e51683fd543944caf527a06489800a293d0 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0041-rt-reflection-ReflectiongetDeclaredMethod3/ReflectionGetDeclaredMethod3.java +++ b/test/testsuite/ouroboros/reflection_test/RT0041-rt-reflection-ReflectiongetDeclaredMethod3/ReflectionGetDeclaredMethod3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredMethod3 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredMethod3.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0042-rt-reflection-ReflectiongetDeclaredMethods1/ReflectionGetDeclaredMethods1.java b/test/testsuite/ouroboros/reflection_test/RT0042-rt-reflection-ReflectiongetDeclaredMethods1/ReflectionGetDeclaredMethods1.java index 7254c5c912ea25601daa3759a1d7152d77afcc91..d9cd00138dcd5cab372918eab252199e40370614 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0042-rt-reflection-ReflectiongetDeclaredMethods1/ReflectionGetDeclaredMethods1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0042-rt-reflection-ReflectiongetDeclaredMethods1/ReflectionGetDeclaredMethods1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredMethods1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredMethods1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0043-rt-reflection-ReflectiongetDeclaredMethods2/ReflectionGetDeclaredMethods2.java b/test/testsuite/ouroboros/reflection_test/RT0043-rt-reflection-ReflectiongetDeclaredMethods2/ReflectionGetDeclaredMethods2.java index 7b9bbda9c4073794292e4e0c37398e2bbf7132c8..2ed29aef4deefe209ce1855531faa679d6f26ac3 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0043-rt-reflection-ReflectiongetDeclaredMethods2/ReflectionGetDeclaredMethods2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0043-rt-reflection-ReflectiongetDeclaredMethods2/ReflectionGetDeclaredMethods2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaredMethods2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaredMethods2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0044-rt-reflection-ReflectiongetDeclaringClass/ReflectionGetDeclaringClass.java b/test/testsuite/ouroboros/reflection_test/RT0044-rt-reflection-ReflectiongetDeclaringClass/ReflectionGetDeclaringClass.java index 4f85769a36ba2b55938aea7e40ac0c36957ae5e2..6500874292c8ab932d1d572492a981f64528ef9d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0044-rt-reflection-ReflectiongetDeclaringClass/ReflectionGetDeclaringClass.java +++ b/test/testsuite/ouroboros/reflection_test/RT0044-rt-reflection-ReflectiongetDeclaringClass/ReflectionGetDeclaringClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetDeclaringClass *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetDeclaringClass.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0047-rt-reflection-ReflectiongetEnumConstants/ReflectionGetEnumConstants.java b/test/testsuite/ouroboros/reflection_test/RT0047-rt-reflection-ReflectiongetEnumConstants/ReflectionGetEnumConstants.java index c2bac55cb900ddf0346a0ffaba0828df65160e8f..3da8250fac9ee01b41fc4f1e7b27e5225457583b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0047-rt-reflection-ReflectiongetEnumConstants/ReflectionGetEnumConstants.java +++ b/test/testsuite/ouroboros/reflection_test/RT0047-rt-reflection-ReflectiongetEnumConstants/ReflectionGetEnumConstants.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetEnumConstants *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetEnumConstants.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0048-rt-reflection-ReflectiongetField1/ReflectionGetField1.java b/test/testsuite/ouroboros/reflection_test/RT0048-rt-reflection-ReflectiongetField1/ReflectionGetField1.java index 3cbbfaa8a55238ac6f92b50127adbcafcc8736bb..925d6af22c9481ad62e7f6ae14cb742ca76219c2 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0048-rt-reflection-ReflectiongetField1/ReflectionGetField1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0048-rt-reflection-ReflectiongetField1/ReflectionGetField1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetField1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetField1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0049-rt-reflection-ReflectiongetField2/ReflectionGetField2.java b/test/testsuite/ouroboros/reflection_test/RT0049-rt-reflection-ReflectiongetField2/ReflectionGetField2.java index 4d7d21b9b70ae60fa3802aec5c010901ef01eb50..6bd5556f948834e8ebc840ce415142776a5e6643 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0049-rt-reflection-ReflectiongetField2/ReflectionGetField2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0049-rt-reflection-ReflectiongetField2/ReflectionGetField2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetField2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetField2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0050-rt-reflection-ReflectiongetFields/ReflectionGetFields.java b/test/testsuite/ouroboros/reflection_test/RT0050-rt-reflection-ReflectiongetFields/ReflectionGetFields.java index 17f62e2d2751a44efe5883968adbe745a24584a2..2cbe8ec3a02dac17d2eb8253e5b39becd6501a34 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0050-rt-reflection-ReflectiongetFields/ReflectionGetFields.java +++ b/test/testsuite/ouroboros/reflection_test/RT0050-rt-reflection-ReflectiongetFields/ReflectionGetFields.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetFields *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetFields.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0051-rt-reflection-ReflectiongetMethod1/ReflectionGetMethod1.java b/test/testsuite/ouroboros/reflection_test/RT0051-rt-reflection-ReflectiongetMethod1/ReflectionGetMethod1.java index 09a9689e1b3a185d2a444dd1663d6b8b9c4abea8..90cc766c887ed19906a7fb7a181897f66078a125 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0051-rt-reflection-ReflectiongetMethod1/ReflectionGetMethod1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0051-rt-reflection-ReflectiongetMethod1/ReflectionGetMethod1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetMethod1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetMethod1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0052-rt-reflection-ReflectiongetMethod2/ReflectionGetMethod2.java b/test/testsuite/ouroboros/reflection_test/RT0052-rt-reflection-ReflectiongetMethod2/ReflectionGetMethod2.java index 56bae501526fa99a2c65d28b5f6dbb43196c7d61..85712cf4bf2f0ed07c621f28d24c5c9cebe30492 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0052-rt-reflection-ReflectiongetMethod2/ReflectionGetMethod2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0052-rt-reflection-ReflectiongetMethod2/ReflectionGetMethod2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetMethod2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetMethod2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0053-rt-reflection-ReflectiongetSigners/ReflectionGetSigners.java b/test/testsuite/ouroboros/reflection_test/RT0053-rt-reflection-ReflectiongetSigners/ReflectionGetSigners.java index 72b3d43f0b606b542dae959073181e0c9271acbc..0b7416a77b0debc520685c7b18f8c58c29274a1a 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0053-rt-reflection-ReflectiongetSigners/ReflectionGetSigners.java +++ b/test/testsuite/ouroboros/reflection_test/RT0053-rt-reflection-ReflectiongetSigners/ReflectionGetSigners.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetSigners *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetSigners.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0054-rt-reflection-ReflectiongetSimpleName/ReflectionGetSimpleName.java b/test/testsuite/ouroboros/reflection_test/RT0054-rt-reflection-ReflectiongetSimpleName/ReflectionGetSimpleName.java index aa7e71d0fbbe1c15b95e00bb99fd4c0966fbe6f8..63951dc781044bbd03620554e143a5c945d5d617 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0054-rt-reflection-ReflectiongetSimpleName/ReflectionGetSimpleName.java +++ b/test/testsuite/ouroboros/reflection_test/RT0054-rt-reflection-ReflectiongetSimpleName/ReflectionGetSimpleName.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionGetSimpleName *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionGetSimpleName.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0056-rt-reflection-ReflectionisArray/ReflectionIsArray.java b/test/testsuite/ouroboros/reflection_test/RT0056-rt-reflection-ReflectionisArray/ReflectionIsArray.java index 3bafe91ed6c0e453711e3e41b8cdada70525a77e..e95b2b415f38577867ba02173ffe7129c36dc0e8 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0056-rt-reflection-ReflectionisArray/ReflectionIsArray.java +++ b/test/testsuite/ouroboros/reflection_test/RT0056-rt-reflection-ReflectionisArray/ReflectionIsArray.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionIsArray *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionIsArray.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0057-rt-reflection-ReflectionisAssignableFrom1/ReflectionIsAssignableFrom1.java b/test/testsuite/ouroboros/reflection_test/RT0057-rt-reflection-ReflectionisAssignableFrom1/ReflectionIsAssignableFrom1.java index 8673d6a7564f92277f69ac27bd4c7f4e98604283..5894e2302685dc24533e8e2f93c1a577e5966d92 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0057-rt-reflection-ReflectionisAssignableFrom1/ReflectionIsAssignableFrom1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0057-rt-reflection-ReflectionisAssignableFrom1/ReflectionIsAssignableFrom1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionIsAssignableFrom1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionIsAssignableFrom1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0058-rt-reflection-ReflectionisAssignableFrom2/ReflectionIsAssignableFromNullPointerException.java b/test/testsuite/ouroboros/reflection_test/RT0058-rt-reflection-ReflectionisAssignableFrom2/ReflectionIsAssignableFromNullPointerException.java index 3e335bbb2e1d0c4bb35fff0e8440a35c1f3a40f4..a714605cb4941433c772a90263b040dd467d1267 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0058-rt-reflection-ReflectionisAssignableFrom2/ReflectionIsAssignableFromNullPointerException.java +++ b/test/testsuite/ouroboros/reflection_test/RT0058-rt-reflection-ReflectionisAssignableFrom2/ReflectionIsAssignableFromNullPointerException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionIsAssignableFromNullPointerException *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionIsAssignableFromNullPointerException.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0059-rt-reflection-ReflectionisLocalClass/ReflectionIsLocalClass.java b/test/testsuite/ouroboros/reflection_test/RT0059-rt-reflection-ReflectionisLocalClass/ReflectionIsLocalClass.java index cf533a539a0f6e1497a3c699b142fafce3a73260..e8d11ca029c1e4532706fc715137b23129540538 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0059-rt-reflection-ReflectionisLocalClass/ReflectionIsLocalClass.java +++ b/test/testsuite/ouroboros/reflection_test/RT0059-rt-reflection-ReflectionisLocalClass/ReflectionIsLocalClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionIsLocalClass *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionIsLocalClass.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0060-rt-reflection-ReflectionisMemberClass/ReflectionIsMemberClass.java b/test/testsuite/ouroboros/reflection_test/RT0060-rt-reflection-ReflectionisMemberClass/ReflectionIsMemberClass.java index e648e111ced595a586f3082cd88967323bceb1c5..5e52df232a61880636befe01cecfd280485f29d8 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0060-rt-reflection-ReflectionisMemberClass/ReflectionIsMemberClass.java +++ b/test/testsuite/ouroboros/reflection_test/RT0060-rt-reflection-ReflectionisMemberClass/ReflectionIsMemberClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionIsMemberClass *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionIsMemberClass.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0061-rt-reflection-ReflectionisPrimitive/ReflectionIsPrimitive.java b/test/testsuite/ouroboros/reflection_test/RT0061-rt-reflection-ReflectionisPrimitive/ReflectionIsPrimitive.java index 417ea98735dad45d630640e77246d4a7628c4063..3a969bc989d80841dfc52c7ad0a8187b2b904be6 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0061-rt-reflection-ReflectionisPrimitive/ReflectionIsPrimitive.java +++ b/test/testsuite/ouroboros/reflection_test/RT0061-rt-reflection-ReflectionisPrimitive/ReflectionIsPrimitive.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionIsPrimitive *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionIsPrimitive.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0062-rt-reflection-ReflectionisSynthetic/ReflectionIsSynthetic.java b/test/testsuite/ouroboros/reflection_test/RT0062-rt-reflection-ReflectionisSynthetic/ReflectionIsSynthetic.java index cd3a1c1beb09feb6435ecfcbf4672652ea8bceae..c4e547c1accc07bc55e2ff9a2f41c2b3ab1da8fd 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0062-rt-reflection-ReflectionisSynthetic/ReflectionIsSynthetic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0062-rt-reflection-ReflectionisSynthetic/ReflectionIsSynthetic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionIsSynthetic *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionIsSynthetic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0063-rt-reflection-ReflectionnewInstance1/ReflectionNewInstance1.java b/test/testsuite/ouroboros/reflection_test/RT0063-rt-reflection-ReflectionnewInstance1/ReflectionNewInstance1.java index 669fea2ae9cd789449a339c80c138c02b96b83ef..a2b059ddb5e1cc11397088b905c00f332714fb86 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0063-rt-reflection-ReflectionnewInstance1/ReflectionNewInstance1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0063-rt-reflection-ReflectionnewInstance1/ReflectionNewInstance1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionNewInstance1 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionNewInstance1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0064-rt-reflection-ReflectionnewInstance2/ReflectionNewInstanceInstantiationExceptionIllegalAccessException.java b/test/testsuite/ouroboros/reflection_test/RT0064-rt-reflection-ReflectionnewInstance2/ReflectionNewInstanceInstantiationExceptionIllegalAccessException.java index 377081c1a68feea428e24e63a08775ec1ae3e5b7..eeb119cb146f6e59a4cd7e6b9e1694ed9a71034b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0064-rt-reflection-ReflectionnewInstance2/ReflectionNewInstanceInstantiationExceptionIllegalAccessException.java +++ b/test/testsuite/ouroboros/reflection_test/RT0064-rt-reflection-ReflectionnewInstance2/ReflectionNewInstanceInstantiationExceptionIllegalAccessException.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionNewInstanceInstantiationExceptionIllegalAccessException *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionNewInstanceInstantiationExceptionIllegalAccessException.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0065-rt-reflection-ReflectiontoGenericString/ReflectionToGenericString.java b/test/testsuite/ouroboros/reflection_test/RT0065-rt-reflection-ReflectiontoGenericString/ReflectionToGenericString.java index 58c37d344be12656c9188e354f045551d807577c..a438e13e54565fa16afda2ef118db887703c7c25 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0065-rt-reflection-ReflectiontoGenericString/ReflectionToGenericString.java +++ b/test/testsuite/ouroboros/reflection_test/RT0065-rt-reflection-ReflectiontoGenericString/ReflectionToGenericString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionToGenericString *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionToGenericString.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0066-rt-reflection-ReflectiontoString/ReflectionToString.java b/test/testsuite/ouroboros/reflection_test/RT0066-rt-reflection-ReflectiontoString/ReflectionToString.java index 9617d669917a7ff928cfda2896c3a59f4c713200..0553710e9a445e828a73cca1d5d9d0fc0a1efab5 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0066-rt-reflection-ReflectiontoString/ReflectionToString.java +++ b/test/testsuite/ouroboros/reflection_test/RT0066-rt-reflection-ReflectiontoString/ReflectionToString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionToString *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionToString.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0068-rt-reflection-RTConstructorgetAnnotation2/RTConstructorGetAnnotation2.java b/test/testsuite/ouroboros/reflection_test/RT0068-rt-reflection-RTConstructorgetAnnotation2/RTConstructorGetAnnotation2.java index 732281c7a83eb75cb316c8ca32c30c3e8deeaf0e..091522de7bdad0240372f009fd06cc24acffd2d3 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0068-rt-reflection-RTConstructorgetAnnotation2/RTConstructorGetAnnotation2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0068-rt-reflection-RTConstructorgetAnnotation2/RTConstructorGetAnnotation2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTConstructorGetAnnotation2 *- @RequirementName: Java Reflection *- @TestCaseName:RTConstructorGetAnnotation2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0070-rt-reflection-RTConstructorgetDeclaredAnnotations2/RTConstructorGetDeclaredAnnotations2.java b/test/testsuite/ouroboros/reflection_test/RT0070-rt-reflection-RTConstructorgetDeclaredAnnotations2/RTConstructorGetDeclaredAnnotations2.java index 3801a645be3792b3c1759d778301bcb89270b7df..380c6e411600e3927aee19a8c8d0c8831c6c7c4e 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0070-rt-reflection-RTConstructorgetDeclaredAnnotations2/RTConstructorGetDeclaredAnnotations2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0070-rt-reflection-RTConstructorgetDeclaredAnnotations2/RTConstructorGetDeclaredAnnotations2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTConstructorGetDeclaredAnnotations2 *- @RequirementName: Java Reflection *- @TestCaseName:RTConstructorGetDeclaredAnnotations2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0074-rt-reflection-RTFieldget1/RTFieldGet1.java b/test/testsuite/ouroboros/reflection_test/RT0074-rt-reflection-RTFieldget1/RTFieldGet1.java index 0ece2074b4d428d037a18e8fd820615fb3850411..db04b00cce5629c5d1ba09da4d1f331da9242fd7 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0074-rt-reflection-RTFieldget1/RTFieldGet1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0074-rt-reflection-RTFieldget1/RTFieldGet1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGet1 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGet1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0075-rt-reflection-RTFieldget2/RTFieldGet2.java b/test/testsuite/ouroboros/reflection_test/RT0075-rt-reflection-RTFieldget2/RTFieldGet2.java index 6a4c8c178fdff562108a6b8b411eea27d7d24efc..b71e3817d226a46fa7e1adb7e0c98a69a8fe2230 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0075-rt-reflection-RTFieldget2/RTFieldGet2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0075-rt-reflection-RTFieldget2/RTFieldGet2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGet2 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGet2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0076-rt-reflection-RTFieldget3/RTFieldGet3.java b/test/testsuite/ouroboros/reflection_test/RT0076-rt-reflection-RTFieldget3/RTFieldGet3.java index 7fac80ddeb4ae9af254efc3d256b17695a856a48..8fb7dc72451f50f2c6737fb7d7c193e01316324b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0076-rt-reflection-RTFieldget3/RTFieldGet3.java +++ b/test/testsuite/ouroboros/reflection_test/RT0076-rt-reflection-RTFieldget3/RTFieldGet3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGet3 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGet3.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0077-rt-reflection-RTFieldgetAnnotation/RTFieldGetAnnotation1.java b/test/testsuite/ouroboros/reflection_test/RT0077-rt-reflection-RTFieldgetAnnotation/RTFieldGetAnnotation1.java index 7cb720a509125099207fa7875f77cb1983e5bb52..3a0523b2f3b5c4ebb2490d30be108b2eab11e613 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0077-rt-reflection-RTFieldgetAnnotation/RTFieldGetAnnotation1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0077-rt-reflection-RTFieldgetAnnotation/RTFieldGetAnnotation1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGetAnnotation1 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGetAnnotation1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0079-rt-reflection-RTFieldgetDeclaredAnnotations2/RTFieldGetDeclaredAnnotations2.java b/test/testsuite/ouroboros/reflection_test/RT0079-rt-reflection-RTFieldgetDeclaredAnnotations2/RTFieldGetDeclaredAnnotations2.java index 3ff6afa5ac2d901ff82f22c7aa43350bd29e4cef..36e021f5ffa3fbf8f38e2058e241e575a7bd8dbe 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0079-rt-reflection-RTFieldgetDeclaredAnnotations2/RTFieldGetDeclaredAnnotations2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0079-rt-reflection-RTFieldgetDeclaredAnnotations2/RTFieldGetDeclaredAnnotations2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGetDeclaredAnnotations2 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGetDeclaredAnnotations2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0080-rt-reflection-RTFieldgetDeclaringClass/RTFieldGetDeclaringClass.java b/test/testsuite/ouroboros/reflection_test/RT0080-rt-reflection-RTFieldgetDeclaringClass/RTFieldGetDeclaringClass.java index 27906116c3cf14cc8da8aeb3f168b3a03cd8ce18..78ee9b8dae3a60c9d4459c8e132084ff9d57a05d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0080-rt-reflection-RTFieldgetDeclaringClass/RTFieldGetDeclaringClass.java +++ b/test/testsuite/ouroboros/reflection_test/RT0080-rt-reflection-RTFieldgetDeclaringClass/RTFieldGetDeclaringClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGetDeclaringClass *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGetDeclaringClass.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0081-rt-reflection-RTFieldgetModifiers/RTFieldGetModifiers.java b/test/testsuite/ouroboros/reflection_test/RT0081-rt-reflection-RTFieldgetModifiers/RTFieldGetModifiers.java index b60e704798e669d770883a99c3fea8c5e8f4401d..5a625affe82bab50f64038ecd5a7bac264ce9749 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0081-rt-reflection-RTFieldgetModifiers/RTFieldGetModifiers.java +++ b/test/testsuite/ouroboros/reflection_test/RT0081-rt-reflection-RTFieldgetModifiers/RTFieldGetModifiers.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGetModifiers *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGetModifiers.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0082-rt-reflection-RTFieldgetName/RTFieldGetName.java b/test/testsuite/ouroboros/reflection_test/RT0082-rt-reflection-RTFieldgetName/RTFieldGetName.java index f725cab37a6e71052413e454ed8b3b58e1aa32e7..200388ff60c6706d00c9bfc0b34b43bfa027115d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0082-rt-reflection-RTFieldgetName/RTFieldGetName.java +++ b/test/testsuite/ouroboros/reflection_test/RT0082-rt-reflection-RTFieldgetName/RTFieldGetName.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGetName *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGetName.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0083-rt-reflection-RTFieldgetType/RTFieldGetType.java b/test/testsuite/ouroboros/reflection_test/RT0083-rt-reflection-RTFieldgetType/RTFieldGetType.java index 5bc851428f3dbdbbfe7d160d36f4910d2cb9a893..18a6b4ed0b17c194c96ff160af10ef67e86efb79 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0083-rt-reflection-RTFieldgetType/RTFieldGetType.java +++ b/test/testsuite/ouroboros/reflection_test/RT0083-rt-reflection-RTFieldgetType/RTFieldGetType.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldGetType *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldGetType.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0084-rt-reflection-RTFieldset1/RTFieldSet1.java b/test/testsuite/ouroboros/reflection_test/RT0084-rt-reflection-RTFieldset1/RTFieldSet1.java index fa86563225e987b6b97f400923854329f1a53fbf..16d4f576854615c007ce0bf2ddaaf97c3111fffd 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0084-rt-reflection-RTFieldset1/RTFieldSet1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0084-rt-reflection-RTFieldset1/RTFieldSet1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldSet1 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldSet1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0085-rt-reflection-RTFieldset2/RTFieldSet2.java b/test/testsuite/ouroboros/reflection_test/RT0085-rt-reflection-RTFieldset2/RTFieldSet2.java index b3f13a650c8264fc2b01935b31dcea542deeb1fc..bbad654582cfab1f561f7e0b87a6afee0b6d873e 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0085-rt-reflection-RTFieldset2/RTFieldSet2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0085-rt-reflection-RTFieldset2/RTFieldSet2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldSet2 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldSet2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0086-rt-reflection-RTFieldset3/RTFieldSet3.java b/test/testsuite/ouroboros/reflection_test/RT0086-rt-reflection-RTFieldset3/RTFieldSet3.java index 092536aeb43f9a24d6cbefead22197e091918df3..941cad32a40eb726e53b282ee28d5660e465c1c0 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0086-rt-reflection-RTFieldset3/RTFieldSet3.java +++ b/test/testsuite/ouroboros/reflection_test/RT0086-rt-reflection-RTFieldset3/RTFieldSet3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldSet3 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldSet3.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0087-rt-reflection-RTFieldset4/RTFieldSet4.java b/test/testsuite/ouroboros/reflection_test/RT0087-rt-reflection-RTFieldset4/RTFieldSet4.java index a6a5d27bde3562b17d1a705a7dba4c5bee16b7d9..bb23dd2113d6cf314ba2bd8836f076827bf77645 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0087-rt-reflection-RTFieldset4/RTFieldSet4.java +++ b/test/testsuite/ouroboros/reflection_test/RT0087-rt-reflection-RTFieldset4/RTFieldSet4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldSet4 *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldSet4.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0089-rt-reflection-RTFieldtoString/RTFieldToString.java b/test/testsuite/ouroboros/reflection_test/RT0089-rt-reflection-RTFieldtoString/RTFieldToString.java index c8ec7a3c946fd46c155819c809b61742c2bcf21c..df8b4f1623eb106e4a5fdcb4f471cd4cd8cb039b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0089-rt-reflection-RTFieldtoString/RTFieldToString.java +++ b/test/testsuite/ouroboros/reflection_test/RT0089-rt-reflection-RTFieldtoString/RTFieldToString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTFieldToString *- @RequirementName: Java Reflection *- @TestCaseName:RTFieldToString.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0091-rt-reflection-RTMethodgetAnnotation2/RTMethodGetAnnotation2.java b/test/testsuite/ouroboros/reflection_test/RT0091-rt-reflection-RTMethodgetAnnotation2/RTMethodGetAnnotation2.java index 205a2025753dbd48d94009d3bc0d2df595a03d24..3d233384e7ff491b294738d09ec658e6df0487f8 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0091-rt-reflection-RTMethodgetAnnotation2/RTMethodGetAnnotation2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0091-rt-reflection-RTMethodgetAnnotation2/RTMethodGetAnnotation2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTMethodGetAnnotation2 *- @RequirementName: Java Reflection *- @TestCaseName:RTMethodGetAnnotation2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0093-rt-reflection-RTMethodgetDeclaredAnnotations2/RTMethodGetDeclaredAnnotations2.java b/test/testsuite/ouroboros/reflection_test/RT0093-rt-reflection-RTMethodgetDeclaredAnnotations2/RTMethodGetDeclaredAnnotations2.java index 73611a68841c76f99010624261e96c03f72e0f67..00c43b9dec2e4a51866f00b7bd0a3cd836a738a4 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0093-rt-reflection-RTMethodgetDeclaredAnnotations2/RTMethodGetDeclaredAnnotations2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0093-rt-reflection-RTMethodgetDeclaredAnnotations2/RTMethodGetDeclaredAnnotations2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTMethodGetDeclaredAnnotations2 *- @RequirementName: Java Reflection *- @TestCaseName:RTMethodGetDeclaredAnnotations2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0095-rt-reflection-RTMethodgetParameterCount/RTMethodGetParameterCount.java b/test/testsuite/ouroboros/reflection_test/RT0095-rt-reflection-RTMethodgetParameterCount/RTMethodGetParameterCount.java index 12a271bbe7ab369c0072b18edcbff128ad615237..3d892b02f8798badeae47df1640a73053a2a25f4 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0095-rt-reflection-RTMethodgetParameterCount/RTMethodGetParameterCount.java +++ b/test/testsuite/ouroboros/reflection_test/RT0095-rt-reflection-RTMethodgetParameterCount/RTMethodGetParameterCount.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTMethodGetParameterCount *- @RequirementName: Java Reflection *- @TestCaseName:RTMethodGetParameterCount.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0097-rt-reflection-RTMethonisDefault/RTMethodIsDefault.java b/test/testsuite/ouroboros/reflection_test/RT0097-rt-reflection-RTMethonisDefault/RTMethodIsDefault.java index adff58723d3c7461d698aaee0081995c7bbe747c..e37e027b35791a5b582831b291f7ed3cdbd1ef0b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0097-rt-reflection-RTMethonisDefault/RTMethodIsDefault.java +++ b/test/testsuite/ouroboros/reflection_test/RT0097-rt-reflection-RTMethonisDefault/RTMethodIsDefault.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTMethodIsDefault *- @RequirementName: Java Reflection *- @TestCaseName:RTMethodIsDefault.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0099-rt-reflection-RTModifierparameterModifiers/RTModifierParameterModifiers.java b/test/testsuite/ouroboros/reflection_test/RT0099-rt-reflection-RTModifierparameterModifiers/RTModifierParameterModifiers.java index 4f88a8577faa64fd9fcb7969bb1e0da82dbe6a59..0fb5f710a294c6b14f0b40033e2abbbd3ed9e25f 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0099-rt-reflection-RTModifierparameterModifiers/RTModifierParameterModifiers.java +++ b/test/testsuite/ouroboros/reflection_test/RT0099-rt-reflection-RTModifierparameterModifiers/RTModifierParameterModifiers.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTModifierParameterModifiers *- @RequirementName: Java Reflection *- @TestCaseName:RTModifierParameterModifiers.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0101-rt-reflection-RTParametergetAnnotation2/RTParameterGetAnnotation2.java b/test/testsuite/ouroboros/reflection_test/RT0101-rt-reflection-RTParametergetAnnotation2/RTParameterGetAnnotation2.java index bb9ee5bfffbfa883837a275ef7855ebcb34323a5..68fd28fe9e7d02c9cf0cbc5cb06eb2a5691259c6 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0101-rt-reflection-RTParametergetAnnotation2/RTParameterGetAnnotation2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0101-rt-reflection-RTParametergetAnnotation2/RTParameterGetAnnotation2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTParameterGetAnnotation2 *- @RequirementName: Java Reflection *- @TestCaseName:RTParameterGetAnnotation2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0104-rt-reflection-RTParametergetAnnotationsByType2/RTParameterGetAnnotationsByType2.java b/test/testsuite/ouroboros/reflection_test/RT0104-rt-reflection-RTParametergetAnnotationsByType2/RTParameterGetAnnotationsByType2.java index a2d9eb8ba1f02da8795920f55fe9492f6ce1d9d3..2e7d1b19f6209e721e6648b622017ddedacb93ec 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0104-rt-reflection-RTParametergetAnnotationsByType2/RTParameterGetAnnotationsByType2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0104-rt-reflection-RTParametergetAnnotationsByType2/RTParameterGetAnnotationsByType2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTParameterGetAnnotationsByType2 *- @RequirementName: Java Reflection *- @TestCaseName:RTParameterGetAnnotationsByType2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0107-rt-reflection-RTParametergetDeclaredAnnotations2/RTParameterGetDeclaredAnnotations2.java b/test/testsuite/ouroboros/reflection_test/RT0107-rt-reflection-RTParametergetDeclaredAnnotations2/RTParameterGetDeclaredAnnotations2.java index 00fee47bece261f0a43f8e0f4ed7ae75c34c0cbd..6bc4b32db33a43f8b49d22d9e9027b78cbaaf8ac 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0107-rt-reflection-RTParametergetDeclaredAnnotations2/RTParameterGetDeclaredAnnotations2.java +++ b/test/testsuite/ouroboros/reflection_test/RT0107-rt-reflection-RTParametergetDeclaredAnnotations2/RTParameterGetDeclaredAnnotations2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTParameterGetDeclaredAnnotations2 *- @RequirementName: Java Reflection *- @TestCaseName:RTParameterGetDeclaredAnnotations2.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0109-rt-reflection-RTProxygetProxyClass1/RTProxyGetProxyClass1.java b/test/testsuite/ouroboros/reflection_test/RT0109-rt-reflection-RTProxygetProxyClass1/RTProxyGetProxyClass1.java index 343c42fc1bb418ade92ced5cf8244c1d6de1f539..e1726d8b7bbca47af2812275a945a66825dedac4 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0109-rt-reflection-RTProxygetProxyClass1/RTProxyGetProxyClass1.java +++ b/test/testsuite/ouroboros/reflection_test/RT0109-rt-reflection-RTProxygetProxyClass1/RTProxyGetProxyClass1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: RTProxyGetProxyClass1 *- @RequirementName: Java Reflection *- @TestCaseName:RTProxyGetProxyClass1.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0110-rt-reflection-ClassgetDeclaredAnnotationNPE/ClassGetDeclaredAnnotationNPE.java b/test/testsuite/ouroboros/reflection_test/RT0110-rt-reflection-ClassgetDeclaredAnnotationNPE/ClassGetDeclaredAnnotationNPE.java index efb1edaaee84cbe5e89a7557ff16e8c9288e67c2..7c7b6a93f3b26995fd9c98a6abfe1dcb7f2ce6c7 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0110-rt-reflection-ClassgetDeclaredAnnotationNPE/ClassGetDeclaredAnnotationNPE.java +++ b/test/testsuite/ouroboros/reflection_test/RT0110-rt-reflection-ClassgetDeclaredAnnotationNPE/ClassGetDeclaredAnnotationNPE.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassGetDeclaredAnnotationNPE *- @RequirementName: Java Reflection *- @TestCaseName:ClassGetDeclaredAnnotationNPE.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0111-rt-reflection-reflectClasssetisAssignableFrom/ClassIsAssignableFromNPE.java b/test/testsuite/ouroboros/reflection_test/RT0111-rt-reflection-reflectClasssetisAssignableFrom/ClassIsAssignableFromNPE.java index d29a955aadab5a8e573e30c210669642243ecae2..a314b7bea76054b3f7452aa93fa70c170d6a38b9 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0111-rt-reflection-reflectClasssetisAssignableFrom/ClassIsAssignableFromNPE.java +++ b/test/testsuite/ouroboros/reflection_test/RT0111-rt-reflection-reflectClasssetisAssignableFrom/ClassIsAssignableFromNPE.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassIsAssignableFromNPE *- @RequirementName: Java Reflection *- @TestCaseName:ClassIsAssignableFromNPE.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0112-rt-reflection-ClassGetAnnotationsByType/ClassGetAnnotationsByType.java b/test/testsuite/ouroboros/reflection_test/RT0112-rt-reflection-ClassGetAnnotationsByType/ClassGetAnnotationsByType.java index 70013de7efa96b5326ca70df59de8c321406b1e1..d159bacd0083b3493880c4f191fa900b55dbabc5 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0112-rt-reflection-ClassGetAnnotationsByType/ClassGetAnnotationsByType.java +++ b/test/testsuite/ouroboros/reflection_test/RT0112-rt-reflection-ClassGetAnnotationsByType/ClassGetAnnotationsByType.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassGetAnnotationsByType *- @RequirementName: Java Reflection *- @TestCaseName:ClassGetAnnotationsByType.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0115-rt-reflection-ClassGetEnumConstants/ClassGetEnumConstants.java b/test/testsuite/ouroboros/reflection_test/RT0115-rt-reflection-ClassGetEnumConstants/ClassGetEnumConstants.java index 6c7ed98eead9efa3c803c226c0ddaaedd523caad..08eee426102ecacfe34d8bc69f1640eb5a3e41e5 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0115-rt-reflection-ClassGetEnumConstants/ClassGetEnumConstants.java +++ b/test/testsuite/ouroboros/reflection_test/RT0115-rt-reflection-ClassGetEnumConstants/ClassGetEnumConstants.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassGetEnumConstants *- @RequirementName: Java Reflection *- @TestCaseName:ClassGetEnumConstants.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0117-rt-reflection-ClassGetTypeParameters/ClassGetTypeParameters.java b/test/testsuite/ouroboros/reflection_test/RT0117-rt-reflection-ClassGetTypeParameters/ClassGetTypeParameters.java index 40fb019d5f78e62744f43c2c3a026e638632982e..5070f8cf33d23b9881716aeb2c95d4be4e8bb910 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0117-rt-reflection-ClassGetTypeParameters/ClassGetTypeParameters.java +++ b/test/testsuite/ouroboros/reflection_test/RT0117-rt-reflection-ClassGetTypeParameters/ClassGetTypeParameters.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassGetTypeParameters *- @RequirementName: Java Reflection *- @TestCaseName:ClassGetTypeParameters.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0118-rt-reflection-ClassToGenericString/ClassToGenericString.java b/test/testsuite/ouroboros/reflection_test/RT0118-rt-reflection-ClassToGenericString/ClassToGenericString.java index b091f404d29b06db39d61f8dc5f50855e9a34924..9e2c56cd47d9893fee680aba2d8ba040519c0008 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0118-rt-reflection-ClassToGenericString/ClassToGenericString.java +++ b/test/testsuite/ouroboros/reflection_test/RT0118-rt-reflection-ClassToGenericString/ClassToGenericString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassToGenericString *- @RequirementName: Java Reflection *- @TestCaseName:ClassToGenericString.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0121-rt-reflection-ConstructorGetExceptionTypes/ConstructorGetExceptionTypes.java b/test/testsuite/ouroboros/reflection_test/RT0121-rt-reflection-ConstructorGetExceptionTypes/ConstructorGetExceptionTypes.java index e6d47bcef6f5336a6a35592b1681d6260331f544..06177357633ab5d33c042e93ef1e65b87e1a79f0 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0121-rt-reflection-ConstructorGetExceptionTypes/ConstructorGetExceptionTypes.java +++ b/test/testsuite/ouroboros/reflection_test/RT0121-rt-reflection-ConstructorGetExceptionTypes/ConstructorGetExceptionTypes.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorGetExceptionTypes.java *- @RequirementName: Java Reflection *- @TestCaseName:ConstructorGetExceptionTypes.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0122-rt-reflection-ConstructorGetTypeParameters/ConstructorGetTypeParameters.java b/test/testsuite/ouroboros/reflection_test/RT0122-rt-reflection-ConstructorGetTypeParameters/ConstructorGetTypeParameters.java index a9a0e2e156704f89fb768eeaa8ecd2765591f84c..f41f202d3b63346976c141fb6678ce219e860402 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0122-rt-reflection-ConstructorGetTypeParameters/ConstructorGetTypeParameters.java +++ b/test/testsuite/ouroboros/reflection_test/RT0122-rt-reflection-ConstructorGetTypeParameters/ConstructorGetTypeParameters.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorGetTypeParameters.java *- @RequirementName: Java Reflection *- @TestCaseName:ConstructorGetTypeParameters.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0123-rt-reflection-ConstructorToGenericString/ConstructorToGenericString.java b/test/testsuite/ouroboros/reflection_test/RT0123-rt-reflection-ConstructorToGenericString/ConstructorToGenericString.java index 90aedc9d3430df5e7157ff22f6830da2c22917fb..7905d14e70746f9cbaa5e9fab202f07d9d25972b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0123-rt-reflection-ConstructorToGenericString/ConstructorToGenericString.java +++ b/test/testsuite/ouroboros/reflection_test/RT0123-rt-reflection-ConstructorToGenericString/ConstructorToGenericString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorToGenericString.java *- @RequirementName: Java Reflection *- @TestCaseName:ConstructorToGenericString.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0128-rt-reflection-FieldToGenericString/FieldToGenericString.java b/test/testsuite/ouroboros/reflection_test/RT0128-rt-reflection-FieldToGenericString/FieldToGenericString.java index b7b03fdfc1947a9f9a44d032ab93afaf7be75ee6..f298e81a07fdd4725e7ba69d9b925743770828d1 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0128-rt-reflection-FieldToGenericString/FieldToGenericString.java +++ b/test/testsuite/ouroboros/reflection_test/RT0128-rt-reflection-FieldToGenericString/FieldToGenericString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldToGenericString *- @RequirementName: Java Reflection *- @TestCaseName:FieldToGenericString.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0131-rt-reflection-MethodgetDefaultValue/MethodGetDefaultValue.java b/test/testsuite/ouroboros/reflection_test/RT0131-rt-reflection-MethodgetDefaultValue/MethodGetDefaultValue.java index 156d994b6df347da83cd5227177041fcef33dfcd..52147a561b59680b4c2a00d947480a718048cbba 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0131-rt-reflection-MethodgetDefaultValue/MethodGetDefaultValue.java +++ b/test/testsuite/ouroboros/reflection_test/RT0131-rt-reflection-MethodgetDefaultValue/MethodGetDefaultValue.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodGetDefaultValue *- @RequirementName: Java Reflection *- @TestCaseName:MethodGetDefaultValue.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0132-rt-reflection-MethodGetParameterCount/MethodGetParameterCount.java b/test/testsuite/ouroboros/reflection_test/RT0132-rt-reflection-MethodGetParameterCount/MethodGetParameterCount.java index 65e4082f6f3878921b7f9402051b410ee5c14b2a..48fb43227dbf78e3e302fcf74a747ed527715036 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0132-rt-reflection-MethodGetParameterCount/MethodGetParameterCount.java +++ b/test/testsuite/ouroboros/reflection_test/RT0132-rt-reflection-MethodGetParameterCount/MethodGetParameterCount.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodGetParameterCount *- @RequirementName: Java Reflection *- @TestCaseName:MethodGetParameterCount.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0133-rt-reflection-MethodGetTypeParameters/MethodGetTypeParameters.java b/test/testsuite/ouroboros/reflection_test/RT0133-rt-reflection-MethodGetTypeParameters/MethodGetTypeParameters.java index 460562af9ae3c47d77e6655f431968e7c0edce4d..79927d5ad819d41572a22b34692c81227f712787 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0133-rt-reflection-MethodGetTypeParameters/MethodGetTypeParameters.java +++ b/test/testsuite/ouroboros/reflection_test/RT0133-rt-reflection-MethodGetTypeParameters/MethodGetTypeParameters.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodGetTypeParameters *- @RequirementName: Java Reflection *- @TestCaseName:MethodGetTypeParameters.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0134-rt-reflection-MethodIsDefault/MethodIsDefault.java b/test/testsuite/ouroboros/reflection_test/RT0134-rt-reflection-MethodIsDefault/MethodIsDefault.java index 13ac68cb0a607abe31d146ba29bf60d39fe1f8b2..ae03d59e5a57168551feda28ca388a8d3f7023fa 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0134-rt-reflection-MethodIsDefault/MethodIsDefault.java +++ b/test/testsuite/ouroboros/reflection_test/RT0134-rt-reflection-MethodIsDefault/MethodIsDefault.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodIsDefault *- @RequirementName: Java Reflection *- @TestCaseName:MethodIsDefault.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0135-rt-reflection-MethodToGenericString/MethodToGenericString.java b/test/testsuite/ouroboros/reflection_test/RT0135-rt-reflection-MethodToGenericString/MethodToGenericString.java index 18ceeada715dd61fa66e94539c998b76677aa771..e6bb1c2d754c85e4135abd5aa9ebcaed25dbf42d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0135-rt-reflection-MethodToGenericString/MethodToGenericString.java +++ b/test/testsuite/ouroboros/reflection_test/RT0135-rt-reflection-MethodToGenericString/MethodToGenericString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodToGenericString *- @RequirementName: Java Reflection *- @TestCaseName:MethodToGenericString.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java b/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java index 6edc7d455324c5977c45a3b6f2414533df14cdd0..c0401214e32cf48bbead0f5ed967930f1eaf6137 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java +++ b/test/testsuite/ouroboros/reflection_test/RT0142-rt-reflection-ReflectionAnnotationGetClass/ReflectionAnnotationGetClass.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. *- @TestCaseID: ReflectionAnnotationGetClass *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionAnnotationGetClass.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0143-rt-reflection-ClinitClassNewInstance/ClassInitClassNewInstance.java b/test/testsuite/ouroboros/reflection_test/RT0143-rt-reflection-ClinitClassNewInstance/ClassInitClassNewInstance.java index 888666d93d5cabf822a269d62d38b38ebf1f30dd..33cb762bb639112e6d3c7d4a27b920d9396c6e0e 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0143-rt-reflection-ClinitClassNewInstance/ClassInitClassNewInstance.java +++ b/test/testsuite/ouroboros/reflection_test/RT0143-rt-reflection-ClinitClassNewInstance/ClassInitClassNewInstance.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitClassNewInstance *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitClassNewInstance.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0144-rt-reflection-ClinitConstructorNewInstance/ClassInitConstructorNewInstance.java b/test/testsuite/ouroboros/reflection_test/RT0144-rt-reflection-ClinitConstructorNewInstance/ClassInitConstructorNewInstance.java index f4c8e4a4cd4c0499f4f187472935e238c3b8fa80..8ecf36cb3ff67f6d59abe4db90da0811c43b5cc0 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0144-rt-reflection-ClinitConstructorNewInstance/ClassInitConstructorNewInstance.java +++ b/test/testsuite/ouroboros/reflection_test/RT0144-rt-reflection-ClinitConstructorNewInstance/ClassInitConstructorNewInstance.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitConstructorNewInstance *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitConstructorNewInstance.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0145-rt-reflection-ClinitFieldGetBooleanStatic/ClassInitFieldGetBooleanStatic.java b/test/testsuite/ouroboros/reflection_test/RT0145-rt-reflection-ClinitFieldGetBooleanStatic/ClassInitFieldGetBooleanStatic.java index 1222d803cfffa992df9bb000fcf3d10551572877..c8aa335c0186d0d7996535c06bb694cd43aa3614 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0145-rt-reflection-ClinitFieldGetBooleanStatic/ClassInitFieldGetBooleanStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0145-rt-reflection-ClinitFieldGetBooleanStatic/ClassInitFieldGetBooleanStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetBooleanStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetBooleanStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0146-rt-reflection-ClinitFieldGetByteStatic/ClassInitFieldGetByteStatic.java b/test/testsuite/ouroboros/reflection_test/RT0146-rt-reflection-ClinitFieldGetByteStatic/ClassInitFieldGetByteStatic.java index 58133e07ca7638928a3212f9779a3cc1ec7ef477..cdb29c99bf73571277419829a50974840c2fed5f 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0146-rt-reflection-ClinitFieldGetByteStatic/ClassInitFieldGetByteStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0146-rt-reflection-ClinitFieldGetByteStatic/ClassInitFieldGetByteStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetByteStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetByteStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0147-rt-reflection-ClinitFieldGetCharStatic/ClassInitFieldGetCharStatic.java b/test/testsuite/ouroboros/reflection_test/RT0147-rt-reflection-ClinitFieldGetCharStatic/ClassInitFieldGetCharStatic.java index 09cf99554fd458806140bb98e9cdd862689de01a..dad3cf02792e64ed7f008cb9a2fb335ea88b32f3 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0147-rt-reflection-ClinitFieldGetCharStatic/ClassInitFieldGetCharStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0147-rt-reflection-ClinitFieldGetCharStatic/ClassInitFieldGetCharStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetCharStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetCharStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0148-rt-reflection-ClinitFieldGetDoubleStatic/ClassInitFieldGetDoubleStatic.java b/test/testsuite/ouroboros/reflection_test/RT0148-rt-reflection-ClinitFieldGetDoubleStatic/ClassInitFieldGetDoubleStatic.java index 5c491b3f727a779510917ad1f8ab4e5db42e248f..9f32164557269368e44d44a55054a85eacb05a94 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0148-rt-reflection-ClinitFieldGetDoubleStatic/ClassInitFieldGetDoubleStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0148-rt-reflection-ClinitFieldGetDoubleStatic/ClassInitFieldGetDoubleStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetDoubleStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetDoubleStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0149-rt-reflection-ClinitFieldGetFloatStatic/ClassInitFieldGetFloatStatic.java b/test/testsuite/ouroboros/reflection_test/RT0149-rt-reflection-ClinitFieldGetFloatStatic/ClassInitFieldGetFloatStatic.java index 7f5b65dd2f8ce21b9a71ac4155fb63ab848af78c..8c32d3de920a3f2e2cf9018638e7bc5d7215e22c 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0149-rt-reflection-ClinitFieldGetFloatStatic/ClassInitFieldGetFloatStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0149-rt-reflection-ClinitFieldGetFloatStatic/ClassInitFieldGetFloatStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetFloatStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetFloatStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0150-rt-reflection-ClinitFieldGetIntStatic/ClassInitFieldGetIntStatic.java b/test/testsuite/ouroboros/reflection_test/RT0150-rt-reflection-ClinitFieldGetIntStatic/ClassInitFieldGetIntStatic.java index 022f24fb48c08b7e06efdd0d509a82e13a5f3227..879f1980faca227278b1c7956b11b800532b652c 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0150-rt-reflection-ClinitFieldGetIntStatic/ClassInitFieldGetIntStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0150-rt-reflection-ClinitFieldGetIntStatic/ClassInitFieldGetIntStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetIntStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetIntStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0151-rt-reflection-ClinitFieldGetLongStatic/ClassInitFieldGetLongStatic.java b/test/testsuite/ouroboros/reflection_test/RT0151-rt-reflection-ClinitFieldGetLongStatic/ClassInitFieldGetLongStatic.java index 16e289a39f0426b09e98eeafb56d53fb2075a9df..42b29b1b1def6ae1e2db3db9df544616075813d7 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0151-rt-reflection-ClinitFieldGetLongStatic/ClassInitFieldGetLongStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0151-rt-reflection-ClinitFieldGetLongStatic/ClassInitFieldGetLongStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetLongStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetLongStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0152-rt-reflection-ClinitFieldGetShortStatic/ClassInitFieldGetShortStatic.java b/test/testsuite/ouroboros/reflection_test/RT0152-rt-reflection-ClinitFieldGetShortStatic/ClassInitFieldGetShortStatic.java index 7f671da0094e53aefd89f277763bdff428864ce8..17149980179e85fe1130042d0cceb50e977425ac 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0152-rt-reflection-ClinitFieldGetShortStatic/ClassInitFieldGetShortStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0152-rt-reflection-ClinitFieldGetShortStatic/ClassInitFieldGetShortStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetShortStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetShortStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0153-rt-reflection-ClinitFieldGetStatic/ClassInitFieldGetStatic.java b/test/testsuite/ouroboros/reflection_test/RT0153-rt-reflection-ClinitFieldGetStatic/ClassInitFieldGetStatic.java index 5156e37c5ca2743361ca39fa15ddbc6211d4baa4..20a7c4c95f1f0eb8d2efdd1ae729304ffec01537 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0153-rt-reflection-ClinitFieldGetStatic/ClassInitFieldGetStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0153-rt-reflection-ClinitFieldGetStatic/ClassInitFieldGetStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0154-rt-reflection-ClinitFieldOtherMethod/ClassInitFieldOtherMethod.java b/test/testsuite/ouroboros/reflection_test/RT0154-rt-reflection-ClinitFieldOtherMethod/ClassInitFieldOtherMethod.java index 854382f12c4c2f7663aad7cd3212d3ce7e46dd5b..4285f3b7ee5e4722ac444e848afab2cc64e205b3 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0154-rt-reflection-ClinitFieldOtherMethod/ClassInitFieldOtherMethod.java +++ b/test/testsuite/ouroboros/reflection_test/RT0154-rt-reflection-ClinitFieldOtherMethod/ClassInitFieldOtherMethod.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldOtherMethod *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldOtherMethod.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0155-rt-reflection-ClinitFieldSetBooleanStatic/ClassInitFieldSetBooleanStatic.java b/test/testsuite/ouroboros/reflection_test/RT0155-rt-reflection-ClinitFieldSetBooleanStatic/ClassInitFieldSetBooleanStatic.java index 5c1ffe996a8d883a92114cc83b2d964720015c65..b23f35fa291833bc9eeee6ab2978fb14fe5ba2c1 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0155-rt-reflection-ClinitFieldSetBooleanStatic/ClassInitFieldSetBooleanStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0155-rt-reflection-ClinitFieldSetBooleanStatic/ClassInitFieldSetBooleanStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetBooleanStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetBooleanStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0156-rt-reflection-ClinitFieldSetByteStatic/ClassInitFieldSetByteStatic.java b/test/testsuite/ouroboros/reflection_test/RT0156-rt-reflection-ClinitFieldSetByteStatic/ClassInitFieldSetByteStatic.java index 20a09ecd43233fa0d670d1698bb5132aa53eca85..4078e36fb6f0ed4db3383575f4f5d8b301b14b1b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0156-rt-reflection-ClinitFieldSetByteStatic/ClassInitFieldSetByteStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0156-rt-reflection-ClinitFieldSetByteStatic/ClassInitFieldSetByteStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetByteStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetByteStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0157-rt-reflection-ClinitFieldSetCharStatic/ClassInitFieldSetCharStatic.java b/test/testsuite/ouroboros/reflection_test/RT0157-rt-reflection-ClinitFieldSetCharStatic/ClassInitFieldSetCharStatic.java index 6f84f1091071e32b9e8d57754f127b5547d58898..50e39f7f5437f775d7dc935ee627b4f0cd967005 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0157-rt-reflection-ClinitFieldSetCharStatic/ClassInitFieldSetCharStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0157-rt-reflection-ClinitFieldSetCharStatic/ClassInitFieldSetCharStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetCharStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetCharStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0158-rt-reflection-ClinitFieldSetDoubleStatic/ClassInitFieldSetDoubleStatic.java b/test/testsuite/ouroboros/reflection_test/RT0158-rt-reflection-ClinitFieldSetDoubleStatic/ClassInitFieldSetDoubleStatic.java index c4d4e1251ce7f0a7000fa5df14cc69cbc563be1c..6fee1c2803ebbeb705514af3994f31044162e1ed 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0158-rt-reflection-ClinitFieldSetDoubleStatic/ClassInitFieldSetDoubleStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0158-rt-reflection-ClinitFieldSetDoubleStatic/ClassInitFieldSetDoubleStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetDoubleStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetDoubleStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0159-rt-reflection-ClinitFieldSetFloatStatic/ClassInitFieldSetFloatStatic.java b/test/testsuite/ouroboros/reflection_test/RT0159-rt-reflection-ClinitFieldSetFloatStatic/ClassInitFieldSetFloatStatic.java index 6b55ffc7c0fbba3468c28a93efe27fbea1bdd23f..a5d40ac789e39c19953e76fd83c630fa91918d65 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0159-rt-reflection-ClinitFieldSetFloatStatic/ClassInitFieldSetFloatStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0159-rt-reflection-ClinitFieldSetFloatStatic/ClassInitFieldSetFloatStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetFloatStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetFloatStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0160-rt-reflection-ClinitFieldSetIntStatic/ClassInitFieldSetIntStatic.java b/test/testsuite/ouroboros/reflection_test/RT0160-rt-reflection-ClinitFieldSetIntStatic/ClassInitFieldSetIntStatic.java index 8c4081dd85b6c1cab48ac89ed366c8b179cef20c..96d6a6da4b74c315697409ab99717425a1e4f238 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0160-rt-reflection-ClinitFieldSetIntStatic/ClassInitFieldSetIntStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0160-rt-reflection-ClinitFieldSetIntStatic/ClassInitFieldSetIntStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetIntStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetIntStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0161-rt-reflection-ClinitFieldSetLongStatic/ClassInitFieldSetLongStatic.java b/test/testsuite/ouroboros/reflection_test/RT0161-rt-reflection-ClinitFieldSetLongStatic/ClassInitFieldSetLongStatic.java index 233f61753b2980d49fa1f7db38f41d02149be6db..fbe06f9892915d84456b748b3b4f99b4088c95ce 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0161-rt-reflection-ClinitFieldSetLongStatic/ClassInitFieldSetLongStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0161-rt-reflection-ClinitFieldSetLongStatic/ClassInitFieldSetLongStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetLongStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetLongStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0162-rt-reflection-ClinitFieldSetShortStatic/ClassInitFieldSetShortStatic.java b/test/testsuite/ouroboros/reflection_test/RT0162-rt-reflection-ClinitFieldSetShortStatic/ClassInitFieldSetShortStatic.java index f1c2a6bb8aac3935ad0d833be2cf04afbe9031bf..452454d594e969eff339def180b2b66c6a651e08 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0162-rt-reflection-ClinitFieldSetShortStatic/ClassInitFieldSetShortStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0162-rt-reflection-ClinitFieldSetShortStatic/ClassInitFieldSetShortStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetShortStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetShortStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0163-rt-reflection-ClinitFieldSetStatic/ClassInitFieldSetStatic.java b/test/testsuite/ouroboros/reflection_test/RT0163-rt-reflection-ClinitFieldSetStatic/ClassInitFieldSetStatic.java index 34e7bdd20f3faffc48c0117ac8a994cede674eae..e97bc11512b615891ff6f00ed3f1ad3d1ccc8e35 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0163-rt-reflection-ClinitFieldSetStatic/ClassInitFieldSetStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0163-rt-reflection-ClinitFieldSetStatic/ClassInitFieldSetStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0164-rt-reflection-ClinitMethodInvokeStatic/ClassInitMethodInvokeStatic.java b/test/testsuite/ouroboros/reflection_test/RT0164-rt-reflection-ClinitMethodInvokeStatic/ClassInitMethodInvokeStatic.java index 3c89efdad9d06be77d90654f779d36f29d947a0a..02ca173673f35a7a8d97146579ad532cea673463 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0164-rt-reflection-ClinitMethodInvokeStatic/ClassInitMethodInvokeStatic.java +++ b/test/testsuite/ouroboros/reflection_test/RT0164-rt-reflection-ClinitMethodInvokeStatic/ClassInitMethodInvokeStatic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitMethodInvokeStatic *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitMethodInvokeStatic.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0165-rt-reflection-ClinitFieldGetBooleanInterface/ClassInitFieldGetBooleanInterface.java b/test/testsuite/ouroboros/reflection_test/RT0165-rt-reflection-ClinitFieldGetBooleanInterface/ClassInitFieldGetBooleanInterface.java index dadb3ec59d5d7fdbbbeccf01ddd3c530b74e5d58..9ff97d59d333a0791ef74a1e29c5319f877abc7f 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0165-rt-reflection-ClinitFieldGetBooleanInterface/ClassInitFieldGetBooleanInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0165-rt-reflection-ClinitFieldGetBooleanInterface/ClassInitFieldGetBooleanInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetBooleanInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetBooleanInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0166-rt-reflection-ClinitFieldGetByteInterface/ClassInitFieldGetByteInterface.java b/test/testsuite/ouroboros/reflection_test/RT0166-rt-reflection-ClinitFieldGetByteInterface/ClassInitFieldGetByteInterface.java index 81c052442f444f6befae8c951853ed5807db3526..3b2f853c6cc0a7ce4881293ea5f65092e18ad971 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0166-rt-reflection-ClinitFieldGetByteInterface/ClassInitFieldGetByteInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0166-rt-reflection-ClinitFieldGetByteInterface/ClassInitFieldGetByteInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetByteInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetByteInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0167-rt-reflection-ClinitFieldGetCharInterface/ClassInitFieldGetCharInterface.java b/test/testsuite/ouroboros/reflection_test/RT0167-rt-reflection-ClinitFieldGetCharInterface/ClassInitFieldGetCharInterface.java index 78e0979e14daa48b2c26da73e3f96b576bedd46a..52e50ddf6d98043dbe47d7d03e37a06e2da715ba 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0167-rt-reflection-ClinitFieldGetCharInterface/ClassInitFieldGetCharInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0167-rt-reflection-ClinitFieldGetCharInterface/ClassInitFieldGetCharInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetCharInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetCharInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0168-rt-reflection-ClinitFieldGetDoubleInterface/ClassInitFieldGetDoubleInterface.java b/test/testsuite/ouroboros/reflection_test/RT0168-rt-reflection-ClinitFieldGetDoubleInterface/ClassInitFieldGetDoubleInterface.java index 88c585748a8f8b403599a1f914af4da86a48511d..645164dc14aad22ba030de6c9866f764c4394b97 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0168-rt-reflection-ClinitFieldGetDoubleInterface/ClassInitFieldGetDoubleInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0168-rt-reflection-ClinitFieldGetDoubleInterface/ClassInitFieldGetDoubleInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetDoubleInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetDoubleInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0169-rt-reflection-ClinitFieldGetFloatInterface/ClassInitFieldGetFloatInterface.java b/test/testsuite/ouroboros/reflection_test/RT0169-rt-reflection-ClinitFieldGetFloatInterface/ClassInitFieldGetFloatInterface.java index 2926c447236ac6eeb9c212e7d2b87b7735c08a84..474e0656699ac58368b53464f7d302f7b0da80ac 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0169-rt-reflection-ClinitFieldGetFloatInterface/ClassInitFieldGetFloatInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0169-rt-reflection-ClinitFieldGetFloatInterface/ClassInitFieldGetFloatInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetFloatInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetFloatInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0170-rt-reflection-ClinitFieldGetInterface/ClassInitFieldGetInterface.java b/test/testsuite/ouroboros/reflection_test/RT0170-rt-reflection-ClinitFieldGetInterface/ClassInitFieldGetInterface.java index 399215029f2aa9d81666181281e6e5f16e59f5fa..8186af1692a3ce77533dc6643ce1f0c6175a90f3 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0170-rt-reflection-ClinitFieldGetInterface/ClassInitFieldGetInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0170-rt-reflection-ClinitFieldGetInterface/ClassInitFieldGetInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0171-rt-reflection-ClinitFieldGetIntInterface/ClassInitFieldGetIntInterface.java b/test/testsuite/ouroboros/reflection_test/RT0171-rt-reflection-ClinitFieldGetIntInterface/ClassInitFieldGetIntInterface.java index 5d589d8d4ed7be1f558ec9ef2d5b3647488407e8..421716fa2b5dd5d0175bc094ffb23349fbd748c3 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0171-rt-reflection-ClinitFieldGetIntInterface/ClassInitFieldGetIntInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0171-rt-reflection-ClinitFieldGetIntInterface/ClassInitFieldGetIntInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetIntInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetIntInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0172-rt-reflection-ClinitFieldGetLongInterface/ClassInitFieldGetLongInterface.java b/test/testsuite/ouroboros/reflection_test/RT0172-rt-reflection-ClinitFieldGetLongInterface/ClassInitFieldGetLongInterface.java index eb0b96cebb0e06bae77cbfa4d9e253b016f3053d..201e13e7b7fc1298a9bb18cdcc7fbbc2a158cb78 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0172-rt-reflection-ClinitFieldGetLongInterface/ClassInitFieldGetLongInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0172-rt-reflection-ClinitFieldGetLongInterface/ClassInitFieldGetLongInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetLongInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetLongInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0173-rt-reflection-ClinitFieldGetShortInterface/ClassInitFieldGetShortInterface.java b/test/testsuite/ouroboros/reflection_test/RT0173-rt-reflection-ClinitFieldGetShortInterface/ClassInitFieldGetShortInterface.java index cf5c4d17208f6be6ab846a702c889a020e5a8931..9945da1be14db5149f1514cb52504e2f02ea45e7 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0173-rt-reflection-ClinitFieldGetShortInterface/ClassInitFieldGetShortInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0173-rt-reflection-ClinitFieldGetShortInterface/ClassInitFieldGetShortInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldGetShortInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldGetShortInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0174-rt-reflection-ClinitFieldOtherMethodInterface/ClassInitFieldOtherMethodInterface.java b/test/testsuite/ouroboros/reflection_test/RT0174-rt-reflection-ClinitFieldOtherMethodInterface/ClassInitFieldOtherMethodInterface.java index a6196170c45c895c30d5c9a1ad2fb6aa583bc3a2..b652be0b2ef4080b69e0ecfd159bf47a1a376670 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0174-rt-reflection-ClinitFieldOtherMethodInterface/ClassInitFieldOtherMethodInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0174-rt-reflection-ClinitFieldOtherMethodInterface/ClassInitFieldOtherMethodInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldOtherMethodInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldOtherMethodInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0175-rt-reflection-ClinitFieldSetBooleanInterface/ClassInitFieldSetBooleanInterface.java b/test/testsuite/ouroboros/reflection_test/RT0175-rt-reflection-ClinitFieldSetBooleanInterface/ClassInitFieldSetBooleanInterface.java index 49c54c00e2a7170c8ecac393e8f0e62ed92929e6..b1aa1f485747cdeab6727727c551d08a01e9f4e5 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0175-rt-reflection-ClinitFieldSetBooleanInterface/ClassInitFieldSetBooleanInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0175-rt-reflection-ClinitFieldSetBooleanInterface/ClassInitFieldSetBooleanInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetBooleanInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetBooleanInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0176-rt-reflection-ClinitFieldSetByteInterface/ClassInitFieldSetByteInterface.java b/test/testsuite/ouroboros/reflection_test/RT0176-rt-reflection-ClinitFieldSetByteInterface/ClassInitFieldSetByteInterface.java index c9c167f7dd2398583f2fab7a95fd0106773077fd..e4be3645a1b0fc388ef1044b2c682572f8d7427d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0176-rt-reflection-ClinitFieldSetByteInterface/ClassInitFieldSetByteInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0176-rt-reflection-ClinitFieldSetByteInterface/ClassInitFieldSetByteInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetByteInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetByteInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0177-rt-reflection-ClinitFieldSetFloatInterface/ClassInitFieldSetFloatInterface.java b/test/testsuite/ouroboros/reflection_test/RT0177-rt-reflection-ClinitFieldSetFloatInterface/ClassInitFieldSetFloatInterface.java index 9ccd21286b331cb4b39ac717b6cd042301a35fc3..fce527c853a77c036882a4f89941758a79d96bfa 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0177-rt-reflection-ClinitFieldSetFloatInterface/ClassInitFieldSetFloatInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0177-rt-reflection-ClinitFieldSetFloatInterface/ClassInitFieldSetFloatInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetFloatInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetFloatInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0178-rt-reflection-ClinitFieldSetInterface/ClassInitFieldSetInterface.java b/test/testsuite/ouroboros/reflection_test/RT0178-rt-reflection-ClinitFieldSetInterface/ClassInitFieldSetInterface.java index f780f46f51dd2154059c50c80717f84777da7148..744d79cf4bf06bc8b466548f91744814105df884 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0178-rt-reflection-ClinitFieldSetInterface/ClassInitFieldSetInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0178-rt-reflection-ClinitFieldSetInterface/ClassInitFieldSetInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0179-rt-reflection-ClinitFieldSetIntInterface/ClassInitFieldSetIntInterface.java b/test/testsuite/ouroboros/reflection_test/RT0179-rt-reflection-ClinitFieldSetIntInterface/ClassInitFieldSetIntInterface.java index 821da9fe3ca1a46e321da1937042ec1742343040..6f509b2333f1cc74a2e116992c5b9937942f86c2 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0179-rt-reflection-ClinitFieldSetIntInterface/ClassInitFieldSetIntInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0179-rt-reflection-ClinitFieldSetIntInterface/ClassInitFieldSetIntInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetIntInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetIntInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0180-rt-reflection-ClinitFieldSetLongInterface/ClassInitFieldSetLongInterface.java b/test/testsuite/ouroboros/reflection_test/RT0180-rt-reflection-ClinitFieldSetLongInterface/ClassInitFieldSetLongInterface.java index a6ad602a9009685bf08fe9705091d220cc8a8968..54df08b163dd4ffb4b64ae6b83b97d3fda4fe748 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0180-rt-reflection-ClinitFieldSetLongInterface/ClassInitFieldSetLongInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0180-rt-reflection-ClinitFieldSetLongInterface/ClassInitFieldSetLongInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetLongInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetLongInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0181-rt-reflection-ClinitFieldSetShortInterface/ClassInitFieldSetShortInterface.java b/test/testsuite/ouroboros/reflection_test/RT0181-rt-reflection-ClinitFieldSetShortInterface/ClassInitFieldSetShortInterface.java index 11c57b5806856896245c01e761d42ddd617c7e16..cf81e8d805a9e912f4d1fa7cd04840ef87132b6d 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0181-rt-reflection-ClinitFieldSetShortInterface/ClassInitFieldSetShortInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0181-rt-reflection-ClinitFieldSetShortInterface/ClassInitFieldSetShortInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetShortInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetShortInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0182-rt-reflection-ClinitMethodInvokeInterface/ClassInitMethodInvokeInterface.java b/test/testsuite/ouroboros/reflection_test/RT0182-rt-reflection-ClinitMethodInvokeInterface/ClassInitMethodInvokeInterface.java index 80257ed991dc5f5ffe3256e19633dfd5f129bbe8..e8533a7113187ea5ca3d9060c17aca51f5284c14 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0182-rt-reflection-ClinitMethodInvokeInterface/ClassInitMethodInvokeInterface.java +++ b/test/testsuite/ouroboros/reflection_test/RT0182-rt-reflection-ClinitMethodInvokeInterface/ClassInitMethodInvokeInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitMethodInvokeInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitMethodInvokeInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0184-rt-reflection-MethodTest/MethodTest.java b/test/testsuite/ouroboros/reflection_test/RT0184-rt-reflection-MethodTest/MethodTest.java index c937f9aadce13d4bad566e4a99d322eb7e421ae8..08d3d2d78ae7956209bddb1eb63c5cf01814cb27 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0184-rt-reflection-MethodTest/MethodTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0184-rt-reflection-MethodTest/MethodTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodTest.java *- @RequirementName: Java Reflection *- @TestCaseName:MethodTest.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0186-rt-reflection-ConstructorTest/ConstructorTest.java b/test/testsuite/ouroboros/reflection_test/RT0186-rt-reflection-ConstructorTest/ConstructorTest.java index 8be48343e217297ffe30ad90e5ca2417ffc1caaf..4d3499a794f631906e590cde88bc06f1c9643048 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0186-rt-reflection-ConstructorTest/ConstructorTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0186-rt-reflection-ConstructorTest/ConstructorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ConstructorTest.java *- @RequirementName: Java Reflection *- @TestCaseName:ConstructorTest.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0188-rt-reflection-MethodHandleReflectCombineTest/MethodHandleReflectCombineTest.java b/test/testsuite/ouroboros/reflection_test/RT0188-rt-reflection-MethodHandleReflectCombineTest/MethodHandleReflectCombineTest.java index a84d271d1fdafbaaf45e71cfec9236916df0c883..32c5a17566f49bafc8425fa260518bec2e3f15cb 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0188-rt-reflection-MethodHandleReflectCombineTest/MethodHandleReflectCombineTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0188-rt-reflection-MethodHandleReflectCombineTest/MethodHandleReflectCombineTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodHandleReflectCombineTest.java *- @RequirementName: Java Reflection *- @TestCaseName:MethodHandleReflectCombineTest.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0189-rt-reflection-FieldTest/FieldTest.java b/test/testsuite/ouroboros/reflection_test/RT0189-rt-reflection-FieldTest/FieldTest.java index df3a84974e27bc4c985f98e812480b3ba9ff941a..7b6de83e6400a4e49c3dec57facb1370776270f8 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0189-rt-reflection-FieldTest/FieldTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0189-rt-reflection-FieldTest/FieldTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldTest.java *- @RequirementName: Java Reflection *- @TestCaseName:FieldTest.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoA.java b/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoA.java index ab8464d6b64077f5ccb0dfed4431a8ef3ead95f0..576170aa682a3b99b1907ae752270508d5ad64d5 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoA.java +++ b/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoA.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoB.java b/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoB.java index 52d38f1f9f688a76538762fda3b39dcbe7548b4a..56cf1cfc5d74989d6b7c186af90e6635cf957e64 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoB.java +++ b/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnoB.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnotationTypeParameterSetTest.java b/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnotationTypeParameterSetTest.java index 2c8c6b25a5b64113eddfeffd57aeb5f799604c44..625acf431ae0895799c54ca9c6fbcd994804c745 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnotationTypeParameterSetTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0200-rt-reflection-AnnotationTypeParameterSetTest/AnnotationTypeParameterSetTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_Annotation_invoke_AnnotationSetTest *- @RequirementName: Java Reflection *- @TestCaseName:AnnotationTypeParameterSetTest.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoA.java b/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoA.java index 9e0ea89e60e3c50181aabbb4e9bdee3d9fb484a2..d760f6a086b56f7ea5462d99437fe5a859d168a3 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoA.java +++ b/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoA.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoB.java b/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoB.java index 52d38f1f9f688a76538762fda3b39dcbe7548b4a..56cf1cfc5d74989d6b7c186af90e6635cf957e64 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoB.java +++ b/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnoB.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnotationTypeUseSetTest.java b/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnotationTypeUseSetTest.java index 65c14b186eea5a6e16da75ef3d5e103f7b9f3aef..2abba7f2ddd30ee7fff648106beab50c71d6cbeb 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnotationTypeUseSetTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0201-rt-reflection-AnnotationTypeUseSetTest/AnnotationTypeUseSetTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_Annotation_invoke_AnnotationSetTest *- @RequirementName: Java Reflection *- @TestCaseName:AnnotationTypeUseSetTest.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoA.java b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoA.java index d41eb52d387462557343668f03627fe5d4bfe505..e6b86e4374cea37c546ff6553250a3c1bdf84979 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoA.java +++ b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoA.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoB.java b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoB.java index 52d38f1f9f688a76538762fda3b39dcbe7548b4a..56cf1cfc5d74989d6b7c186af90e6635cf957e64 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoB.java +++ b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoB.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoC.java b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoC.java index 898985c4d429eeb182e78a6e89c21bcc93c6a7a3..7a7d6dde6c2325f96ff0b65dd16e6b22dc9d4ba4 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoC.java +++ b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoC.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoD.java b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoD.java index 6160990bc3bf5d8f7a1257999cb414170f04cf6f..dc32ac9473634853144a0f473d14c7e01a6bfed5 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoD.java +++ b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnoD.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ import java.lang.annotation.*; diff --git a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnotationMultiThread.java b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnotationMultiThread.java index bef4bc963b18d7b015801536c38f8c09340ab26c..a87fd8c0b65626548c92b6bdaa4634434052af6f 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnotationMultiThread.java +++ b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/AnnotationMultiThread.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_MethodHandle_invoke_AnnotationMultiThread *- @RequirementName: Java Reflection *- @TestCaseName:AnnotationMultiThread.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/ENUMA.java b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/ENUMA.java index 6118fa06adfc9effd83e1418d2da5b684f2364de..2dd9b6b8f2c920cd8311d59abaa811fec0180be1 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/ENUMA.java +++ b/test/testsuite/ouroboros/reflection_test/RT0202-rt-reflection-AnnotationMultiThread/ENUMA.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. */ public enum ENUMA { A, diff --git a/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/FieldTest.java b/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/FieldTest.java index 94738a860e5ac463cf5c300374d13ea594995d8b..73157de8818a7cc0090ecbea0296d8258301a92b 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/FieldTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/FieldTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: FieldTest.java *- @RequirementName: Java Reflection *- @TestCaseName:FieldTest.java diff --git a/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/MethodTest.java b/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/MethodTest.java index 6f11c9d25e2168d35c104ee2af8e5146966ed668..d70cc06cc59a2d2089e37a075d9114e807ee2320 100644 --- a/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/MethodTest.java +++ b/test/testsuite/ouroboros/reflection_test/RT0208-rt-reflection-MetadataCheck/MethodTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MethodTest.java *- @RequirementName: Java Reflection *- @TestCaseName:MethodTest.java diff --git a/test/testsuite/ouroboros/reflection_test/issue-0000-rt-Reflection-ReflectionforName2/ReflectionForName2.java b/test/testsuite/ouroboros/reflection_test/issue-0000-rt-Reflection-ReflectionforName2/ReflectionForName2.java index fa9a19e89257f1fe0aba1d282f15c3517f0c03ab..7f15ecace673cfe3f363f3f9a096cf557a04849b 100644 --- a/test/testsuite/ouroboros/reflection_test/issue-0000-rt-Reflection-ReflectionforName2/ReflectionForName2.java +++ b/test/testsuite/ouroboros/reflection_test/issue-0000-rt-Reflection-ReflectionforName2/ReflectionForName2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectionForName2 *- @RequirementName: Java Reflection *- @TestCaseName:ReflectionForName2.java diff --git a/test/testsuite/ouroboros/reflection_test/issue-RT0893-rt-Reflection-ClinitFieldSetCharInterface/ClassInitFieldSetCharInterface.java b/test/testsuite/ouroboros/reflection_test/issue-RT0893-rt-Reflection-ClinitFieldSetCharInterface/ClassInitFieldSetCharInterface.java index 453b40aa9afc4d5a972092dabfb6ad556e87f3fd..54c892d5dc3f6c32a7d29d1ee73b912653f0a3c4 100644 --- a/test/testsuite/ouroboros/reflection_test/issue-RT0893-rt-Reflection-ClinitFieldSetCharInterface/ClassInitFieldSetCharInterface.java +++ b/test/testsuite/ouroboros/reflection_test/issue-RT0893-rt-Reflection-ClinitFieldSetCharInterface/ClassInitFieldSetCharInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetCharInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetCharInterface.java diff --git a/test/testsuite/ouroboros/reflection_test/issue-RT0894-rt-Reflection-ClinitFieldSetDoubleInterface/ClassInitFieldSetDoubleInterface.java b/test/testsuite/ouroboros/reflection_test/issue-RT0894-rt-Reflection-ClinitFieldSetDoubleInterface/ClassInitFieldSetDoubleInterface.java index bc49087e9336939897a78d9426275c2aa5e2ab6c..4bb8c19626b324aeb5f3324f65fd55d8e5728b6d 100644 --- a/test/testsuite/ouroboros/reflection_test/issue-RT0894-rt-Reflection-ClinitFieldSetDoubleInterface/ClassInitFieldSetDoubleInterface.java +++ b/test/testsuite/ouroboros/reflection_test/issue-RT0894-rt-Reflection-ClinitFieldSetDoubleInterface/ClassInitFieldSetDoubleInterface.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ClassInitFieldSetDoubleInterface *- @RequirementName: Java Reflection *- @TestCaseName:ClassInitFieldSetDoubleInterface.java diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0001-rt-String-StmtTest01/StmtTest01.java b/test/testsuite/ouroboros/stmtpre_test/RT0001-rt-String-StmtTest01/StmtTest01.java index ed31053db87f8554eca7e29b65c2cf05ae84ada6..2a4f241028dbe53654e6132c65a1545cdf6a2cdf 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0001-rt-String-StmtTest01/StmtTest01.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0001-rt-String-StmtTest01/StmtTest01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest01 *- @TestCaseName: StmtTest01 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0002-rt-String-StmtTest02/StmtTest02.java b/test/testsuite/ouroboros/stmtpre_test/RT0002-rt-String-StmtTest02/StmtTest02.java index e52d1876ecc438c4c690963f9c18561be8ea7a00..abfc1a51db96035fa9b458ce062ee11f7602d7ef 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0002-rt-String-StmtTest02/StmtTest02.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0002-rt-String-StmtTest02/StmtTest02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest02 *- @TestCaseName: StmtTest02 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0003-rt-String-StmtTest03/StmtTest03.java b/test/testsuite/ouroboros/stmtpre_test/RT0003-rt-String-StmtTest03/StmtTest03.java index abbce8bc82e8d7629c5a58d9b1500352da61dd45..a158c5c473b42fbbd19a435b1395fcbc3153a678 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0003-rt-String-StmtTest03/StmtTest03.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0003-rt-String-StmtTest03/StmtTest03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest03 *- @TestCaseName: StmtTest03 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0004-rt-String-StmtTest04/StmtTest04.java b/test/testsuite/ouroboros/stmtpre_test/RT0004-rt-String-StmtTest04/StmtTest04.java index 464de7e05a1e276e7a0b116c909751214eb52138..2bafa8a16e84e375eec7a47f9270a1750275ca6d 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0004-rt-String-StmtTest04/StmtTest04.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0004-rt-String-StmtTest04/StmtTest04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest04 *- @TestCaseName: StmtTest04 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0005-rt-String-StmtTest05/StmtTest05.java b/test/testsuite/ouroboros/stmtpre_test/RT0005-rt-String-StmtTest05/StmtTest05.java index 06eac10310cc3bd848cbdf01777919f23246e00f..edc40cd8c042128c9293c8cdefda2d3f6125386d 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0005-rt-String-StmtTest05/StmtTest05.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0005-rt-String-StmtTest05/StmtTest05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest05 *- @TestCaseName: StmtTest05 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0006-rt-String-StmtTest06/StmtTest06.java b/test/testsuite/ouroboros/stmtpre_test/RT0006-rt-String-StmtTest06/StmtTest06.java index aa8a2249609c44235ae3bdef987f1ed1e02e1727..7f8e36a0a258099ac5ce6240f92d90db1003da75 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0006-rt-String-StmtTest06/StmtTest06.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0006-rt-String-StmtTest06/StmtTest06.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest06 *- @TestCaseName: StmtTest06 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0007-rt-String-StmtTest07/StmtTest07.java b/test/testsuite/ouroboros/stmtpre_test/RT0007-rt-String-StmtTest07/StmtTest07.java index 7e820d6a593b010ff5cb18fdaa881131cd1edf0d..f90b9eb742bee91ee0d9145cf9498be35af56dae 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0007-rt-String-StmtTest07/StmtTest07.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0007-rt-String-StmtTest07/StmtTest07.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest07 *- @TestCaseName: StmtTest07 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0008-rt-String-StmtTest08/StmtTest08.java b/test/testsuite/ouroboros/stmtpre_test/RT0008-rt-String-StmtTest08/StmtTest08.java index a4b6bf095a25f53d975aa858299f462b2a71206f..2b4855a99f87052c4f8aff438f2bd271c53bb8fa 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0008-rt-String-StmtTest08/StmtTest08.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0008-rt-String-StmtTest08/StmtTest08.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest08 *- @TestCaseName: StmtTest08 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0009-rt-String-StmtTest09/StmtTest09.java b/test/testsuite/ouroboros/stmtpre_test/RT0009-rt-String-StmtTest09/StmtTest09.java index 4521071e172e59a38def2ccfe87c5a08979d590b..95f1f293d915a7df7b8de5a79428d74cb26380c4 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0009-rt-String-StmtTest09/StmtTest09.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0009-rt-String-StmtTest09/StmtTest09.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest09 *- @TestCaseName: StmtTest09 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0010-rt-String-StmtTest10/StmtTest10.java b/test/testsuite/ouroboros/stmtpre_test/RT0010-rt-String-StmtTest10/StmtTest10.java index c853f9086d96b90e6a02ec7c96b41d8af2b7ab21..05f9f94d315d4643b7d2d6edf57fde27c88256ba 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0010-rt-String-StmtTest10/StmtTest10.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0010-rt-String-StmtTest10/StmtTest10.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest10 *- @TestCaseName: StmtTest10 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0011-rt-String-StmtTest11/StmtTest11.java b/test/testsuite/ouroboros/stmtpre_test/RT0011-rt-String-StmtTest11/StmtTest11.java index af6242af9705bc60eb9436fb938e914b304d571e..96eba402a3707536597c3a50766cb2705b0092e8 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0011-rt-String-StmtTest11/StmtTest11.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0011-rt-String-StmtTest11/StmtTest11.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest11 *- @TestCaseName: StmtTest11 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0013-rt-String-StmtTest13/StmtTest13.java b/test/testsuite/ouroboros/stmtpre_test/RT0013-rt-String-StmtTest13/StmtTest13.java index 1ee120328b45e697fccd153b519a20101a8e8082..f3000defcd7d17b30b56a1fe03d525109ae00691 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0013-rt-String-StmtTest13/StmtTest13.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0013-rt-String-StmtTest13/StmtTest13.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest13 *- @TestCaseName: StmtTest13 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/stmtpre_test/RT0014-rt-String-StmtTest14/StmtTest14.java b/test/testsuite/ouroboros/stmtpre_test/RT0014-rt-String-StmtTest14/StmtTest14.java index 95b99402fc94b1eac7e555495f8bade576eaa4a9..71bcbed87e0d4fc3723be7754a035975e2a703de 100644 --- a/test/testsuite/ouroboros/stmtpre_test/RT0014-rt-String-StmtTest14/StmtTest14.java +++ b/test/testsuite/ouroboros/stmtpre_test/RT0014-rt-String-StmtTest14/StmtTest14.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_StmtTest13 *- @TestCaseName: StmtTest13 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/string_test/RT0001-rt-string-ReflectString/ReflectString.java b/test/testsuite/ouroboros/string_test/RT0001-rt-string-ReflectString/ReflectString.java index f7c2ac84e1cea3fb50cbff7811cee7d209d74b2f..00eea34c2febed812eec96bb4085f8d4e7d89c94 100644 --- a/test/testsuite/ouroboros/string_test/RT0001-rt-string-ReflectString/ReflectString.java +++ b/test/testsuite/ouroboros/string_test/RT0001-rt-string-ReflectString/ReflectString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ReflectString.java * -@TestCaseName: String.class.newInstance * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0002-rt-String-BufferConstructorsTest/StringBufferConstructorsTest.java b/test/testsuite/ouroboros/string_test/RT0002-rt-String-BufferConstructorsTest/StringBufferConstructorsTest.java index e9f3d43c10deb104b3750849e911f974c48b8b19..d91ec7007d6dd681797531bb751363a799e280cc 100644 --- a/test/testsuite/ouroboros/string_test/RT0002-rt-String-BufferConstructorsTest/StringBufferConstructorsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0002-rt-String-BufferConstructorsTest/StringBufferConstructorsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferConstructorsTest.java * -@TestCaseName: Test String Buffer Constructors StringBuffer(String str)/StringBuffer()/StringBuffer(int capacity) * /StringBuffer(CharSequence seq). diff --git a/test/testsuite/ouroboros/string_test/RT0003-rt-String-BufferAppendAndAppendCodePointTest/StringBufferAppendAndAppendCodePointTest.java b/test/testsuite/ouroboros/string_test/RT0003-rt-String-BufferAppendAndAppendCodePointTest/StringBufferAppendAndAppendCodePointTest.java index 8ea3adf0254c6b2a209ac896714ed5bdad6776d8..fecba4ffd2c06eb7c8e4167e484421074ad49edd 100644 --- a/test/testsuite/ouroboros/string_test/RT0003-rt-String-BufferAppendAndAppendCodePointTest/StringBufferAppendAndAppendCodePointTest.java +++ b/test/testsuite/ouroboros/string_test/RT0003-rt-String-BufferAppendAndAppendCodePointTest/StringBufferAppendAndAppendCodePointTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferAppendAndAppendCodePointTest.java * -@TestCaseName: Test method append(boolean b)/append(char c)/append(char[] str)/append(CharSequence s)/ * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0004-rt-String-BufferInsertTest/StringBufferInsertTest.java b/test/testsuite/ouroboros/string_test/RT0004-rt-String-BufferInsertTest/StringBufferInsertTest.java index e25d84c0fc77f8b9fa1fdd1565b0481786383e90..251a10d8d705b6cc4e2fda0cfdc767e28e19a263 100644 --- a/test/testsuite/ouroboros/string_test/RT0004-rt-String-BufferInsertTest/StringBufferInsertTest.java +++ b/test/testsuite/ouroboros/string_test/RT0004-rt-String-BufferInsertTest/StringBufferInsertTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferInsertTest.java * -@TestCaseName: Test Method insert(Various parameters) of StringBuffer include insert(int offset, boolean b)/ * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0005-rt-String-BufferDeleteAndDeleteCharAtTest/StringBufferDeleteAndDeleteCharAtTest.java b/test/testsuite/ouroboros/string_test/RT0005-rt-String-BufferDeleteAndDeleteCharAtTest/StringBufferDeleteAndDeleteCharAtTest.java index 7b7596ab6835bc31a621327d3a6429f3bc4419d0..561191e92f677adb04480dd5a38d157243c7ba73 100644 --- a/test/testsuite/ouroboros/string_test/RT0005-rt-String-BufferDeleteAndDeleteCharAtTest/StringBufferDeleteAndDeleteCharAtTest.java +++ b/test/testsuite/ouroboros/string_test/RT0005-rt-String-BufferDeleteAndDeleteCharAtTest/StringBufferDeleteAndDeleteCharAtTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferDeleteAndDeleteCharAtTest.java * -@TestCaseName: Test Method StringBuffer delete(int start, int end) and StringBuffer deleteCharAt(int index) of * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0006-rt-String-BufferCodePointExceptionTest/StringBufferCodePointExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0006-rt-String-BufferCodePointExceptionTest/StringBufferCodePointExceptionTest.java index f219acd1de8e7b6b3dc6dd844892dbd8967ab48c..5daa0f13e9110c4d822f36250b08e2a94f05cae8 100644 --- a/test/testsuite/ouroboros/string_test/RT0006-rt-String-BufferCodePointExceptionTest/StringBufferCodePointExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0006-rt-String-BufferCodePointExceptionTest/StringBufferCodePointExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferCodePointExceptionTest.java * -@TestCaseName: Test method codePointAt(int index)/codePointBefore(int index)/codePointCount(int beginIndex, int * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0007-rt-String-BufferCapacityAndEnsureCapacityTest/StringBufferCapacityAndEnsureCapacityTest.java b/test/testsuite/ouroboros/string_test/RT0007-rt-String-BufferCapacityAndEnsureCapacityTest/StringBufferCapacityAndEnsureCapacityTest.java index 8163b878ab239b0a1354fe1c70f536aee5ddb332..582e3ee295068b148365799452a04e4a4c064e6c 100644 --- a/test/testsuite/ouroboros/string_test/RT0007-rt-String-BufferCapacityAndEnsureCapacityTest/StringBufferCapacityAndEnsureCapacityTest.java +++ b/test/testsuite/ouroboros/string_test/RT0007-rt-String-BufferCapacityAndEnsureCapacityTest/StringBufferCapacityAndEnsureCapacityTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferCapacityAndEnsureCapacityTest.java * -@TestCaseName: Test Method capacity()/ensureCapacity(int minimumCapacity) of StringBuffer. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0008-rt-String-BufferCharAtAndSetCharAtExceptionTest/StringBufferCharAtAndSetCharAtExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0008-rt-String-BufferCharAtAndSetCharAtExceptionTest/StringBufferCharAtAndSetCharAtExceptionTest.java index 4a8abd790b5a25eff39a1b383971f598f5120ce4..e21ad1262e16fb436aa6a37fd09c9e93b12bb56b 100644 --- a/test/testsuite/ouroboros/string_test/RT0008-rt-String-BufferCharAtAndSetCharAtExceptionTest/StringBufferCharAtAndSetCharAtExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0008-rt-String-BufferCharAtAndSetCharAtExceptionTest/StringBufferCharAtAndSetCharAtExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferCharAtAndSetCharAtExceptionTest.java * -@TestCaseName: Test Method charAt(int index)/setCharAt(int index, char ch) of StringBuffer and * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0009-rt-String-BufferGetCharsTest/StringBufferGetCharsTest.java b/test/testsuite/ouroboros/string_test/RT0009-rt-String-BufferGetCharsTest/StringBufferGetCharsTest.java index 6c1f47fe15508135780896135fa7abeabd892c98..98266639ba32061be05e7ac3956c5d515f35a642 100644 --- a/test/testsuite/ouroboros/string_test/RT0009-rt-String-BufferGetCharsTest/StringBufferGetCharsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0009-rt-String-BufferGetCharsTest/StringBufferGetCharsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferGetCharsTest.java * -@TestCaseName: Test Method getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) of StringBuffer. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0010-rt-String-BufferIndexOfAndLastIndexOfTest/StringBufferIndexOfAndLastIndexOfTest.java b/test/testsuite/ouroboros/string_test/RT0010-rt-String-BufferIndexOfAndLastIndexOfTest/StringBufferIndexOfAndLastIndexOfTest.java index 68bac7f7977aadf19ea399804a22f80e31dbf443..cd113e30a17ac33a59c64aeae18b9e581942cf11 100644 --- a/test/testsuite/ouroboros/string_test/RT0010-rt-String-BufferIndexOfAndLastIndexOfTest/StringBufferIndexOfAndLastIndexOfTest.java +++ b/test/testsuite/ouroboros/string_test/RT0010-rt-String-BufferIndexOfAndLastIndexOfTest/StringBufferIndexOfAndLastIndexOfTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferIndexOfAndLastIndexOfTest.java * -@TestCaseName: Test Method int indexOf(String str)/int indexOf(String str, int fromIndex)/int lastIndexOf( * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0011-rt-String-BufferReplaceAndReverseTest/StringBufferReplaceAndReverseTest.java b/test/testsuite/ouroboros/string_test/RT0011-rt-String-BufferReplaceAndReverseTest/StringBufferReplaceAndReverseTest.java index 7a490a967d868dd9760c244e3286d34a672fc410..2693a59b340271ff303a3795bdbebfaf009257ed 100644 --- a/test/testsuite/ouroboros/string_test/RT0011-rt-String-BufferReplaceAndReverseTest/StringBufferReplaceAndReverseTest.java +++ b/test/testsuite/ouroboros/string_test/RT0011-rt-String-BufferReplaceAndReverseTest/StringBufferReplaceAndReverseTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferReplaceAndReverseTest.java * -@TestCaseName: Test Method StringBuffer replace(int start, int end, String str)/StringBuffer reverse() of * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0012-rt-String-BufferSubstringAndToStringTest/StringBufferSubstringAndToStringTest.java b/test/testsuite/ouroboros/string_test/RT0012-rt-String-BufferSubstringAndToStringTest/StringBufferSubstringAndToStringTest.java index 74b828e82c9d1e51c777a69cfe4d6edd7ad40a6f..69d444b8f130d499efc99478b79b7d07379f9bc2 100644 --- a/test/testsuite/ouroboros/string_test/RT0012-rt-String-BufferSubstringAndToStringTest/StringBufferSubstringAndToStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0012-rt-String-BufferSubstringAndToStringTest/StringBufferSubstringAndToStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferSubstringAndToStringTest.java * -@TestCaseName: Test Method:String substring(int start)/String substring(int start, int end)/String toString() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0013-rt-String-BuilderConstructorsTest/StringBuilderConstructorsTest.java b/test/testsuite/ouroboros/string_test/RT0013-rt-String-BuilderConstructorsTest/StringBuilderConstructorsTest.java index b17de3e6d06de2ae1375e55015a5f91a382ae02a..b75483e3256b64f8e03797848ec0d449b6db09e5 100644 --- a/test/testsuite/ouroboros/string_test/RT0013-rt-String-BuilderConstructorsTest/StringBuilderConstructorsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0013-rt-String-BuilderConstructorsTest/StringBuilderConstructorsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderConstructorsTest.java * -@TestCaseName: Test StringBuilder Constructors StringBuilder()/StringBuilder(CharSequence seq)/StringBuilder * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0014-rt-String-BuilderAppendAndAppendCodePointTest/StringBuilderAppendAndAppendCodePointTest.java b/test/testsuite/ouroboros/string_test/RT0014-rt-String-BuilderAppendAndAppendCodePointTest/StringBuilderAppendAndAppendCodePointTest.java index 80393f9be85d8fa88f79af27e6d8233398166bf7..d499beb07fe001b82f240e1864303bc5e7ed5c27 100644 --- a/test/testsuite/ouroboros/string_test/RT0014-rt-String-BuilderAppendAndAppendCodePointTest/StringBuilderAppendAndAppendCodePointTest.java +++ b/test/testsuite/ouroboros/string_test/RT0014-rt-String-BuilderAppendAndAppendCodePointTest/StringBuilderAppendAndAppendCodePointTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderAppendAndAppendCodePointTest.java * -@TestCaseName: Test method append(boolean b)/append(char c)/append(char[] str)/append(char[] str, int offset, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0015-rt-String-BuilderInsertTest/StringBuilderInsertTest.java b/test/testsuite/ouroboros/string_test/RT0015-rt-String-BuilderInsertTest/StringBuilderInsertTest.java index 869317d7cbcbfa070638ca90002bce442dd47cd2..4d8d6cf81324c63b01ba0c141a2b402240fff90d 100644 --- a/test/testsuite/ouroboros/string_test/RT0015-rt-String-BuilderInsertTest/StringBuilderInsertTest.java +++ b/test/testsuite/ouroboros/string_test/RT0015-rt-String-BuilderInsertTest/StringBuilderInsertTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderInsertTest.java * -@TestCaseName: Test Method insert(Various parameters) of StringBuilder include insert(int offset, boolean b)/ * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0016-rt-String-BuilderDeleteAndDeleteCharAtTest/StringBuilderDeleteAndDeleteCharAtTest.java b/test/testsuite/ouroboros/string_test/RT0016-rt-String-BuilderDeleteAndDeleteCharAtTest/StringBuilderDeleteAndDeleteCharAtTest.java index 4314af152e056910e6efe2999053b607f118d5f1..f1e29fb1c89ad2af142086d963bda339e66013cc 100644 --- a/test/testsuite/ouroboros/string_test/RT0016-rt-String-BuilderDeleteAndDeleteCharAtTest/StringBuilderDeleteAndDeleteCharAtTest.java +++ b/test/testsuite/ouroboros/string_test/RT0016-rt-String-BuilderDeleteAndDeleteCharAtTest/StringBuilderDeleteAndDeleteCharAtTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderDeleteAndDeleteCharAtTest.java * -@TestCaseName: Test Method delete(int start, int end) and deleteCharAt(int index) of StringBuilder. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0017-rt-String-BuilderCodePointExceptionTest/StringBuilderCodePointExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0017-rt-String-BuilderCodePointExceptionTest/StringBuilderCodePointExceptionTest.java index bb7a09cf062f2f40ad1fc61d607475b926d9ce14..090004d863bc160fa07ef9712bfe243c2299fb6a 100644 --- a/test/testsuite/ouroboros/string_test/RT0017-rt-String-BuilderCodePointExceptionTest/StringBuilderCodePointExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0017-rt-String-BuilderCodePointExceptionTest/StringBuilderCodePointExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderCodePointExceptionTest.java * -@TestCaseName: Test method codePointAt(int index)/codePointBefore(int index)/codePointCount(int beginIndex, int * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0018-rt-String-BuilderCapacityAndEnsureCapacityTest/StringBuilderCapacityAndEnsureCapacityTest.java b/test/testsuite/ouroboros/string_test/RT0018-rt-String-BuilderCapacityAndEnsureCapacityTest/StringBuilderCapacityAndEnsureCapacityTest.java index eae0a294f63e850ed3ca538efcf44a1ff4b29f1e..9bb6772d96c040342ef3947a01e9be6b45a4a7d3 100644 --- a/test/testsuite/ouroboros/string_test/RT0018-rt-String-BuilderCapacityAndEnsureCapacityTest/StringBuilderCapacityAndEnsureCapacityTest.java +++ b/test/testsuite/ouroboros/string_test/RT0018-rt-String-BuilderCapacityAndEnsureCapacityTest/StringBuilderCapacityAndEnsureCapacityTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderCapacityAndEnsureCapacityTest.java * -@TestCaseName: Test Method capacity()/ensureCapacity(int minimumCapacity) of StringBuilder. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0019-rt-String-BuilderCharAtAndSetCharAtExceptionTest/StringBuilderCharAtAndSetCharAtExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0019-rt-String-BuilderCharAtAndSetCharAtExceptionTest/StringBuilderCharAtAndSetCharAtExceptionTest.java index 737506653741436ff9d71ada367e8de52bb52d17..ef8b937fba7d8bbe244911e1580b7051485ebda5 100644 --- a/test/testsuite/ouroboros/string_test/RT0019-rt-String-BuilderCharAtAndSetCharAtExceptionTest/StringBuilderCharAtAndSetCharAtExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0019-rt-String-BuilderCharAtAndSetCharAtExceptionTest/StringBuilderCharAtAndSetCharAtExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderCharAtAndSetCharAtExceptionTest.java * -@TestCaseName: Test Method charAt(int index)/setCharAt(int index, char ch) of StringBuilder and * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0020-rt-String-BuilderGetCharsTest/StringBuilderGetCharsTest.java b/test/testsuite/ouroboros/string_test/RT0020-rt-String-BuilderGetCharsTest/StringBuilderGetCharsTest.java index 9bc0a5e6ffc111a13678b224312e3559bc2fe907..fdaf14e056f32e35fdd1fcbd8cc40ebadddf36cb 100644 --- a/test/testsuite/ouroboros/string_test/RT0020-rt-String-BuilderGetCharsTest/StringBuilderGetCharsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0020-rt-String-BuilderGetCharsTest/StringBuilderGetCharsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderGetCharsTest.java * -@TestCaseName: Test Method getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) of StringBuilder. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0021-rt-String-BuilderIndexOfAndLastIndexOfTest/StringBuilderIndexOfAndLastIndexOfTest.java b/test/testsuite/ouroboros/string_test/RT0021-rt-String-BuilderIndexOfAndLastIndexOfTest/StringBuilderIndexOfAndLastIndexOfTest.java index 12dab0706b92454ca7a3afcfec1db85c673ca0b0..8b028e2879c5f4aa218c2984b56e1e1a5b75454a 100644 --- a/test/testsuite/ouroboros/string_test/RT0021-rt-String-BuilderIndexOfAndLastIndexOfTest/StringBuilderIndexOfAndLastIndexOfTest.java +++ b/test/testsuite/ouroboros/string_test/RT0021-rt-String-BuilderIndexOfAndLastIndexOfTest/StringBuilderIndexOfAndLastIndexOfTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderIndexOfAndLastIndexOfTest.java * -@TestCaseName: Test Method int indexOf(String str)/int indexOf(String str, int fromIndex)/int lastIndexOf( * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0022-rt-String-BuilderReplaceAndReverseTest/StringBuilderReplaceAndReverseTest.java b/test/testsuite/ouroboros/string_test/RT0022-rt-String-BuilderReplaceAndReverseTest/StringBuilderReplaceAndReverseTest.java index b684154df2da39726f337f7548b0b9c4d76d0caa..5705c1064a6bcc3787740a8396d16b578697389a 100644 --- a/test/testsuite/ouroboros/string_test/RT0022-rt-String-BuilderReplaceAndReverseTest/StringBuilderReplaceAndReverseTest.java +++ b/test/testsuite/ouroboros/string_test/RT0022-rt-String-BuilderReplaceAndReverseTest/StringBuilderReplaceAndReverseTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderReplaceAndReverseTest.java * -@TestCaseName: Test Method StringBuffer replace(int start, int end, String str)/StringBuffer reverse() of * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0023-rt-String-BuilderSubstringAndToStringTest/StringBuilderSubstringAndToStringTest.java b/test/testsuite/ouroboros/string_test/RT0023-rt-String-BuilderSubstringAndToStringTest/StringBuilderSubstringAndToStringTest.java index ed79c3300ecbb0c5b689d217231b3ec3a19dc92d..6c286e65f925a78853b47080bee937df9ae73181 100644 --- a/test/testsuite/ouroboros/string_test/RT0023-rt-String-BuilderSubstringAndToStringTest/StringBuilderSubstringAndToStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0023-rt-String-BuilderSubstringAndToStringTest/StringBuilderSubstringAndToStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderSubstringAndToStringTest.java * -@TestCaseName: Test Method:String substring(int start)/String substring(int start, int end)/String toString() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0024-rt-String-ConsBytesIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0024-rt-String-ConsBytesIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIndexOutOfBoundsExceptionTest.java index a9f3656a96d9a68743753bb96b36091a5efd9a0e..c244632df4be5aaa8299858b1a85b6633a3a92de 100644 --- a/test/testsuite/ouroboros/string_test/RT0024-rt-String-ConsBytesIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0024-rt-String-ConsBytesIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesIntIntIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test IndexOutOfBoundsException in String constructor:public String(byte[] bytes, int offset, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0025-rt-String-ConsCharArrayIndexOutOfBoundsExceptionTest/StringConsCharArrayIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0025-rt-String-ConsCharArrayIndexOutOfBoundsExceptionTest/StringConsCharArrayIndexOutOfBoundsExceptionTest.java index 34e24e9fb7539a8d022f0f360a0127dac302c095..0c5bb2ffea1c08f04e48f62f35fd9f999801db04 100644 --- a/test/testsuite/ouroboros/string_test/RT0025-rt-String-ConsCharArrayIndexOutOfBoundsExceptionTest/StringConsCharArrayIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0025-rt-String-ConsCharArrayIndexOutOfBoundsExceptionTest/StringConsCharArrayIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsCharArrayIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test String constructor: String(char[] value, int offset, int count) throw * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0026-rt-String-ConsIntArrayExceptionsTest/StringConsIntArrayExceptionsTest.java b/test/testsuite/ouroboros/string_test/RT0026-rt-String-ConsIntArrayExceptionsTest/StringConsIntArrayExceptionsTest.java index 9e5e59d621b494c036b9d16ec3dbae8050d59f11..6b106177cff95afb0945151f1fc24526bf07a219 100644 --- a/test/testsuite/ouroboros/string_test/RT0026-rt-String-ConsIntArrayExceptionsTest/StringConsIntArrayExceptionsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0026-rt-String-ConsIntArrayExceptionsTest/StringConsIntArrayExceptionsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsIntArrayExceptionsTest.java * -@TestCaseName: Test IndexOutOfBoundsException/IllegalArgumentException in String constructor: String(int[] * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0027-rt-String-ConsBytesIntIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIntIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0027-rt-String-ConsBytesIntIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIntIndexOutOfBoundsExceptionTest.java index 4d3fed2eaaafcc3986eb8275ed78bd6ad68382ac..581c81c5851c382e4fd09286836f2a6c59ab0f88 100644 --- a/test/testsuite/ouroboros/string_test/RT0027-rt-String-ConsBytesIntIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIntIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0027-rt-String-ConsBytesIntIntIntIndexOutOfBoundsExceptionTest/StringConsBytesIntIntIntIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesIntIntIntIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test IndexOutOfBoundsException/IllegalArgumentException in String constructor: String(byte[] * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0028-rt-String-ConsBytesIntIntCharsetExceptionTest/StringConsBytesIntIntCharsetExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0028-rt-String-ConsBytesIntIntCharsetExceptionTest/StringConsBytesIntIntCharsetExceptionTest.java index 12c5e92fd56b1286278e793ba2e6057add86e6a2..43c316016742a9cec7f95c2b8b789adf1b250dd7 100644 --- a/test/testsuite/ouroboros/string_test/RT0028-rt-String-ConsBytesIntIntCharsetExceptionTest/StringConsBytesIntIntCharsetExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0028-rt-String-ConsBytesIntIntCharsetExceptionTest/StringConsBytesIntIntCharsetExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesIntIntCharsetExceptionTest.java * -@TestCaseName: Test IndexOutOfBoundsException in String constructor: String(byte[] bytes, int offset, int * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0029-rt-String-CharAtIndexOutOfBoundsExceptionTest/StringCharAtIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0029-rt-String-CharAtIndexOutOfBoundsExceptionTest/StringCharAtIndexOutOfBoundsExceptionTest.java index f6924b0a11ff69847799fa830f6906f84cb7808d..2fe9e835f5fc9e8428e90039ac32da2f975537fa 100644 --- a/test/testsuite/ouroboros/string_test/RT0029-rt-String-CharAtIndexOutOfBoundsExceptionTest/StringCharAtIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0029-rt-String-CharAtIndexOutOfBoundsExceptionTest/StringCharAtIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCharAtIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test IndexOutOfBoundsException in String Method: public char charAt(int index). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0030-rt-String-CodePointAtStringIndexOutOfBoundsExceptionTest/StringCodePointAtStringIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0030-rt-String-CodePointAtStringIndexOutOfBoundsExceptionTest/StringCodePointAtStringIndexOutOfBoundsExceptionTest.java index 5e09d431aaff2fe7301c2ba277391e47191cfe2f..5c64bedcbb688dbd519ac60339d3fad200614653 100644 --- a/test/testsuite/ouroboros/string_test/RT0030-rt-String-CodePointAtStringIndexOutOfBoundsExceptionTest/StringCodePointAtStringIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0030-rt-String-CodePointAtStringIndexOutOfBoundsExceptionTest/StringCodePointAtStringIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCodePointAtStringIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test StringIndexOutOfBoundsException in String Method: public int codePointAt(int index). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0031-rt-String-CodePointBeforeExceptionTest/StringCodePointBeforeExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0031-rt-String-CodePointBeforeExceptionTest/StringCodePointBeforeExceptionTest.java index ae6d439e3466c0bd5041743efca69b1e87133f09..9915b78a35dd40582d166d1ee908b43e53133e03 100644 --- a/test/testsuite/ouroboros/string_test/RT0031-rt-String-CodePointBeforeExceptionTest/StringCodePointBeforeExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0031-rt-String-CodePointBeforeExceptionTest/StringCodePointBeforeExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCodePointBeforeExceptionTest.java * -@TestCaseName: Test StringIndexOutOfBoundsException in String Method: int codePointBefore(int index). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0032-rt-String-CodePointCountIndexOutOfBoundsExceptionTest/StringCodePointCountIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0032-rt-String-CodePointCountIndexOutOfBoundsExceptionTest/StringCodePointCountIndexOutOfBoundsExceptionTest.java index 8caee97498b177dd9c6251eef60563dbed4fa0d2..2cfab95de8065cff8d625dd55df51d44978fc83c 100644 --- a/test/testsuite/ouroboros/string_test/RT0032-rt-String-CodePointCountIndexOutOfBoundsExceptionTest/StringCodePointCountIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0032-rt-String-CodePointCountIndexOutOfBoundsExceptionTest/StringCodePointCountIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCodePointCountIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test IndexOutOfBoundsException in int codePointCount(int beginIndex, int endIndex) of String. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0033-rt-String-OffsetByCodePointsIndexOutOfBoundsExceptionTest/StringOffsetByCodePointsIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0033-rt-String-OffsetByCodePointsIndexOutOfBoundsExceptionTest/StringOffsetByCodePointsIndexOutOfBoundsExceptionTest.java index 38d33429a155f32da53a38cde3bbc45269021269..04a869fb6e07ac32ca4566ad35c6ab111bf45c6b 100644 --- a/test/testsuite/ouroboros/string_test/RT0033-rt-String-OffsetByCodePointsIndexOutOfBoundsExceptionTest/StringOffsetByCodePointsIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0033-rt-String-OffsetByCodePointsIndexOutOfBoundsExceptionTest/StringOffsetByCodePointsIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringOffsetByCodePointsIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test IndexOutOfBoundsException in String Method: int offsetByCodePoints(int index, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0034-rt-String-GetCharsExceptionsTest/StringGetCharsExceptionsTest.java b/test/testsuite/ouroboros/string_test/RT0034-rt-String-GetCharsExceptionsTest/StringGetCharsExceptionsTest.java index 37e021239903a7ef891d10d1b7a53056ecba7c7b..02ca1d1a9cdecd2e5fb31aaf4c3abc081a5fdcbf 100644 --- a/test/testsuite/ouroboros/string_test/RT0034-rt-String-GetCharsExceptionsTest/StringGetCharsExceptionsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0034-rt-String-GetCharsExceptionsTest/StringGetCharsExceptionsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetCharsExceptionsTest.java * -@TestCaseName: Test Exception in String Method: void getChars(int srcBegin, int srcEnd, char[] dst, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0035-rt-String-GetBytesExceptionTest/StringGetBytesExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0035-rt-String-GetBytesExceptionTest/StringGetBytesExceptionTest.java index 37214640fd209c5aae7fd6738b8d9e6a9f57ad4a..bf58ca3643ace609d9ea0e7179836f7ab38a34dd 100644 --- a/test/testsuite/ouroboros/string_test/RT0035-rt-String-GetBytesExceptionTest/StringGetBytesExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0035-rt-String-GetBytesExceptionTest/StringGetBytesExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetBytesExceptionTest.java * -@TestCaseName: Test Exception in String Method: getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0036-rt-String-SubstringStringIndexOutOfBoundsExceptionTest/StringSubstringStringIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0036-rt-String-SubstringStringIndexOutOfBoundsExceptionTest/StringSubstringStringIndexOutOfBoundsExceptionTest.java index 33577768c9607b79d38f2e1f06d61afe488f8d52..b4854ce4af62f92031034632ee820dc7b475f3d2 100644 --- a/test/testsuite/ouroboros/string_test/RT0036-rt-String-SubstringStringIndexOutOfBoundsExceptionTest/StringSubstringStringIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0036-rt-String-SubstringStringIndexOutOfBoundsExceptionTest/StringSubstringStringIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSubstringStringIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test StringIndexOutOfBoundsException in String Method: String substring(int beginIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0037-rt-String-SubstringIntIntExceptionTest/StringSubstringIntIntExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0037-rt-String-SubstringIntIntExceptionTest/StringSubstringIntIntExceptionTest.java index 9f895abe8775312e016426928c8eef63bf3f814b..f3a6e6616aa1c9999b0fe910993d2dbbd6309ddd 100644 --- a/test/testsuite/ouroboros/string_test/RT0037-rt-String-SubstringIntIntExceptionTest/StringSubstringIntIntExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0037-rt-String-SubstringIntIntExceptionTest/StringSubstringIntIntExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSubstringIntIntExceptionTest.java * -@TestCaseName: Test StringIndexOutOfBoundsException in String Method: String substring(int beginIndex, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0038-rt-String-SubSequenceIndexOutOfBoundsExceptionTest/StringSubSequenceIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0038-rt-String-SubSequenceIndexOutOfBoundsExceptionTest/StringSubSequenceIndexOutOfBoundsExceptionTest.java index aedfdfe65353abd4f6d8bb641d939c5144609f9f..33f6a108a4b80493a473cc1538b1a63863330340 100644 --- a/test/testsuite/ouroboros/string_test/RT0038-rt-String-SubSequenceIndexOutOfBoundsExceptionTest/StringSubSequenceIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0038-rt-String-SubSequenceIndexOutOfBoundsExceptionTest/StringSubSequenceIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSubSequenceIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test IndexOutOfBoundsException in String Method: CharSequence subSequence(int beginIndex, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0039-rt-String-ReplaceNullPointerExceptionTest/StringReplaceNullPointerExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0039-rt-String-ReplaceNullPointerExceptionTest/StringReplaceNullPointerExceptionTest.java index 18bfe923f3db00e218cd85a2b9a174bb977cccd8..e845fc0feaaf508a8c9d6d910a1b1a18bf9345c5 100644 --- a/test/testsuite/ouroboros/string_test/RT0039-rt-String-ReplaceNullPointerExceptionTest/StringReplaceNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0039-rt-String-ReplaceNullPointerExceptionTest/StringReplaceNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringReplaceNullPointerExceptionTest.java * -@TestCaseName: Test NullPointerException in String Method:String replace(CharSequence target, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0040-rt-String-ValueOfAndCopyValueOfExceptionTest/StringValueOfAndCopyValueOfExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0040-rt-String-ValueOfAndCopyValueOfExceptionTest/StringValueOfAndCopyValueOfExceptionTest.java index 976f8a704994298a6499067e9d059aa5ee3add80..080ad350be2a70969fc50782acdf323384531adb 100644 --- a/test/testsuite/ouroboros/string_test/RT0040-rt-String-ValueOfAndCopyValueOfExceptionTest/StringValueOfAndCopyValueOfExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0040-rt-String-ValueOfAndCopyValueOfExceptionTest/StringValueOfAndCopyValueOfExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringValueOfAndCopyValueOfExceptionTest.java * -@TestCaseName: Test Exception in String Static Method: String valueOf(char[] data, int offset, int count)/String * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0041-rt-String-GetClassTest/StringGetClassTest.java b/test/testsuite/ouroboros/string_test/RT0041-rt-String-GetClassTest/StringGetClassTest.java index aa1a59cc8db6e4aa6d6942aac2293394378c2dd9..849b54d8f46a9613b0873de7fef2a773b115e965 100644 --- a/test/testsuite/ouroboros/string_test/RT0041-rt-String-GetClassTest/StringGetClassTest.java +++ b/test/testsuite/ouroboros/string_test/RT0041-rt-String-GetClassTest/StringGetClassTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetClassTest.java * -@TestCaseName: Test Method Class getClass() of String. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0042-rt-String-EqualsAndEqualsIgnoreCaseAndLengthTest/StringEqualsAndEqualsIgnoreCaseAndLengthTest.java b/test/testsuite/ouroboros/string_test/RT0042-rt-String-EqualsAndEqualsIgnoreCaseAndLengthTest/StringEqualsAndEqualsIgnoreCaseAndLengthTest.java index bd16dffa8dfa3e84a28f9029cee66c99db5cf89a..4125c19f479906dbd44360ab880da9e1c5501429 100644 --- a/test/testsuite/ouroboros/string_test/RT0042-rt-String-EqualsAndEqualsIgnoreCaseAndLengthTest/StringEqualsAndEqualsIgnoreCaseAndLengthTest.java +++ b/test/testsuite/ouroboros/string_test/RT0042-rt-String-EqualsAndEqualsIgnoreCaseAndLengthTest/StringEqualsAndEqualsIgnoreCaseAndLengthTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringEqualsAndEqualsIgnoreCaseAndLengthTest.java * -@TestCaseName: Test method boolean equals(Object anObject)/boolean equalsIgnoreCase(String anotherString)/ * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0043-rt-String-NoParamConstructorTest/StringNoParamConstructorTest.java b/test/testsuite/ouroboros/string_test/RT0043-rt-String-NoParamConstructorTest/StringNoParamConstructorTest.java index 23ef8d517df79103d4c243e71a91ed55201f3275..5e719e2255637320a94efde174cb1bcc5662f455 100644 --- a/test/testsuite/ouroboros/string_test/RT0043-rt-String-NoParamConstructorTest/StringNoParamConstructorTest.java +++ b/test/testsuite/ouroboros/string_test/RT0043-rt-String-NoParamConstructorTest/StringNoParamConstructorTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringNoParamConstructorTest.java * -@TestCaseName: Test String Constructor: public String(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0044-rt-String-ConsStringTest/StringConsStringTest.java b/test/testsuite/ouroboros/string_test/RT0044-rt-String-ConsStringTest/StringConsStringTest.java index 223aa6a32334d38675f9791c1c334abc9d8bc34c..8b2f171c52f15ea6a5488c0fe82e754a77953999 100644 --- a/test/testsuite/ouroboros/string_test/RT0044-rt-String-ConsStringTest/StringConsStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0044-rt-String-ConsStringTest/StringConsStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsStringTest.java * -@TestCaseName: Test String constructor: String(String original). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0045-rt-String-ConsCharTest/StringConsCharTest.java b/test/testsuite/ouroboros/string_test/RT0045-rt-String-ConsCharTest/StringConsCharTest.java index 4a2e4b57b86604558ec25ea1117850917d374c0d..7ef5c55f9739404fc9c023c4363d1c621491d221 100644 --- a/test/testsuite/ouroboros/string_test/RT0045-rt-String-ConsCharTest/StringConsCharTest.java +++ b/test/testsuite/ouroboros/string_test/RT0045-rt-String-ConsCharTest/StringConsCharTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsCharTest.java * -@TestCaseName: Test String constructor: String(char[] value). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0046-rt-String-ConsCharIntIntTest/StringConsCharIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0046-rt-String-ConsCharIntIntTest/StringConsCharIntIntTest.java index 16a9c224cc337cff6e9da1d9abf72ef24a40f23f..37dbfeaa0da1252ca52d7e212dccc427747db897 100644 --- a/test/testsuite/ouroboros/string_test/RT0046-rt-String-ConsCharIntIntTest/StringConsCharIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0046-rt-String-ConsCharIntIntTest/StringConsCharIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsCharIntIntTest.java * -@TestCaseName: Test String constructor: String(char[] value, int offset, int count). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0047-rt-String-ConsIntsIntIntTest/StringConsIntsIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0047-rt-String-ConsIntsIntIntTest/StringConsIntsIntIntTest.java index 34a2200ecf7032c4994dabd605b47202c902287c..bd40cc936560ca708f1638ceb1f5328b6fa3a750 100644 --- a/test/testsuite/ouroboros/string_test/RT0047-rt-String-ConsIntsIntIntTest/StringConsIntsIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0047-rt-String-ConsIntsIntIntTest/StringConsIntsIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsIntsIntIntTest.java * -@TestCaseName: Test String constructor: String(int[] codePoints, int offset, int count). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0048-rt-String-ConsBytesIntTest/StringConsBytesIntTest.java b/test/testsuite/ouroboros/string_test/RT0048-rt-String-ConsBytesIntTest/StringConsBytesIntTest.java index 900fa3f3230ef0b4fd042d4dd1a280e9fee6b270..a876d9415152fbc6b635f8474acc2aaabc077297 100644 --- a/test/testsuite/ouroboros/string_test/RT0048-rt-String-ConsBytesIntTest/StringConsBytesIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0048-rt-String-ConsBytesIntTest/StringConsBytesIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesIntTest.java * -@TestCaseName: Test String constructor: String(byte[] ascii, int hibyte). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0049-rt-String-ConsBytesIntIntStringTest/StringConsBytesIntIntStringTest.java b/test/testsuite/ouroboros/string_test/RT0049-rt-String-ConsBytesIntIntStringTest/StringConsBytesIntIntStringTest.java index b100a33d989b9026e5f1cf5cf3c17db9d0296174..b79b7d3b88dcd57c0328e33a81e978b9c8f5a518 100644 --- a/test/testsuite/ouroboros/string_test/RT0049-rt-String-ConsBytesIntIntStringTest/StringConsBytesIntIntStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0049-rt-String-ConsBytesIntIntStringTest/StringConsBytesIntIntStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesIntIntStringTest.java * -@TestCaseName: Test String constructor: String(byte[] bytes, int offset, int length, String charsetName). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0050-rt-String-CosBytesIntIntCharsetTest/StringCosBytesIntIntCharsetTest.java b/test/testsuite/ouroboros/string_test/RT0050-rt-String-CosBytesIntIntCharsetTest/StringCosBytesIntIntCharsetTest.java index 997116e2838da1536a5d04bc799748e2955e06d2..4e996a859ebb7977d3c1abaaef1545b0123c60ff 100644 --- a/test/testsuite/ouroboros/string_test/RT0050-rt-String-CosBytesIntIntCharsetTest/StringCosBytesIntIntCharsetTest.java +++ b/test/testsuite/ouroboros/string_test/RT0050-rt-String-CosBytesIntIntCharsetTest/StringCosBytesIntIntCharsetTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCosBytesIntIntCharsetTest.java * -@TestCaseName: String constructor: String(byte[] bytes, int offset, int length, Charset charset). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0051-rt-String-ConsBytesStringTest/StringConsBytesStringTest.java b/test/testsuite/ouroboros/string_test/RT0051-rt-String-ConsBytesStringTest/StringConsBytesStringTest.java index f7d528729c90f7cdf69633655e32243ceeb973be..5bb35a3b1674f8c2033aee97639e32b4387c065b 100644 --- a/test/testsuite/ouroboros/string_test/RT0051-rt-String-ConsBytesStringTest/StringConsBytesStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0051-rt-String-ConsBytesStringTest/StringConsBytesStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesStringTest.java * -@TestCaseName: Test String constructor: String(byte[] bytes, String charsetName). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0052-rt-String-ConsBytesCharsetTest/StringConsBytesCharsetTest.java b/test/testsuite/ouroboros/string_test/RT0052-rt-String-ConsBytesCharsetTest/StringConsBytesCharsetTest.java index 5f65981e58b38a53b683842cc2501b17bcbb508b..572bdbcb70c778f177a05d69beca98b0f8ed2027 100644 --- a/test/testsuite/ouroboros/string_test/RT0052-rt-String-ConsBytesCharsetTest/StringConsBytesCharsetTest.java +++ b/test/testsuite/ouroboros/string_test/RT0052-rt-String-ConsBytesCharsetTest/StringConsBytesCharsetTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesCharsetTest.java * -@TestCaseName: Test String constructor: String(byte[] bytes, Charset charset). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0053-rt-String-ConsBytesIntIntTest/StringConsBytesIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0053-rt-String-ConsBytesIntIntTest/StringConsBytesIntIntTest.java index 9ecd455379578ca28da79b2eb8bb1d6d2417679e..777a5aabe225e656dac33391dbbf4f11b028ede1 100644 --- a/test/testsuite/ouroboros/string_test/RT0053-rt-String-ConsBytesIntIntTest/StringConsBytesIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0053-rt-String-ConsBytesIntIntTest/StringConsBytesIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesIntIntTest.java * -@TestCaseName: String constructor: String(byte[] bytes, int offset, int length). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0054-rt-String-ConsBytesTest/StringConsBytesTest.java b/test/testsuite/ouroboros/string_test/RT0054-rt-String-ConsBytesTest/StringConsBytesTest.java index f4d931954ffbdf366e9bd9db23624cfaadc5ce8b..9efa16abdb03a521ae9fdc21bc22cfdf6c8d9d69 100644 --- a/test/testsuite/ouroboros/string_test/RT0054-rt-String-ConsBytesTest/StringConsBytesTest.java +++ b/test/testsuite/ouroboros/string_test/RT0054-rt-String-ConsBytesTest/StringConsBytesTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsBytesTest.java * -@TestCaseName: Test String constructor: String(byte bytes[]). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0055-rt-String-ConsStringBufferTest/StringConsStringBufferTest.java b/test/testsuite/ouroboros/string_test/RT0055-rt-String-ConsStringBufferTest/StringConsStringBufferTest.java index 0535de9ed3b571864f49e958b6b2c0fedb51cd13..ddb3e79d934097fadde399ad8d296b859867ca33 100644 --- a/test/testsuite/ouroboros/string_test/RT0055-rt-String-ConsStringBufferTest/StringConsStringBufferTest.java +++ b/test/testsuite/ouroboros/string_test/RT0055-rt-String-ConsStringBufferTest/StringConsStringBufferTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsStringBufferTest.java * -@TestCaseName: Test String constructor: String(StringBuffer buffer). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0056-rt-String-ConsStringBuilderTest/StringConsStringBuilderTest.java b/test/testsuite/ouroboros/string_test/RT0056-rt-String-ConsStringBuilderTest/StringConsStringBuilderTest.java index 254822e0bd93115ccf5cdf2fe6470fef9afbab9e..9177300f4fb250bfe8011f74f2b6287c8cb8c5b0 100644 --- a/test/testsuite/ouroboros/string_test/RT0056-rt-String-ConsStringBuilderTest/StringConsStringBuilderTest.java +++ b/test/testsuite/ouroboros/string_test/RT0056-rt-String-ConsStringBuilderTest/StringConsStringBuilderTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConsStringBuilderTest.java * -@TestCaseName: Test String constructor: String(StringBuilder builder). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0057-rt-String-LengthTest/StringLengthTest.java b/test/testsuite/ouroboros/string_test/RT0057-rt-String-LengthTest/StringLengthTest.java index 65993be840b28083021a754f5bc9632feb57bb1b..1890dc0989f3083301e31148bbb8d3bc1dcc308f 100644 --- a/test/testsuite/ouroboros/string_test/RT0057-rt-String-LengthTest/StringLengthTest.java +++ b/test/testsuite/ouroboros/string_test/RT0057-rt-String-LengthTest/StringLengthTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringLengthTest.java * -@TestCaseName: Test String Method: int length(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0058-rt-String-IsEmptyTest/StringIsEmptyTest.java b/test/testsuite/ouroboros/string_test/RT0058-rt-String-IsEmptyTest/StringIsEmptyTest.java index e98b6c616ba5c51349930add235e4b6adb319e48..29968de96b4d4c273f977daff10fb33cf5bc3e60 100644 --- a/test/testsuite/ouroboros/string_test/RT0058-rt-String-IsEmptyTest/StringIsEmptyTest.java +++ b/test/testsuite/ouroboros/string_test/RT0058-rt-String-IsEmptyTest/StringIsEmptyTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringIsEmptyTest.java * -@TestCaseName: Test String Method: boolean isEmpty(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0059-rt-String-CharAtTest/StringCharAtTest.java b/test/testsuite/ouroboros/string_test/RT0059-rt-String-CharAtTest/StringCharAtTest.java index 3462588d55723b559a3c6c8d3e515e6c21401845..4f05dce8ff7b8503199ac02f8a626635716c9fbf 100644 --- a/test/testsuite/ouroboros/string_test/RT0059-rt-String-CharAtTest/StringCharAtTest.java +++ b/test/testsuite/ouroboros/string_test/RT0059-rt-String-CharAtTest/StringCharAtTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCharAtTest.java * -@TestCaseName: String Method: char charAt(int index). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0060-rt-String-CodePointAtTest/StringCodePointAtTest.java b/test/testsuite/ouroboros/string_test/RT0060-rt-String-CodePointAtTest/StringCodePointAtTest.java index d38f07761f9000e3c184fc89d901e42b04d80fb2..17fe194ad8d67e90e79811d9d53a341a7d0650f3 100644 --- a/test/testsuite/ouroboros/string_test/RT0060-rt-String-CodePointAtTest/StringCodePointAtTest.java +++ b/test/testsuite/ouroboros/string_test/RT0060-rt-String-CodePointAtTest/StringCodePointAtTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCodePointAtTest.java * -@TestCaseName: Test String Method: int codePointAt(int index). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0061-rt-String-CodePointBeforeTest/StringCodePointBeforeTest.java b/test/testsuite/ouroboros/string_test/RT0061-rt-String-CodePointBeforeTest/StringCodePointBeforeTest.java index 03fe9bbaffd79115a15da7dccf10dda4d63b2ee4..6bf007fd36d8af403a4e61efb158b79b824d0915 100644 --- a/test/testsuite/ouroboros/string_test/RT0061-rt-String-CodePointBeforeTest/StringCodePointBeforeTest.java +++ b/test/testsuite/ouroboros/string_test/RT0061-rt-String-CodePointBeforeTest/StringCodePointBeforeTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCodePointBeforeTest.java * -@TestCaseName: Test String Method: int codePointBefore(int index). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0062-rt-String-CodePointCountTest/StringCodePointCountTest.java b/test/testsuite/ouroboros/string_test/RT0062-rt-String-CodePointCountTest/StringCodePointCountTest.java index fa0cf7a1eacce0862247eee52ef0e33d0c8b60f2..2a734c2e3819982d9aff388daea0f49afde292f2 100644 --- a/test/testsuite/ouroboros/string_test/RT0062-rt-String-CodePointCountTest/StringCodePointCountTest.java +++ b/test/testsuite/ouroboros/string_test/RT0062-rt-String-CodePointCountTest/StringCodePointCountTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCodePointCountTest.java * -@TestCaseName: Test String Method: int codePointCount(int beginIndex, int endIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0063-rt-String-OffsetByCodePointsTest/StringOffsetByCodePointsTest.java b/test/testsuite/ouroboros/string_test/RT0063-rt-String-OffsetByCodePointsTest/StringOffsetByCodePointsTest.java index da28434777820f40402f28186c10b0c7175493e5..d9a7e4216c75c79c311f1165768794ad492936ab 100644 --- a/test/testsuite/ouroboros/string_test/RT0063-rt-String-OffsetByCodePointsTest/StringOffsetByCodePointsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0063-rt-String-OffsetByCodePointsTest/StringOffsetByCodePointsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringOffsetByCodePointsTest.java * -@TestCaseName: Test String Method: int offsetByCodePoints(int index, int codePointOffset). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0064-rt-String-GetCharsTest/StringGetCharsTest.java b/test/testsuite/ouroboros/string_test/RT0064-rt-String-GetCharsTest/StringGetCharsTest.java index da89be94e32304448886ee923199fb790bf513ab..374f8c4e07a767acb7ecce6955a59ff11e9c3653 100644 --- a/test/testsuite/ouroboros/string_test/RT0064-rt-String-GetCharsTest/StringGetCharsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0064-rt-String-GetCharsTest/StringGetCharsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetCharsTest.java * -@TestCaseName: Test String Method: void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0065-rt-String-GetBytesIntIntBytesIntTest/StringGetBytesIntIntBytesIntTest.java b/test/testsuite/ouroboros/string_test/RT0065-rt-String-GetBytesIntIntBytesIntTest/StringGetBytesIntIntBytesIntTest.java index 04c1d0c885142f281c18bebf15561d1f27b6f051..1e8714a04a744268c5d677102e269c5a7a70ebb6 100644 --- a/test/testsuite/ouroboros/string_test/RT0065-rt-String-GetBytesIntIntBytesIntTest/StringGetBytesIntIntBytesIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0065-rt-String-GetBytesIntIntBytesIntTest/StringGetBytesIntIntBytesIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetBytesIntIntBytesIntTest.java * -@TestCaseName: Test String Method: void getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0066-rt-String-GetBytesStringTest/StringGetBytesStringTest.java b/test/testsuite/ouroboros/string_test/RT0066-rt-String-GetBytesStringTest/StringGetBytesStringTest.java index 5266451964fc0ce714f9877378951d3009f71448..462f948a9be3cb1347b60892710587e7599b1aa2 100644 --- a/test/testsuite/ouroboros/string_test/RT0066-rt-String-GetBytesStringTest/StringGetBytesStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0066-rt-String-GetBytesStringTest/StringGetBytesStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetBytesStringTest.java * -@TestCaseName: Test String Method: byte[] getBytes(String charsetName). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0067-rt-String-GetBytesCharsetTest/StringGetBytesCharsetTest.java b/test/testsuite/ouroboros/string_test/RT0067-rt-String-GetBytesCharsetTest/StringGetBytesCharsetTest.java index 84504c6bc6430c4d4a8b8a45aa62402068d5ebae..2314f100e7874cf98bbc5265f7658affcea548df 100644 --- a/test/testsuite/ouroboros/string_test/RT0067-rt-String-GetBytesCharsetTest/StringGetBytesCharsetTest.java +++ b/test/testsuite/ouroboros/string_test/RT0067-rt-String-GetBytesCharsetTest/StringGetBytesCharsetTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetBytesCharsetTest.java * -@TestCaseName: Test String method: public byte[] getBytes(Charset charset). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0068-rt-String-GetBytesTest/StringGetBytesTest.java b/test/testsuite/ouroboros/string_test/RT0068-rt-String-GetBytesTest/StringGetBytesTest.java index f83db3aebcef9166b1d4259749237272e76b3702..e486dad452044002b2c9355e0d14298f8a1d9fa5 100644 --- a/test/testsuite/ouroboros/string_test/RT0068-rt-String-GetBytesTest/StringGetBytesTest.java +++ b/test/testsuite/ouroboros/string_test/RT0068-rt-String-GetBytesTest/StringGetBytesTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetBytesTest.java * -@TestCaseName: Test String Method: byte[] getBytes(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0069-rt-String-EqualsTest/StringEqualsTest.java b/test/testsuite/ouroboros/string_test/RT0069-rt-String-EqualsTest/StringEqualsTest.java index a6233a1c69abfe7601d9e2fa7ba90e9d150244c0..c14c446ee303665022100b2948ecc8d57c1f5f0b 100644 --- a/test/testsuite/ouroboros/string_test/RT0069-rt-String-EqualsTest/StringEqualsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0069-rt-String-EqualsTest/StringEqualsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringEqualsTest.java * -@TestCaseName: Test String Method: boolean equals(Object anObject). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0070-rt-String-ContentEqualsTest/StringContentEqualsTest.java b/test/testsuite/ouroboros/string_test/RT0070-rt-String-ContentEqualsTest/StringContentEqualsTest.java index d81855db2e13ab4f3b266ceeedca08c3ab2a9a47..83eb7487118f5635783ce3461ab99cc96cf910b5 100644 --- a/test/testsuite/ouroboros/string_test/RT0070-rt-String-ContentEqualsTest/StringContentEqualsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0070-rt-String-ContentEqualsTest/StringContentEqualsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringContentEqualsTest.java * -@TestCaseName: Test String Method: boolean contentEquals(StringBuffer sb). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0071-rt-String-ContentEqualsCharSequenceTest/StringContentEqualsCharSequenceTest.java b/test/testsuite/ouroboros/string_test/RT0071-rt-String-ContentEqualsCharSequenceTest/StringContentEqualsCharSequenceTest.java index ebfc3acc196a9941af89a9afcfa7bc36721b4bb3..1c881a60a94f382bd5a7b067a615834c9a9251bd 100644 --- a/test/testsuite/ouroboros/string_test/RT0071-rt-String-ContentEqualsCharSequenceTest/StringContentEqualsCharSequenceTest.java +++ b/test/testsuite/ouroboros/string_test/RT0071-rt-String-ContentEqualsCharSequenceTest/StringContentEqualsCharSequenceTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringContentEqualsCharSequenceTest.java * -@TestCaseName: Test String Method: boolean contentEquals(CharSequence cs). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0072-rt-String-EqualsIgnoreCaseTest/StringEqualsIgnoreCaseTest.java b/test/testsuite/ouroboros/string_test/RT0072-rt-String-EqualsIgnoreCaseTest/StringEqualsIgnoreCaseTest.java index 552dfbd282a2e9a8c50a4fbf1aa89427b71dac2f..1d13ac3a3bda189d751ee047623f9e478d09e1fa 100644 --- a/test/testsuite/ouroboros/string_test/RT0072-rt-String-EqualsIgnoreCaseTest/StringEqualsIgnoreCaseTest.java +++ b/test/testsuite/ouroboros/string_test/RT0072-rt-String-EqualsIgnoreCaseTest/StringEqualsIgnoreCaseTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringEqualsIgnoreCaseTest.java * -@TestCaseName: Test String Method: boolean equalsIgnoreCase(String anotherString). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0073-rt-String-CompareToTest/StringCompareToTest.java b/test/testsuite/ouroboros/string_test/RT0073-rt-String-CompareToTest/StringCompareToTest.java index ce7f70ecf09bf1f0a5154215d21c06680bdc7b68..fa347f769dec84f806c3bd19614af966440222ae 100644 --- a/test/testsuite/ouroboros/string_test/RT0073-rt-String-CompareToTest/StringCompareToTest.java +++ b/test/testsuite/ouroboros/string_test/RT0073-rt-String-CompareToTest/StringCompareToTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCompareToTest.java * -@TestCaseName: Test String Method compareTo(String anotherString). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0074-rt-String-CompareToIgnoreCaseTest/StringCompareToIgnoreCaseTest.java b/test/testsuite/ouroboros/string_test/RT0074-rt-String-CompareToIgnoreCaseTest/StringCompareToIgnoreCaseTest.java index 7318954fed944cac4866ccb8ee87aeee26a911e2..a3d9c897ab3636ccb90d64f492914f35530296c5 100644 --- a/test/testsuite/ouroboros/string_test/RT0074-rt-String-CompareToIgnoreCaseTest/StringCompareToIgnoreCaseTest.java +++ b/test/testsuite/ouroboros/string_test/RT0074-rt-String-CompareToIgnoreCaseTest/StringCompareToIgnoreCaseTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringCompareToIgnoreCaseTest.java * -@TestCaseName: Test String Method: int compareToIgnoreCase(String str). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0075-rt-String-RegionMatchesIntStringIntIntTest/StringRegionMatchesIntStringIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0075-rt-String-RegionMatchesIntStringIntIntTest/StringRegionMatchesIntStringIntIntTest.java index 289d63b9a5ca0133ee6cc985432905c933c75f9c..c9183c6c1f3267efdd3e52cad8c62c3ef777763f 100644 --- a/test/testsuite/ouroboros/string_test/RT0075-rt-String-RegionMatchesIntStringIntIntTest/StringRegionMatchesIntStringIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0075-rt-String-RegionMatchesIntStringIntIntTest/StringRegionMatchesIntStringIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringRegionMatchesIntStringIntIntTest.java * -@TestCaseName: Test String Method: boolean regionMatches(int toffset, String other, int ooffset, int len). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0076-rt-String-RegionMatchesBooleanIntStringIntIntTest/StringRegionMatchesBooleanIntStringIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0076-rt-String-RegionMatchesBooleanIntStringIntIntTest/StringRegionMatchesBooleanIntStringIntIntTest.java index ed28baaca159d5965cd0a7c5ed0f78a932abd38f..cf86c7c16919e0587c3a4399b89bd5ae72127ae1 100644 --- a/test/testsuite/ouroboros/string_test/RT0076-rt-String-RegionMatchesBooleanIntStringIntIntTest/StringRegionMatchesBooleanIntStringIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0076-rt-String-RegionMatchesBooleanIntStringIntIntTest/StringRegionMatchesBooleanIntStringIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringRegionMatchesBooleanIntStringIntIntTest.java * -@TestCaseName: Test String Method: boolean regionMatches(boolean ignoreCase, int toffset, String other, int * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0077-rt-String-StartsWithStringIntTest/StringStartsWithStringIntTest.java b/test/testsuite/ouroboros/string_test/RT0077-rt-String-StartsWithStringIntTest/StringStartsWithStringIntTest.java index 01ff8f2c8cebda2e72d157fffefe2826bb49c10c..06eb339f37c58282632db65e0ab62207a579cb82 100644 --- a/test/testsuite/ouroboros/string_test/RT0077-rt-String-StartsWithStringIntTest/StringStartsWithStringIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0077-rt-String-StartsWithStringIntTest/StringStartsWithStringIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringStartsWithStringIntTest.java * -@TestCaseName: Test String Method: boolean startsWith(String prefix, int toffset). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0078-rt-String-StartsWithStringTest/StringStartsWithStringTest.java b/test/testsuite/ouroboros/string_test/RT0078-rt-String-StartsWithStringTest/StringStartsWithStringTest.java index 8b33d2b74f4d72a4c10e160348e72f688b56776c..2471d15dd4e2f828c14bee9295fa64b22fde6beb 100644 --- a/test/testsuite/ouroboros/string_test/RT0078-rt-String-StartsWithStringTest/StringStartsWithStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0078-rt-String-StartsWithStringTest/StringStartsWithStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringStartsWithStringTest.java * -@TestCaseName: Test String Method: boolean startsWith(String prefix). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0079-rt-String-EndsWithTest/StringEndsWithTest.java b/test/testsuite/ouroboros/string_test/RT0079-rt-String-EndsWithTest/StringEndsWithTest.java index e460253174cfd4c77976d283108dad4ba65b5b7c..b2d5e37dd97f4fa47d62c5afe19ffbd8fedf1a44 100644 --- a/test/testsuite/ouroboros/string_test/RT0079-rt-String-EndsWithTest/StringEndsWithTest.java +++ b/test/testsuite/ouroboros/string_test/RT0079-rt-String-EndsWithTest/StringEndsWithTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringEndsWithTest.java * -@TestCaseName: Test String Method: boolean endsWith(String suffix). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0080-rt-String-HashCodeTest/StringHashCodeTest.java b/test/testsuite/ouroboros/string_test/RT0080-rt-String-HashCodeTest/StringHashCodeTest.java index 40267d10d3962c20081d962ab62c3be4da09cd4b..fb94cdd85c9e74333ed8b77ad0614ad658928041 100644 --- a/test/testsuite/ouroboros/string_test/RT0080-rt-String-HashCodeTest/StringHashCodeTest.java +++ b/test/testsuite/ouroboros/string_test/RT0080-rt-String-HashCodeTest/StringHashCodeTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringHashCodeTest.java * -@TestCaseName: Test String Method: int hashCode(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0081-rt-String-IndexOfIntTest/StringIndexOfIntTest.java b/test/testsuite/ouroboros/string_test/RT0081-rt-String-IndexOfIntTest/StringIndexOfIntTest.java index 56ed8c33238e3f7b5b86dff659a1432b82bab0b8..dd79303b5ba6bd21c26f701d87d097b6a3c53e53 100644 --- a/test/testsuite/ouroboros/string_test/RT0081-rt-String-IndexOfIntTest/StringIndexOfIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0081-rt-String-IndexOfIntTest/StringIndexOfIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringIndexOfIntTest.java * -@TestCaseName: Test String Method: int indexOf(int ch). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0082-rt-String-IndexOfIntIntTest/StringIndexOfIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0082-rt-String-IndexOfIntIntTest/StringIndexOfIntIntTest.java index 17b1860546994c11078febdbdd11b9b6daaab482..373c439dfd55a3528c46bf79bfd863bcd2ab0220 100644 --- a/test/testsuite/ouroboros/string_test/RT0082-rt-String-IndexOfIntIntTest/StringIndexOfIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0082-rt-String-IndexOfIntIntTest/StringIndexOfIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringIndexOfIntIntTest.java * -@TestCaseName: Test String Method: int indexOf(int ch, int fromIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0083-rt-String-LastIndexOfIntTest/StringLastIndexOfIntTest.java b/test/testsuite/ouroboros/string_test/RT0083-rt-String-LastIndexOfIntTest/StringLastIndexOfIntTest.java index a3e68c44b48716a04fce781e44b938d81645b59c..f3f157d15896a6fe3efd4d017fbc943d5520d82e 100644 --- a/test/testsuite/ouroboros/string_test/RT0083-rt-String-LastIndexOfIntTest/StringLastIndexOfIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0083-rt-String-LastIndexOfIntTest/StringLastIndexOfIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringLastIndexOfIntTest.java * -@TestCaseName: Test String Method: int lastIndexOf(int ch). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0084-rt-String-LastIndexOfIntIntTest/StringLastIndexOfIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0084-rt-String-LastIndexOfIntIntTest/StringLastIndexOfIntIntTest.java index 3264fff6042c32e619efbd14b5da9b00b7411153..2e4e57fd020a2fef362f919e36c35d9731000bdc 100644 --- a/test/testsuite/ouroboros/string_test/RT0084-rt-String-LastIndexOfIntIntTest/StringLastIndexOfIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0084-rt-String-LastIndexOfIntIntTest/StringLastIndexOfIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringLastIndexOfIntIntTest.java * -@TestCaseName: Test String Method: int lastIndexOf(int ch, int fromIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0085-rt-String-IndexOfStringTest/StringIndexOfStringTest.java b/test/testsuite/ouroboros/string_test/RT0085-rt-String-IndexOfStringTest/StringIndexOfStringTest.java index e86e3e3e1f317735b7b17773b084ad5078684499..6ad5839290c78b4984223e6c9f6f628b8f04bbad 100644 --- a/test/testsuite/ouroboros/string_test/RT0085-rt-String-IndexOfStringTest/StringIndexOfStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0085-rt-String-IndexOfStringTest/StringIndexOfStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringIndexOfStringTest.java * -@TestCaseName: Test String Method: int indexOf(String str). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0086-rt-String-IndexOfStringIntTest/StringIndexOfStringIntTest.java b/test/testsuite/ouroboros/string_test/RT0086-rt-String-IndexOfStringIntTest/StringIndexOfStringIntTest.java index 760642ddd9d78492277590413efe06b33c4502b0..77737a8b9e16dba5e04b051c15e1dbc72793721e 100644 --- a/test/testsuite/ouroboros/string_test/RT0086-rt-String-IndexOfStringIntTest/StringIndexOfStringIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0086-rt-String-IndexOfStringIntTest/StringIndexOfStringIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringIndexOfStringIntTest.java * -@TestCaseName: Test String Method: int indexOf(String str, int fromIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0087-rt-String-LastIndexOfStringTest/StringLastIndexOfStringTest.java b/test/testsuite/ouroboros/string_test/RT0087-rt-String-LastIndexOfStringTest/StringLastIndexOfStringTest.java index fb9e0a8c1d540ea4a6da92dedbe2cff3312bec89..ecbd8dd83622228cca6e6424a715ad87422af636 100644 --- a/test/testsuite/ouroboros/string_test/RT0087-rt-String-LastIndexOfStringTest/StringLastIndexOfStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0087-rt-String-LastIndexOfStringTest/StringLastIndexOfStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringLastIndexOfStringTest.java * -@TestCaseName: Test String Method: int lastIndexOf(String str). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0088-rt-String-LastIndexOfStringIntTest/StringLastIndexOfStringIntTest.java b/test/testsuite/ouroboros/string_test/RT0088-rt-String-LastIndexOfStringIntTest/StringLastIndexOfStringIntTest.java index 4b68c36010d71470ce924197b6eee52b8ed31772..0c414ae41dbe7131497d28275ff352617e251857 100644 --- a/test/testsuite/ouroboros/string_test/RT0088-rt-String-LastIndexOfStringIntTest/StringLastIndexOfStringIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0088-rt-String-LastIndexOfStringIntTest/StringLastIndexOfStringIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringLastIndexOfStringIntTest.java * -@TestCaseName: Test String Method: int lastIndexOf(String str, int fromIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0089-rt-String-SubstringIntTest/StringSubstringIntTest.java b/test/testsuite/ouroboros/string_test/RT0089-rt-String-SubstringIntTest/StringSubstringIntTest.java index f47d5313447b685f661af0136f6acfd93a69442d..b65cb79dc2e642e408d6a7e01f49069642540db2 100644 --- a/test/testsuite/ouroboros/string_test/RT0089-rt-String-SubstringIntTest/StringSubstringIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0089-rt-String-SubstringIntTest/StringSubstringIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSubstringIntTest.java * -@TestCaseName: Test String Method: String substring(int beginIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0090-rt-String-SubstringIntIntTest/StringSubstringIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0090-rt-String-SubstringIntIntTest/StringSubstringIntIntTest.java index 463637e5a99aa96e28520e1930db1b0728dac608..1a03a3f6014a063f9cdbeb9a015ffde129847287 100644 --- a/test/testsuite/ouroboros/string_test/RT0090-rt-String-SubstringIntIntTest/StringSubstringIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0090-rt-String-SubstringIntIntTest/StringSubstringIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSubstringIntIntTest.java * -@TestCaseName: String Method: String substring(int beginIndex, int endIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0091-rt-String-SubSequenceIntIntTest/StringSubSequenceIntIntTest.java b/test/testsuite/ouroboros/string_test/RT0091-rt-String-SubSequenceIntIntTest/StringSubSequenceIntIntTest.java index 3c546f3c915f5373798d26159b9c6e58b75b6999..71267312b4695ea2b1260a59ef6ab06104bf2e6f 100644 --- a/test/testsuite/ouroboros/string_test/RT0091-rt-String-SubSequenceIntIntTest/StringSubSequenceIntIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0091-rt-String-SubSequenceIntIntTest/StringSubSequenceIntIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSubSequenceIntIntTest.java * -@TestCaseName: Test String Method: CharSequence subSequence(int beginIndex, int endIndex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0092-rt-String-ConcatTest/StringConcatTest.java b/test/testsuite/ouroboros/string_test/RT0092-rt-String-ConcatTest/StringConcatTest.java index 0b053003dd8d6814af6d870c7328b478fc639ffe..6e5cc31f4fd0587c62f66a1cb27674c536656a96 100644 --- a/test/testsuite/ouroboros/string_test/RT0092-rt-String-ConcatTest/StringConcatTest.java +++ b/test/testsuite/ouroboros/string_test/RT0092-rt-String-ConcatTest/StringConcatTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringConcatTest.java * -@TestCaseName: Test String Method: String concat(String str). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0093-rt-String-ReplaceCharCharTest/StringReplaceCharCharTest.java b/test/testsuite/ouroboros/string_test/RT0093-rt-String-ReplaceCharCharTest/StringReplaceCharCharTest.java index de3e59f36e0b4ccdb39d89cbf6c8ccf67de2a322..6878f737be52fd6031371f3c4c7c5939b3bc44ee 100644 --- a/test/testsuite/ouroboros/string_test/RT0093-rt-String-ReplaceCharCharTest/StringReplaceCharCharTest.java +++ b/test/testsuite/ouroboros/string_test/RT0093-rt-String-ReplaceCharCharTest/StringReplaceCharCharTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringReplaceCharCharTest.java * -@TestCaseName: Test String Method: String replace(char oldChar, char newChar). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0094-rt-String-ContainsTest/StringContainsTest.java b/test/testsuite/ouroboros/string_test/RT0094-rt-String-ContainsTest/StringContainsTest.java index ccd1dd35a3631dbd2fa5f3113e6ba30ad6ec5063..9d4608ca38753b677a5caf4e95c81db8612f553e 100644 --- a/test/testsuite/ouroboros/string_test/RT0094-rt-String-ContainsTest/StringContainsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0094-rt-String-ContainsTest/StringContainsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringContainsTest.java * -@TestCaseName: Test String Method: boolean contains(CharSequence s). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0095-rt-String-ReplaceCharSequenceCharSequenceTest/StringReplaceCharSequenceCharSequenceTest.java b/test/testsuite/ouroboros/string_test/RT0095-rt-String-ReplaceCharSequenceCharSequenceTest/StringReplaceCharSequenceCharSequenceTest.java index 90ee7d5b27cb815ad9c6ae810f091d178a48bf69..b99e81b9f61c0c8e505a31aef0652756060cec2f 100644 --- a/test/testsuite/ouroboros/string_test/RT0095-rt-String-ReplaceCharSequenceCharSequenceTest/StringReplaceCharSequenceCharSequenceTest.java +++ b/test/testsuite/ouroboros/string_test/RT0095-rt-String-ReplaceCharSequenceCharSequenceTest/StringReplaceCharSequenceCharSequenceTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringReplaceCharSequenceCharSequenceTest.java * -@TestCaseName: Test String Method: String replace(CharSequence target, CharSequence replacement). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0096-rt-String-SplitStringIntTest/StringSplitStringIntTest.java b/test/testsuite/ouroboros/string_test/RT0096-rt-String-SplitStringIntTest/StringSplitStringIntTest.java index 3de7be31fdf8abc7b32da14a2fbc8afaaaeef2a1..7e4ee0116702130f70ff2bef510298e4302245f5 100644 --- a/test/testsuite/ouroboros/string_test/RT0096-rt-String-SplitStringIntTest/StringSplitStringIntTest.java +++ b/test/testsuite/ouroboros/string_test/RT0096-rt-String-SplitStringIntTest/StringSplitStringIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSplitStringIntTest.java * -@TestCaseName: Test String Method: String[] split(String regex, int limit). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0097-rt-String-SplitStringTest/StringSplitStringTest.java b/test/testsuite/ouroboros/string_test/RT0097-rt-String-SplitStringTest/StringSplitStringTest.java index de18b9598f795f8cde228c4c6cd46b79af20b110..ff831202a077acf25c259e3d6963c28fd74da6b4 100644 --- a/test/testsuite/ouroboros/string_test/RT0097-rt-String-SplitStringTest/StringSplitStringTest.java +++ b/test/testsuite/ouroboros/string_test/RT0097-rt-String-SplitStringTest/StringSplitStringTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringSplitStringTest.java * -@TestCaseName: Test String Method: String[] split(String regex). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0098-rt-String-JoinCharSequenceCharSequenceTest/StringJoinCharSequenceCharSequenceTest.java b/test/testsuite/ouroboros/string_test/RT0098-rt-String-JoinCharSequenceCharSequenceTest/StringJoinCharSequenceCharSequenceTest.java index 966d1c144a90a8e3de826dbb26b8489c36d0518a..17e8d0a74bb7ed5737f71bf3e6239928904a3f5b 100644 --- a/test/testsuite/ouroboros/string_test/RT0098-rt-String-JoinCharSequenceCharSequenceTest/StringJoinCharSequenceCharSequenceTest.java +++ b/test/testsuite/ouroboros/string_test/RT0098-rt-String-JoinCharSequenceCharSequenceTest/StringJoinCharSequenceCharSequenceTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringJoinCharSequenceCharSequenceTest.java * -@TestCaseName: Test static String Method: join(CharSequence delimiter, CharSequence... elements). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0099-rt-String-JoinCharSequenceIterableTest/StringJoinCharSequenceIterableTest.java b/test/testsuite/ouroboros/string_test/RT0099-rt-String-JoinCharSequenceIterableTest/StringJoinCharSequenceIterableTest.java index 1760eed77a40a1b50481290f34927b3b81b08934..d58d477c6caef62db6a31a1cd7533a960737cda5 100644 --- a/test/testsuite/ouroboros/string_test/RT0099-rt-String-JoinCharSequenceIterableTest/StringJoinCharSequenceIterableTest.java +++ b/test/testsuite/ouroboros/string_test/RT0099-rt-String-JoinCharSequenceIterableTest/StringJoinCharSequenceIterableTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringJoinCharSequenceIterableTest.java * -@TestCaseName: Test String Method: public static String join(CharSequence delimiter, Iterable * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0141-rt-String-MultiThreadsTest/StringMultiThreadsTest.java b/test/testsuite/ouroboros/string_test/RT0141-rt-String-MultiThreadsTest/StringMultiThreadsTest.java index 5a8ce1dd7b8e7f4c92a8b0aa376b22d585fbccd6..94079783f0f81dd5d17d2cc36c7c753941017e50 100644 --- a/test/testsuite/ouroboros/string_test/RT0141-rt-String-MultiThreadsTest/StringMultiThreadsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0141-rt-String-MultiThreadsTest/StringMultiThreadsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringMultiThreadsTest.java * -@TestCaseName: User Scene:multi-thread * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0142-rt-String-JoinNullPointerExceptionTest/StringJoinNullPointerExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0142-rt-String-JoinNullPointerExceptionTest/StringJoinNullPointerExceptionTest.java index 2a0a7105e26928d70529e813127a0014bfd57100..1b802023a61d126f6b4a50291729d43de08a52ad 100644 --- a/test/testsuite/ouroboros/string_test/RT0142-rt-String-JoinNullPointerExceptionTest/StringJoinNullPointerExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0142-rt-String-JoinNullPointerExceptionTest/StringJoinNullPointerExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringJoinNullPointerExceptionTest.java * -@TestCaseName: Test NullPointerException throw in String Method: static String join(CharSequence delimiter, * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0143-rt-String-NullPointExceptionTest/StringNullPointExceptionTest.java b/test/testsuite/ouroboros/string_test/RT0143-rt-String-NullPointExceptionTest/StringNullPointExceptionTest.java index 7479ae150bca02d6d774ec7be3029cdbc248c8a7..e838c938bd95da4158cafe61b5e6ad9d2a1f929c 100644 --- a/test/testsuite/ouroboros/string_test/RT0143-rt-String-NullPointExceptionTest/StringNullPointExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/RT0143-rt-String-NullPointExceptionTest/StringNullPointExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringNullPointExceptionTest.java * -@TestCaseName: Test String Method: Test NullPointException throw in String Method: public char charAt (int * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0144-rt-String-BufferExceptionsTest/StringBufferExceptionsTest.java b/test/testsuite/ouroboros/string_test/RT0144-rt-String-BufferExceptionsTest/StringBufferExceptionsTest.java index e1be082a579ab9e2bbafdc2319e199ddb5a6dca4..0be11267310f58ccab79a4b1988fd620ab6c1675 100644 --- a/test/testsuite/ouroboros/string_test/RT0144-rt-String-BufferExceptionsTest/StringBufferExceptionsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0144-rt-String-BufferExceptionsTest/StringBufferExceptionsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBufferExceptionsTest.java * -@TestCaseName: Test Exception in StringBuffer: test IndexOutOfBoundsException is thrown in public void * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0145-rt-String-BuilderExceptionsTest/StringBuilderExceptionsTest.java b/test/testsuite/ouroboros/string_test/RT0145-rt-String-BuilderExceptionsTest/StringBuilderExceptionsTest.java index 3792f6f1b715ee89dc565aa2762f19ced529aba2..502f887cd7f2b54d1b00e62b8ccafe148415148d 100644 --- a/test/testsuite/ouroboros/string_test/RT0145-rt-String-BuilderExceptionsTest/StringBuilderExceptionsTest.java +++ b/test/testsuite/ouroboros/string_test/RT0145-rt-String-BuilderExceptionsTest/StringBuilderExceptionsTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringBuilderExceptionsTest.java * -@TestCaseName: Test Exception in StringBuilder: test StringIndexOutOfBoundsException is thrown in String * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0146-rt-String-ClassNewInstanceTest/StringClassNewInstanceTest.java b/test/testsuite/ouroboros/string_test/RT0146-rt-String-ClassNewInstanceTest/StringClassNewInstanceTest.java index f58ebe24f6846c41b9221e259349d320050123c3..fb2f72e8c2eb917ae00f16a6d8b9eda469439ee0 100644 --- a/test/testsuite/ouroboros/string_test/RT0146-rt-String-ClassNewInstanceTest/StringClassNewInstanceTest.java +++ b/test/testsuite/ouroboros/string_test/RT0146-rt-String-ClassNewInstanceTest/StringClassNewInstanceTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringClassNewInstanceTest.java * -@TestCaseName: Calling String's no-argument constructor by reflection String.class.newInstance(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0147-rt-String-PoolEnlargeTest/StringPoolEnlargeTest.java b/test/testsuite/ouroboros/string_test/RT0147-rt-String-PoolEnlargeTest/StringPoolEnlargeTest.java index d9db11d4238cdb24ae44d5de466020e8bda6209a..725a709385386360607c2e324e6e349ea30de86b 100644 --- a/test/testsuite/ouroboros/string_test/RT0147-rt-String-PoolEnlargeTest/StringPoolEnlargeTest.java +++ b/test/testsuite/ouroboros/string_test/RT0147-rt-String-PoolEnlargeTest/StringPoolEnlargeTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringPoolEnlargeTest.java * -@TestCaseName: Test mapleStringPool large and large by public String intern(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0148-rt-String-XByteTest/StringXByteTest.java b/test/testsuite/ouroboros/string_test/RT0148-rt-String-XByteTest/StringXByteTest.java index 94781c4e98a8035c5520424534d93c38acbc5ca4..68569de264bcc7615e652e5f30bd645b48d75089 100644 --- a/test/testsuite/ouroboros/string_test/RT0148-rt-String-XByteTest/StringXByteTest.java +++ b/test/testsuite/ouroboros/string_test/RT0148-rt-String-XByteTest/StringXByteTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringXByteTest.java * -@TestCaseName: Test String(byte[] bytes), bytes cover 1、2、3、4 byte. * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0149-rt-String-ClassNewInstance2Test/StringClassNewInstance2Test.java b/test/testsuite/ouroboros/string_test/RT0149-rt-String-ClassNewInstance2Test/StringClassNewInstance2Test.java index fe757fd9281c548c87d073128d35e2c7d8d68c4f..f75fdcf8dcd73f85ae5874ab65dec14afe591272 100644 --- a/test/testsuite/ouroboros/string_test/RT0149-rt-String-ClassNewInstance2Test/StringClassNewInstance2Test.java +++ b/test/testsuite/ouroboros/string_test/RT0149-rt-String-ClassNewInstance2Test/StringClassNewInstance2Test.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringClassNewInstance2Test.java * -@TestCaseName: Calling String's no-argument constructor by reflection String.class.newInstance(). * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/RT0150-rt-String-Emoji/StringEmojiTest.java b/test/testsuite/ouroboros/string_test/RT0150-rt-String-Emoji/StringEmojiTest.java index 8d9105794d6e0e929b346282856bfe2ca0baf5b1..71c6f9bc1d657ebd7cde52109978338533e7376a 100644 --- a/test/testsuite/ouroboros/string_test/RT0150-rt-String-Emoji/StringEmojiTest.java +++ b/test/testsuite/ouroboros/string_test/RT0150-rt-String-Emoji/StringEmojiTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringEmojiTest.java * -@TestCaseName: test Emoji because this use D8 zone; * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringGetBytesUnsupportedEncodingExceptionTest/StringGetBytesUnsupportedEncodingExceptionTest.java b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringGetBytesUnsupportedEncodingExceptionTest/StringGetBytesUnsupportedEncodingExceptionTest.java index 958b60012872aa91ae68b022bc60682388c0b6c2..f098bfdc7f3777ba4ccc6059164888f7a3e1cef5 100644 --- a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringGetBytesUnsupportedEncodingExceptionTest/StringGetBytesUnsupportedEncodingExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringGetBytesUnsupportedEncodingExceptionTest/StringGetBytesUnsupportedEncodingExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringGetBytesUnsupportedEncodingExceptionTest.java * -@TestCaseName: Test UnsupportedEncodingException occured in getBytes(String charsetName) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringStringIndexOutOfBoundsExceptionTest/StringStringIndexOutOfBoundsExceptionTest.java b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringStringIndexOutOfBoundsExceptionTest/StringStringIndexOutOfBoundsExceptionTest.java index 2bbfcf813258c75e57f95641ad843c3d0361a549..e1b846ea592cff6d414d84bbfc044dc645f36079 100644 --- a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringStringIndexOutOfBoundsExceptionTest/StringStringIndexOutOfBoundsExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringStringIndexOutOfBoundsExceptionTest/StringStringIndexOutOfBoundsExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringStringIndexOutOfBoundsExceptionTest.java * -@TestCaseName: Test UnsupportedEncodingException/StringIndexOutOfBoundsException occured in constructor of String(byte bytes[], int offset, int length, String charsetName) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUnsupportedEncodingExceptionTest/StringUnsupportedEncodingExceptionTest.java b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUnsupportedEncodingExceptionTest/StringUnsupportedEncodingExceptionTest.java index 155ee12870b6826c1e3f64c080d189dae94bb765..947f75c823e648ffd9e21e8d2a6af0d6130907a1 100644 --- a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUnsupportedEncodingExceptionTest/StringUnsupportedEncodingExceptionTest.java +++ b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUnsupportedEncodingExceptionTest/StringUnsupportedEncodingExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringUnsupportedEncodingExceptionTest.java * -@TestCaseName: Test UnsupportedEncodingException occured in String(byte bytes[], String charsetName) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUserCaseLiteralsISO88591Test/StringUserCaseLiteralsISO88591Test.java b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUserCaseLiteralsISO88591Test/StringUserCaseLiteralsISO88591Test.java index ab39f2ff07d25f70c56c81f46679f8f9235a85f1..82001b3c5dc6f794458ac6d51b3cb8df6ef8d204 100644 --- a/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUserCaseLiteralsISO88591Test/StringUserCaseLiteralsISO88591Test.java +++ b/test/testsuite/ouroboros/string_test/issue-0000-rt-String-StringUserCaseLiteralsISO88591Test/StringUserCaseLiteralsISO88591Test.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringUserCaseLiteralsISO88591Test.java * -@TestCaseName: Literals is ISO-8859-1,new String instance correctly * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/string_test/issue-RT0818-rt-String-StringOOMTest/StringOOMTest.java b/test/testsuite/ouroboros/string_test/issue-RT0818-rt-String-StringOOMTest/StringOOMTest.java index a5842515b43b41c3af9c46d3f41e3e09765d4de6..db5689f92778b313d2c2eb653d9cfdc0fbca6d77 100644 --- a/test/testsuite/ouroboros/string_test/issue-RT0818-rt-String-StringOOMTest/StringOOMTest.java +++ b/test/testsuite/ouroboros/string_test/issue-RT0818-rt-String-StringOOMTest/StringOOMTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StringOOMTest.java * -@TestCaseName: Test occur OOM when new string * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0001-rt-compiler-LiverangeSubsumeRCTest01/LiverangeSubsumeRCTest01.java b/test/testsuite/ouroboros/subsumeRC_test/RT0001-rt-compiler-LiverangeSubsumeRCTest01/LiverangeSubsumeRCTest01.java index 266fbe41ac34811fc46b8dd471a43104b422a5e0..9864981d7fdba529b66349eb9e3fe799ed9d21d0 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0001-rt-compiler-LiverangeSubsumeRCTest01/LiverangeSubsumeRCTest01.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0001-rt-compiler-LiverangeSubsumeRCTest01/LiverangeSubsumeRCTest01.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest01 *- @TestCaseName: LiverangeSubsumeRCTest01 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0002-rt-compiler-LiverangeSubsumeRCTest02/LiverangeSubsumeRCTest02.java b/test/testsuite/ouroboros/subsumeRC_test/RT0002-rt-compiler-LiverangeSubsumeRCTest02/LiverangeSubsumeRCTest02.java index 540a637c32d65c0ee2efdaaddb97079bc97efe95..639690047c54c563e52545bebd5433a33b2cbeb8 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0002-rt-compiler-LiverangeSubsumeRCTest02/LiverangeSubsumeRCTest02.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0002-rt-compiler-LiverangeSubsumeRCTest02/LiverangeSubsumeRCTest02.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest02 *- @TestCaseName: LiverangeSubsumeRCTest02 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0003-rt-compiler-LiverangeSubsumeRCTest03/LiverangeSubsumeRCTest03.java b/test/testsuite/ouroboros/subsumeRC_test/RT0003-rt-compiler-LiverangeSubsumeRCTest03/LiverangeSubsumeRCTest03.java index 74fef41017b6f87eff5383c495180734c8619183..d9bde750ed3200034e70fa3add06e6647d157739 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0003-rt-compiler-LiverangeSubsumeRCTest03/LiverangeSubsumeRCTest03.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0003-rt-compiler-LiverangeSubsumeRCTest03/LiverangeSubsumeRCTest03.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest03 *- @TestCaseName: LiverangeSubsumeRCTest03 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0004-rt-compiler-LiverangeSubsumeRCTest04/LiverangeSubsumeRCTest04.java b/test/testsuite/ouroboros/subsumeRC_test/RT0004-rt-compiler-LiverangeSubsumeRCTest04/LiverangeSubsumeRCTest04.java index 0dc954c7c2b2146a589f3bcf3677f13072e82afb..a21ae5960e11818184d20e6367829d7e67496505 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0004-rt-compiler-LiverangeSubsumeRCTest04/LiverangeSubsumeRCTest04.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0004-rt-compiler-LiverangeSubsumeRCTest04/LiverangeSubsumeRCTest04.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest04 *- @TestCaseName: LiverangeSubsumeRCTest04 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0005-rt-compiler-LiverangeSubsumeRCTest05/LiverangeSubsumeRCTest05.java b/test/testsuite/ouroboros/subsumeRC_test/RT0005-rt-compiler-LiverangeSubsumeRCTest05/LiverangeSubsumeRCTest05.java index 238aafe177810c0186c5c12ea5a00c30315b277f..110caaef0d643e84095b232988411e4f534446a6 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0005-rt-compiler-LiverangeSubsumeRCTest05/LiverangeSubsumeRCTest05.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0005-rt-compiler-LiverangeSubsumeRCTest05/LiverangeSubsumeRCTest05.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest05 *- @TestCaseName: LiverangeSubsumeRCTest05 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0006-rt-compiler-LiverangeSubsumeRCTest06/LiverangeSubsumeRCTest06.java b/test/testsuite/ouroboros/subsumeRC_test/RT0006-rt-compiler-LiverangeSubsumeRCTest06/LiverangeSubsumeRCTest06.java index a0dc1f633b3ad2191af7599f360a9a8e5eb715c9..41821779e617acf6362ddacd5fe6366d1262770d 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0006-rt-compiler-LiverangeSubsumeRCTest06/LiverangeSubsumeRCTest06.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0006-rt-compiler-LiverangeSubsumeRCTest06/LiverangeSubsumeRCTest06.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest06 *- @TestCaseName: LiverangeSubsumeRCTest06 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0007-rt-compiler-LiverangeSubsumeRCTest07/LiverangeSubsumeRCTest07.java b/test/testsuite/ouroboros/subsumeRC_test/RT0007-rt-compiler-LiverangeSubsumeRCTest07/LiverangeSubsumeRCTest07.java index 568806e7bdbf203b329123e3d825ac264283fea8..151eb8145b751f2929bdcd7619de717324c7c6b2 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0007-rt-compiler-LiverangeSubsumeRCTest07/LiverangeSubsumeRCTest07.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0007-rt-compiler-LiverangeSubsumeRCTest07/LiverangeSubsumeRCTest07.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest07 *- @TestCaseName: LiverangeSubsumeRCTest07 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0008-rt-compiler-LiverangeSubsumeRCTest08/LiverangeSubsumeRCTest08.java b/test/testsuite/ouroboros/subsumeRC_test/RT0008-rt-compiler-LiverangeSubsumeRCTest08/LiverangeSubsumeRCTest08.java index 9364e8b3b4feb5d49e6031c16eb906a16ee05ce7..16efd2b8f36cc7062cb15b7c2490a237a17a14d0 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0008-rt-compiler-LiverangeSubsumeRCTest08/LiverangeSubsumeRCTest08.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0008-rt-compiler-LiverangeSubsumeRCTest08/LiverangeSubsumeRCTest08.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest08 *- @TestCaseName: LiverangeSubsumeRCTest08 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0009-rt-compiler-LiverangeSubsumeRCTest09/LiverangeSubsumeRCTest09.java b/test/testsuite/ouroboros/subsumeRC_test/RT0009-rt-compiler-LiverangeSubsumeRCTest09/LiverangeSubsumeRCTest09.java index 16bd32cc69516b4497529f47ab2b2d38d103fd6f..c5fdf2c4699071f319f371b3405c18141dc9d9e8 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0009-rt-compiler-LiverangeSubsumeRCTest09/LiverangeSubsumeRCTest09.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0009-rt-compiler-LiverangeSubsumeRCTest09/LiverangeSubsumeRCTest09.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest09 *- @TestCaseName: LiverangeSubsumeRCTest09 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0010-rt-compiler-LiverangeSubsumeRCTest10/LiverangeSubsumeRCTest10.java b/test/testsuite/ouroboros/subsumeRC_test/RT0010-rt-compiler-LiverangeSubsumeRCTest10/LiverangeSubsumeRCTest10.java index ebfc0bcccfd392766e68a71c827491a1e903efe6..04346e4a36405694b8e597b1f27216c1b146881a 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0010-rt-compiler-LiverangeSubsumeRCTest10/LiverangeSubsumeRCTest10.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0010-rt-compiler-LiverangeSubsumeRCTest10/LiverangeSubsumeRCTest10.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest10 *- @TestCaseName: LiverangeSubsumeRCTest10 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0011-rt-compiler-LiverangeSubsumeRCTest11/LiverangeSubsumeRCTest11.java b/test/testsuite/ouroboros/subsumeRC_test/RT0011-rt-compiler-LiverangeSubsumeRCTest11/LiverangeSubsumeRCTest11.java index 872bd495e60b31c9458c0f184ca7ca70af8fb1dc..3bd08f85ff852225b4a9a7fd293b9529804e8eb2 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0011-rt-compiler-LiverangeSubsumeRCTest11/LiverangeSubsumeRCTest11.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0011-rt-compiler-LiverangeSubsumeRCTest11/LiverangeSubsumeRCTest11.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest11 *- @TestCaseName: LiverangeSubsumeRCTest11 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0012-rt-compiler-LiverangeSubsumeRCTest12/LiverangeSubsumeRCTest12.java b/test/testsuite/ouroboros/subsumeRC_test/RT0012-rt-compiler-LiverangeSubsumeRCTest12/LiverangeSubsumeRCTest12.java index 626faa11878148aeb586c2c73ba2617c68472efb..197bff0507a4ee115508b485505b3863c6751b10 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0012-rt-compiler-LiverangeSubsumeRCTest12/LiverangeSubsumeRCTest12.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0012-rt-compiler-LiverangeSubsumeRCTest12/LiverangeSubsumeRCTest12.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest12 *- @TestCaseName: LiverangeSubsumeRCTest12 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0013-rt-compiler-LiverangeSubsumeRCTest13/LiverangeSubsumeRCTest13.java b/test/testsuite/ouroboros/subsumeRC_test/RT0013-rt-compiler-LiverangeSubsumeRCTest13/LiverangeSubsumeRCTest13.java index 280f630a69bddf1f9c53c90e04aed3e85b58efe7..1ce9b34f6eb561749341d7e10c80c0f1698347ec 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0013-rt-compiler-LiverangeSubsumeRCTest13/LiverangeSubsumeRCTest13.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0013-rt-compiler-LiverangeSubsumeRCTest13/LiverangeSubsumeRCTest13.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest13 *- @TestCaseName: LiverangeSubsumeRCTest13 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/subsumeRC_test/RT0014-rt-compiler-LiverangeSubsumeRCTest14/LiverangeSubsumeRCTest14.java b/test/testsuite/ouroboros/subsumeRC_test/RT0014-rt-compiler-LiverangeSubsumeRCTest14/LiverangeSubsumeRCTest14.java index 6fa8dd770edd286e4eac6f73a1fef61e06f566d7..11964f6d7512ea56204e9c4e2944949759821e48 100644 --- a/test/testsuite/ouroboros/subsumeRC_test/RT0014-rt-compiler-LiverangeSubsumeRCTest14/LiverangeSubsumeRCTest14.java +++ b/test/testsuite/ouroboros/subsumeRC_test/RT0014-rt-compiler-LiverangeSubsumeRCTest14/LiverangeSubsumeRCTest14.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Maple_CompilerOptimization_LiverangeSubsumeRCTest14 *- @TestCaseName: LiverangeSubsumeRCTest14 *- @TestCaseType: Function Testing diff --git a/test/testsuite/ouroboros/thread_test/RT0001-rt-thread-ThreadactiveCount/ThreadActiveCount.java b/test/testsuite/ouroboros/thread_test/RT0001-rt-thread-ThreadactiveCount/ThreadActiveCount.java index b537d19ad4273b0d88ed5e4a876b735dbee2eb33..86ea42510ed3d7fbb6da2590de077a112b0ca408 100644 --- a/test/testsuite/ouroboros/thread_test/RT0001-rt-thread-ThreadactiveCount/ThreadActiveCount.java +++ b/test/testsuite/ouroboros/thread_test/RT0001-rt-thread-ThreadactiveCount/ThreadActiveCount.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadActiveCount *- @TestCaseName: Thread_ThreadActiveCount.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0002-rt-thread-ThreadcheckAccess/ThreadCheckAccess.java b/test/testsuite/ouroboros/thread_test/RT0002-rt-thread-ThreadcheckAccess/ThreadCheckAccess.java index 8000cc2add767a7d99b2412067ea4a95722376bc..f897f30aa986d7ecc99b4ff5daa5b9d1e9b6bc94 100644 --- a/test/testsuite/ouroboros/thread_test/RT0002-rt-thread-ThreadcheckAccess/ThreadCheckAccess.java +++ b/test/testsuite/ouroboros/thread_test/RT0002-rt-thread-ThreadcheckAccess/ThreadCheckAccess.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadCheckAccess *- @TestCaseName: Thread_ThreadCheckAccess.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0003-rt-thread-Threadclone/ThreadClone.java b/test/testsuite/ouroboros/thread_test/RT0003-rt-thread-Threadclone/ThreadClone.java index f241ce340c341495d9de99978547caf0238cce3d..ede4338537da84b190d00bc2bf742e58c18d4566 100644 --- a/test/testsuite/ouroboros/thread_test/RT0003-rt-thread-Threadclone/ThreadClone.java +++ b/test/testsuite/ouroboros/thread_test/RT0003-rt-thread-Threadclone/ThreadClone.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadClone *- @TestCaseName: Thread_ThreadClone.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0004-rt-thread-ThreadConstructors1/ThreadConstructors1.java b/test/testsuite/ouroboros/thread_test/RT0004-rt-thread-ThreadConstructors1/ThreadConstructors1.java index 6cf089b7c4f0b03500deddde9884432fe58236ee..a39495749fe0c9fa3a256df4da511f6c9599021d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0004-rt-thread-ThreadConstructors1/ThreadConstructors1.java +++ b/test/testsuite/ouroboros/thread_test/RT0004-rt-thread-ThreadConstructors1/ThreadConstructors1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors1 *- @TestCaseName: Thread_ThreadConstructors1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0005-rt-thread-ThreadConstructors10/ThreadConstructors10.java b/test/testsuite/ouroboros/thread_test/RT0005-rt-thread-ThreadConstructors10/ThreadConstructors10.java index cedad28f19da89f7663c941c466ac551b871d632..e91717ec55c3b94a360904df66a51e13cad4aa4c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0005-rt-thread-ThreadConstructors10/ThreadConstructors10.java +++ b/test/testsuite/ouroboros/thread_test/RT0005-rt-thread-ThreadConstructors10/ThreadConstructors10.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors10 *- @TestCaseName: Thread_ThreadConstructors10.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0006-rt-thread-ThreadConstructors2/ThreadConstructors2.java b/test/testsuite/ouroboros/thread_test/RT0006-rt-thread-ThreadConstructors2/ThreadConstructors2.java index b48ed0d0f17253eb359990b987b4cfa6e87e293a..829650569c1aeefe519912fe006739323ba44d2a 100644 --- a/test/testsuite/ouroboros/thread_test/RT0006-rt-thread-ThreadConstructors2/ThreadConstructors2.java +++ b/test/testsuite/ouroboros/thread_test/RT0006-rt-thread-ThreadConstructors2/ThreadConstructors2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors2 *- @TestCaseName: Thread_ThreadConstructors2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0007-rt-thread-ThreadConstructors3/ThreadConstructors3.java b/test/testsuite/ouroboros/thread_test/RT0007-rt-thread-ThreadConstructors3/ThreadConstructors3.java index 1d41a618113d06865764b4b88a37819d3eade041..207d78e85cbb97403ddfc74a6f3128f22fb68ddf 100644 --- a/test/testsuite/ouroboros/thread_test/RT0007-rt-thread-ThreadConstructors3/ThreadConstructors3.java +++ b/test/testsuite/ouroboros/thread_test/RT0007-rt-thread-ThreadConstructors3/ThreadConstructors3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors3 *- @TestCaseName: Thread_ThreadConstructors3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0008-rt-thread-ThreadConstructors4/ThreadConstructors4.java b/test/testsuite/ouroboros/thread_test/RT0008-rt-thread-ThreadConstructors4/ThreadConstructors4.java index d1a1601689a8f7aff335e779d8cf26d8ba610a43..d5e142f26bcfd3be3be86e0631b330a53c4c167d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0008-rt-thread-ThreadConstructors4/ThreadConstructors4.java +++ b/test/testsuite/ouroboros/thread_test/RT0008-rt-thread-ThreadConstructors4/ThreadConstructors4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors4 *- @TestCaseName: Thread_ThreadConstructors4.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0009-rt-thread-ThreadConstructors5/ThreadConstructors5.java b/test/testsuite/ouroboros/thread_test/RT0009-rt-thread-ThreadConstructors5/ThreadConstructors5.java index e68e7354922bec1f5f93b5aa56b0946c444e25b1..9e1e298338990c5e01337ad2e662e222b596dcaf 100644 --- a/test/testsuite/ouroboros/thread_test/RT0009-rt-thread-ThreadConstructors5/ThreadConstructors5.java +++ b/test/testsuite/ouroboros/thread_test/RT0009-rt-thread-ThreadConstructors5/ThreadConstructors5.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors5 *- @TestCaseName: Thread_ThreadConstructors5.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0010-rt-thread-ThreadConstructors6/ThreadConstructors6.java b/test/testsuite/ouroboros/thread_test/RT0010-rt-thread-ThreadConstructors6/ThreadConstructors6.java index 7cec288eb9cb6b48869cfc350604fb78d57122b7..1bdd139689f3a5571cd7292c1307fa6fd683050d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0010-rt-thread-ThreadConstructors6/ThreadConstructors6.java +++ b/test/testsuite/ouroboros/thread_test/RT0010-rt-thread-ThreadConstructors6/ThreadConstructors6.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors6 *- @TestCaseName: Thread_ThreadConstructors6.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0011-rt-thread-ThreadConstructors7/ThreadConstructors7.java b/test/testsuite/ouroboros/thread_test/RT0011-rt-thread-ThreadConstructors7/ThreadConstructors7.java index 5113701b2062ed65600d141fa2c5197a3f66c5c9..9258934d969adf50474ef6993b80c850c7e15a3a 100644 --- a/test/testsuite/ouroboros/thread_test/RT0011-rt-thread-ThreadConstructors7/ThreadConstructors7.java +++ b/test/testsuite/ouroboros/thread_test/RT0011-rt-thread-ThreadConstructors7/ThreadConstructors7.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors7 *- @TestCaseName: Thread_ThreadConstructors7.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0012-rt-thread-ThreadConstructors8/ThreadConstructors8.java b/test/testsuite/ouroboros/thread_test/RT0012-rt-thread-ThreadConstructors8/ThreadConstructors8.java index bb29394b03cf00fa6ea5130365f8e54ff1516fa1..205d92622b09898087bb371d8a6e7bee48ded360 100644 --- a/test/testsuite/ouroboros/thread_test/RT0012-rt-thread-ThreadConstructors8/ThreadConstructors8.java +++ b/test/testsuite/ouroboros/thread_test/RT0012-rt-thread-ThreadConstructors8/ThreadConstructors8.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors8 *- @TestCaseName: Thread_ThreadConstructors8.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0013-rt-thread-ThreadConstructors9/ThreadConstructors9.java b/test/testsuite/ouroboros/thread_test/RT0013-rt-thread-ThreadConstructors9/ThreadConstructors9.java index 765b7e5993f17ac3ec76b2ca3fb9b1da6e782139..ae43ac41824b1ad900cbe0c039e525e1d5345989 100644 --- a/test/testsuite/ouroboros/thread_test/RT0013-rt-thread-ThreadConstructors9/ThreadConstructors9.java +++ b/test/testsuite/ouroboros/thread_test/RT0013-rt-thread-ThreadConstructors9/ThreadConstructors9.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors9 *- @TestCaseName: Thread_ThreadConstructors9.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0014-rt-thread-ThreadcurrentThread/ThreadCurrentThread.java b/test/testsuite/ouroboros/thread_test/RT0014-rt-thread-ThreadcurrentThread/ThreadCurrentThread.java index 5a0d6a39709427c8760ea641c5600b6c7dc8b932..235cd3fdd2b244b5a32fc886e85827eb517f4b8f 100644 --- a/test/testsuite/ouroboros/thread_test/RT0014-rt-thread-ThreadcurrentThread/ThreadCurrentThread.java +++ b/test/testsuite/ouroboros/thread_test/RT0014-rt-thread-ThreadcurrentThread/ThreadCurrentThread.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadcurrentThread *- @TestCaseName: Thread_ThreadCurrentThread.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0015-rt-thread-ThreadDMcountStackFrames1/ThreadDMCountStackFrames1.java b/test/testsuite/ouroboros/thread_test/RT0015-rt-thread-ThreadDMcountStackFrames1/ThreadDMCountStackFrames1.java index 72da3c83a5e8877eda4d0315340ae6bb400ffb17..cc462d8b64b624250a15def08c8aacd9a3959bf0 100644 --- a/test/testsuite/ouroboros/thread_test/RT0015-rt-thread-ThreadDMcountStackFrames1/ThreadDMCountStackFrames1.java +++ b/test/testsuite/ouroboros/thread_test/RT0015-rt-thread-ThreadDMcountStackFrames1/ThreadDMCountStackFrames1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMCountStackFrames1 *- @TestCaseName: Thread_ThreadDMCountStackFrames1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0016-rt-thread-ThreadDMcountStackFrames2/ThreadDMCountStackFrames2.java b/test/testsuite/ouroboros/thread_test/RT0016-rt-thread-ThreadDMcountStackFrames2/ThreadDMCountStackFrames2.java index 716cee1c25f84c7bb08104f2fceba71e47f08dd2..8ee5cf24d8bd1c2711bd0414612531c79ef3761b 100644 --- a/test/testsuite/ouroboros/thread_test/RT0016-rt-thread-ThreadDMcountStackFrames2/ThreadDMCountStackFrames2.java +++ b/test/testsuite/ouroboros/thread_test/RT0016-rt-thread-ThreadDMcountStackFrames2/ThreadDMCountStackFrames2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMCountStackFrames2 *- @TestCaseName: Thread_ThreadDMCountStackFrames2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0017-rt-thread-ThreadDMdestroy/ThreadDMDestroy.java b/test/testsuite/ouroboros/thread_test/RT0017-rt-thread-ThreadDMdestroy/ThreadDMDestroy.java index 0582cfe18921cc601e527a71bc004928c8e6d0d0..970cabf78c1ba5b3b67a3b7731fdf0010f8d526f 100644 --- a/test/testsuite/ouroboros/thread_test/RT0017-rt-thread-ThreadDMdestroy/ThreadDMDestroy.java +++ b/test/testsuite/ouroboros/thread_test/RT0017-rt-thread-ThreadDMdestroy/ThreadDMDestroy.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMDestroy *- @TestCaseName: Thread_ThreadDMDestroy.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0018-rt-thread-ThreadDMresume/ThreadDMResume.java b/test/testsuite/ouroboros/thread_test/RT0018-rt-thread-ThreadDMresume/ThreadDMResume.java index 5773f4e9c3b5c7a139c685427d1abb24b67e6c77..904ee4ecea9766148c6d5819c1a9db77d331711c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0018-rt-thread-ThreadDMresume/ThreadDMResume.java +++ b/test/testsuite/ouroboros/thread_test/RT0018-rt-thread-ThreadDMresume/ThreadDMResume.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMResume *- @TestCaseName: Thread_ThreadDMResume.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0019-rt-thread-ThreadDMstop/ThreadDMStop.java b/test/testsuite/ouroboros/thread_test/RT0019-rt-thread-ThreadDMstop/ThreadDMStop.java index a8d8a86a92f10911bc367d9be1cdf9b78f6ab313..c2460178a080d42844f0722e75a88a51e98f7f89 100644 --- a/test/testsuite/ouroboros/thread_test/RT0019-rt-thread-ThreadDMstop/ThreadDMStop.java +++ b/test/testsuite/ouroboros/thread_test/RT0019-rt-thread-ThreadDMstop/ThreadDMStop.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMStop *- @TestCaseName: Thread_ThreadDMStop.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0020-rt-thread-ThreadDMstopTh/ThreadDMStopThrowable.java b/test/testsuite/ouroboros/thread_test/RT0020-rt-thread-ThreadDMstopTh/ThreadDMStopThrowable.java index 64b57c4bcabbb8f4f9be34980eee4847446c2db0..afe4022b11f8072ec7ad9ddde205285dd28fd8a9 100644 --- a/test/testsuite/ouroboros/thread_test/RT0020-rt-thread-ThreadDMstopTh/ThreadDMStopThrowable.java +++ b/test/testsuite/ouroboros/thread_test/RT0020-rt-thread-ThreadDMstopTh/ThreadDMStopThrowable.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMStopThrowable *- @TestCaseName: Thread_ThreadDMStopThrowable.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0021-rt-thread-ThreadDMsuspend/ThreadDMSuspend.java b/test/testsuite/ouroboros/thread_test/RT0021-rt-thread-ThreadDMsuspend/ThreadDMSuspend.java index 7057c3e4cc21c14f7eeb006b47315f42073fc653..d677665ca2224b93b51ae290c255fcc68e2db2d7 100644 --- a/test/testsuite/ouroboros/thread_test/RT0021-rt-thread-ThreadDMsuspend/ThreadDMSuspend.java +++ b/test/testsuite/ouroboros/thread_test/RT0021-rt-thread-ThreadDMsuspend/ThreadDMSuspend.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMSuspend *- @TestCaseName: Thread_ThreadDMSuspend.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0022-rt-thread-Threadenumerate/ThreadEnumerate.java b/test/testsuite/ouroboros/thread_test/RT0022-rt-thread-Threadenumerate/ThreadEnumerate.java index 730387c9dcb899420977db47aec8e45dcd621003..8bab55b6b8df5e3276fb46a0616c7a16bd35183b 100644 --- a/test/testsuite/ouroboros/thread_test/RT0022-rt-thread-Threadenumerate/ThreadEnumerate.java +++ b/test/testsuite/ouroboros/thread_test/RT0022-rt-thread-Threadenumerate/ThreadEnumerate.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadEnumerate *- @TestCaseName: Thread_ThreadEnumerate.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0023-rt-thread-Threadextends1/ThreadExtends1.java b/test/testsuite/ouroboros/thread_test/RT0023-rt-thread-Threadextends1/ThreadExtends1.java index 333508c37d25f754ac8a561500fe9a4870d353cd..91d80be80deaf966446937a3b3cc25a271ed4a7e 100644 --- a/test/testsuite/ouroboros/thread_test/RT0023-rt-thread-Threadextends1/ThreadExtends1.java +++ b/test/testsuite/ouroboros/thread_test/RT0023-rt-thread-Threadextends1/ThreadExtends1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExtends1 *- @TestCaseName: Thread_ThreadExtends1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0024-rt-thread-Threadextends2/ThreadExtends2.java b/test/testsuite/ouroboros/thread_test/RT0024-rt-thread-Threadextends2/ThreadExtends2.java index d75b0b9d27f53077b7dcd1ca96a072acb3690165..0ce79eb833aaa3b23db13ed93d005bd6ff1c4dfc 100644 --- a/test/testsuite/ouroboros/thread_test/RT0024-rt-thread-Threadextends2/ThreadExtends2.java +++ b/test/testsuite/ouroboros/thread_test/RT0024-rt-thread-Threadextends2/ThreadExtends2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadExtends2 *- @TestCaseName: Thread_ThreadExtends2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0025-rt-thread-ThreadgetDefaultUncaughtExceptionHandler1/ThreadGetDefaultUncaughtExceptionHandler1.java b/test/testsuite/ouroboros/thread_test/RT0025-rt-thread-ThreadgetDefaultUncaughtExceptionHandler1/ThreadGetDefaultUncaughtExceptionHandler1.java index 256c7b8be528793d054190a3cbce3d2bb6a6e949..367e808549df8719ae9fd1e84f35fa927ec71d78 100644 --- a/test/testsuite/ouroboros/thread_test/RT0025-rt-thread-ThreadgetDefaultUncaughtExceptionHandler1/ThreadGetDefaultUncaughtExceptionHandler1.java +++ b/test/testsuite/ouroboros/thread_test/RT0025-rt-thread-ThreadgetDefaultUncaughtExceptionHandler1/ThreadGetDefaultUncaughtExceptionHandler1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetDefaultUncaughtExceptionHandler1 *- @TestCaseName: Thread_ThreadGetDefaultUncaughtExceptionHandler1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0026-rt-thread-ThreadgetDefaultUncaughtExceptionHandler2/ThreadGetDefaultUncaughtExceptionHandler2.java b/test/testsuite/ouroboros/thread_test/RT0026-rt-thread-ThreadgetDefaultUncaughtExceptionHandler2/ThreadGetDefaultUncaughtExceptionHandler2.java index 4cc1ba3cf77b3eebeb53fb35c67e53bc43ef1e82..3936270b3685430820f48d88865c9eca63c3b727 100644 --- a/test/testsuite/ouroboros/thread_test/RT0026-rt-thread-ThreadgetDefaultUncaughtExceptionHandler2/ThreadGetDefaultUncaughtExceptionHandler2.java +++ b/test/testsuite/ouroboros/thread_test/RT0026-rt-thread-ThreadgetDefaultUncaughtExceptionHandler2/ThreadGetDefaultUncaughtExceptionHandler2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetDefaultUncaughtExceptionHandler2 *- @TestCaseName: Thread_ThreadGetDefaultUncaughtExceptionHandler2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0027-rt-thread-ThreadgetId/ThreadGetId.java b/test/testsuite/ouroboros/thread_test/RT0027-rt-thread-ThreadgetId/ThreadGetId.java index fab553640ec483a35853832e614caff4231cd005..3c0aac645a4cd4baebe5fd2ec2a36a0a79d9f82f 100644 --- a/test/testsuite/ouroboros/thread_test/RT0027-rt-thread-ThreadgetId/ThreadGetId.java +++ b/test/testsuite/ouroboros/thread_test/RT0027-rt-thread-ThreadgetId/ThreadGetId.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetId *- @TestCaseName: Thread_ThreadGetId.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0028-rt-thread-ThreadgetName/ThreadGetName.java b/test/testsuite/ouroboros/thread_test/RT0028-rt-thread-ThreadgetName/ThreadGetName.java index fe66b290018c813790895864d2b045a484449982..dc88fd0f85afe09be4784df4c7383b3e7ab2f12a 100644 --- a/test/testsuite/ouroboros/thread_test/RT0028-rt-thread-ThreadgetName/ThreadGetName.java +++ b/test/testsuite/ouroboros/thread_test/RT0028-rt-thread-ThreadgetName/ThreadGetName.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetName *- @TestCaseName: Thread_ThreadGetName.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0029-rt-thread-ThreadgetPriority/ThreadGetPriority.java b/test/testsuite/ouroboros/thread_test/RT0029-rt-thread-ThreadgetPriority/ThreadGetPriority.java index 993e77c7944392e54b53b1299bb18d7ffa8a4be5..2f4080404007668a4730b8baf212dd842ce37e5e 100644 --- a/test/testsuite/ouroboros/thread_test/RT0029-rt-thread-ThreadgetPriority/ThreadGetPriority.java +++ b/test/testsuite/ouroboros/thread_test/RT0029-rt-thread-ThreadgetPriority/ThreadGetPriority.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetPriority *- @TestCaseName: Thread_ThreadGetPriority.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0030-rt-thread-ThreadgetThreadGroup1/ThreadGetThreadGroup1.java b/test/testsuite/ouroboros/thread_test/RT0030-rt-thread-ThreadgetThreadGroup1/ThreadGetThreadGroup1.java index e9bf73aa68b3393d6f571950ba1fd59f8993753c..d840bbf447c030f0116546a4f8884d194a99f682 100644 --- a/test/testsuite/ouroboros/thread_test/RT0030-rt-thread-ThreadgetThreadGroup1/ThreadGetThreadGroup1.java +++ b/test/testsuite/ouroboros/thread_test/RT0030-rt-thread-ThreadgetThreadGroup1/ThreadGetThreadGroup1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetThreadGroup1 *- @TestCaseName: Thread_ThreadGetThreadGroup1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0031-rt-thread-ThreadgetThreadGroup2/ThreadGetThreadGroup2.java b/test/testsuite/ouroboros/thread_test/RT0031-rt-thread-ThreadgetThreadGroup2/ThreadGetThreadGroup2.java index 88163fcd893b8ca7ff4d99ba7aa97b7f28134a6c..e807d599466a5c65789a50be9a17f65addad72c5 100644 --- a/test/testsuite/ouroboros/thread_test/RT0031-rt-thread-ThreadgetThreadGroup2/ThreadGetThreadGroup2.java +++ b/test/testsuite/ouroboros/thread_test/RT0031-rt-thread-ThreadgetThreadGroup2/ThreadGetThreadGroup2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetThreadGroup2 *- @TestCaseName: Thread_ThreadGetThreadGroup2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0032-rt-thread-ThreadgetUncaughtExceptionHandler1/ThreadGetUncaughtExceptionHandler1.java b/test/testsuite/ouroboros/thread_test/RT0032-rt-thread-ThreadgetUncaughtExceptionHandler1/ThreadGetUncaughtExceptionHandler1.java index 827695e4f47b0f76d3d8a293d7bc906d364c042a..aa49d2082c632e9230acf3ba0e05c2f60f9235ec 100644 --- a/test/testsuite/ouroboros/thread_test/RT0032-rt-thread-ThreadgetUncaughtExceptionHandler1/ThreadGetUncaughtExceptionHandler1.java +++ b/test/testsuite/ouroboros/thread_test/RT0032-rt-thread-ThreadgetUncaughtExceptionHandler1/ThreadGetUncaughtExceptionHandler1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetUncaughtExceptionHandler1 *- @TestCaseName: Thread_ThreadGetUncaughtExceptionHandler1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0033-rt-thread-ThreadgetUncaughtExceptionHandler2/ThreadGetUncaughtExceptionHandler2.java b/test/testsuite/ouroboros/thread_test/RT0033-rt-thread-ThreadgetUncaughtExceptionHandler2/ThreadGetUncaughtExceptionHandler2.java index ee84fb9346b63734d4aafd240a4133d0ad52f166..c23aba7e60ef0485792e059b5fa6a77ab3025239 100644 --- a/test/testsuite/ouroboros/thread_test/RT0033-rt-thread-ThreadgetUncaughtExceptionHandler2/ThreadGetUncaughtExceptionHandler2.java +++ b/test/testsuite/ouroboros/thread_test/RT0033-rt-thread-ThreadgetUncaughtExceptionHandler2/ThreadGetUncaughtExceptionHandler2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetUncaughtExceptionHandler2 *- @TestCaseName: Thread_ThreadGetUncaughtExceptionHandler2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0034-rt-thread-ThreadgetUncaughtExceptionHandler3/ThreadGetUncaughtExceptionHandler3.java b/test/testsuite/ouroboros/thread_test/RT0034-rt-thread-ThreadgetUncaughtExceptionHandler3/ThreadGetUncaughtExceptionHandler3.java index c7e41dc7872c57796def7c60b616dd138d720d3c..dcb8d8772e13ebd842b58d53f9628908aad12f05 100644 --- a/test/testsuite/ouroboros/thread_test/RT0034-rt-thread-ThreadgetUncaughtExceptionHandler3/ThreadGetUncaughtExceptionHandler3.java +++ b/test/testsuite/ouroboros/thread_test/RT0034-rt-thread-ThreadgetUncaughtExceptionHandler3/ThreadGetUncaughtExceptionHandler3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetUncaughtExceptionHandler3 *- @TestCaseName: Thread_ThreadGetUncaughtExceptionHandler3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0035-rt-thread-ThreadholdsLock1/ThreadHoldsLock1.java b/test/testsuite/ouroboros/thread_test/RT0035-rt-thread-ThreadholdsLock1/ThreadHoldsLock1.java index 84de3b9d5404786fa69fb4b4ec8338d84a99ffdc..a3be3634b44f38ae477ce814d3a77bb155c1bf5e 100644 --- a/test/testsuite/ouroboros/thread_test/RT0035-rt-thread-ThreadholdsLock1/ThreadHoldsLock1.java +++ b/test/testsuite/ouroboros/thread_test/RT0035-rt-thread-ThreadholdsLock1/ThreadHoldsLock1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadHoldsLock1 *- @TestCaseName: Thread_ThreadHoldsLock1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0036-rt-thread-ThreadholdsLock2/ThreadHoldsLock2.java b/test/testsuite/ouroboros/thread_test/RT0036-rt-thread-ThreadholdsLock2/ThreadHoldsLock2.java index 4519bcdf6798927e78fa715e1c7cac508a0404d3..5d6d029c4829a9c406d92b3e67dc8feeed5ef456 100644 --- a/test/testsuite/ouroboros/thread_test/RT0036-rt-thread-ThreadholdsLock2/ThreadHoldsLock2.java +++ b/test/testsuite/ouroboros/thread_test/RT0036-rt-thread-ThreadholdsLock2/ThreadHoldsLock2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadHoldsLock2 *- @TestCaseName: Thread_ThreadHoldsLock2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0037-rt-thread-ThreadholdsLock3/ThreadHoldsLock3.java b/test/testsuite/ouroboros/thread_test/RT0037-rt-thread-ThreadholdsLock3/ThreadHoldsLock3.java index d16a2b0974b88549fbb5dca0b49285ab2bd99611..978423f8f6832db4892f8b56473f77c38fcc23a4 100644 --- a/test/testsuite/ouroboros/thread_test/RT0037-rt-thread-ThreadholdsLock3/ThreadHoldsLock3.java +++ b/test/testsuite/ouroboros/thread_test/RT0037-rt-thread-ThreadholdsLock3/ThreadHoldsLock3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadHoldsLock3 *- @TestCaseName: Thread_ThreadHoldsLock3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0038-rt-thread-ThreadisAlive1/ThreadIsAlive1.java b/test/testsuite/ouroboros/thread_test/RT0038-rt-thread-ThreadisAlive1/ThreadIsAlive1.java index 6c30dc8f10f5fe8c107ec9ac14ea5a3e64fca25f..3cc017044ca9e484e2fe6c12bd5cbdf57ba6c80f 100644 --- a/test/testsuite/ouroboros/thread_test/RT0038-rt-thread-ThreadisAlive1/ThreadIsAlive1.java +++ b/test/testsuite/ouroboros/thread_test/RT0038-rt-thread-ThreadisAlive1/ThreadIsAlive1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadIsAlive1 *- @TestCaseName: Thread_ThreadIsAlive1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0039-rt-thread-ThreadisAlive2/ThreadIsAlive2.java b/test/testsuite/ouroboros/thread_test/RT0039-rt-thread-ThreadisAlive2/ThreadIsAlive2.java index 4c7095ae2e94b100c544a7b96acb149c42524bc8..071e42af954616dcad52b2ead621bd8c211285d8 100644 --- a/test/testsuite/ouroboros/thread_test/RT0039-rt-thread-ThreadisAlive2/ThreadIsAlive2.java +++ b/test/testsuite/ouroboros/thread_test/RT0039-rt-thread-ThreadisAlive2/ThreadIsAlive2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadIsAlive2 *- @TestCaseName: Thread_ThreadIsAlive2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0040-rt-thread-ThreadisAlive3/ThreadIsAlive3.java b/test/testsuite/ouroboros/thread_test/RT0040-rt-thread-ThreadisAlive3/ThreadIsAlive3.java index a98f7b45593afbe9b0c5c14fb5dfb77d29f1ef24..265be5596c6cbacf3f4af6a9bbe3cdb98849eac5 100644 --- a/test/testsuite/ouroboros/thread_test/RT0040-rt-thread-ThreadisAlive3/ThreadIsAlive3.java +++ b/test/testsuite/ouroboros/thread_test/RT0040-rt-thread-ThreadisAlive3/ThreadIsAlive3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadIsAlive3 *- @TestCaseName: Thread_ThreadIsAlive3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0041-rt-thread-ThreadisDaemon1/ThreadIsDaemon1.java b/test/testsuite/ouroboros/thread_test/RT0041-rt-thread-ThreadisDaemon1/ThreadIsDaemon1.java index 7982a0d53a1ee6f09eb2063ba6ac409c5d43129f..c6e7cf36f84d735a31494b6bff74d4b5ebbd43d9 100644 --- a/test/testsuite/ouroboros/thread_test/RT0041-rt-thread-ThreadisDaemon1/ThreadIsDaemon1.java +++ b/test/testsuite/ouroboros/thread_test/RT0041-rt-thread-ThreadisDaemon1/ThreadIsDaemon1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadIsDaemon1 *- @TestCaseName: Thread_ThreadIsDaemon1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0042-rt-thread-ThreadisDaemon2/ThreadIsDaemon2.java b/test/testsuite/ouroboros/thread_test/RT0042-rt-thread-ThreadisDaemon2/ThreadIsDaemon2.java index 32907bb80d9f977ad09ee92a9a4171241c5de78a..75caedaa67140c5ca864ad466b59e70e7affee5d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0042-rt-thread-ThreadisDaemon2/ThreadIsDaemon2.java +++ b/test/testsuite/ouroboros/thread_test/RT0042-rt-thread-ThreadisDaemon2/ThreadIsDaemon2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadIsDaemon2 *- @TestCaseName: Thread_ThreadIsDaemon2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0043-rt-thread-ThreadRunnable/ThreadRunnable.java b/test/testsuite/ouroboros/thread_test/RT0043-rt-thread-ThreadRunnable/ThreadRunnable.java index 92cc04dd0a9a7038094a3cc085772adda462143e..3bb7408201849f3e40bb9226f01f6149d6d139ca 100644 --- a/test/testsuite/ouroboros/thread_test/RT0043-rt-thread-ThreadRunnable/ThreadRunnable.java +++ b/test/testsuite/ouroboros/thread_test/RT0043-rt-thread-ThreadRunnable/ThreadRunnable.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadRunnable *- @TestCaseName: Thread_ThreadRunnable.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0044-rt-thread-ThreadsetDaemon1/ThreadSetDaemon1.java b/test/testsuite/ouroboros/thread_test/RT0044-rt-thread-ThreadsetDaemon1/ThreadSetDaemon1.java index 711a43c13b86462be773cab4465667a10c39a8bf..4859fbe682a8384ce83e9f8d6a8df60a4c0fa0f7 100644 --- a/test/testsuite/ouroboros/thread_test/RT0044-rt-thread-ThreadsetDaemon1/ThreadSetDaemon1.java +++ b/test/testsuite/ouroboros/thread_test/RT0044-rt-thread-ThreadsetDaemon1/ThreadSetDaemon1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetDaemon1 *- @TestCaseName: Thread_ThreadSetDaemon1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0045-rt-thread-ThreadsetDaemon2/ThreadSetDaemon2.java b/test/testsuite/ouroboros/thread_test/RT0045-rt-thread-ThreadsetDaemon2/ThreadSetDaemon2.java index 5a0881ff94738ad36300cc7cf23691463a97cbca..e67162bccb04523d9edc0ded047929f58f8cee78 100644 --- a/test/testsuite/ouroboros/thread_test/RT0045-rt-thread-ThreadsetDaemon2/ThreadSetDaemon2.java +++ b/test/testsuite/ouroboros/thread_test/RT0045-rt-thread-ThreadsetDaemon2/ThreadSetDaemon2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetDaemon2 *- @TestCaseName: Thread_ThreadSetDaemon2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0046-rt-thread-ThreadsetDaemon3/ThreadSetDaemon3.java b/test/testsuite/ouroboros/thread_test/RT0046-rt-thread-ThreadsetDaemon3/ThreadSetDaemon3.java index 3b8ceffb48c95604a1e74c2845c3d31ace3d5f43..79aff4e2288b08c7ed3d01e1ebc65287c2b2aa8c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0046-rt-thread-ThreadsetDaemon3/ThreadSetDaemon3.java +++ b/test/testsuite/ouroboros/thread_test/RT0046-rt-thread-ThreadsetDaemon3/ThreadSetDaemon3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetDaemon3 *- @TestCaseName: Thread_ThreadSetDaemon3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0047-rt-thread-ThreadsetDefaultUncaughtExceptionHandler/ThreadSetDefaultUncaughtExceptionHandler.java b/test/testsuite/ouroboros/thread_test/RT0047-rt-thread-ThreadsetDefaultUncaughtExceptionHandler/ThreadSetDefaultUncaughtExceptionHandler.java index 0aa508fcda807c2c0c473fe42e45b9e995c2b913..b4e95193a4e3526ee3e46720d69d1f1a140e29d0 100644 --- a/test/testsuite/ouroboros/thread_test/RT0047-rt-thread-ThreadsetDefaultUncaughtExceptionHandler/ThreadSetDefaultUncaughtExceptionHandler.java +++ b/test/testsuite/ouroboros/thread_test/RT0047-rt-thread-ThreadsetDefaultUncaughtExceptionHandler/ThreadSetDefaultUncaughtExceptionHandler.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetDefaultUncaughtExceptionHandler *- @TestCaseName: Thread_ThreadSetDefaultUncaughtExceptionHandler.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0048-rt-thread-ThreadsetName1/ThreadSetName1.java b/test/testsuite/ouroboros/thread_test/RT0048-rt-thread-ThreadsetName1/ThreadSetName1.java index 64a924351a9eb9ed7d445baf87bd5091b945dede..ec05b18ac9414a870c428ec8bdfae8f54210324c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0048-rt-thread-ThreadsetName1/ThreadSetName1.java +++ b/test/testsuite/ouroboros/thread_test/RT0048-rt-thread-ThreadsetName1/ThreadSetName1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetName1 *- @TestCaseName: Thread_ThreadSetName1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0049-rt-thread-ThreadsetName2/ThreadSetName2.java b/test/testsuite/ouroboros/thread_test/RT0049-rt-thread-ThreadsetName2/ThreadSetName2.java index 71d4de48b4c3972e3484c0eb199d9c115363982f..e951c0759ee409dcf26d89e219f802f586e1b5e1 100644 --- a/test/testsuite/ouroboros/thread_test/RT0049-rt-thread-ThreadsetName2/ThreadSetName2.java +++ b/test/testsuite/ouroboros/thread_test/RT0049-rt-thread-ThreadsetName2/ThreadSetName2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetName2 *- @TestCaseName: Thread_ThreadSetName2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0050-rt-thread-ThreadsetPriority1/ThreadSetPriority1.java b/test/testsuite/ouroboros/thread_test/RT0050-rt-thread-ThreadsetPriority1/ThreadSetPriority1.java index 9fdcb4a625a01b28ed701e91031777ac95cf7fc2..3bc272dbd0bd80054457f94ea3f9b98d9186cf86 100644 --- a/test/testsuite/ouroboros/thread_test/RT0050-rt-thread-ThreadsetPriority1/ThreadSetPriority1.java +++ b/test/testsuite/ouroboros/thread_test/RT0050-rt-thread-ThreadsetPriority1/ThreadSetPriority1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetPriority1 *- @TestCaseName: Thread_ThreadSetPriority1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0051-rt-thread-ThreadsetPriority2/ThreadSetPriority2.java b/test/testsuite/ouroboros/thread_test/RT0051-rt-thread-ThreadsetPriority2/ThreadSetPriority2.java index 8a443e4c06e53a482491ee47e8fb8cb984811bd5..c39f16dbe8a94dee1dc566fb5bb92c33cf0be13f 100644 --- a/test/testsuite/ouroboros/thread_test/RT0051-rt-thread-ThreadsetPriority2/ThreadSetPriority2.java +++ b/test/testsuite/ouroboros/thread_test/RT0051-rt-thread-ThreadsetPriority2/ThreadSetPriority2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetPriority2 *- @TestCaseName: Thread_ThreadSetPriority2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0052-rt-thread-ThreadsetPriority3/ThreadsSetPriority3.java b/test/testsuite/ouroboros/thread_test/RT0052-rt-thread-ThreadsetPriority3/ThreadsSetPriority3.java index 38dff34fdc0d089d9e92431952a2133c07856bdd..414436a7f5d9755ef019f76bbc02a2abbeb64b39 100644 --- a/test/testsuite/ouroboros/thread_test/RT0052-rt-thread-ThreadsetPriority3/ThreadsSetPriority3.java +++ b/test/testsuite/ouroboros/thread_test/RT0052-rt-thread-ThreadsetPriority3/ThreadsSetPriority3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadsSetPriority3 *- @TestCaseName: Thread_ThreadsSetPriority3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0053-rt-thread-ThreadsetPriority4/ThreadSetPriority4.java b/test/testsuite/ouroboros/thread_test/RT0053-rt-thread-ThreadsetPriority4/ThreadSetPriority4.java index 9d31ce6a1d0471cb25e2681d62c9cfa12ffbe9b6..22e594b4a2f560bdbe73b3e8a32b01ae44da4707 100644 --- a/test/testsuite/ouroboros/thread_test/RT0053-rt-thread-ThreadsetPriority4/ThreadSetPriority4.java +++ b/test/testsuite/ouroboros/thread_test/RT0053-rt-thread-ThreadsetPriority4/ThreadSetPriority4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetPriority4 *- @TestCaseName: Thread_ThreadSetPriority4.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0054-rt-thread-ThreadsetPriority5/ThreadSetPriority5.java b/test/testsuite/ouroboros/thread_test/RT0054-rt-thread-ThreadsetPriority5/ThreadSetPriority5.java index 5b8b8e978e9fd70a37e897a9bf6eb98e1e5d0fd4..a742786870bbb85e898a66d9230b1468596bb4c6 100644 --- a/test/testsuite/ouroboros/thread_test/RT0054-rt-thread-ThreadsetPriority5/ThreadSetPriority5.java +++ b/test/testsuite/ouroboros/thread_test/RT0054-rt-thread-ThreadsetPriority5/ThreadSetPriority5.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetPriority5 *- @TestCaseName: Thread_ThreadSetPriority5.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0055-rt-thread-ThreadsetPriority6/ThreadSetPriority6.java b/test/testsuite/ouroboros/thread_test/RT0055-rt-thread-ThreadsetPriority6/ThreadSetPriority6.java index 881478dff177edf7fc91d674418ddfb6b93a8dd3..1c6c87d7e63d21e95e6bc0123ea9b1bbf2ce5267 100644 --- a/test/testsuite/ouroboros/thread_test/RT0055-rt-thread-ThreadsetPriority6/ThreadSetPriority6.java +++ b/test/testsuite/ouroboros/thread_test/RT0055-rt-thread-ThreadsetPriority6/ThreadSetPriority6.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetPriority6 *- @TestCaseName: Thread_ThreadSetPriority6.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0056-rt-thread-ThreadsetPriority7/ThreadSetPriority7.java b/test/testsuite/ouroboros/thread_test/RT0056-rt-thread-ThreadsetPriority7/ThreadSetPriority7.java index c8496f75e06f7cd7383edaee9d2355ac40bbe4e0..d019bf3f325c5fe9e4babf371aa51bd551bb972b 100644 --- a/test/testsuite/ouroboros/thread_test/RT0056-rt-thread-ThreadsetPriority7/ThreadSetPriority7.java +++ b/test/testsuite/ouroboros/thread_test/RT0056-rt-thread-ThreadsetPriority7/ThreadSetPriority7.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetPriority7 *- @TestCaseName: Thread_ThreadSetPriority7.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0057-rt-thread-ThreadsetUncaughtExceptionHandler/ThreadSetUncaughtExceptionHandler.java b/test/testsuite/ouroboros/thread_test/RT0057-rt-thread-ThreadsetUncaughtExceptionHandler/ThreadSetUncaughtExceptionHandler.java index 3af5bc40b30492d977e5a84b787ad402e2669819..ab5d5c1e540b09ccca387b38e67ff46095e5a62a 100644 --- a/test/testsuite/ouroboros/thread_test/RT0057-rt-thread-ThreadsetUncaughtExceptionHandler/ThreadSetUncaughtExceptionHandler.java +++ b/test/testsuite/ouroboros/thread_test/RT0057-rt-thread-ThreadsetUncaughtExceptionHandler/ThreadSetUncaughtExceptionHandler.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetUncaughtExceptionHandler *- @TestCaseName: Thread_ThreadSetUncaughtExceptionHandler.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0058-rt-thread-ThreadStateinterrupt1/ThreadStateInterrupt1.java b/test/testsuite/ouroboros/thread_test/RT0058-rt-thread-ThreadStateinterrupt1/ThreadStateInterrupt1.java index df65c0794af980e0cf7d179f704ee0ed63e4d5fb..e443ad965a54eca24179345f0a4705db1887b255 100644 --- a/test/testsuite/ouroboros/thread_test/RT0058-rt-thread-ThreadStateinterrupt1/ThreadStateInterrupt1.java +++ b/test/testsuite/ouroboros/thread_test/RT0058-rt-thread-ThreadStateinterrupt1/ThreadStateInterrupt1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateInterrupt1 *- @TestCaseName: Thread_ThreadStateInterrupt1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0059-rt-thread-ThreadStateinterrupt2/ThreadStateInterrupt2.java b/test/testsuite/ouroboros/thread_test/RT0059-rt-thread-ThreadStateinterrupt2/ThreadStateInterrupt2.java index 9be0b59da0e036aa6afee33f3e283d1789891bc0..ed82f44939fa8a4b05d2f751b8ef3a1a667f01cb 100644 --- a/test/testsuite/ouroboros/thread_test/RT0059-rt-thread-ThreadStateinterrupt2/ThreadStateInterrupt2.java +++ b/test/testsuite/ouroboros/thread_test/RT0059-rt-thread-ThreadStateinterrupt2/ThreadStateInterrupt2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateInterrupt2 *- @TestCaseName: Thread_ThreadStateInterrupt2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0060-rt-thread-ThreadStatejoin1/ThreadStateJoin1.java b/test/testsuite/ouroboros/thread_test/RT0060-rt-thread-ThreadStatejoin1/ThreadStateJoin1.java index 8a66c9c437c994f00d8232f5ef99496665411da3..d71dfd69e5531e07643d98b5ebd41d6e046cec56 100644 --- a/test/testsuite/ouroboros/thread_test/RT0060-rt-thread-ThreadStatejoin1/ThreadStateJoin1.java +++ b/test/testsuite/ouroboros/thread_test/RT0060-rt-thread-ThreadStatejoin1/ThreadStateJoin1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin1 *- @TestCaseName: Thread_ThreadStateJoin1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0061-rt-thread-ThreadStatejoin11/ThreadStateJoin11.java b/test/testsuite/ouroboros/thread_test/RT0061-rt-thread-ThreadStatejoin11/ThreadStateJoin11.java index b77db7e3e32080a8355f65f8f6da892410ad8249..6b43efca071bd4160ae984e87df9a1819037635c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0061-rt-thread-ThreadStatejoin11/ThreadStateJoin11.java +++ b/test/testsuite/ouroboros/thread_test/RT0061-rt-thread-ThreadStatejoin11/ThreadStateJoin11.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin11 *- @TestCaseName: Thread_ThreadStateJoin11.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0062-rt-thread-ThreadStatejoin12/ThreadStateJoin12.java b/test/testsuite/ouroboros/thread_test/RT0062-rt-thread-ThreadStatejoin12/ThreadStateJoin12.java index 6285f07b4eb40f5070e4d9fef1d65f1ee82c145d..7d26dfd161b6ea04d5a3bc05402aee71d94dd093 100644 --- a/test/testsuite/ouroboros/thread_test/RT0062-rt-thread-ThreadStatejoin12/ThreadStateJoin12.java +++ b/test/testsuite/ouroboros/thread_test/RT0062-rt-thread-ThreadStatejoin12/ThreadStateJoin12.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin12 *- @TestCaseName: Thread_ThreadStateJoin12.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0063-rt-thread-ThreadStatejoin13/ThreadStateJoin13.java b/test/testsuite/ouroboros/thread_test/RT0063-rt-thread-ThreadStatejoin13/ThreadStateJoin13.java index 9225ee96477d308506c0daa20338026f337c7de3..9e0f74e16d8244c8a3c2542647b8d2f467e20bb0 100644 --- a/test/testsuite/ouroboros/thread_test/RT0063-rt-thread-ThreadStatejoin13/ThreadStateJoin13.java +++ b/test/testsuite/ouroboros/thread_test/RT0063-rt-thread-ThreadStatejoin13/ThreadStateJoin13.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin13 *- @TestCaseName: Thread_ThreadStateJoin13.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0064-rt-thread-ThreadStatejoin14/ThreadStateJoin14.java b/test/testsuite/ouroboros/thread_test/RT0064-rt-thread-ThreadStatejoin14/ThreadStateJoin14.java index 7f9e5e55b0299eb8a42034aac0b992d608df5a6f..d7194f65997072af17564f7a0d5ee0e1007527d9 100644 --- a/test/testsuite/ouroboros/thread_test/RT0064-rt-thread-ThreadStatejoin14/ThreadStateJoin14.java +++ b/test/testsuite/ouroboros/thread_test/RT0064-rt-thread-ThreadStatejoin14/ThreadStateJoin14.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin14 *- @TestCaseName: Thread_ThreadStateJoin14.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0065-rt-thread-ThreadStatejoin15/ThreadStateJoin15.java b/test/testsuite/ouroboros/thread_test/RT0065-rt-thread-ThreadStatejoin15/ThreadStateJoin15.java index 6ab12dce35133affaf69bbd35ce31bf2d6e906db..04a8692686d4aecbea9ad92e1f2022f4410c949d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0065-rt-thread-ThreadStatejoin15/ThreadStateJoin15.java +++ b/test/testsuite/ouroboros/thread_test/RT0065-rt-thread-ThreadStatejoin15/ThreadStateJoin15.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin15 *- @TestCaseName: Thread_ThreadStateJoin15.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0066-rt-thread-ThreadStatejoin2/ThreadStateJoin2.java b/test/testsuite/ouroboros/thread_test/RT0066-rt-thread-ThreadStatejoin2/ThreadStateJoin2.java index 79b198998300e7e9cfff73c8e6a0ec0697e9bd89..cd9508f72a4e1874bd1a135a47b03cca037cd442 100644 --- a/test/testsuite/ouroboros/thread_test/RT0066-rt-thread-ThreadStatejoin2/ThreadStateJoin2.java +++ b/test/testsuite/ouroboros/thread_test/RT0066-rt-thread-ThreadStatejoin2/ThreadStateJoin2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin2 *- @TestCaseName: Thread_ThreadStateJoin2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0067-rt-thread-ThreadStatejoin3/ThreadStateJoin3.java b/test/testsuite/ouroboros/thread_test/RT0067-rt-thread-ThreadStatejoin3/ThreadStateJoin3.java index 3e3682d93d700109b626746c1e49bd519dcf7921..d6a42ff8c49b2026775278c449222fe123978bd4 100644 --- a/test/testsuite/ouroboros/thread_test/RT0067-rt-thread-ThreadStatejoin3/ThreadStateJoin3.java +++ b/test/testsuite/ouroboros/thread_test/RT0067-rt-thread-ThreadStatejoin3/ThreadStateJoin3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin3 *- @TestCaseName: Thread_ThreadStateJoin3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0068-rt-thread-ThreadStatejoin4/ThreadStateJoin4.java b/test/testsuite/ouroboros/thread_test/RT0068-rt-thread-ThreadStatejoin4/ThreadStateJoin4.java index 311fe08b4e0e5bfe1d017bfb4c4bbed9691445b1..c5ffd73fc047b3b88dc122d982547b8a097b1641 100644 --- a/test/testsuite/ouroboros/thread_test/RT0068-rt-thread-ThreadStatejoin4/ThreadStateJoin4.java +++ b/test/testsuite/ouroboros/thread_test/RT0068-rt-thread-ThreadStatejoin4/ThreadStateJoin4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin4 *- @TestCaseName: Thread_ThreadStateJoin4.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0069-rt-thread-ThreadStatejoin5/ThreadStateJoin5.java b/test/testsuite/ouroboros/thread_test/RT0069-rt-thread-ThreadStatejoin5/ThreadStateJoin5.java index 9742cd3da7ce8c9e625c6bce626f1045dcdb28ac..6054501e5e6b7e13d8303d207881e5eb793984aa 100644 --- a/test/testsuite/ouroboros/thread_test/RT0069-rt-thread-ThreadStatejoin5/ThreadStateJoin5.java +++ b/test/testsuite/ouroboros/thread_test/RT0069-rt-thread-ThreadStatejoin5/ThreadStateJoin5.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin5 *- @TestCaseName: Thread_ThreadStateJoin5.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0070-rt-thread-ThreadStatejoin6/ThreadStateJoin6.java b/test/testsuite/ouroboros/thread_test/RT0070-rt-thread-ThreadStatejoin6/ThreadStateJoin6.java index 26132a79bb04cec5ff288d75794131c7fa0f5713..2e9ce59ef8f57459a2b6932afa0a3f05249fcd1e 100644 --- a/test/testsuite/ouroboros/thread_test/RT0070-rt-thread-ThreadStatejoin6/ThreadStateJoin6.java +++ b/test/testsuite/ouroboros/thread_test/RT0070-rt-thread-ThreadStatejoin6/ThreadStateJoin6.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin6 *- @TestCaseName: Thread_ThreadStateJoin6.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0071-rt-thread-ThreadStatejoin7/ThreadStateJoin7.java b/test/testsuite/ouroboros/thread_test/RT0071-rt-thread-ThreadStatejoin7/ThreadStateJoin7.java index cd7881672021690ad7124c70e147ed75b64769bb..08717e882fa694abeef1443da0fae7c6c6176819 100644 --- a/test/testsuite/ouroboros/thread_test/RT0071-rt-thread-ThreadStatejoin7/ThreadStateJoin7.java +++ b/test/testsuite/ouroboros/thread_test/RT0071-rt-thread-ThreadStatejoin7/ThreadStateJoin7.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin7 *- @TestCaseName: Thread_ThreadStateJoin7.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0072-rt-thread-ThreadStatejoin8/ThreadStateJoin8.java b/test/testsuite/ouroboros/thread_test/RT0072-rt-thread-ThreadStatejoin8/ThreadStateJoin8.java index 4cec721b737b31d81f15f96823f66f26a3430d13..a41b536e40e6b40b3c8197d78dc0578898852538 100644 --- a/test/testsuite/ouroboros/thread_test/RT0072-rt-thread-ThreadStatejoin8/ThreadStateJoin8.java +++ b/test/testsuite/ouroboros/thread_test/RT0072-rt-thread-ThreadStatejoin8/ThreadStateJoin8.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin8 *- @TestCaseName: Thread_ThreadStateJoin8.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0073-rt-thread-ThreadStatejoin9/ThreadStateJoin9.java b/test/testsuite/ouroboros/thread_test/RT0073-rt-thread-ThreadStatejoin9/ThreadStateJoin9.java index 16da5ba32330794f3e0cd8e3691ea50a9e8bbd3d..d24d5d42753efa219817b025149ce6a604c523de 100644 --- a/test/testsuite/ouroboros/thread_test/RT0073-rt-thread-ThreadStatejoin9/ThreadStateJoin9.java +++ b/test/testsuite/ouroboros/thread_test/RT0073-rt-thread-ThreadStatejoin9/ThreadStateJoin9.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateJoin9 *- @TestCaseName: Thread_ThreadStateJoin9.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0074-rt-thread-ThreadStatenotify1/ThreadStateNotify1.java b/test/testsuite/ouroboros/thread_test/RT0074-rt-thread-ThreadStatenotify1/ThreadStateNotify1.java index 582ee1cb22c858fb542e6039fc7356d64e8a36b1..77d68354c6ce6aef791fdf3992b772e9dd6d20e1 100644 --- a/test/testsuite/ouroboros/thread_test/RT0074-rt-thread-ThreadStatenotify1/ThreadStateNotify1.java +++ b/test/testsuite/ouroboros/thread_test/RT0074-rt-thread-ThreadStatenotify1/ThreadStateNotify1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateNotify1 *- @TestCaseName: Thread_ThreadStateNotify1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0075-rt-thread-ThreadStatenotify2/ThreadStateNotify2.java b/test/testsuite/ouroboros/thread_test/RT0075-rt-thread-ThreadStatenotify2/ThreadStateNotify2.java index 457cb3472d5429434403792490f02e851abb0291..666c618e3f62f885d173392e91c9fc4eec76a338 100644 --- a/test/testsuite/ouroboros/thread_test/RT0075-rt-thread-ThreadStatenotify2/ThreadStateNotify2.java +++ b/test/testsuite/ouroboros/thread_test/RT0075-rt-thread-ThreadStatenotify2/ThreadStateNotify2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateNotify2 *- @TestCaseName: Thread_ThreadStateNotify2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0076-rt-thread-ThreadStatenotifyAll1/ThreadStateNotifyAll1.java b/test/testsuite/ouroboros/thread_test/RT0076-rt-thread-ThreadStatenotifyAll1/ThreadStateNotifyAll1.java index ac72dce5805e4b687e28076be951797c00ed1452..bbee11e503d6c46067554832647ef447da23f755 100644 --- a/test/testsuite/ouroboros/thread_test/RT0076-rt-thread-ThreadStatenotifyAll1/ThreadStateNotifyAll1.java +++ b/test/testsuite/ouroboros/thread_test/RT0076-rt-thread-ThreadStatenotifyAll1/ThreadStateNotifyAll1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateNotifyAll1 *- @TestCaseName: Thread_ThreadStateNotifyAll1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0077-rt-thread-ThreadStatenotifyAll2/ThreadStateNotifyAll2.java b/test/testsuite/ouroboros/thread_test/RT0077-rt-thread-ThreadStatenotifyAll2/ThreadStateNotifyAll2.java index 08b542d62ea482902497885de95df2af95d6db08..0cabcf075a7fc0098b5ded50c71203396278e5fd 100644 --- a/test/testsuite/ouroboros/thread_test/RT0077-rt-thread-ThreadStatenotifyAll2/ThreadStateNotifyAll2.java +++ b/test/testsuite/ouroboros/thread_test/RT0077-rt-thread-ThreadStatenotifyAll2/ThreadStateNotifyAll2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateNotifyAll2 *- @TestCaseName: Thread_ThreadStateNotifyAll2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0078-rt-thread-ThreadStatesleep1/ThreadStateSleep1.java b/test/testsuite/ouroboros/thread_test/RT0078-rt-thread-ThreadStatesleep1/ThreadStateSleep1.java index 31b4cebd07342513f6206b6f541049652e14d9a4..0f8440b289bde70e3445d59f93cf5a47e877cfff 100644 --- a/test/testsuite/ouroboros/thread_test/RT0078-rt-thread-ThreadStatesleep1/ThreadStateSleep1.java +++ b/test/testsuite/ouroboros/thread_test/RT0078-rt-thread-ThreadStatesleep1/ThreadStateSleep1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateSleep1 *- @TestCaseName: Thread_ThreadStateSleep1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0079-rt-thread-ThreadStatesleep2/ThreadStateSleep2.java b/test/testsuite/ouroboros/thread_test/RT0079-rt-thread-ThreadStatesleep2/ThreadStateSleep2.java index d0e09b29de43deea1e6caaf391525d690f95f658..757ce9834a3f38ed0493361f65e30f6d5861b627 100644 --- a/test/testsuite/ouroboros/thread_test/RT0079-rt-thread-ThreadStatesleep2/ThreadStateSleep2.java +++ b/test/testsuite/ouroboros/thread_test/RT0079-rt-thread-ThreadStatesleep2/ThreadStateSleep2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateSleep2 *- @TestCaseName: Thread_ThreadStateSleep2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0080-rt-thread-ThreadStatesleep3/ThreadStateSleep3.java b/test/testsuite/ouroboros/thread_test/RT0080-rt-thread-ThreadStatesleep3/ThreadStateSleep3.java index d9df5cbc5581bdfa45b2bea22093a4fd34387412..1bbe3de9baccd6400e892cf8e4b2cad6f1c2f506 100644 --- a/test/testsuite/ouroboros/thread_test/RT0080-rt-thread-ThreadStatesleep3/ThreadStateSleep3.java +++ b/test/testsuite/ouroboros/thread_test/RT0080-rt-thread-ThreadStatesleep3/ThreadStateSleep3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateSleep3 *- @TestCaseName: Thread_ThreadStateSleep3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0081-rt-thread-ThreadStatesleep4/ThreadStateSleep4.java b/test/testsuite/ouroboros/thread_test/RT0081-rt-thread-ThreadStatesleep4/ThreadStateSleep4.java index c52cbfcd18fbba4f688a03d834bd1fc1cb3724a8..614275630d81fb2b97ba744d80ae4d53d841bea1 100644 --- a/test/testsuite/ouroboros/thread_test/RT0081-rt-thread-ThreadStatesleep4/ThreadStateSleep4.java +++ b/test/testsuite/ouroboros/thread_test/RT0081-rt-thread-ThreadStatesleep4/ThreadStateSleep4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateSleep4 *- @TestCaseName: Thread_ThreadStateSleep4.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0082-rt-thread-ThreadStatesleep5/ThreadStateSleep5.java b/test/testsuite/ouroboros/thread_test/RT0082-rt-thread-ThreadStatesleep5/ThreadStateSleep5.java index be02d45b5cff492a886cc274eff32921d07f1dfa..8d97960de2a1ec5e9d3d34b22243cde6d33b30d6 100644 --- a/test/testsuite/ouroboros/thread_test/RT0082-rt-thread-ThreadStatesleep5/ThreadStateSleep5.java +++ b/test/testsuite/ouroboros/thread_test/RT0082-rt-thread-ThreadStatesleep5/ThreadStateSleep5.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateSleep5 *- @TestCaseName: Thread_ThreadStateSleep5.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0083-rt-thread-ThreadStatesleep6/ThreadStateSleep6.java b/test/testsuite/ouroboros/thread_test/RT0083-rt-thread-ThreadStatesleep6/ThreadStateSleep6.java index efc4479fa707bf19953ed850d4c7b6de99c11205..ea3b72d594d360027d872568e540047af67cd5d1 100644 --- a/test/testsuite/ouroboros/thread_test/RT0083-rt-thread-ThreadStatesleep6/ThreadStateSleep6.java +++ b/test/testsuite/ouroboros/thread_test/RT0083-rt-thread-ThreadStatesleep6/ThreadStateSleep6.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateSleep6 *- @TestCaseName: Thread_ThreadStateSleep6.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0084-rt-thread-ThreadStatestart1/ThreadStateStart1.java b/test/testsuite/ouroboros/thread_test/RT0084-rt-thread-ThreadStatestart1/ThreadStateStart1.java index 070082556b48ee79db721bf3a98372bdbbbc4e1c..44531adc844333641732283603232bab241f4346 100644 --- a/test/testsuite/ouroboros/thread_test/RT0084-rt-thread-ThreadStatestart1/ThreadStateStart1.java +++ b/test/testsuite/ouroboros/thread_test/RT0084-rt-thread-ThreadStatestart1/ThreadStateStart1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateStart1 *- @TestCaseName: Thread_ThreadStateStart1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0085-rt-thread-ThreadStatestart2/ThreadStateStart2.java b/test/testsuite/ouroboros/thread_test/RT0085-rt-thread-ThreadStatestart2/ThreadStateStart2.java index 22f5f702483b5918a38645775c957fd7b7bc6776..a93a97e7fd8c99515d8c823a476a79bbdfb9d492 100644 --- a/test/testsuite/ouroboros/thread_test/RT0085-rt-thread-ThreadStatestart2/ThreadStateStart2.java +++ b/test/testsuite/ouroboros/thread_test/RT0085-rt-thread-ThreadStatestart2/ThreadStateStart2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateStart2 *- @TestCaseName: Thread_ThreadStateStart2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0086-rt-thread-ThreadStatewait1/ThreadStateWait1.java b/test/testsuite/ouroboros/thread_test/RT0086-rt-thread-ThreadStatewait1/ThreadStateWait1.java index 32c4cea8a8dad200458db5ba6194e173d7c27d9f..ed2ed0e963668cc50303b9f74ec764de28e12439 100644 --- a/test/testsuite/ouroboros/thread_test/RT0086-rt-thread-ThreadStatewait1/ThreadStateWait1.java +++ b/test/testsuite/ouroboros/thread_test/RT0086-rt-thread-ThreadStatewait1/ThreadStateWait1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait1 *- @TestCaseName: Thread_ThreadStateWait1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0087-rt-thread-ThreadStatewait2/ThreadStateWait2.java b/test/testsuite/ouroboros/thread_test/RT0087-rt-thread-ThreadStatewait2/ThreadStateWait2.java index e1789acee4c829786823bec3c64008ce72486a6f..ecac5609b61a275cff26a5eb892f840a6bd0aae3 100644 --- a/test/testsuite/ouroboros/thread_test/RT0087-rt-thread-ThreadStatewait2/ThreadStateWait2.java +++ b/test/testsuite/ouroboros/thread_test/RT0087-rt-thread-ThreadStatewait2/ThreadStateWait2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait2 *- @TestCaseName: Thread_ThreadStateWait2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0088-rt-thread-ThreadStatewait3/ThreadStateWait3.java b/test/testsuite/ouroboros/thread_test/RT0088-rt-thread-ThreadStatewait3/ThreadStateWait3.java index 65e34165d4157de9e2f3c4576c7b53eaadf39a5f..3636e49466250bdd02a799b31303b9739e15310b 100644 --- a/test/testsuite/ouroboros/thread_test/RT0088-rt-thread-ThreadStatewait3/ThreadStateWait3.java +++ b/test/testsuite/ouroboros/thread_test/RT0088-rt-thread-ThreadStatewait3/ThreadStateWait3.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait3 *- @TestCaseName: Thread_ThreadStateWait3.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0089-rt-thread-ThreadStatewait4/ThreadStateWait4.java b/test/testsuite/ouroboros/thread_test/RT0089-rt-thread-ThreadStatewait4/ThreadStateWait4.java index 6745dfc2f17353a55d846aa3d34f4262f0bfcb40..fd58b78178f803379a58f102a04c4819a3e2f1e4 100644 --- a/test/testsuite/ouroboros/thread_test/RT0089-rt-thread-ThreadStatewait4/ThreadStateWait4.java +++ b/test/testsuite/ouroboros/thread_test/RT0089-rt-thread-ThreadStatewait4/ThreadStateWait4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait4 *- @TestCaseName: Thread_ThreadStateWait4.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0090-rt-thread-ThreadStatewait5/ThreadStateWait5.java b/test/testsuite/ouroboros/thread_test/RT0090-rt-thread-ThreadStatewait5/ThreadStateWait5.java index 181c24cea8c1b352c93ab7b7ec1500d80484ab5e..262b8df8026ed758017eda66448cb4db0fe0a31c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0090-rt-thread-ThreadStatewait5/ThreadStateWait5.java +++ b/test/testsuite/ouroboros/thread_test/RT0090-rt-thread-ThreadStatewait5/ThreadStateWait5.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait5 *- @TestCaseName: Thread_ThreadStateWait5.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0091-rt-thread-ThreadStatewait6/ThreadStateWait6.java b/test/testsuite/ouroboros/thread_test/RT0091-rt-thread-ThreadStatewait6/ThreadStateWait6.java index 3642fb6d82b3962dc323add5f76619f05a9416e7..8ba1d29bbadee18436dea53e4afcf8adb9aeec0a 100644 --- a/test/testsuite/ouroboros/thread_test/RT0091-rt-thread-ThreadStatewait6/ThreadStateWait6.java +++ b/test/testsuite/ouroboros/thread_test/RT0091-rt-thread-ThreadStatewait6/ThreadStateWait6.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait6 *- @TestCaseName: Thread_ThreadStateWait6.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0092-rt-thread-ThreadStatewait7/ThreadStateWait7.java b/test/testsuite/ouroboros/thread_test/RT0092-rt-thread-ThreadStatewait7/ThreadStateWait7.java index a6ae20e1c287ec7ecd35888e5b4eda2722c16236..13b4ae58c1a037e5e864686c41bcde0eb6f761b7 100644 --- a/test/testsuite/ouroboros/thread_test/RT0092-rt-thread-ThreadStatewait7/ThreadStateWait7.java +++ b/test/testsuite/ouroboros/thread_test/RT0092-rt-thread-ThreadStatewait7/ThreadStateWait7.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait7 *- @TestCaseName: Thread_ThreadStateWait7.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0093-rt-thread-ThreadStatewait8/ThreadStateWait8.java b/test/testsuite/ouroboros/thread_test/RT0093-rt-thread-ThreadStatewait8/ThreadStateWait8.java index 29f5d93abe3671077db9e13cb990ab502f2981bf..8b2b6b23092b2e360bff07e9eefab9a3bc203b7b 100644 --- a/test/testsuite/ouroboros/thread_test/RT0093-rt-thread-ThreadStatewait8/ThreadStateWait8.java +++ b/test/testsuite/ouroboros/thread_test/RT0093-rt-thread-ThreadStatewait8/ThreadStateWait8.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateWait8 *- @TestCaseName: Thread_ThreadStateWait8.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0094-rt-thread-ThreadStateyield/ThreadStateyield.java b/test/testsuite/ouroboros/thread_test/RT0094-rt-thread-ThreadStateyield/ThreadStateyield.java index ce4b825a3fd69db4e7637ee76dbf8dd0138e4ce3..ff884bbe4877449d0629986af50de3063fade031 100644 --- a/test/testsuite/ouroboros/thread_test/RT0094-rt-thread-ThreadStateyield/ThreadStateyield.java +++ b/test/testsuite/ouroboros/thread_test/RT0094-rt-thread-ThreadStateyield/ThreadStateyield.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Ouroboros/rt_test/ThreadStateyield *- @TestCaseName: Thread_ThreadStateyield.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0095-rt-thread-ThreadtoString/ThreadToString.java b/test/testsuite/ouroboros/thread_test/RT0095-rt-thread-ThreadtoString/ThreadToString.java index fcd6448616ce0470b02166061b10b2ce0ef67939..5bcee94bf77b7201b9a8b514b7a2f4eb874ded85 100644 --- a/test/testsuite/ouroboros/thread_test/RT0095-rt-thread-ThreadtoString/ThreadToString.java +++ b/test/testsuite/ouroboros/thread_test/RT0095-rt-thread-ThreadtoString/ThreadToString.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadToString *- @TestCaseName: Thread_ThreadToString.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0096-rt-thread-ThreadTest23/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0096-rt-thread-ThreadTest23/ThreadTest.java index 0dfd701ecc61e37cc14f0bcb6c61e7be9f51ad1c..72abf427596c50648d6a165b7154d77da8f78dce 100644 --- a/test/testsuite/ouroboros/thread_test/RT0096-rt-thread-ThreadTest23/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0096-rt-thread-ThreadTest23/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0097-rt-thread-ThreadTest31/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0097-rt-thread-ThreadTest31/ThreadTest.java index 08af4ca6824b1c84ef7d72c3e64f54ee1c4749b7..32c28e3eac7db6909f38c1af9d735be8f501528d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0097-rt-thread-ThreadTest31/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0097-rt-thread-ThreadTest31/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0098-rt-thread-ThreadTest11/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0098-rt-thread-ThreadTest11/ThreadTest.java index 30cbfbbf9202d0686dc40ce15e2a15f03b7972e8..2daab0f993545ac0227be1e8f5dfcd3d20d705e4 100644 --- a/test/testsuite/ouroboros/thread_test/RT0098-rt-thread-ThreadTest11/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0098-rt-thread-ThreadTest11/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0099-rt-thread-ThreadTest21/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0099-rt-thread-ThreadTest21/ThreadTest.java index 2fbdd5ee6c550ffb937d72ee56680adb30316bdf..0e4fcd1f98ebfb75b00d85e5d166d7bdfcdb5e25 100644 --- a/test/testsuite/ouroboros/thread_test/RT0099-rt-thread-ThreadTest21/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0099-rt-thread-ThreadTest21/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0100-rt-thread-ThreadTest34/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0100-rt-thread-ThreadTest34/ThreadTest.java index 5f1b8d72acc71b4293424229cc5ec5d32bb19bc3..155a0537ec7b522c564deee5dfcd58c86bc619e1 100644 --- a/test/testsuite/ouroboros/thread_test/RT0100-rt-thread-ThreadTest34/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0100-rt-thread-ThreadTest34/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0101-rt-thread-ThreadTest25/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0101-rt-thread-ThreadTest25/ThreadTest.java index 83601ec49bb14f5b74bb496166a01ff39f88da7b..7313a8262d538753eb3c994e4018e8ee8ac0f396 100644 --- a/test/testsuite/ouroboros/thread_test/RT0101-rt-thread-ThreadTest25/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0101-rt-thread-ThreadTest25/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0102-rt-thread-ThreadTest9/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0102-rt-thread-ThreadTest9/ThreadTest.java index 334f72fe1aa7c74d26d201d9b6b23632cbf2938e..272b39714717673700861e44d11f4712dece19d0 100644 --- a/test/testsuite/ouroboros/thread_test/RT0102-rt-thread-ThreadTest9/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0102-rt-thread-ThreadTest9/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0103-rt-thread-ThreadTest8/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0103-rt-thread-ThreadTest8/ThreadTest.java index 0e416495e531fe1d2d53c54a9cd119ffb7f388bf..b6379aa94c4899682b50ecac042038b2e0b5e5ba 100644 --- a/test/testsuite/ouroboros/thread_test/RT0103-rt-thread-ThreadTest8/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0103-rt-thread-ThreadTest8/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0104-rt-thread-ThreadTest38/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0104-rt-thread-ThreadTest38/ThreadTest.java index b718979982bb68910a00f55ce531e93fb0536740..d510d794fea33e079d757e9c763b2ffd46f198e9 100644 --- a/test/testsuite/ouroboros/thread_test/RT0104-rt-thread-ThreadTest38/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0104-rt-thread-ThreadTest38/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0105-rt-thread-ThreadTest30/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0105-rt-thread-ThreadTest30/ThreadTest.java index 57f849cd2a9257f47e873cb32ac78fcfd9ff9322..03b0e39e0124f050d078970c4f62d65ee99a85fd 100644 --- a/test/testsuite/ouroboros/thread_test/RT0105-rt-thread-ThreadTest30/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0105-rt-thread-ThreadTest30/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0106-rt-thread-ThreadTest28/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0106-rt-thread-ThreadTest28/ThreadTest.java index 005d1343d7ed29b69870b146857fad6027c37270..0907acbe710ea37929f3bbb1083aad9766aea3da 100644 --- a/test/testsuite/ouroboros/thread_test/RT0106-rt-thread-ThreadTest28/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0106-rt-thread-ThreadTest28/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0107-rt-thread-ThreadTest39/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0107-rt-thread-ThreadTest39/ThreadTest.java index 5bd7ef941754a821e8220a6bb2f78ce8c7e897bd..75dbfa275a4d61737855a3ff43fd4144c6a49269 100644 --- a/test/testsuite/ouroboros/thread_test/RT0107-rt-thread-ThreadTest39/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0107-rt-thread-ThreadTest39/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0109-rt-thread-Basic/Basic.java b/test/testsuite/ouroboros/thread_test/RT0109-rt-thread-Basic/Basic.java index 10f1cc57cd01be91e33dc4c17975553dde3e4faa..bf95559b823ffee3fcdd49b751ab5fcf5eba3c01 100644 --- a/test/testsuite/ouroboros/thread_test/RT0109-rt-thread-Basic/Basic.java +++ b/test/testsuite/ouroboros/thread_test/RT0109-rt-thread-Basic/Basic.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Basic *- @TestCaseName: Thread_Basic.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0110-rt-thread-NullStackTrace/NullStackTrace.java b/test/testsuite/ouroboros/thread_test/RT0110-rt-thread-NullStackTrace/NullStackTrace.java index cc6ad35c7aa2e50bef6db55b17f631457cc52bab..d757188c165361c8d002264e19792ea4c6f055e0 100644 --- a/test/testsuite/ouroboros/thread_test/RT0110-rt-thread-NullStackTrace/NullStackTrace.java +++ b/test/testsuite/ouroboros/thread_test/RT0110-rt-thread-NullStackTrace/NullStackTrace.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NullStackTrace *- @TestCaseName: Thread_NullStackTrace.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0111-rt-thread-ThreadTest6/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0111-rt-thread-ThreadTest6/ThreadTest.java index 2898f2d42fd4146a827c413badf72254dd84a75a..ee32dbb3ec3ec4c3244000c8376c46cd3bd2d450 100644 --- a/test/testsuite/ouroboros/thread_test/RT0111-rt-thread-ThreadTest6/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0111-rt-thread-ThreadTest6/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0112-rt-thread-TestThreadId/TestThreadId.java b/test/testsuite/ouroboros/thread_test/RT0112-rt-thread-TestThreadId/TestThreadId.java index 81ee58252d265d1c9f42aff5eefffb2c98bd56b8..3921fee99b65c744dd3706c027ecc723ccaf3375 100644 --- a/test/testsuite/ouroboros/thread_test/RT0112-rt-thread-TestThreadId/TestThreadId.java +++ b/test/testsuite/ouroboros/thread_test/RT0112-rt-thread-TestThreadId/TestThreadId.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: TestThreadId *- @TestCaseName: Thread_TestThreadId.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0113-rt-thread-ImmutableLocal/ImmutableLocal.java b/test/testsuite/ouroboros/thread_test/RT0113-rt-thread-ImmutableLocal/ImmutableLocal.java index 4ee43145493b3dbae40f3a5a7c6129f0867a1234..d2b6c3c279aaf9ce57131e6caeb36b4a6d4e4d02 100644 --- a/test/testsuite/ouroboros/thread_test/RT0113-rt-thread-ImmutableLocal/ImmutableLocal.java +++ b/test/testsuite/ouroboros/thread_test/RT0113-rt-thread-ImmutableLocal/ImmutableLocal.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ImmutableLocal *- @TestCaseName: Thread_ImmutableLocal.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0114-rt-thread-ThreadTest24/ThreadTest_24.java b/test/testsuite/ouroboros/thread_test/RT0114-rt-thread-ThreadTest24/ThreadTest_24.java index dd5661d6ad016929320805c90137b4473b082eda..76679b457704729bb267b52abfc6a3bab8f9c7df 100644 --- a/test/testsuite/ouroboros/thread_test/RT0114-rt-thread-ThreadTest24/ThreadTest_24.java +++ b/test/testsuite/ouroboros/thread_test/RT0114-rt-thread-ThreadTest24/ThreadTest_24.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest_24 *- @TestCaseName: Thread_ThreadTest_24.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0115-rt-thread-ThreadTest13/ThreadTest_13.java b/test/testsuite/ouroboros/thread_test/RT0115-rt-thread-ThreadTest13/ThreadTest_13.java index 5e2b7f7916611fde77b819c8c46b119e6c7fe50b..b1cff6f4de509b27e1e7be81e4ad42a03df758bc 100644 --- a/test/testsuite/ouroboros/thread_test/RT0115-rt-thread-ThreadTest13/ThreadTest_13.java +++ b/test/testsuite/ouroboros/thread_test/RT0115-rt-thread-ThreadTest13/ThreadTest_13.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest_13 *- @TestCaseName: Thread_ThreadTest_13.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0116-rt-thread-NullThreadName/NullThreadName.java b/test/testsuite/ouroboros/thread_test/RT0116-rt-thread-NullThreadName/NullThreadName.java index c1cbb07522064d7bfe7eabcc7c03a9d4af60d84d..466ec580ce74d6049963b8827c3d666e217280b5 100644 --- a/test/testsuite/ouroboros/thread_test/RT0116-rt-thread-NullThreadName/NullThreadName.java +++ b/test/testsuite/ouroboros/thread_test/RT0116-rt-thread-NullThreadName/NullThreadName.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: NullThreadName *- @TestCaseName: Thread_NullThreadName.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0117-rt-thread-ThreadTest36/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0117-rt-thread-ThreadTest36/ThreadTest.java index 8ebd4bb620f8df63a3d6a984c51f449d5d4a196c..679d6bd3192af4e5fd22c870347e7f9cf10cb0f9 100644 --- a/test/testsuite/ouroboros/thread_test/RT0117-rt-thread-ThreadTest36/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0117-rt-thread-ThreadTest36/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0118-rt-thread-ThreadTest19/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0118-rt-thread-ThreadTest19/ThreadTest.java index 1a5a8e036a3557c5080b0fef296c31f4aed79794..f2899fd55429b7e77ce955516f146bde47636480 100644 --- a/test/testsuite/ouroboros/thread_test/RT0118-rt-thread-ThreadTest19/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0118-rt-thread-ThreadTest19/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0119-rt-thread-ThreadTest15/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0119-rt-thread-ThreadTest15/ThreadTest.java index f938f2d9cbf4887d4dddc1fe7738d83cb00e3ca1..6187f30cec4475afc9a8547b2f64fff9c40f858e 100644 --- a/test/testsuite/ouroboros/thread_test/RT0119-rt-thread-ThreadTest15/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0119-rt-thread-ThreadTest15/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0120-rt-thread-ThreadTest3/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0120-rt-thread-ThreadTest3/ThreadTest.java index 69d988dd68f2286b607c7c796972ab05dbdf7bec..954532b876fe9fccf47f371e06d81d11c145e649 100644 --- a/test/testsuite/ouroboros/thread_test/RT0120-rt-thread-ThreadTest3/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0120-rt-thread-ThreadTest3/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0121-rt-thread-InitialValue/InitialValue.java b/test/testsuite/ouroboros/thread_test/RT0121-rt-thread-InitialValue/InitialValue.java index dddcbc9c7b66f882d021ccd0bc8cd69cf26d28f8..8d9e29e620d30ff4089349efa1926d746f405aef 100644 --- a/test/testsuite/ouroboros/thread_test/RT0121-rt-thread-InitialValue/InitialValue.java +++ b/test/testsuite/ouroboros/thread_test/RT0121-rt-thread-InitialValue/InitialValue.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_InitialValue.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0122-rt-thread-ThreadTest22/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0122-rt-thread-ThreadTest22/ThreadTest.java index d6174f0675e77a40fd6b870b174d58304e9005ba..6e54aa6114a6e00feec8e1f0c5faf1f46b1cf99e 100644 --- a/test/testsuite/ouroboros/thread_test/RT0122-rt-thread-ThreadTest22/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0122-rt-thread-ThreadTest22/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0123-rt-thread-ThreadTest7/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0123-rt-thread-ThreadTest7/ThreadTest.java index 59976e9f1dfd39d05f3c00ff6a3e8610a4e6e1c1..812b6ac57054c329625a4c358fbb754d714ea716 100644 --- a/test/testsuite/ouroboros/thread_test/RT0123-rt-thread-ThreadTest7/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0123-rt-thread-ThreadTest7/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0125-rt-thread-ThreadTest26/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0125-rt-thread-ThreadTest26/ThreadTest.java index 156951c2c85b001c9acb1f030056b0da5c8e5e66..6e56f5e4dddc250e2383e194bc2b76f90d9c049f 100644 --- a/test/testsuite/ouroboros/thread_test/RT0125-rt-thread-ThreadTest26/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0125-rt-thread-ThreadTest26/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0126-rt-thread-SetMaxPriority/SetMaxPriority.java b/test/testsuite/ouroboros/thread_test/RT0126-rt-thread-SetMaxPriority/SetMaxPriority.java index 31b264e5c227db04f79e9737c8f67d3f67ce0495..03fb137542a04b6ec26e1ee941639a246a6b1b11 100644 --- a/test/testsuite/ouroboros/thread_test/RT0126-rt-thread-SetMaxPriority/SetMaxPriority.java +++ b/test/testsuite/ouroboros/thread_test/RT0126-rt-thread-SetMaxPriority/SetMaxPriority.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Ouroboros/rt_test/SetMaxPriority *- @TestCaseName: Thread_SetMaxPriority.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0127-rt-thread-ThreadTest18/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0127-rt-thread-ThreadTest18/ThreadTest.java index b22b0edbe35d9e38e23886eaf6afdee1b822db58..f6167dbe22b38ab9ff233b95584bf22749469273 100644 --- a/test/testsuite/ouroboros/thread_test/RT0127-rt-thread-ThreadTest18/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0127-rt-thread-ThreadTest18/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0128-rt-thread-ThreadTest16/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0128-rt-thread-ThreadTest16/ThreadTest.java index aa4691c9ccdb9d0e214792b7385f0fd61e1142dd..49c460005c83f10f3bbd0be4b7be7792a507feed 100644 --- a/test/testsuite/ouroboros/thread_test/RT0128-rt-thread-ThreadTest16/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0128-rt-thread-ThreadTest16/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0130-rt-thread-ThreadTest20/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0130-rt-thread-ThreadTest20/ThreadTest.java index 90bdff7d8d6f93129b7484ee0ec16f459f3c72bc..a775ea292648033ac65040c464521773f26cca78 100644 --- a/test/testsuite/ouroboros/thread_test/RT0130-rt-thread-ThreadTest20/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0130-rt-thread-ThreadTest20/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0131-rt-thread-ThreadTest14/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0131-rt-thread-ThreadTest14/ThreadTest.java index 0e61eea18bdaa82a4685581a316f397ee48cf092..8e5f0bec60d20dfe7250f5db5d02ef099360cc8d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0131-rt-thread-ThreadTest14/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0131-rt-thread-ThreadTest14/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0132-rt-thread-ThreadTest17/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0132-rt-thread-ThreadTest17/ThreadTest.java index 4c306142c76d2d86088613174ae9cd0bfd5ede36..7959ab9658f45c9d318c34fc7439b0e2d986e1ac 100644 --- a/test/testsuite/ouroboros/thread_test/RT0132-rt-thread-ThreadTest17/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0132-rt-thread-ThreadTest17/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0133-rt-thread-ThreadTest33/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0133-rt-thread-ThreadTest33/ThreadTest.java index 23996d969c751af3876993508043df395665a5a2..96785f6bb4b443daffac63cc6fbbfc423d1fd8a4 100644 --- a/test/testsuite/ouroboros/thread_test/RT0133-rt-thread-ThreadTest33/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0133-rt-thread-ThreadTest33/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0134-rt-thread-ThreadTest27/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0134-rt-thread-ThreadTest27/ThreadTest.java index 5d82095312cdbf95d183a3ac03c41eb8573a2461..40cc5414b9e9128de0ae3dbc2c9ebdd0d48db01d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0134-rt-thread-ThreadTest27/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0134-rt-thread-ThreadTest27/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0135-rt-thread-StartOOMTest/StartOOMTest.java b/test/testsuite/ouroboros/thread_test/RT0135-rt-thread-StartOOMTest/StartOOMTest.java index 0c9aedff2075a6d3e92c9c379a07a8bda14a7d6c..5512d9289de42a4879ab5337433293c3224e7909 100644 --- a/test/testsuite/ouroboros/thread_test/RT0135-rt-thread-StartOOMTest/StartOOMTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0135-rt-thread-StartOOMTest/StartOOMTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: StartOOMTest *- @TestCaseName: Thread_StartOOMTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0136-rt-thread-ThreadTest29/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0136-rt-thread-ThreadTest29/ThreadTest.java index 422aaef4151acbbd84fd9d8f57f0479128613a59..99931ecf3c3c4ce8ff5a61fffda6e52bc0d40f31 100644 --- a/test/testsuite/ouroboros/thread_test/RT0136-rt-thread-ThreadTest29/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0136-rt-thread-ThreadTest29/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0137-rt-thread-ThreadTest12/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0137-rt-thread-ThreadTest12/ThreadTest.java index ab57556958b935e9128b06c3b92273c6204f960d..17b8acf8890703c88a4def3677d9180a641e2bd5 100644 --- a/test/testsuite/ouroboros/thread_test/RT0137-rt-thread-ThreadTest12/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0137-rt-thread-ThreadTest12/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0138-rt-thread-ThreadTest32/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0138-rt-thread-ThreadTest32/ThreadTest.java index 8189242ffedcf6013808e3640a269f12ca09b58b..d8e8d5cf25602acfa6871af8ad26593f54271f0d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0138-rt-thread-ThreadTest32/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0138-rt-thread-ThreadTest32/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0139-rt-thread-ThreadTest4/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0139-rt-thread-ThreadTest4/ThreadTest.java index 80c88a8896bf62ae33cf2341032381a5125149a4..6a88fc3f1be3e98b32d352411885879ea34bb06e 100644 --- a/test/testsuite/ouroboros/thread_test/RT0139-rt-thread-ThreadTest4/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0139-rt-thread-ThreadTest4/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0140-rt-thread-MainThreadTest/MainThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0140-rt-thread-MainThreadTest/MainThreadTest.java index 0f324d3b8ef1fcbedd30ea82ab402cd2e195be88..c250eee9b15a59f76c9964a9de023655f823a06c 100644 --- a/test/testsuite/ouroboros/thread_test/RT0140-rt-thread-MainThreadTest/MainThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0140-rt-thread-MainThreadTest/MainThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MainThreadTest *- @TestCaseName: Thread_MainThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0141-rt-thread-ThreadTest35/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0141-rt-thread-ThreadTest35/ThreadTest.java index da85859285fb9bdc92290363c803bcf04c6a6997..fcf22c4fe3758100adc51f079643bf048edfa905 100644 --- a/test/testsuite/ouroboros/thread_test/RT0141-rt-thread-ThreadTest35/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0141-rt-thread-ThreadTest35/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0142-rt-thread-ThreadTest5/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0142-rt-thread-ThreadTest5/ThreadTest.java index 547c70d3123c7aeaef0eb7f170956965792d36dd..f9c5b65175ffef483a0124d2c887d8b6f482ae30 100644 --- a/test/testsuite/ouroboros/thread_test/RT0142-rt-thread-ThreadTest5/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0142-rt-thread-ThreadTest5/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0143-rt-thread-Daemon/Daemon.java b/test/testsuite/ouroboros/thread_test/RT0143-rt-thread-Daemon/Daemon.java index 74078b69b445c999eec9a127a123511263024190..bbb3a008d7df9bdb9bea500d42ddc2a69091d07a 100644 --- a/test/testsuite/ouroboros/thread_test/RT0143-rt-thread-Daemon/Daemon.java +++ b/test/testsuite/ouroboros/thread_test/RT0143-rt-thread-Daemon/Daemon.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Daemon *- @TestCaseName: Thread_Daemon.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0144-rt-thread-ThreadTest10/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0144-rt-thread-ThreadTest10/ThreadTest.java index 81805ebb15ec8392aa72c30c19dd80a6a06353fd..6e17145823d5d6ed2e883fa582e54254e2bdbcbc 100644 --- a/test/testsuite/ouroboros/thread_test/RT0144-rt-thread-ThreadTest10/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0144-rt-thread-ThreadTest10/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0145-rt-thread-MemoryLeak/MemoryLeak.java b/test/testsuite/ouroboros/thread_test/RT0145-rt-thread-MemoryLeak/MemoryLeak.java index 3c95a5fd1c363062c03949d9537e063a4edd3e0d..3a6347b020cbf205fd1cf2dcc51f10c115c39a32 100644 --- a/test/testsuite/ouroboros/thread_test/RT0145-rt-thread-MemoryLeak/MemoryLeak.java +++ b/test/testsuite/ouroboros/thread_test/RT0145-rt-thread-MemoryLeak/MemoryLeak.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MemoryLeak *- @TestCaseName: Thread_MemoryLeak.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0146-rt-thread-ThreadId/ThreadId.java b/test/testsuite/ouroboros/thread_test/RT0146-rt-thread-ThreadId/ThreadId.java index eb4ebd33ca8a4929270f5b9cfb3337ca24a66b3b..0a7351f78d51eb6ca0ddf7c1201325cadb3e8f07 100644 --- a/test/testsuite/ouroboros/thread_test/RT0146-rt-thread-ThreadId/ThreadId.java +++ b/test/testsuite/ouroboros/thread_test/RT0146-rt-thread-ThreadId/ThreadId.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadId *- @TestCaseName: Thread_ThreadId.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0147-rt-thread-ThreadTest1/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0147-rt-thread-ThreadTest1/ThreadTest.java index 782fb2564ba552c2052f48e6d13ceb2fde2dd6f2..69f0e9e04bd8e753db375be51e4037e7a70bd5f6 100644 --- a/test/testsuite/ouroboros/thread_test/RT0147-rt-thread-ThreadTest1/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0147-rt-thread-ThreadTest1/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0148-rt-thread-ThreadTest37/ThreadTest.java b/test/testsuite/ouroboros/thread_test/RT0148-rt-thread-ThreadTest37/ThreadTest.java index 21ce843310875e428368f2c320c2d7308f705093..4826c5e560d00f384a143a030d2afd12aa9948fe 100644 --- a/test/testsuite/ouroboros/thread_test/RT0148-rt-thread-ThreadTest37/ThreadTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0148-rt-thread-ThreadTest37/ThreadTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadTest *- @TestCaseName: Thread_ThreadTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0149-rt-thread-ThreadConstructors13/ThreadConstructors13.java b/test/testsuite/ouroboros/thread_test/RT0149-rt-thread-ThreadConstructors13/ThreadConstructors13.java index e1b9456729f8034280e793333dbfb08db9c1563d..0f494fdd07267bb6c5c52500ff3d21696894281b 100644 --- a/test/testsuite/ouroboros/thread_test/RT0149-rt-thread-ThreadConstructors13/ThreadConstructors13.java +++ b/test/testsuite/ouroboros/thread_test/RT0149-rt-thread-ThreadConstructors13/ThreadConstructors13.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors13 *- @TestCaseName: Thread_ThreadConstructors13.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0150-rt-thread-ThreadConstructors14/ThreadConstructors14.java b/test/testsuite/ouroboros/thread_test/RT0150-rt-thread-ThreadConstructors14/ThreadConstructors14.java index 7c996bfaafb86586262208b6cf0b3f84ef8a70cc..38f78bca546092ed03db25e7a379393c79ec25b1 100644 --- a/test/testsuite/ouroboros/thread_test/RT0150-rt-thread-ThreadConstructors14/ThreadConstructors14.java +++ b/test/testsuite/ouroboros/thread_test/RT0150-rt-thread-ThreadConstructors14/ThreadConstructors14.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors14 *- @TestCaseName: Thread_ThreadConstructors14.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0151-rt-thread-ThreadConstructors15/ThreadConstructors15.java b/test/testsuite/ouroboros/thread_test/RT0151-rt-thread-ThreadConstructors15/ThreadConstructors15.java index faad3a791623f1eed9e97f30d218037ce1327237..639c10814469eece083a7c11a5c925c47002c525 100644 --- a/test/testsuite/ouroboros/thread_test/RT0151-rt-thread-ThreadConstructors15/ThreadConstructors15.java +++ b/test/testsuite/ouroboros/thread_test/RT0151-rt-thread-ThreadConstructors15/ThreadConstructors15.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors15 *- @TestCaseName: Thread_ThreadConstructors15.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0152-rt-thread-ThreadConstructors16/ThreadConstructors16.java b/test/testsuite/ouroboros/thread_test/RT0152-rt-thread-ThreadConstructors16/ThreadConstructors16.java index cb6d758ec9dd0a5d27ee55d90cda3e63853aebbb..77aa9d6aaecf5746449b7e51ff04091f0f629286 100644 --- a/test/testsuite/ouroboros/thread_test/RT0152-rt-thread-ThreadConstructors16/ThreadConstructors16.java +++ b/test/testsuite/ouroboros/thread_test/RT0152-rt-thread-ThreadConstructors16/ThreadConstructors16.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors16 *- @TestCaseName: Thread_ThreadConstructors16.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0153-rt-thread-ThreadConstructors17/ThreadConstructors17.java b/test/testsuite/ouroboros/thread_test/RT0153-rt-thread-ThreadConstructors17/ThreadConstructors17.java index 553381723e1afce94673a2dcd7d4eda399f0bf08..2f16ef09ca2ab9aaccc7ac8943be830fe58da904 100644 --- a/test/testsuite/ouroboros/thread_test/RT0153-rt-thread-ThreadConstructors17/ThreadConstructors17.java +++ b/test/testsuite/ouroboros/thread_test/RT0153-rt-thread-ThreadConstructors17/ThreadConstructors17.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors17 *- @TestCaseName: Thread_ThreadConstructors17.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0154-rt-thread-ThreadEHcountStackFrames/ThreadCountStackFramesTest.java b/test/testsuite/ouroboros/thread_test/RT0154-rt-thread-ThreadEHcountStackFrames/ThreadCountStackFramesTest.java index 1cef1f702e8063e50867fb46d1a836c9be6a47af..4f8bb5a463b0509561f7bafe3a1ed1ca5bd8205e 100644 --- a/test/testsuite/ouroboros/thread_test/RT0154-rt-thread-ThreadEHcountStackFrames/ThreadCountStackFramesTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0154-rt-thread-ThreadEHcountStackFrames/ThreadCountStackFramesTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadCountStackFramesTest *- @TestCaseName: Thread_ThreadCountStackFramesTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0155-rt-thread-ThreadEHdestroy/ThreadDestroyUnsupportedOperationExceptionTest.java b/test/testsuite/ouroboros/thread_test/RT0155-rt-thread-ThreadEHdestroy/ThreadDestroyUnsupportedOperationExceptionTest.java index c29827dd89106006dbbc6eab250ffbcdfcbb468c..56bad545c6bb1c2b75c4d3cfaef3cbc3964857a3 100644 --- a/test/testsuite/ouroboros/thread_test/RT0155-rt-thread-ThreadEHdestroy/ThreadDestroyUnsupportedOperationExceptionTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0155-rt-thread-ThreadEHdestroy/ThreadDestroyUnsupportedOperationExceptionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDestroyUnsupportedOperationExceptionTest *- @TestCaseName: Thread_ThreadDestroyUnsupportedOperationExceptionTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0156-rt-thread-Threadenumerate2/Threadenumerate2.java b/test/testsuite/ouroboros/thread_test/RT0156-rt-thread-Threadenumerate2/Threadenumerate2.java index 5a4c76970ee5a775b60ce1429ca6da34564f697e..041ad89f3dd448cd350ea9952f3f1dbbf9ce9aec 100644 --- a/test/testsuite/ouroboros/thread_test/RT0156-rt-thread-Threadenumerate2/Threadenumerate2.java +++ b/test/testsuite/ouroboros/thread_test/RT0156-rt-thread-Threadenumerate2/Threadenumerate2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: Threadenumerate2 *- @TestCaseName: Thread_Threadenumerate2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0158-rt-thread-ThreadgetStackTrace/ThreadgetStackTrace.java b/test/testsuite/ouroboros/thread_test/RT0158-rt-thread-ThreadgetStackTrace/ThreadgetStackTrace.java index f44fdb29346cf371cb550e8f798f376b1f4718c4..52f4c6caefd86d4f8299ad418b04c57dae1da546 100644 --- a/test/testsuite/ouroboros/thread_test/RT0158-rt-thread-ThreadgetStackTrace/ThreadgetStackTrace.java +++ b/test/testsuite/ouroboros/thread_test/RT0158-rt-thread-ThreadgetStackTrace/ThreadgetStackTrace.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetStackTraceTest *- @TestCaseName: Thread_ThreadgetStackTrace.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0159-rt-thread-ThreadGroupallowThreadSuspension/ThreadGroupAllowThreadSuspensionTest.java b/test/testsuite/ouroboros/thread_test/RT0159-rt-thread-ThreadGroupallowThreadSuspension/ThreadGroupAllowThreadSuspensionTest.java index 3ad9d22cc8afbf4593937ff6e0bfe761dc890a32..943d0d763849f402b8565067a1601c10b1cb55fe 100644 --- a/test/testsuite/ouroboros/thread_test/RT0159-rt-thread-ThreadGroupallowThreadSuspension/ThreadGroupAllowThreadSuspensionTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0159-rt-thread-ThreadGroupallowThreadSuspension/ThreadGroupAllowThreadSuspensionTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupAllowThreadSuspensionTest *- @TestCaseName: Thread_ThreadGroupAllowThreadSuspensionTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0160-rt-thread-ThreadGroupEHdestroy/ThreadGroupEHdestroy.java b/test/testsuite/ouroboros/thread_test/RT0160-rt-thread-ThreadGroupEHdestroy/ThreadGroupEHdestroy.java index 1297326d3116c36acb74ee884a8e1f42ed17dd89..1e4620e0eacd4603d0c672ef093b37d8d51654a9 100644 --- a/test/testsuite/ouroboros/thread_test/RT0160-rt-thread-ThreadGroupEHdestroy/ThreadGroupEHdestroy.java +++ b/test/testsuite/ouroboros/thread_test/RT0160-rt-thread-ThreadGroupEHdestroy/ThreadGroupEHdestroy.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGroupEHdestroy *- @TestCaseName: Thread_ThreadGroupEHdestroy.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0161-rt-thread-ThreadholdsLock4/ThreadholdsLock4.java b/test/testsuite/ouroboros/thread_test/RT0161-rt-thread-ThreadholdsLock4/ThreadholdsLock4.java index 7e625844a4758a0be2d36b76aa96d5e8896f37de..fba27449cb0b80cb47402a5ed81851e23668b375 100644 --- a/test/testsuite/ouroboros/thread_test/RT0161-rt-thread-ThreadholdsLock4/ThreadholdsLock4.java +++ b/test/testsuite/ouroboros/thread_test/RT0161-rt-thread-ThreadholdsLock4/ThreadholdsLock4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadholdsLock4 *- @TestCaseName: Thread_ThreadholdsLock4.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0162-rt-thread-ThreadLocalEHwithInitial/ThreadLocalEHwithInitial.java b/test/testsuite/ouroboros/thread_test/RT0162-rt-thread-ThreadLocalEHwithInitial/ThreadLocalEHwithInitial.java index da739664935f847ab385274baf7fc99bf0b3dd74..3cc50bbfe6bd936d30f9951ff8ba5d1cc628bbd8 100644 --- a/test/testsuite/ouroboros/thread_test/RT0162-rt-thread-ThreadLocalEHwithInitial/ThreadLocalEHwithInitial.java +++ b/test/testsuite/ouroboros/thread_test/RT0162-rt-thread-ThreadLocalEHwithInitial/ThreadLocalEHwithInitial.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadLocalEHwithInitial *- @TestCaseName: Thread_ThreadLocalEHwithInitial.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0163-rt-thread-ThreadsetContextClassLoader1/ThreadsetContextClassLoader1.java b/test/testsuite/ouroboros/thread_test/RT0163-rt-thread-ThreadsetContextClassLoader1/ThreadsetContextClassLoader1.java index 24dc85f4bedd35f82ba6bcb7f453f5a84e24e2b6..ede5777517587b8836afb8f520c29a978bcb25ed 100644 --- a/test/testsuite/ouroboros/thread_test/RT0163-rt-thread-ThreadsetContextClassLoader1/ThreadsetContextClassLoader1.java +++ b/test/testsuite/ouroboros/thread_test/RT0163-rt-thread-ThreadsetContextClassLoader1/ThreadsetContextClassLoader1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadsetContextClassLoader1 *- @TestCaseName: Thread_ThreadsetContextClassLoader1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0164-rt-thread-ThreadsetDefaultUncaughtExceptionHandler2/ThreadSetDefaultUncaughtExceptionHandlerTest.java b/test/testsuite/ouroboros/thread_test/RT0164-rt-thread-ThreadsetDefaultUncaughtExceptionHandler2/ThreadSetDefaultUncaughtExceptionHandlerTest.java index b595f1924fb5deff57747f8cc02f8d639450da66..9d05c516a2057aa6b96276bc87f3f1491d5e3f56 100644 --- a/test/testsuite/ouroboros/thread_test/RT0164-rt-thread-ThreadsetDefaultUncaughtExceptionHandler2/ThreadSetDefaultUncaughtExceptionHandlerTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0164-rt-thread-ThreadsetDefaultUncaughtExceptionHandler2/ThreadSetDefaultUncaughtExceptionHandlerTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetDefaultUncaughtExceptionHandlerTest *- @TestCaseName: Thread_ThreadSetDefaultUncaughtExceptionHandlerTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0165-rt-thread-ThreadsetUncaughtExceptionHandler2/ThreadSetUncaughtExceptionHandlerTest.java b/test/testsuite/ouroboros/thread_test/RT0165-rt-thread-ThreadsetUncaughtExceptionHandler2/ThreadSetUncaughtExceptionHandlerTest.java index b93b75b795f88334be0029685f049273b50fcc28..62422e32402ddf73a9877172b9159f8fd0fbfcbf 100644 --- a/test/testsuite/ouroboros/thread_test/RT0165-rt-thread-ThreadsetUncaughtExceptionHandler2/ThreadSetUncaughtExceptionHandlerTest.java +++ b/test/testsuite/ouroboros/thread_test/RT0165-rt-thread-ThreadsetUncaughtExceptionHandler2/ThreadSetUncaughtExceptionHandlerTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetUncaughtExceptionHandlerTest *- @TestCaseName: Thread_ThreadSetUncaughtExceptionHandlerTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0166-rt-thread-ThreadStatejoin16/ThreadStatejoin16.java b/test/testsuite/ouroboros/thread_test/RT0166-rt-thread-ThreadStatejoin16/ThreadStatejoin16.java index d180e5491730e3fe5ac5f893c054afbb4bb7ed00..c990f6a05a70b41dce5942e5372ebb533e5131a5 100644 --- a/test/testsuite/ouroboros/thread_test/RT0166-rt-thread-ThreadStatejoin16/ThreadStatejoin16.java +++ b/test/testsuite/ouroboros/thread_test/RT0166-rt-thread-ThreadStatejoin16/ThreadStatejoin16.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStatejoin16 *- @TestCaseName: Thread_ThreadStatejoin16.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0167-rt-thread-ThreadStatejoin17/ThreadStatejoin17.java b/test/testsuite/ouroboros/thread_test/RT0167-rt-thread-ThreadStatejoin17/ThreadStatejoin17.java index ae92c82bf8f45a50a35467203bd39c6fe0021f00..dd03bf9168af57f5e4601898624683fae8babeb9 100644 --- a/test/testsuite/ouroboros/thread_test/RT0167-rt-thread-ThreadStatejoin17/ThreadStatejoin17.java +++ b/test/testsuite/ouroboros/thread_test/RT0167-rt-thread-ThreadStatejoin17/ThreadStatejoin17.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStatejoin17 *- @TestCaseName: Thread_ThreadStatejoin17.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0168-rt-thread-ThreadStatesleep7/ThreadStatesleep7.java b/test/testsuite/ouroboros/thread_test/RT0168-rt-thread-ThreadStatesleep7/ThreadStatesleep7.java index d40e0b8f91c5e507e68bd113b309900687f2e4ad..2c7b9addca5cb37ec2acd751fe1c949b5a2d3f29 100644 --- a/test/testsuite/ouroboros/thread_test/RT0168-rt-thread-ThreadStatesleep7/ThreadStatesleep7.java +++ b/test/testsuite/ouroboros/thread_test/RT0168-rt-thread-ThreadStatesleep7/ThreadStatesleep7.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStatesleep7 *- @TestCaseName: Thread_ThreadStatesleep7.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0169-rt-thread-ThreadStatewait9/ThreadStatewait9.java b/test/testsuite/ouroboros/thread_test/RT0169-rt-thread-ThreadStatewait9/ThreadStatewait9.java index a23a23a1750f525dd0b71ab587d90cf83654c58c..511e53137d7a78a8c53683facd415e8413eebf04 100644 --- a/test/testsuite/ouroboros/thread_test/RT0169-rt-thread-ThreadStatewait9/ThreadStatewait9.java +++ b/test/testsuite/ouroboros/thread_test/RT0169-rt-thread-ThreadStatewait9/ThreadStatewait9.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStatewait9 *- @TestCaseName: Thread_ThreadStatewait9.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0170-rt-thread-ThreadStatewait10/ThreadStatewait10.java b/test/testsuite/ouroboros/thread_test/RT0170-rt-thread-ThreadStatewait10/ThreadStatewait10.java index 164d36b4aff12bed24b08d19f06f8e4eb148dc4b..dbdf584b22af0e3c05f97f2ccf89b766691f31ba 100644 --- a/test/testsuite/ouroboros/thread_test/RT0170-rt-thread-ThreadStatewait10/ThreadStatewait10.java +++ b/test/testsuite/ouroboros/thread_test/RT0170-rt-thread-ThreadStatewait10/ThreadStatewait10.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStatewait10 *- @TestCaseName: Thread_ThreadStatewait10.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0171-rt-thread-ThreadStatewait11/ThreadStatewait11.java b/test/testsuite/ouroboros/thread_test/RT0171-rt-thread-ThreadStatewait11/ThreadStatewait11.java index cbf2921e3c19cc75dc6cfdb82435ab8983ea7e84..e5f3da2e795c9331b8f37a0cab809b214dafa211 100644 --- a/test/testsuite/ouroboros/thread_test/RT0171-rt-thread-ThreadStatewait11/ThreadStatewait11.java +++ b/test/testsuite/ouroboros/thread_test/RT0171-rt-thread-ThreadStatewait11/ThreadStatewait11.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStatewait11 *- @TestCaseName: Thread_ThreadStatewait11.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0172-rt-thread-ThreadStatewait12/ThreadStatewait12.java b/test/testsuite/ouroboros/thread_test/RT0172-rt-thread-ThreadStatewait12/ThreadStatewait12.java index 6ebbb4ce8741e0e763089397454c6402de02c8b6..1797d892f99879b32bf556b9acdf386627f71702 100644 --- a/test/testsuite/ouroboros/thread_test/RT0172-rt-thread-ThreadStatewait12/ThreadStatewait12.java +++ b/test/testsuite/ouroboros/thread_test/RT0172-rt-thread-ThreadStatewait12/ThreadStatewait12.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStatewait12 *- @TestCaseName: Thread_ThreadStatewait12.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0173-rt-thread-ThreadConstructors11/ThreadConstructors11.java b/test/testsuite/ouroboros/thread_test/RT0173-rt-thread-ThreadConstructors11/ThreadConstructors11.java index f08ab37d2291a79feeb78fac69049e200140d261..ef56a57aeb59288a095b6813099dd0c6cccb68f1 100644 --- a/test/testsuite/ouroboros/thread_test/RT0173-rt-thread-ThreadConstructors11/ThreadConstructors11.java +++ b/test/testsuite/ouroboros/thread_test/RT0173-rt-thread-ThreadConstructors11/ThreadConstructors11.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors11 *- @TestCaseName: Thread_ThreadConstructors11.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0174-rt-thread-ThreadConstructors12/ThreadConstructors12.java b/test/testsuite/ouroboros/thread_test/RT0174-rt-thread-ThreadConstructors12/ThreadConstructors12.java index 46b88017378ea4f55de96d33d0fbf877f8231bdb..fcda3de1a4fc736028b6c62dc238d783c2b9c1c6 100644 --- a/test/testsuite/ouroboros/thread_test/RT0174-rt-thread-ThreadConstructors12/ThreadConstructors12.java +++ b/test/testsuite/ouroboros/thread_test/RT0174-rt-thread-ThreadConstructors12/ThreadConstructors12.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadConstructors12 *- @TestCaseName: Thread_ThreadConstructors12.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0175-rt-thread-MonitorTestCase1/MonitorTestCase1.java b/test/testsuite/ouroboros/thread_test/RT0175-rt-thread-MonitorTestCase1/MonitorTestCase1.java index 01b48ab9efb866bac8e5be609c9bcc1431e44cfa..c465b75546410370846c8633dac3eae121023487 100644 --- a/test/testsuite/ouroboros/thread_test/RT0175-rt-thread-MonitorTestCase1/MonitorTestCase1.java +++ b/test/testsuite/ouroboros/thread_test/RT0175-rt-thread-MonitorTestCase1/MonitorTestCase1.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MonitorTestCase1.java *- @TestCaseName: Thread_MonitorTestCase1.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0176-rt-thread-MonitorTestCase2/MonitorTestCase2.java b/test/testsuite/ouroboros/thread_test/RT0176-rt-thread-MonitorTestCase2/MonitorTestCase2.java index 3bf1573755d58e884a1808872b263404470ab533..4fac32dc0b05106d6406d4f434db7e22c0f3f308 100644 --- a/test/testsuite/ouroboros/thread_test/RT0176-rt-thread-MonitorTestCase2/MonitorTestCase2.java +++ b/test/testsuite/ouroboros/thread_test/RT0176-rt-thread-MonitorTestCase2/MonitorTestCase2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MonitorTestCase2.java *- @TestCaseName: Thread_MonitorTestCase2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0177-rt-thread-MonitorTestCase4/MonitorTestCase4.java b/test/testsuite/ouroboros/thread_test/RT0177-rt-thread-MonitorTestCase4/MonitorTestCase4.java index 4c02f0ea103b26c15320cf1b94f560873e21e44b..521a7adff4648579c7dc9021a439e214dc1cb1df 100644 --- a/test/testsuite/ouroboros/thread_test/RT0177-rt-thread-MonitorTestCase4/MonitorTestCase4.java +++ b/test/testsuite/ouroboros/thread_test/RT0177-rt-thread-MonitorTestCase4/MonitorTestCase4.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MonitorTestCase4.java *- @TestCaseName: Thread_MonitorTestCase4.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0178-rt-thread-MonitorTestCase5/MonitorTestCase5.java b/test/testsuite/ouroboros/thread_test/RT0178-rt-thread-MonitorTestCase5/MonitorTestCase5.java index cf127856aafca62643b8f518f4e44f8cc9a0b6ce..a3a3fa3a35329fed2e7e3b818242b971ab627e8d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0178-rt-thread-MonitorTestCase5/MonitorTestCase5.java +++ b/test/testsuite/ouroboros/thread_test/RT0178-rt-thread-MonitorTestCase5/MonitorTestCase5.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MonitorTestCase5.java *- @TestCaseName: Thread_MonitorTestCase5.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0179-rt-thread-MonitorTestCase6/MonitorTestCase6.java b/test/testsuite/ouroboros/thread_test/RT0179-rt-thread-MonitorTestCase6/MonitorTestCase6.java index b2412661e2a305a2f88e89c4aa9c9003a0e7dd1a..e3c9ccfd69a699263491f5cb6116db899a8f1f80 100644 --- a/test/testsuite/ouroboros/thread_test/RT0179-rt-thread-MonitorTestCase6/MonitorTestCase6.java +++ b/test/testsuite/ouroboros/thread_test/RT0179-rt-thread-MonitorTestCase6/MonitorTestCase6.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MonitorTestCase6.java *- @TestCaseName: Thread_MonitorTestCase6.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0180-rt-thread-MonitorTestCase8/MonitorTestCase8.java b/test/testsuite/ouroboros/thread_test/RT0180-rt-thread-MonitorTestCase8/MonitorTestCase8.java index 7d6d894867ee21674715ab41f8a7063b273c3fbb..f67046abd064aa19867f54927284cd9a0f4d0cd2 100644 --- a/test/testsuite/ouroboros/thread_test/RT0180-rt-thread-MonitorTestCase8/MonitorTestCase8.java +++ b/test/testsuite/ouroboros/thread_test/RT0180-rt-thread-MonitorTestCase8/MonitorTestCase8.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: MonitorTestCase8.java *- @TestCaseName: Thread_MonitorTestCase8.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0181-rt-thread-ThreadCountStackFrames/ThreadCountStackFrames.java b/test/testsuite/ouroboros/thread_test/RT0181-rt-thread-ThreadCountStackFrames/ThreadCountStackFrames.java index a137d85662d122e8992d68da7d04ecdd04139d4d..f56a82fb95e6e3b9f99fc02d2377c7bf8fda34f4 100644 --- a/test/testsuite/ouroboros/thread_test/RT0181-rt-thread-ThreadCountStackFrames/ThreadCountStackFrames.java +++ b/test/testsuite/ouroboros/thread_test/RT0181-rt-thread-ThreadCountStackFrames/ThreadCountStackFrames.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadCountStackFrames *- @TestCaseName: Thread_ThreadCountStackFrames.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0182-rt-thread-ThreadDMdestory2/ThreadDMdestory2.java b/test/testsuite/ouroboros/thread_test/RT0182-rt-thread-ThreadDMdestory2/ThreadDMdestory2.java index 634e132863d230b50346f8e11f75737802a48cf4..6ceb0becb21ef9fb30218c16d87ddb7422ae7162 100644 --- a/test/testsuite/ouroboros/thread_test/RT0182-rt-thread-ThreadDMdestory2/ThreadDMdestory2.java +++ b/test/testsuite/ouroboros/thread_test/RT0182-rt-thread-ThreadDMdestory2/ThreadDMdestory2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadDMDestroy2 *- @TestCaseName: Thread_ThreadDMdestory2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0183-rt-thread-ThreadGetContextClassLoader/ThreadGetContextClassLoader.java b/test/testsuite/ouroboros/thread_test/RT0183-rt-thread-ThreadGetContextClassLoader/ThreadGetContextClassLoader.java index 02259e77170bd697ef1ec01e167c2eb8864ae13c..8fda31abb186121c002a342fa3d6faab2b91b06d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0183-rt-thread-ThreadGetContextClassLoader/ThreadGetContextClassLoader.java +++ b/test/testsuite/ouroboros/thread_test/RT0183-rt-thread-ThreadGetContextClassLoader/ThreadGetContextClassLoader.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadGetContextClassLoader.java *- @TestCaseName: Thread_ThreadGetContextClassLoader.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0184-rt-Thread-GenerifyStackTraces2/GenerifyStackTraces.java b/test/testsuite/ouroboros/thread_test/RT0184-rt-Thread-GenerifyStackTraces2/GenerifyStackTraces.java index bd48dc54d445a629ef6485b2edec8e090e6f7bf2..01b0a31bd16724f747cd35ba03f76282e74224e2 100644 --- a/test/testsuite/ouroboros/thread_test/RT0184-rt-Thread-GenerifyStackTraces2/GenerifyStackTraces.java +++ b/test/testsuite/ouroboros/thread_test/RT0184-rt-Thread-GenerifyStackTraces2/GenerifyStackTraces.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: getStackTrace_RecursiveCall *- @TestCaseName: GenerifyStackTraces.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/RT0185-rt-Thread-GenerifyAllStackTraces/GenerifyAllStackTraces.java b/test/testsuite/ouroboros/thread_test/RT0185-rt-Thread-GenerifyAllStackTraces/GenerifyAllStackTraces.java index 76ada2fb720f3cbb979a20455af8ef0e22daa159..f6a28746e0e338e98edc68a23cabf01e80188be5 100644 --- a/test/testsuite/ouroboros/thread_test/RT0185-rt-Thread-GenerifyAllStackTraces/GenerifyAllStackTraces.java +++ b/test/testsuite/ouroboros/thread_test/RT0185-rt-Thread-GenerifyAllStackTraces/GenerifyAllStackTraces.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: GenerifyAllStackTraces *- @TestCaseName: GenerifyAllStackTraces.java *- @RequirementName: Unwind diff --git a/test/testsuite/ouroboros/thread_test/RT0186-rt-Thread-getAllStackTraces-RecursiveCall/RecursiveCall.java b/test/testsuite/ouroboros/thread_test/RT0186-rt-Thread-getAllStackTraces-RecursiveCall/RecursiveCall.java index 7c1f5637d32db86b3a84dbc8ee10cef9602ee07e..1937d41329fd1f38ef5b4f45e56bffe2884b8e9f 100644 --- a/test/testsuite/ouroboros/thread_test/RT0186-rt-Thread-getAllStackTraces-RecursiveCall/RecursiveCall.java +++ b/test/testsuite/ouroboros/thread_test/RT0186-rt-Thread-getAllStackTraces-RecursiveCall/RecursiveCall.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: getAllStackTrace_RecursiveCall *- @TestCaseName: RecursiveCall.java *- @RequirementName: Unwind diff --git a/test/testsuite/ouroboros/thread_test/RT0188-rt-Thread-getAllStackTraces-NullStackTrace/NullStackTrace.java b/test/testsuite/ouroboros/thread_test/RT0188-rt-Thread-getAllStackTraces-NullStackTrace/NullStackTrace.java index 5a85fd24f8e6e8b8973e7eaeea4a72783f3cd6cb..2fdf52e18d78e910fe4806751e28fe872510038d 100644 --- a/test/testsuite/ouroboros/thread_test/RT0188-rt-Thread-getAllStackTraces-NullStackTrace/NullStackTrace.java +++ b/test/testsuite/ouroboros/thread_test/RT0188-rt-Thread-getAllStackTraces-NullStackTrace/NullStackTrace.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: getAllStackTrace_NullStackTrace *- @TestCaseName: NullStackTrace.java *- @RequirementName: getAllStackTrace diff --git a/test/testsuite/ouroboros/thread_test/issue-0000-rt-Thread-ThreadOutofmemory/ThreadOutOfMemoryTest.java b/test/testsuite/ouroboros/thread_test/issue-0000-rt-Thread-ThreadOutofmemory/ThreadOutOfMemoryTest.java index 37852a2d3747f9888ea14dc148db0618ca426671..2805d97551ec53494d389ad8193dcb24de835a53 100644 --- a/test/testsuite/ouroboros/thread_test/issue-0000-rt-Thread-ThreadOutofmemory/ThreadOutOfMemoryTest.java +++ b/test/testsuite/ouroboros/thread_test/issue-0000-rt-Thread-ThreadOutofmemory/ThreadOutOfMemoryTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadOutOfMemoryTest *- @TestCaseName: Thread_ThreadOutOfMemoryTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/issue-RT0392-rt-Thread-Threadperformance1/ThreadPerformance1Test.java b/test/testsuite/ouroboros/thread_test/issue-RT0392-rt-Thread-Threadperformance1/ThreadPerformance1Test.java index 93b7c45c97900483edd11c0560eef45788daca22..8c914b9e2af864ab27f3af3b8084309af86cf29e 100644 --- a/test/testsuite/ouroboros/thread_test/issue-RT0392-rt-Thread-Threadperformance1/ThreadPerformance1Test.java +++ b/test/testsuite/ouroboros/thread_test/issue-RT0392-rt-Thread-Threadperformance1/ThreadPerformance1Test.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadPerformance1Test *- @TestCaseName: Thread_ThreadPerformance1Test.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/issue-RT0427-rt-Thread-ThreadStatenew/ThreadStateNewTest.java b/test/testsuite/ouroboros/thread_test/issue-RT0427-rt-Thread-ThreadStatenew/ThreadStateNewTest.java index ac57027f479f67ed8fadabf68372679c32a573ee..7a5c2809163b73e9effd08d2d3e9f7a1bea208b3 100644 --- a/test/testsuite/ouroboros/thread_test/issue-RT0427-rt-Thread-ThreadStatenew/ThreadStateNewTest.java +++ b/test/testsuite/ouroboros/thread_test/issue-RT0427-rt-Thread-ThreadStatenew/ThreadStateNewTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadStateNewTest *- @TestCaseName: Thread_ThreadStateNewTest.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/issue-RT0475-rt-Thread-GenerifyStackTraces/GenerifyStackTraces.java b/test/testsuite/ouroboros/thread_test/issue-RT0475-rt-Thread-GenerifyStackTraces/GenerifyStackTraces.java index 91836c9d37df8e592a3a1303e52841a5c88d44cf..9b90a44125235fd92fa48ebd369bf2defb1c03d6 100644 --- a/test/testsuite/ouroboros/thread_test/issue-RT0475-rt-Thread-GenerifyStackTraces/GenerifyStackTraces.java +++ b/test/testsuite/ouroboros/thread_test/issue-RT0475-rt-Thread-GenerifyStackTraces/GenerifyStackTraces.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: GenerifyStackTraces *- @TestCaseName: Thread_GenerifyStackTraces.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/issue-RT0508-rt-Thread-JGFSyncBench/JGFSyncBench.java b/test/testsuite/ouroboros/thread_test/issue-RT0508-rt-Thread-JGFSyncBench/JGFSyncBench.java index e046687069f5f89f127f4e05c4799465027dd682..1c361bdb73027619490c3a2318a359ba5d27c7e6 100644 --- a/test/testsuite/ouroboros/thread_test/issue-RT0508-rt-Thread-JGFSyncBench/JGFSyncBench.java +++ b/test/testsuite/ouroboros/thread_test/issue-RT0508-rt-Thread-JGFSyncBench/JGFSyncBench.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: JGFSyncBench *- @TestCaseName: Thread_JGFSyncBench.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/issue-RT0577-rt-Thread-ThreadsetContextClassLoader2/ThreadSetContextClassLoader2.java b/test/testsuite/ouroboros/thread_test/issue-RT0577-rt-Thread-ThreadsetContextClassLoader2/ThreadSetContextClassLoader2.java index 732f3679eee22a9928027c51350557bf18e5e0db..814797544ba083b5b6c2b8c05fc4b8f2869629f9 100644 --- a/test/testsuite/ouroboros/thread_test/issue-RT0577-rt-Thread-ThreadsetContextClassLoader2/ThreadSetContextClassLoader2.java +++ b/test/testsuite/ouroboros/thread_test/issue-RT0577-rt-Thread-ThreadsetContextClassLoader2/ThreadSetContextClassLoader2.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetContextClassLoader2 *- @TestCaseName: Thread_ThreadSetContextClassLoader2.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/thread_test/issue-RT0579-rt-Thread-ThreadsetName3/ThreadSetName3Test.java b/test/testsuite/ouroboros/thread_test/issue-RT0579-rt-Thread-ThreadsetName3/ThreadSetName3Test.java index 9b55facf20a34e171e51b82e54d6398379b31178..dd2041b2051860d19ba62ef99ac6b7328c65c124 100644 --- a/test/testsuite/ouroboros/thread_test/issue-RT0579-rt-Thread-ThreadsetName3/ThreadSetName3Test.java +++ b/test/testsuite/ouroboros/thread_test/issue-RT0579-rt-Thread-ThreadsetName3/ThreadSetName3Test.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: ThreadSetName3Test *- @TestCaseName: Thread_ThreadSetName3Test.java *- @RequirementName: Java Thread diff --git a/test/testsuite/ouroboros/unsafe_test/RT0001-rt-unsafe-UnsafegetIntVolatileTest/UnsafegetIntVolatileTest.java b/test/testsuite/ouroboros/unsafe_test/RT0001-rt-unsafe-UnsafegetIntVolatileTest/UnsafegetIntVolatileTest.java index 8b90c431a871505dab1e4bd92e23dea47d6ebf2b..91277d302cca880a1705c6d920ade40c736dcb77 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0001-rt-unsafe-UnsafegetIntVolatileTest/UnsafegetIntVolatileTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0001-rt-unsafe-UnsafegetIntVolatileTest/UnsafegetIntVolatileTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetIntVolatileTest * -@TestCaseName: Unsafe api: getIntvolatile() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0002-rt-unsafe-UnsafeallocateMemoryTest/UnsafeallocateMemoryTest.java b/test/testsuite/ouroboros/unsafe_test/RT0002-rt-unsafe-UnsafeallocateMemoryTest/UnsafeallocateMemoryTest.java index e08a1f1861ea1cf1bbea5d4ca77b2dd45d761b8f..ece087d0dfa4e07c8d31c847b91b0d4d4ce311e9 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0002-rt-unsafe-UnsafeallocateMemoryTest/UnsafeallocateMemoryTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0002-rt-unsafe-UnsafeallocateMemoryTest/UnsafeallocateMemoryTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeallocateMemoryTest * -@TestCaseName: Unsafe api: allocateMemoary() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0003-rt-unsafe-UnsafearrayBaseOffsetTest/UnsafearrayBaseOffsetTest.java b/test/testsuite/ouroboros/unsafe_test/RT0003-rt-unsafe-UnsafearrayBaseOffsetTest/UnsafearrayBaseOffsetTest.java index 5c7bfb5ef1228738d2f4c9654fba1230a9e2dc71..4cdf4083239bde119429af70e2a7dd73524c0c22 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0003-rt-unsafe-UnsafearrayBaseOffsetTest/UnsafearrayBaseOffsetTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0003-rt-unsafe-UnsafearrayBaseOffsetTest/UnsafearrayBaseOffsetTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafearrayBaseOffsetTest * -@TestCaseName: Unsafe api: arrayBaseOffset() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0004-rt-unsafe-UnsafearrayIndexScaleTest/UnsafearrayIndexScaleTest.java b/test/testsuite/ouroboros/unsafe_test/RT0004-rt-unsafe-UnsafearrayIndexScaleTest/UnsafearrayIndexScaleTest.java index 0e662f2cf477328e5122be0fcffeeddeae8c2676..964d9403571535d3c4b944a879fbd4565d37e1f3 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0004-rt-unsafe-UnsafearrayIndexScaleTest/UnsafearrayIndexScaleTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0004-rt-unsafe-UnsafearrayIndexScaleTest/UnsafearrayIndexScaleTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafearrayBaseOffsetTest * -@TestCaseName: Unsafe api: arrayBaseOffset() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0005-rt-unsafe-UnsafecompareAndSwapIntTest/UnsafecompareAndSwapIntTest.java b/test/testsuite/ouroboros/unsafe_test/RT0005-rt-unsafe-UnsafecompareAndSwapIntTest/UnsafecompareAndSwapIntTest.java index c74d964440c29d386f19eca826abfd624ce92ec8..7f15d372fba0e01923a51190ec7254bcc7a7cc61 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0005-rt-unsafe-UnsafecompareAndSwapIntTest/UnsafecompareAndSwapIntTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0005-rt-unsafe-UnsafecompareAndSwapIntTest/UnsafecompareAndSwapIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafecompareAndSwapIntTest * -@TestCaseName: Unsafe api: compareAndSwapInt() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0006-rt-unsafe-UnsafecompareAndSwapLongTest/UnsafecompareAndSwapLongTest.java b/test/testsuite/ouroboros/unsafe_test/RT0006-rt-unsafe-UnsafecompareAndSwapLongTest/UnsafecompareAndSwapLongTest.java index 4fe3a0a429c73664f8084ffc5d545d95aca3adb6..52ae1086b0b778aaf0736e916345bbeb2f13a1eb 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0006-rt-unsafe-UnsafecompareAndSwapLongTest/UnsafecompareAndSwapLongTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0006-rt-unsafe-UnsafecompareAndSwapLongTest/UnsafecompareAndSwapLongTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafecompareAndSwapLongTest * -@TestCaseName: Unsafe api: compareAndSwapLong() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0007-rt-unsafe-UnsafecompareAndSwapObjectTest/UnsafecompareAndSwapObjectTest.java b/test/testsuite/ouroboros/unsafe_test/RT0007-rt-unsafe-UnsafecompareAndSwapObjectTest/UnsafecompareAndSwapObjectTest.java index 68b27c8b80e263a8ec2d1f81e50f14dd871791be..6b48f7a516c029d75b546e5862a6c68aebd0dcf1 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0007-rt-unsafe-UnsafecompareAndSwapObjectTest/UnsafecompareAndSwapObjectTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0007-rt-unsafe-UnsafecompareAndSwapObjectTest/UnsafecompareAndSwapObjectTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafecompareAndSwapObjectTest * -@TestCaseName: Unsafe api: compareAndSwapObject() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0008-rt-unsafe-UnsafecopyMemoryTest/UnsafecopyMemoryTest.java b/test/testsuite/ouroboros/unsafe_test/RT0008-rt-unsafe-UnsafecopyMemoryTest/UnsafecopyMemoryTest.java index 52deac289360e386d03847133714c58399a21d35..4b83aa73a65360bf85376e46e464ed12f7b110a6 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0008-rt-unsafe-UnsafecopyMemoryTest/UnsafecopyMemoryTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0008-rt-unsafe-UnsafecopyMemoryTest/UnsafecopyMemoryTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafecopyMemoryTest * -@TestCaseName: Unsafe api: copyMemory(long srcAddr, long dstAddr, long bytes) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0009-rt-unsafe-UnsafefreeMemoryTest/UnsafefreeMemoryTest.java b/test/testsuite/ouroboros/unsafe_test/RT0009-rt-unsafe-UnsafefreeMemoryTest/UnsafefreeMemoryTest.java index a4a269b578ae444577694070161d5d886dad4dc2..5af372ccdd28a985b9fd9ead6c9a0728cc413eb9 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0009-rt-unsafe-UnsafefreeMemoryTest/UnsafefreeMemoryTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0009-rt-unsafe-UnsafefreeMemoryTest/UnsafefreeMemoryTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeallocateMemoryTest * -@TestCaseName: Unsafe api: allocateMemoary() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0010-rt-unsafe-UnsafegetAndAddIntTest/UnsafegetAndAddIntTest.java b/test/testsuite/ouroboros/unsafe_test/RT0010-rt-unsafe-UnsafegetAndAddIntTest/UnsafegetAndAddIntTest.java index 0949ddf594a9e2e09d92ce4eed5296c69340a9d1..2ad1d01c575006700ab503dd9d709aa7727d9551 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0010-rt-unsafe-UnsafegetAndAddIntTest/UnsafegetAndAddIntTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0010-rt-unsafe-UnsafegetAndAddIntTest/UnsafegetAndAddIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetAndAddIntTest * -@TestCaseName: Unsafe api: getAndAddInt() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0011-rt-unsafe-UnsafegetAndAddLongTest/UnsafegetAndAddLongTest.java b/test/testsuite/ouroboros/unsafe_test/RT0011-rt-unsafe-UnsafegetAndAddLongTest/UnsafegetAndAddLongTest.java index 5fe3479905686ec586cbe0ff0a0207e33988f162..20415097335c81b9748ef5c04fafec6546b8dd95 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0011-rt-unsafe-UnsafegetAndAddLongTest/UnsafegetAndAddLongTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0011-rt-unsafe-UnsafegetAndAddLongTest/UnsafegetAndAddLongTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetAndAddIntTest * -@TestCaseName: Unsafe api: getAndAddInt() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0012-rt-unsafe-UnsafegetAndSetIntTest/UnsafegetAndSetIntTest.java b/test/testsuite/ouroboros/unsafe_test/RT0012-rt-unsafe-UnsafegetAndSetIntTest/UnsafegetAndSetIntTest.java index a291136da6eb4c60f9aae6ad029f4a5c9ab8bc7a..8265666675fd695cb9ece1335f8ca4e62e91dc17 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0012-rt-unsafe-UnsafegetAndSetIntTest/UnsafegetAndSetIntTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0012-rt-unsafe-UnsafegetAndSetIntTest/UnsafegetAndSetIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetAndSetIntTest * -@TestCaseName: Unsafe api: getAndSetInt() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0013-rt-unsafe-UnsafegetAndSetLongTest/UnsafegetAndSetLongTest.java b/test/testsuite/ouroboros/unsafe_test/RT0013-rt-unsafe-UnsafegetAndSetLongTest/UnsafegetAndSetLongTest.java index f446a28c3d1e3303d15652cd0136b2e9b4019fff..f902b7a5779b6d0f0f00c9d5ca318d4712a485bf 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0013-rt-unsafe-UnsafegetAndSetLongTest/UnsafegetAndSetLongTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0013-rt-unsafe-UnsafegetAndSetLongTest/UnsafegetAndSetLongTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetAndSetLongTest * -@TestCaseName: Unsafe api: getAndSetLong() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0014-rt-unsafe-UnsafegetAndSetObjectTest/UnsafegetAndSetObjectTest.java b/test/testsuite/ouroboros/unsafe_test/RT0014-rt-unsafe-UnsafegetAndSetObjectTest/UnsafegetAndSetObjectTest.java index 17c970a32c6e474bc5fcdb8fe5cfb0d0c464866c..553b87e03b5e0bb844e55953b2464ec8b0416c32 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0014-rt-unsafe-UnsafegetAndSetObjectTest/UnsafegetAndSetObjectTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0014-rt-unsafe-UnsafegetAndSetObjectTest/UnsafegetAndSetObjectTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetAndSetObjectTest * -@TestCaseName: Unsafe api: getAndSetObject() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0015-rt-unsafe-UnsafegetBooleanTest/UnsafegetBooleanTest.java b/test/testsuite/ouroboros/unsafe_test/RT0015-rt-unsafe-UnsafegetBooleanTest/UnsafegetBooleanTest.java index fd6d75cbb6f9544361c7a2ba551dfd8caf5352be..61a1e6afe469769e00a88477febff81c94032cfa 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0015-rt-unsafe-UnsafegetBooleanTest/UnsafegetBooleanTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0015-rt-unsafe-UnsafegetBooleanTest/UnsafegetBooleanTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetBooleanTest * -@TestCaseName: Unsafe api: getBoolean() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0016-rt-unsafe-UnsafegetCharByAddressTest/UnsafegetCharByAddressTest.java b/test/testsuite/ouroboros/unsafe_test/RT0016-rt-unsafe-UnsafegetCharByAddressTest/UnsafegetCharByAddressTest.java index 5d13a4be57569cb838e3537f7c47bbac29842dcc..792aa83ddcacbd245d1827879c86f6d11bb7b146 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0016-rt-unsafe-UnsafegetCharByAddressTest/UnsafegetCharByAddressTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0016-rt-unsafe-UnsafegetCharByAddressTest/UnsafegetCharByAddressTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetCharByAddressTest * -@TestCaseName: Unsafe api: getChar(address) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0017-rt-unsafe-UnsafegetCharTest/UnsafegetCharTest.java b/test/testsuite/ouroboros/unsafe_test/RT0017-rt-unsafe-UnsafegetCharTest/UnsafegetCharTest.java index 254a774fdafd81012281de7ef6dbd7dfa3a29791..3bbce8a7a3192ba3c027b8a85966456d8e0cd5e1 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0017-rt-unsafe-UnsafegetCharTest/UnsafegetCharTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0017-rt-unsafe-UnsafegetCharTest/UnsafegetCharTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetCharTest * -@TestCaseName: Unsafe api: getChar() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0018-rt-unsafe-UnsafegetDoubleByAddressTest/UnsafegetDoubleByAddressTest.java b/test/testsuite/ouroboros/unsafe_test/RT0018-rt-unsafe-UnsafegetDoubleByAddressTest/UnsafegetDoubleByAddressTest.java index c44099e0be6fdeeedf0179358cb2f717ea10615a..111e030e41927f7571d8c8dad28fb158e189e5b8 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0018-rt-unsafe-UnsafegetDoubleByAddressTest/UnsafegetDoubleByAddressTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0018-rt-unsafe-UnsafegetDoubleByAddressTest/UnsafegetDoubleByAddressTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetDoubleByAddressTest * -@TestCaseName: Unsafe api: getDouble(address) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0019-rt-unsafe-UnsafegetDoubleTest/UnsafegetDoubleTest.java b/test/testsuite/ouroboros/unsafe_test/RT0019-rt-unsafe-UnsafegetDoubleTest/UnsafegetDoubleTest.java index 4e55c723ad2d592081cd255d9dd6048ca1edb67d..dd29428ce72b0af6b0da976f0141b07a9e82c17a 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0019-rt-unsafe-UnsafegetDoubleTest/UnsafegetDoubleTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0019-rt-unsafe-UnsafegetDoubleTest/UnsafegetDoubleTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetDoubleTest * -@TestCaseName: Unsafe api: getDouble() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0020-rt-unsafe-UnsafegetFloatByAddressTest/UnsafegetFloatByAddressTest.java b/test/testsuite/ouroboros/unsafe_test/RT0020-rt-unsafe-UnsafegetFloatByAddressTest/UnsafegetFloatByAddressTest.java index f8cf6960e299a1cd7244a432fb7e009c5706314b..04458c9ec88bb12adc58026792d6b226a56b9ff0 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0020-rt-unsafe-UnsafegetFloatByAddressTest/UnsafegetFloatByAddressTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0020-rt-unsafe-UnsafegetFloatByAddressTest/UnsafegetFloatByAddressTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetFloatByAddressTest * -@TestCaseName: Unsafe api: getFloat(Address) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0021-rt-unsafe-UnsafegetFloatTest/UnsafegetFloatTest.java b/test/testsuite/ouroboros/unsafe_test/RT0021-rt-unsafe-UnsafegetFloatTest/UnsafegetFloatTest.java index ef0f171d829710d51906759a02e3ecdb8b691f66..75e17f02030b5f5b24069246cf8fe9993c7aa715 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0021-rt-unsafe-UnsafegetFloatTest/UnsafegetFloatTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0021-rt-unsafe-UnsafegetFloatTest/UnsafegetFloatTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetFloatTest * -@TestCaseName: Unsafe api: getFloat() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0022-rt-unsafe-UnsafegetIntByAddressTest/UnsafegetIntByAddressTest.java b/test/testsuite/ouroboros/unsafe_test/RT0022-rt-unsafe-UnsafegetIntByAddressTest/UnsafegetIntByAddressTest.java index 30b9c3357fe8848e30db329dcbdf247f46525f1f..675d69c45138de2569b9a4dbee02e2e55331858b 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0022-rt-unsafe-UnsafegetIntByAddressTest/UnsafegetIntByAddressTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0022-rt-unsafe-UnsafegetIntByAddressTest/UnsafegetIntByAddressTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetIntByAddressTest * -@TestCaseName: Unsafe api: getInt(address) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0023-rt-unsafe-UnsafegetIntTest/UnsafegetIntTest.java b/test/testsuite/ouroboros/unsafe_test/RT0023-rt-unsafe-UnsafegetIntTest/UnsafegetIntTest.java index 5542d47c6beddf0c37ed4de0405fa11816181f2f..a6882c0ff937ce096c9e082ffd24be2bc2866cd1 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0023-rt-unsafe-UnsafegetIntTest/UnsafegetIntTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0023-rt-unsafe-UnsafegetIntTest/UnsafegetIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetIntTest * -@TestCaseName: Unsafe api: getInt() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0024-rt-unsafe-UnsafegetLongTest/UnsafegetLongTest.java b/test/testsuite/ouroboros/unsafe_test/RT0024-rt-unsafe-UnsafegetLongTest/UnsafegetLongTest.java index 0896f41364d4146f20bf6cf8fe0a988f0e74b256..2f2739505379a37543c4f507c0e204b013174988 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0024-rt-unsafe-UnsafegetLongTest/UnsafegetLongTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0024-rt-unsafe-UnsafegetLongTest/UnsafegetLongTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetLongTest * -@TestCaseName: Unsafe api: getLong() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0025-rt-unsafe-UnsafegetLongVolatileTest/UnsafegetLongVolatileTest.java b/test/testsuite/ouroboros/unsafe_test/RT0025-rt-unsafe-UnsafegetLongVolatileTest/UnsafegetLongVolatileTest.java index d3993e6e6863c1bd8905229aa0daae1a668b092f..55981b04b682184f7a882dbdad3c80af1bc216a8 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0025-rt-unsafe-UnsafegetLongVolatileTest/UnsafegetLongVolatileTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0025-rt-unsafe-UnsafegetLongVolatileTest/UnsafegetLongVolatileTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetLongVolatileTest * -@TestCaseName: Unsafe api: getLongvolatile() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0026-rt-unsafe-UnsafegetObjectTest/UnsafegetObjectTest.java b/test/testsuite/ouroboros/unsafe_test/RT0026-rt-unsafe-UnsafegetObjectTest/UnsafegetObjectTest.java index c674e18950d3d8699458116ceded4247f71e9c5d..39baf9e047ddedcab022e008f721d8f5f0fed255 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0026-rt-unsafe-UnsafegetObjectTest/UnsafegetObjectTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0026-rt-unsafe-UnsafegetObjectTest/UnsafegetObjectTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetObjectTest * -@TestCaseName: Unsafe api: getObject() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0027-rt-unsafe-UnsafegetObjectVolatileTest/UnsafegetObjectVolatileTest.java b/test/testsuite/ouroboros/unsafe_test/RT0027-rt-unsafe-UnsafegetObjectVolatileTest/UnsafegetObjectVolatileTest.java index edf5e2f140f3eeb62330945afbaf188a40bfec5f..45c2ff1e38a952fdf103614b50ee853821604f1d 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0027-rt-unsafe-UnsafegetObjectVolatileTest/UnsafegetObjectVolatileTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0027-rt-unsafe-UnsafegetObjectVolatileTest/UnsafegetObjectVolatileTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetObjectVolatileTest * -@TestCaseName: Unsafe api: getObjectvolatile() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0028-rt-unsafe-UnsafegetShortByAddressTest/UnsafegetShortByAddressTest.java b/test/testsuite/ouroboros/unsafe_test/RT0028-rt-unsafe-UnsafegetShortByAddressTest/UnsafegetShortByAddressTest.java index 9a97dc2f6c21b92bf06abb69e4be22b600af61c1..c80c7f7372c3e6ec616411e6122a432b22f4dd87 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0028-rt-unsafe-UnsafegetShortByAddressTest/UnsafegetShortByAddressTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0028-rt-unsafe-UnsafegetShortByAddressTest/UnsafegetShortByAddressTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetShortByAddressTest * -@TestCaseName: Unsafe api: getShort(address) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0029-rt-unsafe-UnsafegetShortTest/UnsafegetShortTest.java b/test/testsuite/ouroboros/unsafe_test/RT0029-rt-unsafe-UnsafegetShortTest/UnsafegetShortTest.java index f3105e3e7e7149228f5a03a63f8550fcdbed333d..e51275c476beee81990af19d8df72b7ebb05b46e 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0029-rt-unsafe-UnsafegetShortTest/UnsafegetShortTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0029-rt-unsafe-UnsafegetShortTest/UnsafegetShortTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetShortTest * -@TestCaseName: Unsafe api: getShort() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0030-rt-unsafe-UnsafeobjectFieldOffeset/UnsafeobjectFieldOffeset.java b/test/testsuite/ouroboros/unsafe_test/RT0030-rt-unsafe-UnsafeobjectFieldOffeset/UnsafeobjectFieldOffeset.java index 509e6de258c6b8bb5a05d8a7273339762c1df3e1..b06ae37a496dbc7153b84f74bfc06d4d472ce76d 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0030-rt-unsafe-UnsafeobjectFieldOffeset/UnsafeobjectFieldOffeset.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0030-rt-unsafe-UnsafeobjectFieldOffeset/UnsafeobjectFieldOffeset.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeobjectFieldOffeset * -@TestCaseName: Unsafe api: objectFieldOffset() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0032-rt-unsafe-UnsafeputBooleanTest/UnsafeputBooleanTest.java b/test/testsuite/ouroboros/unsafe_test/RT0032-rt-unsafe-UnsafeputBooleanTest/UnsafeputBooleanTest.java index 2c7129430e291507d32b60bfb7497fd4e218675d..6f4b2a1b08deb1864f05e0ececcce26b8e3415ce 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0032-rt-unsafe-UnsafeputBooleanTest/UnsafeputBooleanTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0032-rt-unsafe-UnsafeputBooleanTest/UnsafeputBooleanTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputBooleanTest * -@TestCaseName: Unsafe api: putBoolean() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0033-rt-unsafe-UnsafeputByteByAddressTest/UnsafeputByteByAddressTest.java b/test/testsuite/ouroboros/unsafe_test/RT0033-rt-unsafe-UnsafeputByteByAddressTest/UnsafeputByteByAddressTest.java index de7db991fa23dee06d18d900ba52f8364f3e2bfe..98e9f99a38b7209f35f38b28efc1ea62c7486790 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0033-rt-unsafe-UnsafeputByteByAddressTest/UnsafeputByteByAddressTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0033-rt-unsafe-UnsafeputByteByAddressTest/UnsafeputByteByAddressTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputByteByAddressTest * -@TestCaseName: Unsafe api: putByte(Address) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0034-rt-unsafe-UnsafeputByteTest/UnsafeputByteTest.java b/test/testsuite/ouroboros/unsafe_test/RT0034-rt-unsafe-UnsafeputByteTest/UnsafeputByteTest.java index ae86295cc0fa3733231418a49e257c6a61952721..8c407199ec3d514a5fd67b73a44b7f856391a2c8 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0034-rt-unsafe-UnsafeputByteTest/UnsafeputByteTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0034-rt-unsafe-UnsafeputByteTest/UnsafeputByteTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputByteTest * -@TestCaseName: Unsafe api: putByten() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0035-rt-unsafe-UnsafeputCharTest/UnsafeputCharTest.java b/test/testsuite/ouroboros/unsafe_test/RT0035-rt-unsafe-UnsafeputCharTest/UnsafeputCharTest.java index 41ac0d53c09c96e64fe4eed5fcfc4abd6b5e0c10..a219ba24811ac6a6751cb8db77f254ef3b270c91 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0035-rt-unsafe-UnsafeputCharTest/UnsafeputCharTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0035-rt-unsafe-UnsafeputCharTest/UnsafeputCharTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputCharTest * -@TestCaseName: Unsafe api: putChar() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0036-rt-unsafe-UnsafeputDoubleTest/UnsafeputDoubleTest.java b/test/testsuite/ouroboros/unsafe_test/RT0036-rt-unsafe-UnsafeputDoubleTest/UnsafeputDoubleTest.java index b8993d668bf871aac25106b874626958b9355721..a60dcc1cfddab769032d5a0e0a65e3cf37e41588 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0036-rt-unsafe-UnsafeputDoubleTest/UnsafeputDoubleTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0036-rt-unsafe-UnsafeputDoubleTest/UnsafeputDoubleTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputDoubleTest * -@TestCaseName: Unsafe api: putDouble() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0037-rt-unsafe-UnsafeputFloatTest/UnsafeputFloatTest.java b/test/testsuite/ouroboros/unsafe_test/RT0037-rt-unsafe-UnsafeputFloatTest/UnsafeputFloatTest.java index 5fdd24fab8bccd63eaedbd0971ba28b1840fe89c..2ab5cebd8999336f8474ecdfbd294c2de448c6f9 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0037-rt-unsafe-UnsafeputFloatTest/UnsafeputFloatTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0037-rt-unsafe-UnsafeputFloatTest/UnsafeputFloatTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputFloatTest * -@TestCaseName: Unsafe api: putFloat() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0038-rt-unsafe-UnsafeputIntTest/UnsafeputIntTest.java b/test/testsuite/ouroboros/unsafe_test/RT0038-rt-unsafe-UnsafeputIntTest/UnsafeputIntTest.java index 980ee5bd8e7409d7b465b44e903c57094a969955..2019ccdcd8ab05b25f51f5b0b8389abe01f27a78 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0038-rt-unsafe-UnsafeputIntTest/UnsafeputIntTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0038-rt-unsafe-UnsafeputIntTest/UnsafeputIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputIntTest * -@TestCaseName: Unsafe api: putInt() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0039-rt-unsafe-UnsafeputIntVolatileTest/UnsafeputIntVolatileTest.java b/test/testsuite/ouroboros/unsafe_test/RT0039-rt-unsafe-UnsafeputIntVolatileTest/UnsafeputIntVolatileTest.java index b81899c403211064563e2952fe34263858a4eb2f..5e886a0f66f1280181dc4760b4f3047eb3fd82f8 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0039-rt-unsafe-UnsafeputIntVolatileTest/UnsafeputIntVolatileTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0039-rt-unsafe-UnsafeputIntVolatileTest/UnsafeputIntVolatileTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputIntVolatileTest * -@TestCaseName: Unsafe api: putIntvolatile() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0040-rt-unsafe-UnsafeputLongTest/UnsafeputLongTest.java b/test/testsuite/ouroboros/unsafe_test/RT0040-rt-unsafe-UnsafeputLongTest/UnsafeputLongTest.java index 26174f072cff8ab2de0c6b21af3026d0653d53f6..7d2e418eb3f8914743da8cf1f6a0da02b06f1ed5 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0040-rt-unsafe-UnsafeputLongTest/UnsafeputLongTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0040-rt-unsafe-UnsafeputLongTest/UnsafeputLongTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputLongTest * -@TestCaseName: Unsafe api: putLong() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0041-rt-unsafe-UnsafeputLongVolatileTest/UnsafeputLongVolatileTest.java b/test/testsuite/ouroboros/unsafe_test/RT0041-rt-unsafe-UnsafeputLongVolatileTest/UnsafeputLongVolatileTest.java index a68443790603a979256b4b6dfc999186ecb87ed4..bf073b72b4206e8a326ca08218ff050e4d8dadbc 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0041-rt-unsafe-UnsafeputLongVolatileTest/UnsafeputLongVolatileTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0041-rt-unsafe-UnsafeputLongVolatileTest/UnsafeputLongVolatileTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputLongVolatileTest * -@TestCaseName: Unsafe api: putLongvolatile() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0042-rt-unsafe-UnsafeputObjectTest/UnsafeputObjectTest.java b/test/testsuite/ouroboros/unsafe_test/RT0042-rt-unsafe-UnsafeputObjectTest/UnsafeputObjectTest.java index 22d1805b894b66661098fc42f7399b82aca10797..6f13906b7b248efb16935a251690f695e269c7d7 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0042-rt-unsafe-UnsafeputObjectTest/UnsafeputObjectTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0042-rt-unsafe-UnsafeputObjectTest/UnsafeputObjectTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputObjectTest * -@TestCaseName: Unsafe api: putObject() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0043-rt-unsafe-UnsafeputObjectVolatileTest/UnsafeputObjectVolatileTest.java b/test/testsuite/ouroboros/unsafe_test/RT0043-rt-unsafe-UnsafeputObjectVolatileTest/UnsafeputObjectVolatileTest.java index e2e9b972eb471e416d87c4f5447c129f16510c1c..0c8228e64b8928d80d39a827132dd398cb42ed09 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0043-rt-unsafe-UnsafeputObjectVolatileTest/UnsafeputObjectVolatileTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0043-rt-unsafe-UnsafeputObjectVolatileTest/UnsafeputObjectVolatileTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputObjectVolatileTest * -@TestCaseName: Unsafe api: putLongvolatile() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0044-rt-unsafe-UnsafeputOrderedIntTest/UnsafeputOrderedIntTest.java b/test/testsuite/ouroboros/unsafe_test/RT0044-rt-unsafe-UnsafeputOrderedIntTest/UnsafeputOrderedIntTest.java index 4fcfa078eac76b509fdaad0184d924cfa9c9c6bf..583cfa935ccf2f1a84a7fe2d20915fd22c5a4cca 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0044-rt-unsafe-UnsafeputOrderedIntTest/UnsafeputOrderedIntTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0044-rt-unsafe-UnsafeputOrderedIntTest/UnsafeputOrderedIntTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputOrderedIntTest * -@TestCaseName: Unsafe api: putOrderedInt() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0045-rt-unsafe-UnsafeputOrderedLongTest/UnsafeputOrderedLongTest.java b/test/testsuite/ouroboros/unsafe_test/RT0045-rt-unsafe-UnsafeputOrderedLongTest/UnsafeputOrderedLongTest.java index 8cedac23f310cf487458676c4a2d1562b44234d4..51baa00bf6897995bb58c1b2479ce299ed781e76 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0045-rt-unsafe-UnsafeputOrderedLongTest/UnsafeputOrderedLongTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0045-rt-unsafe-UnsafeputOrderedLongTest/UnsafeputOrderedLongTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputLongTest * -@TestCaseName: Unsafe api: putLong() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0046-rt-unsafe-UnsafeputOrderedObjectTest/UnsafeputOrderedObjectTest.java b/test/testsuite/ouroboros/unsafe_test/RT0046-rt-unsafe-UnsafeputOrderedObjectTest/UnsafeputOrderedObjectTest.java index c1e841626370f1b41a77b973fb2efc4ef765c32d..24b9720829e64966a6566b2b91c48b3d50bb8b3a 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0046-rt-unsafe-UnsafeputOrderedObjectTest/UnsafeputOrderedObjectTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0046-rt-unsafe-UnsafeputOrderedObjectTest/UnsafeputOrderedObjectTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputOrderedObjectTest * -@TestCaseName: Unsafe api: putOrderedObject() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0047-rt-unsafe-UnsafeputShortTest/UnsafeputShortTest.java b/test/testsuite/ouroboros/unsafe_test/RT0047-rt-unsafe-UnsafeputShortTest/UnsafeputShortTest.java index bc5e1e6ef14efd13e2bc9fb80b4acb253a4bd0b8..b41ae22c21fe1331f19535d0fb63409af531ff85 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0047-rt-unsafe-UnsafeputShortTest/UnsafeputShortTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0047-rt-unsafe-UnsafeputShortTest/UnsafeputShortTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeputShortTest * -@TestCaseName: Unsafe api: putShort() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0048-rt-unsafe-UnsafesetMemoryTest/UnsafesetMemoryTest.java b/test/testsuite/ouroboros/unsafe_test/RT0048-rt-unsafe-UnsafesetMemoryTest/UnsafesetMemoryTest.java index cf7a119ce6e029c6e4c3ffaccf5e5af1ce86381e..81ba493147d06abf81fecd4cd53c63979d756b70 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0048-rt-unsafe-UnsafesetMemoryTest/UnsafesetMemoryTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0048-rt-unsafe-UnsafesetMemoryTest/UnsafesetMemoryTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafesetMemoryTest * -@TestCaseName: Unsafe api: setMemory() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0850-rt-unsafe-UnsafegetByteTest/UnsafegetByteTest.java b/test/testsuite/ouroboros/unsafe_test/RT0850-rt-unsafe-UnsafegetByteTest/UnsafegetByteTest.java index 0119e494bf123e8e6363aa886bffa6b31730f710..67aac7ab8df2a24c09550759450260e9e9cb2ed3 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0850-rt-unsafe-UnsafegetByteTest/UnsafegetByteTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0850-rt-unsafe-UnsafegetByteTest/UnsafegetByteTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetByteTest * -@TestCaseName: Test Unsafe api: getByte() * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/RT0909-rt-unsafe-UnsafegetLongByAddressTest/UnsafegetLongByAddressTest.java b/test/testsuite/ouroboros/unsafe_test/RT0909-rt-unsafe-UnsafegetLongByAddressTest/UnsafegetLongByAddressTest.java index 39812be124646ce8f52d3bb6b11b8e42c2e119ba..da27f4202eca37be4be68a860f3434a587f0ba3e 100644 --- a/test/testsuite/ouroboros/unsafe_test/RT0909-rt-unsafe-UnsafegetLongByAddressTest/UnsafegetLongByAddressTest.java +++ b/test/testsuite/ouroboros/unsafe_test/RT0909-rt-unsafe-UnsafegetLongByAddressTest/UnsafegetLongByAddressTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafegetShortByAddressTest * -@TestCaseName: Unsafe api: getLong(long) * -@TestCaseType: Function Test diff --git a/test/testsuite/ouroboros/unsafe_test/issue-RT0935-rt-unsafe-UnsafeunparkTest/UnsafeunparkTest.java b/test/testsuite/ouroboros/unsafe_test/issue-RT0935-rt-unsafe-UnsafeunparkTest/UnsafeunparkTest.java index 4c2863734fee5dfd75c480fdd6b4e1533eb1ec83..934d2445e19345689fb171133a679d2358365800 100644 --- a/test/testsuite/ouroboros/unsafe_test/issue-RT0935-rt-unsafe-UnsafeunparkTest/UnsafeunparkTest.java +++ b/test/testsuite/ouroboros/unsafe_test/issue-RT0935-rt-unsafe-UnsafeunparkTest/UnsafeunparkTest.java @@ -1,16 +1,16 @@ /* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * - * OpenArkCompiler is licensed under the Mulan PSL v1. - * You can use this software according to the terms and conditions of the Mulan PSL v1. - * You may obtain a copy of Mulan PSL v1 at: + * OpenArkCompiler is licensed under Mulan PSL v2. + * You can use this software according to the terms and conditions of the Mulan PSL v2. + * You may obtain a copy of Mulan PSL v2 at: * - * http://license.coscl.org.cn/MulanPSL + * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR * FIT FOR A PARTICULAR PURPOSE. - * See the Mulan PSL v1 for more details. + * See the Mulan PSL v2 for more details. * -@TestCaseID: UnsafeunparkTest * -@TestCaseName: Unsafe api: unpark() * -@TestCaseType: Function Test