https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-java/gson-2.8.8 fails tests. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html If you think this is a GCC-11 related issue, please block bug 732706.
Created attachment 746784 [details] build.log build log and emerge --info
here's the failing test: 1) testFailedGetArrayValues(com.google.gson.JsonArrayTest) junit.framework.ComparisonFailure: Expected an exception message expected:<[Index -1 out of bounds for length ]1> but was:<[-]1> at junit.framework.Assert.assertEquals(Assert.java:100) at junit.framework.TestCase.assertEquals(TestCase.java:253) at com.google.gson.JsonArrayTest.testFailedGetArrayValues(JsonArrayTest.java:116) interestingly enough, this did not occur in my case while bumping it. will need more investigation.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a7960bc20f87e27f6c8865f64d88a5b6eaa07f commit 58a7960bc20f87e27f6c8865f64d88a5b6eaa07f Author: Volkmar W. Pogatzki <gentoo@pogatzki.net> AuthorDate: 2022-01-19 12:25:05 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2022-01-20 10:20:46 +0000 dev-java/gson: exclude 1 test if vm_version="1.8" Closes: https://bugs.gentoo.org/820338 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/23869 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> dev-java/gson/gson-2.8.8.ebuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)