Summary: | dev-lang/spidermonkey-68.12.0 - REGRESSIONS test262/built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-other-type.js | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | ernsteiswuerfel <erhard_f> |
Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sam |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | PPC64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log.xz
emerge --info |
Created attachment 665581 [details]
emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9e7bd557b276229672eea35743f38e6c27062e commit 5e9e7bd557b276229672eea35743f38e6c27062e Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2020-10-14 20:30:34 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2020-10-14 20:30:38 +0000 dev-lang/spidermonkey: skip typedarray-arg-set-values-same-buffer-other-type.js for big-endian Test typedarray-arg-set-values-same-buffer-other-type fails on big-endian platforms due to the issue in the test itself. The issue has been reported to test262 maintainers, until resolved the test is skipped. Closes: https://bugs.gentoo.org/749044 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> dev-lang/spidermonkey/spidermonkey-68.12.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) |
Created attachment 665578 [details] build.log.xz [...] var/tmp/portage/dev-lang/spidermonkey-68.12.0/work/build/js/src/js -f /var/tmp/portage/dev-lang/spidermonkey-68.12.0/work/firefox-68.12.0/js/src/tests/shell.js -f /var/tmp/portage/dev-lang/spidermonkey-68.12.0/work/firefox-68.12.0/js/src/tests/non262/shell.js -f /var/tmp/portage/dev-lang/spidermonkey-68.12.0/work/firefox-68.12.0/js/src/tests/non262/regress/shell.js -f /var/tmp/portage/dev-lang/spidermonkey-68.12.0/work/firefox-68.12.0/js/src/tests/non262/regress/regress-203278-1.js REGRESSIONS test262/built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-other-type.js FAIL * ERROR: dev-lang/spidermonkey-68.12.0::gentoo failed (test phase): * (no error message) * * Call stack: * ebuild.sh, line 125: Called src_test * environment, line 2775: Called die * The specific snippet of code: * PYTHONPATH="${S}/tests/lib" ${PYTHON} "${S}"/tests/jstests.py -d -s -t 1800 --wpt=disabled --no-progress --exclude-file="${T}"/known_failures.list "${MOZJS_BUILDDIR}"/js/src/js || die;