On Wed, 15 Apr 2026 21:29:20 GMT, Chris Hegarty <[email protected]> wrote:
>> test/jdk/jdk/incubator/vector/VectorMathLibraryLocaleTest.java line 49:
>>
>>> 47: // so it exercises the symbol name construction path.
>>> 48: FloatVector result = v.lanewise(VectorOperators.EXP);
>>> 49: System.out.println("exp(1.0) = " + result);
>>
>> This test doesn't have any way to fail. So it might be better just to remove
>> this test completely if we can't verify?
>
> If it throws it fails. We could add some simple operations to assert?
Interesting, we should add a comment about its failure mode.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30748#discussion_r3089774225