I have test failures, is master the correct branch to build from?

Luke B lukenbutters at gmail.com
Mon May 10 21:41:26 UTC 2021


Hi,

I cloned git at github.com:openjdk/jdk.git followed the build instructions and
was able to build the JDK on master, however when I ran:

make run-test-tier1

some of the tests failed:

==============================
Test summary
==============================
   TEST                                              TOTAL  PASS  FAIL
ERROR
>> jtreg:test/hotspot/jtreg:tier1                     1728  1721     7
0 <<
   jtreg:test/jdk:tier1                               2026  2026     0
0
   jtreg:test/langtools:tier1                         4167  4167     0
0
   jtreg:test/jaxp:tier1                                 0     0     0
0
   jtreg:test/lib-test:tier1                             0     0     0
0
==============================
TEST FAILURE

Looking in the report.html for the hotspot tests I see:
"native" failed 7 tests and "bug8251158 native" failed 2 tests.

Is this expected, am I building the wrong branch? If not do I need to
install something to get those tests passing?

many thanks,
-Luke


More information about the discuss mailing list