Summary: | dev-java/gson-2.8.8 fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Java team <java> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fordfrog |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/23869 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
2021-10-26 10:49:51 UTC
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(-) |