Home
last modified time | relevance | path

Searched refs:BUGNAME (Results 1 – 25 of 32) sorted by relevance

12

/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/tests/nonreg_tests/
H A Dbug_9707.dia.ref19 BUGNAME = "bug_9707";
23 mkdir(BUGNAME);
24 cd(BUGNAME);
25 DEST = TMPDIR + "/" + BUGNAME + "/" + BUGNAME + ".c";
26 copyfile(SCI + "/modules/api_scilab/tests/nonreg_tests/" + BUGNAME + ".c", DEST);
28 gw_functions = [BUGNAME+ "_1","sci_" + BUGNAME + "_1";
29 BUGNAME+ "_2","sci_" + BUGNAME + "_2";
30 BUGNAME+ "_3","sci_" + BUGNAME + "_3";
31 BUGNAME+ "_4","sci_" + BUGNAME + "_4";
32 BUGNAME+ "_OK","sci_" + BUGNAME + "_OK"];
[all …]
H A Dbug_9707.tst20 BUGNAME = "bug_9707";
24 mkdir(BUGNAME);
25 cd(BUGNAME);
26 DEST = TMPDIR + "/" + BUGNAME + "/" + BUGNAME + ".c";
27 copyfile(SCI + "/modules/api_scilab/tests/nonreg_tests/" + BUGNAME + ".c", DEST);
30 gw_functions = [BUGNAME+ "_1","sci_" + BUGNAME + "_1";
31 BUGNAME+ "_2","sci_" + BUGNAME + "_2";
32 BUGNAME+ "_3","sci_" + BUGNAME + "_3";
33 BUGNAME+ "_4","sci_" + BUGNAME + "_4";
34 BUGNAME+ "_OK","sci_" + BUGNAME + "_OK"];
[all …]
H A Dbug_11093.tst19 BUGNAME = "bug_11093";
23 mkdir(BUGNAME);
24 cd(BUGNAME);
25 DEST = TMPDIR + "/" + BUGNAME + "/" + BUGNAME + ".c";
26 copyfile(SCI + "/modules/api_scilab/tests/nonreg_tests/" + BUGNAME + ".c", DEST);
29 gw_functions = [BUGNAME, "sci_" + BUGNAME];
31 ilib_build("lib" + BUGNAME, gw_functions, BUGNAME + ".c", []);
33 execstr("a = " + BUGNAME + "(""cos"")", "errcatch");
35 execstr("b = " + BUGNAME + "(""myFunctionThatNotExist"")", "errcatch");
H A Dbug_11093.dia.ref16 BUGNAME = "bug_11093";
20 mkdir(BUGNAME);
21 cd(BUGNAME);
22 DEST = TMPDIR + "/" + BUGNAME + "/" + BUGNAME + ".c";
23 copyfile(SCI + "/modules/api_scilab/tests/nonreg_tests/" + BUGNAME + ".c", DEST);
26 gw_functions = [BUGNAME, "sci_" + BUGNAME];
27 ilib_build("lib" + BUGNAME, gw_functions, BUGNAME + ".c", []);
29 execstr("a = " + BUGNAME + "(""cos"")", "errcatch");
31 execstr("b = " + BUGNAME + "(""myFunctionThatNotExist"")", "errcatch");
H A Dbug_8688.dia.ref17 BUGNAME = "bug_8688";
21 mkdir(BUGNAME);
22 cd(BUGNAME);
23 DEST = TMPDIR + "/" + BUGNAME + "/" + BUGNAME + ".c";
24 copyfile(SCI + "/modules/api_scilab/tests/nonreg_tests/" + BUGNAME + ".c", DEST);
26 ilib_build("lib" + BUGNAME,[BUGNAME,"sci_" + BUGNAME], BUGNAME + ".c", []);
H A Dbug_8688.tst18 BUGNAME = "bug_8688";
22 mkdir(BUGNAME);
23 cd(BUGNAME);
24 DEST = TMPDIR + "/" + BUGNAME + "/" + BUGNAME + ".c";
25 copyfile(SCI + "/modules/api_scilab/tests/nonreg_tests/" + BUGNAME + ".c", DEST);
27 ilib_build("lib" + BUGNAME,[BUGNAME,"sci_" + BUGNAME], BUGNAME + ".c", []);
H A Dbug_7409.dia.ref20 BUGNAME = "sci_empty_test";
24 mkdir(BUGNAME);
25 cd(BUGNAME);
26 DEST = TMPDIR + "/" + BUGNAME + "/" + BUGNAME + ".cpp";
27 copyfile(SCI + "/modules/api_scilab/tests/nonreg_tests/" + BUGNAME + ".cpp", DEST);
29 ilib_build("lib" + BUGNAME,[BUGNAME, BUGNAME], BUGNAME + ".cpp", []);
H A Dbug_7409.tst21 BUGNAME = "sci_empty_test";
25 mkdir(BUGNAME);
26 cd(BUGNAME);
27 DEST = TMPDIR + "/" + BUGNAME + "/" + BUGNAME + ".cpp";
28 copyfile(SCI + "/modules/api_scilab/tests/nonreg_tests/" + BUGNAME + ".cpp", DEST);
30 ilib_build("lib" + BUGNAME,[BUGNAME, BUGNAME], BUGNAME + ".cpp", []);
H A Dbug_9708.tst23 BUGNAME = "bug_9708";
27 mkdir(BUGNAME);
28 cd(BUGNAME);
29 DEST = TMPDIR + "/" + BUGNAME + "/" + BUGNAME + ".c";
30 copyfile(SCI + "/modules/api_scilab/tests/nonreg_tests/" + BUGNAME + ".c", DEST);
32 ilib_build("lib" + BUGNAME,[BUGNAME,"sci_" + BUGNAME], BUGNAME + ".c", []);
H A Dbug_9708.dia.ref22 BUGNAME = "bug_9708";
25 mkdir(BUGNAME);
26 cd(BUGNAME);
27 DEST = TMPDIR + "/" + BUGNAME + "/" + BUGNAME + ".c";
28 copyfile(SCI + "/modules/api_scilab/tests/nonreg_tests/" + BUGNAME + ".c", DEST);
30 ilib_build("lib" + BUGNAME,[BUGNAME,"sci_" + BUGNAME], BUGNAME + ".c", []);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/DocRootSlash/
H A DDocRootSlash.java46 private static final String BUGNAME = "DocRootSlash"; field in DocRootSlash
124 + " for bug " + BUGID + " (" + BUGNAME + ") " + result + "\n" in runTestsOnHTMLFiles()
139 + " for bug " + BUGID + " (" + BUGNAME + ") " + result + "\n" in runTestsOnHTMLFiles()
151 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n"); in printSummary()
241 + " for bug " + BUGID + " (" + BUGNAME + ") " + result + "\n" in compareActualToExpected()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/DocRootSlash/
H A DDocRootSlash.java46 private static final String BUGNAME = "DocRootSlash"; field in DocRootSlash
124 + " for bug " + BUGID + " (" + BUGNAME + ") " + result + "\n" in runTestsOnHTMLFiles()
139 + " for bug " + BUGID + " (" + BUGNAME + ") " + result + "\n" in runTestsOnHTMLFiles()
151 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n"); in printSummary()
241 + " for bug " + BUGID + " (" + BUGNAME + ") " + result + "\n" in compareActualToExpected()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/VersionNumber/
H A DVersionNumber.java46 private static final String BUGNAME = "VersionNumber"; field in VersionNumber
107 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n" in runTestsOnHTML()
122 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n"); in printSummary()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/AccessAsciiArt/
H A DAccessAsciiArt.java46 private static final String BUGNAME = "AccessAsciiArt"; field in AccessAsciiArt
117 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n" in runTestsOnHTML()
132 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n"); in printSummary()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/AccessFrameTitle/
H A DAccessFrameTitle.java46 private static final String BUGNAME = "AccessFrameTitle"; field in AccessFrameTitle
116 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n" in runTestsOnHTML()
131 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n"); in printSummary()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/AccessH1/
H A DAccessH1.java46 private static final String BUGNAME = "AccessH1"; field in AccessH1
114 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n" in runTestsOnHTML()
129 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n"); in printSummary()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/AuthorDD/
H A DAuthorDD.java46 private static final String BUGNAME = "AuthorDD"; field in AuthorDD
114 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n" in runTestsOnHTML()
129 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n"); in printSummary()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/AccessH1/
H A DAccessH1.java46 private static final String BUGNAME = "AccessH1"; field in AccessH1
114 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n" in runTestsOnHTML()
129 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n"); in printSummary()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/AccessAsciiArt/
H A DAccessAsciiArt.java46 private static final String BUGNAME = "AccessAsciiArt"; field in AccessAsciiArt
117 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n" in runTestsOnHTML()
132 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n"); in printSummary()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/AccessFrameTitle/
H A DAccessFrameTitle.java46 private static final String BUGNAME = "AccessFrameTitle"; field in AccessFrameTitle
116 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n" in runTestsOnHTML()
131 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n"); in printSummary()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/AuthorDD/
H A DAuthorDD.java46 private static final String BUGNAME = "AuthorDD"; field in AuthorDD
114 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n" in runTestsOnHTML()
129 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n"); in printSummary()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/VersionNumber/
H A DVersionNumber.java46 private static final String BUGNAME = "VersionNumber"; field in VersionNumber
107 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n" in runTestsOnHTML()
122 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n"); in printSummary()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/ValidHtml/
H A DValidHtml.java48 private static final String BUGNAME = "ValidHtml"; field in ValidHtml
153 ….out.println("\nSub-test " + (subtestNum) + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n" + … in runTestsOnHTML()
165 …stsPassed) + " of " + (subtestNum) + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n"); in printSummary()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/AccessSkipNav/
H A DAccessSkipNav.java46 private static final String BUGNAME = "AccessSkipNav"; field in AccessSkipNav
122 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n" in runTestsOnHTML()
137 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n"); in printSummary()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/AccessSkipNav/
H A DAccessSkipNav.java46 private static final String BUGNAME = "AccessSkipNav"; field in AccessSkipNav
122 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n" in runTestsOnHTML()
137 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n"); in printSummary()

12