equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
32 * |
32 * |
33 * @build compiler.graalunit.common.GraalUnitTestLauncher |
33 * @build compiler.graalunit.common.GraalUnitTestLauncher |
34 * |
34 * |
35 * @run driver jdk.test.lib.FileInstaller ../../ProblemList-graal.txt ExcludeList.txt |
35 * @run driver jdk.test.lib.FileInstaller ../../ProblemList-graal.txt ExcludeList.txt |
36 * |
36 * |
37 * @run main/othervm compiler.graalunit.common.GraalUnitTestLauncher -prefix org.graalvm.compiler.jtt.lang.[n-zN-Z] -exclude ExcludeList.txt |
37 * @run main compiler.graalunit.common.GraalUnitTestLauncher -prefix org.graalvm.compiler.jtt.lang.[n-zN-Z] -exclude ExcludeList.txt |
38 */ |
38 */ |
|
39 |
|
40 /* DO NOT MODIFY THIS FILE. GENERATED BY generateTests.sh */ |