Mysterious AArch64 test failures on MacOS

Mikael Vidstedt mikael.vidstedt at oracle.com
Thu Apr 15 18:59:07 UTC 2021


I don’t think I’ve seen that. Which version of gtest are you using? Looks like we’re on 1.8.1.

Cheers,
Mikael

> On Apr 15, 2021, at 8:59 AM, Andrew Haley <aph at redhat.com> wrote:
> 
> Compiling 46 files for jdk.jpackage
> /Users/aph/jdk/test/hotspot/gtest/classfile/test_AltHashing.cpp:138:22: error: parameter type 'AltHashingTest' is an abstract class
> TEST_F(AltHashingTest, halfsiphash_test_ByteArray) {
>                     ^
> /Users/aph/googletest/googletest/include/gtest/gtest.h:494:16: note: unimplemented pure virtual method 'TestBody' in 'AltHashingTest'
>  virtual void TestBody() = 0;
>               ^
> /Users/aph/jdk/test/hotspot/gtest/classfile/test_AltHashing.cpp:138:24: error: unknown type name 'halfsiphash_test_ByteArray'
> TEST_F(AltHashingTest, halfsiphash_test_ByteArray) {
>                       ^
> This is a default build on AArch64/MacOS. Does anyone else have the same
> problem? What is it?
> 
> -- 
> Andrew Haley  (he/him)
> Java Platform Lead Engineer
> Red Hat UK Ltd. <https://www.redhat.com>
> https://keybase.io/andrewhaley
> EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671
> 



More information about the hotspot-dev mailing list