test/bootclasspath-exclude.jtx

Wed, 12 Mar 2008 13:06:00 -0700

author
jjg
date
Wed, 12 Mar 2008 13:06:00 -0700
changeset 12
7366066839bb
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

6668794: javac puts localized text in raw diagnostics
6668796: bad diagnostic "bad class file" given for source files
Summary: Replace internal use of localized text with JCDiagnostic fragments; fix diagnostic for bad source file
Reviewed-by: mcimadamore

duke@1 1 # When you run the tests using a recent build of JDK and -Xbootclasspath/p:JAR
duke@1 2 # some tests may fail. Specifically, javac has a test which verifies the content
duke@1 3 # of the version string by comparing it against a value that is derived from
duke@1 4 # the JRE version string. This file can be given to jtreg to exclude such tests.
duke@1 5 # It should *NOT* be used in full SQE runs.
duke@1 6
duke@1 7 tools/javac/versionOpt.sh

mercurial