On Wed, 9 Sep 2026 13:18:36 GMT, Per Minborg <[email protected]> wrote:

> This PR proposes throwing exceptions rather than swallowing them in two tests 
> in `TestByteBuffer`.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

test/jdk/java/foreign/TestByteBuffer.java line 336:

> 334:                     assumeFalse(e.getMessage().equals("Function not 
> implemented"),
> 335:                             e.getMessage());
> 336:                     throw e;

Wouldn't this test just fail on platforms that throw this exception?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/32791#discussion_r3977949476

Reply via email to