langtools/test/tools/javac/diags/examples.not-yet.txt
changeset 42837 03ee805ba348
parent 42407 f3702cff2933
child 42973 3795332b55c7
equal deleted inserted replaced
42836:1d55dcc9a118 42837:03ee805ba348
   112 compiler.warn.file.from.future                          # warning for future modification times on files
   112 compiler.warn.file.from.future                          # warning for future modification times on files
   113 compiler.err.cant.inherit.from.anon                     # error for subclass of anonymous class
   113 compiler.err.cant.inherit.from.anon                     # error for subclass of anonymous class
   114 compiler.misc.bad.class.file                            # class file is malformed
   114 compiler.misc.bad.class.file                            # class file is malformed
   115 compiler.misc.bad.const.pool.entry                      # constant pool entry has wrong type
   115 compiler.misc.bad.const.pool.entry                      # constant pool entry has wrong type
   116 compiler.warn.access.to.member.from.serializable.lambda # in order to generate it we need to modify a restricted package
   116 compiler.warn.access.to.member.from.serializable.lambda # in order to generate it we need to modify a restricted package
       
   117 compiler.warn.invalid.path                              # this warning is generated only in Windows systems
   117 
   118 
   118 # The following module-related messages will have to stay on the not-yet list for various reasons:
   119 # The following module-related messages will have to stay on the not-yet list for various reasons:
   119 compiler.warn.locn.unknown.file.on.module.path                # Never issued ATM (short circuited with an if (false))
   120 compiler.warn.locn.unknown.file.on.module.path                # Never issued ATM (short circuited with an if (false))
   120 compiler.err.no.output.dir                                    # -d is always specified by test infrastructure
   121 compiler.err.no.output.dir                                    # -d is always specified by test infrastructure
   121 compiler.err.output.dir.must.be.specified.with.dash.m.option  # -d is always specified by test infrastructure
   122 compiler.err.output.dir.must.be.specified.with.dash.m.option  # -d is always specified by test infrastructure