langtools/test/jdk/javadoc/tool/modules/Modules.java
changeset 41990 ffaf4e59538a
parent 41633 eec0f5b0465f
child 42407 f3702cff2933
equal deleted inserted replaced
41945:31f5023200d4 41990:ffaf4e59538a
   294         checkModulesSpecified("m2");
   294         checkModulesSpecified("m2");
   295         checkPackagesIncluded("pkg2");
   295         checkPackagesIncluded("pkg2");
   296         checkMembersSelected("pkg2.B.f");
   296         checkMembersSelected("pkg2.B.f");
   297     }
   297     }
   298 
   298 
   299 //    @Test @ignore JDK-8166379
   299     @Test
   300     public void testPatchModuleOption(Path base) throws Exception {
   300     public void testPatchModuleOption(Path base) throws Exception {
   301         Path src = base.resolve("src");
   301         Path src = base.resolve("src");
   302         Path modulePath = base.resolve("modules");
   302         Path modulePath = base.resolve("modules");
   303         Path patchPath = base.resolve("patch");
   303         Path patchPath = base.resolve("patch");
   304 
   304