Summary: | dev-java/mvel-2.5.0 fails tests -testCalculateAge(org.mvel2.tests.core.ControlFlowTests) - junit.framework.AssertionFailedError: expected:<N> but was:<Y> | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Java team <java> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | gentoo |
Priority: | Normal | Keywords: | PullRequest, TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/gentoo/gentoo/pull/38891 https://github.com/gentoo/gentoo/pull/39191 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 884020 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern: ......................[Error: [Error: unbalanced braces { ... }] .....[Error: [Error: expected character ':' in foreach tag] .....[Error: cannot assign type java.lang.Integer to org.mvel2.tests.core.res.Bar] .....[Error: throwException( ): this should throw an exception] ....[Error: [Error: incompatible types in statement: class java.lang.String (compared from: class java.lang.Integer)] ...[Error: no such identifier: i] ..[Error: Failed to compileShared: 1 compilation error(s): .[Error: unclosed @foreach{} block. expected @end{}] .[Error: unqualified type in strict mode for: foo] Caused by: [Error: could not access: 2x; in class: org.mvel2.tests.core.res.Base] Caused by: [Error: incompatible types in statement: class java.lang.String (compared from: class java.lang.Integer)] FAILURES!!! [Error: [Error: could not access: 2x; in class: org.mvel2.tests.core.res.Base] [Error: could not access: 2x; in class: org.mvel2.tests.core.res.Base] java.lang.AssertionError: Detailed Failure Report: junit.framework.AssertionFailedError: expected:<N> but was:<Y> (In reply to Agostino Sarubbo from comment #2) > Error(s) that match a know pattern: > > [...] Proposal for better "known pattern": "junit.framework.AssertionFailedError:" Reproduced on amd64. Does no longer occur on dev-java/mvel-2.5.2 The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75076e867d8d25cfd4c597f3086a7b05d9df159 commit c75076e867d8d25cfd4c597f3086a7b05d9df159 Author: Volkmar W. Pogatzki <gentoo@pogatzki.net> AuthorDate: 2024-10-06 09:37:34 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2024-10-09 09:36:02 +0000 dev-java/mvel: add 2.5.2 Bug: https://bugs.gentoo.org/923610 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/38891 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> dev-java/mvel/Manifest | 1 + dev-java/mvel/mvel-2.5.2.ebuild | 67 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdeccdfbc9095fb41313b2608d363faac21d19d commit 0bdeccdfbc9095fb41313b2608d363faac21d19d Author: Volkmar W. Pogatzki <gentoo@pogatzki.net> AuthorDate: 2024-11-03 14:08:47 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2024-11-04 07:18:33 +0000 dev-java/mvel: drop 2.5.0-r1 - CVE-2023-51079 Bug: https://bugs.gentoo.org/923610 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39191 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> dev-java/mvel/Manifest | 1 - dev-java/mvel/mvel-2.5.0-r1.ebuild | 66 -------------------------------------- 2 files changed, 67 deletions(-) The affected version is gone. Closing. |