langtools/test/tools/javac/Diagnostics/6769027/tester.properties
author jjg
Tue, 08 Sep 2009 11:12:13 -0700
changeset 3782 ae62279eeb46
parent 2085 4792e12a8ca2
permissions -rw-r--r--
6419701: DefaultFileManager clean up: URI.create 6483788: DefaultFileManager.ZipFileObject.toUri() fails to escape space characters 6501502: JSR 199: FileObject.toUri should return file:///c:/ or file:/c:/ not file://c:/ 6877206: JavaFileObject.toUri returns bogus URI (win) 6877223: tests @ignored because of issues with File.toURI on Windows Reviewed-by: mcimadamore, alanb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2085
4792e12a8ca2 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff changeset
     1
compiler.err.single=\
4792e12a8ca2 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff changeset
     2
    This is a test error message {0}
4792e12a8ca2 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff changeset
     3
4792e12a8ca2 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff changeset
     4
compiler.err.double=\
4792e12a8ca2 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff changeset
     5
    This is a test error message.\n\
3782
ae62279eeb46 6419701: DefaultFileManager clean up: URI.create
jjg
parents: 2085
diff changeset
     6
        This is another line of the above error message {0}
2085
4792e12a8ca2 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff changeset
     7
4792e12a8ca2 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff changeset
     8
compiler.misc.single=\
4792e12a8ca2 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff changeset
     9
    This is a test subdiagnostic {0}
4792e12a8ca2 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff changeset
    10
4792e12a8ca2 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff changeset
    11
compiler.misc.double=\
4792e12a8ca2 6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff changeset
    12
    This is a test subdiagnostic.\n\
3782
ae62279eeb46 6419701: DefaultFileManager clean up: URI.create
jjg
parents: 2085
diff changeset
    13
        This is another line of the above subdiagnostic {0}