langtools/test/tools/javac/diags/examples.not-yet.txt
changeset 42837 03ee805ba348
parent 42407 f3702cff2933
child 42973 3795332b55c7
--- a/langtools/test/tools/javac/diags/examples.not-yet.txt	Fri Dec 16 11:58:18 2016 -0800
+++ b/langtools/test/tools/javac/diags/examples.not-yet.txt	Sat Dec 17 16:57:14 2016 -0500
@@ -114,6 +114,7 @@
 compiler.misc.bad.class.file                            # class file is malformed
 compiler.misc.bad.const.pool.entry                      # constant pool entry has wrong type
 compiler.warn.access.to.member.from.serializable.lambda # in order to generate it we need to modify a restricted package
+compiler.warn.invalid.path                              # this warning is generated only in Windows systems
 
 # The following module-related messages will have to stay on the not-yet list for various reasons:
 compiler.warn.locn.unknown.file.on.module.path                # Never issued ATM (short circuited with an if (false))