[jdk8u-dev] RFR: 8256152: tests fail because of ambiguous method resolution

Zdenek Zambersky zzambers at openjdk.org
Mon Mar 18 14:22:34 UTC 2024


On Mon, 18 Mar 2024 13:06:04 GMT, Zdenek Zambersky <zzambers at openjdk.org> wrote:

> Backport to fix test build failures.
> 
> Actually, it seems, that whether test build failures happen depends on jtreg used, as test class indirectly inherits from `org.testng.Assert`. (probably methods were added there, which introduced ambiguity)
> 
> After dealing with different test path on 8,  patch applies cleanly.

GHA tier1 tests: OK
- jdk/tier1 failures (`CAInterop.java`) are not related to this changeset, see [JDK-8324583](https://bugs.openjdk.org/browse/JDK-8324583)
- hotspot/tier1 failure on linux x86 (timeout of `TestGCId.java`) is unrelated to this changeset

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

PR Comment: https://git.openjdk.org/jdk8u-dev/pull/468#issuecomment-2004048723


More information about the jdk8u-dev mailing list