I tried building from the jdk repo (vs jdk10). The StringPlatformChars test passed. The other four tests appear to have been removed.
However, I did get failures on these tests: • MethodHandleConstants (internal error: appendix) • JavadocHelperTest (out of memory — Java heap space) • MethodReferenceTestMethodHandle (internal error: appendix) > On Jan 17, 2018, at 2:24 PM, David Holmes <david.hol...@oracle.com> wrote: > > Alan, > > On 18/01/2018 6:52 AM, Alan Snyder wrote: >> To summarize, these are the test failures/errors: >> • StringPlatformChars (error — native code not found) > > This seems potentially a makefile issue. > >> • NewUnsafeString (did not use provided string) >> • APIExtraction (class file for TestClass not found) >> • ClassDependenciesTest (assertion error — null pointer in loadClass) >> • IgnoreSymbolFile (package sun.reflect.annotation is not visible) > > Any other test failures should be taken up with the component area related to > the test - and you can also search the bug systems for references to such > failures. Not all tests are guaranteed to always pass in every environment - > though the intent for tier1/2 tests that (unless excluded via the > ProblemList.txt file, or marked "intermittent") they do pass. > > David