Searched defs:BUGID (Results 1 - 11 of 11) sorted by relevance

/openjdk7/langtools/test/com/sun/javadoc/testHtmlDocument/
H A DTestHtmlDocument.java44 private static final String BUGID = "6851834"; field in class:TestHtmlDocument
54 System.out.println("\nTest passed for bug " + BUGID + " (" + BUGNAME + ")\n");
56 throw new Error("\nTest failed for bug " + BUGID + " (" + BUGNAME + ")\n");
/openjdk7/langtools/test/com/sun/javadoc/AuthorDD/
H A DAuthorDD.java45 private static final String BUGID = "4651598"; field in class:AuthorDD
63 runJavadoc(new String[] {"-d", BUGID,
90 BUGID + FS + "p1" + FS + "C1.html" },
95 BUGID + FS + "p1" + FS + "C1.html" },
114 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n"
129 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n");
/openjdk7/langtools/test/com/sun/javadoc/AccessAsciiArt/
H A DAccessAsciiArt.java45 private static final String BUGID = "4706779-4956908"; field in class:AccessAsciiArt
117 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n"
132 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n");
/openjdk7/langtools/test/com/sun/javadoc/AccessFrameTitle/
H A DAccessFrameTitle.java45 private static final String BUGID = "4636655"; field in class:AccessFrameTitle
116 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n"
131 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n");
/openjdk7/langtools/test/com/sun/javadoc/AccessH1/
H A DAccessH1.java45 private static final String BUGID = "4636667-7052425"; field in class:AccessH1
114 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n"
129 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n");
/openjdk7/langtools/test/com/sun/javadoc/AccessSkipNav/
H A DAccessSkipNav.java45 private static final String BUGID = "4638136"; field in class:AccessSkipNav
122 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n"
137 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n");
/openjdk7/langtools/test/com/sun/javadoc/DocRootSlash/
H A DDocRootSlash.java45 private static final String BUGID = "4524350, 4662945, or 4633447"; field in class:DocRootSlash
123 + " for bug " + BUGID + " (" + BUGNAME + ") " + result + "\n"
138 + " for bug " + BUGID + " (" + BUGNAME + ") " + result + "\n"
150 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n");
240 + " for bug " + BUGID + " (" + BUGNAME + ") " + result + "\n"
/openjdk7/langtools/test/com/sun/javadoc/JavascriptWinTitle/
H A DJavascriptWinTitle.java46 private static final String BUGID = "4645058"; field in class:JavascriptWinTitle
141 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n"
156 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n");
/openjdk7/langtools/test/com/sun/javadoc/ValidHtml/
H A DValidHtml.java47 private static final String BUGID = "4275630"; field in class:ValidHtml
153 System.out.println("\nSub-test " + (subtestNum) + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n" + "when searching for:\n" + stringToFind);
165 throw new Error("\n" + (subtestNum - numSubtestsPassed) + " of " + (subtestNum) + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n");
/openjdk7/langtools/test/com/sun/javadoc/VersionNumber/
H A DVersionNumber.java45 private static final String BUGID = "4720849"; field in class:VersionNumber
107 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n"
122 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n");
/openjdk7/langtools/test/com/sun/javadoc/WindowTitles/
H A DWindowTitles.java47 private static final String BUGID = "4530730"; field in class:WindowTitles
169 + " for bug " + BUGID + " (" + BUGNAME + ") FAILED\n"
184 + " subtests failed for bug " + BUGID + " (" + BUGNAME + ")\n");

Completed in 37 milliseconds