test/tools/javac/diags/examples.not-yet.txt

changeset 1238
e28a06a3c5d9
parent 1096
b0d5f00e69f7
child 1239
2827076dbf64
equal deleted inserted replaced
1237:568e70bbd9aa 1238:e28a06a3c5d9
1 compiler.err.already.annotated # internal compiler error? 1 compiler.err.already.annotated # internal compiler error?
2 compiler.err.already.defined.this.unit # seems to be masked by compiler.err.duplicate.class 2 compiler.err.already.defined.this.unit # seems to be masked by compiler.err.duplicate.class
3 compiler.err.annotation.value.not.allowable.type # cannot happen: precluded by complete type-specific tests 3 compiler.err.annotation.value.not.allowable.type # cannot happen: precluded by complete type-specific tests
4 compiler.err.assignment.from.super-bound # DEAD
5 compiler.err.assignment.to.extends-bound # DEAD
6 compiler.err.cant.apply.symbol 4 compiler.err.cant.apply.symbol
7 compiler.err.cant.read.file # (apt.JavaCompiler?) 5 compiler.err.cant.read.file # (apt.JavaCompiler?)
8 compiler.err.cant.select.static.class.from.param.type 6 compiler.err.cant.select.static.class.from.param.type
9 compiler.err.illegal.char.for.encoding 7 compiler.err.illegal.char.for.encoding
10 compiler.err.internal.error.cant.instantiate # Attr: should not happen 8 compiler.err.internal.error.cant.instantiate # Attr: should not happen
22 compiler.err.name.reserved.for.internal.use # UNUSED 20 compiler.err.name.reserved.for.internal.use # UNUSED
23 compiler.err.no.annotation.member 21 compiler.err.no.annotation.member
24 compiler.err.no.encl.instance.of.type.in.scope # cannot occur; always followed by assert false; 22 compiler.err.no.encl.instance.of.type.in.scope # cannot occur; always followed by assert false;
25 compiler.err.no.match.entry # UNUSED? 23 compiler.err.no.match.entry # UNUSED?
26 compiler.err.not.annotation.type # cannot occur given preceding checkType 24 compiler.err.not.annotation.type # cannot occur given preceding checkType
27 compiler.err.prob.found.req.1 # Check: DEAD, in unused method
28 compiler.err.proc.bad.config.file # JavacProcessingEnvironment 25 compiler.err.proc.bad.config.file # JavacProcessingEnvironment
29 compiler.err.proc.cant.access # completion failure 26 compiler.err.proc.cant.access # completion failure
30 compiler.err.proc.cant.access.1 # completion failure, no stack trace 27 compiler.err.proc.cant.access.1 # completion failure, no stack trace
31 compiler.err.proc.cant.create.loader # security exception from service loader 28 compiler.err.proc.cant.create.loader # security exception from service loader
32 compiler.err.proc.no.service # JavacProcessingEnvironment: no service loader available 29 compiler.err.proc.no.service # JavacProcessingEnvironment: no service loader available
36 compiler.err.signature.doesnt.match.supertype # UNUSED 33 compiler.err.signature.doesnt.match.supertype # UNUSED
37 compiler.err.source.cant.overwrite.input.file 34 compiler.err.source.cant.overwrite.input.file
38 compiler.err.stack.sim.error 35 compiler.err.stack.sim.error
39 compiler.err.type.var.more.than.once # UNUSED 36 compiler.err.type.var.more.than.once # UNUSED
40 compiler.err.type.var.more.than.once.in.result # UNUSED 37 compiler.err.type.var.more.than.once.in.result # UNUSED
41 compiler.err.undetermined.type
42 compiler.err.unexpected.type 38 compiler.err.unexpected.type
43 compiler.err.unsupported.cross.fp.lit # Scanner: host system dependent 39 compiler.err.unsupported.cross.fp.lit # Scanner: host system dependent
44 compiler.err.wrong.target.for.polymorphic.signature.definition # Transitional 292 40 compiler.err.wrong.target.for.polymorphic.signature.definition # Transitional 292
45 compiler.misc.assignment.from.super-bound
46 compiler.misc.assignment.to.extends-bound
47 compiler.misc.bad.class.file.header # bad class file 41 compiler.misc.bad.class.file.header # bad class file
48 compiler.misc.bad.class.signature # bad class file 42 compiler.misc.bad.class.signature # bad class file
49 compiler.misc.bad.const.pool.tag # bad class file 43 compiler.misc.bad.const.pool.tag # bad class file
50 compiler.misc.bad.const.pool.tag.at # bad class file 44 compiler.misc.bad.const.pool.tag.at # bad class file
51 compiler.misc.bad.enclosing.class # bad class file 45 compiler.misc.bad.enclosing.class # bad class file
86 compiler.misc.type.none 80 compiler.misc.type.none
87 compiler.misc.type.req.exact 81 compiler.misc.type.req.exact
88 compiler.misc.type.variable.has.undetermined.type 82 compiler.misc.type.variable.has.undetermined.type
89 compiler.misc.unable.to.access.file # ClassFile 83 compiler.misc.unable.to.access.file # ClassFile
90 compiler.misc.undecl.type.var # ClassReader 84 compiler.misc.undecl.type.var # ClassReader
91 compiler.misc.undetermined.type
92 compiler.misc.unicode.str.not.supported # ClassReader 85 compiler.misc.unicode.str.not.supported # ClassReader
93 compiler.misc.verbose.retro # UNUSED 86 compiler.misc.verbose.retro # UNUSED
94 compiler.misc.verbose.retro.with # UNUSED 87 compiler.misc.verbose.retro.with # UNUSED
95 compiler.misc.verbose.retro.with.list # UNUSED 88 compiler.misc.verbose.retro.with.list # UNUSED
96 compiler.misc.version.not.available # JavaCompiler; implies build error 89 compiler.misc.version.not.available # JavaCompiler; implies build error

mercurial