I have test failures, is master the correct branch to build from?
Aleksey Shipilev
shade at redhat.com
Tue May 11 09:05:34 UTC 2021
On 5/11/21 11:00 AM, Luke B wrote:
> Looking in the report.html for the hotspot tests I see:
> "native" failed 7 tests and "bug8251158 native" failed 2 tests.
Please show the *names* of the failing tests, i.e. their file paths. And the gist of the failing
test output (i.e. console output of "make run-test-tier1").
"bug8251158" suggests these are gtest tests?
$ ack 8251158 test/
test/hotspot/jtreg/runtime/Metaspace/elastic/TestMetaspaceAllocation.java
28: * @bug 8251158
46: * @bug 8251158
test/hotspot/jtreg/gtest/MetaspaceGtests.java
33: * @bug 8251158
44: * @bug 8251158
57: * @bug 8251158
68: * @bug 8251158
So this might suggest you have a problem with google-test. tier1 passes well with
googletest-release-1.8.1 for me.
> Is this expected, am I building the wrong branch? If not do I need to
> install something to get those tests passing?
tier1 is supposed to pass everywhere.
> Should I be applying a ProblemList.txt, if so which one and how should that
> be run? Perhaps I need to call jtreg directly rather than via make?
jtreg would hook up the default ProblemList.txt itself, you don't need to do anything else.
--
Thanks,
-Aleksey
More information about the hotspot-dev
mailing list