From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2CF3138359 for ; Fri, 6 Nov 2020 18:47:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4987EE092C; Fri, 6 Nov 2020 18:47:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 317E9E0882 for ; Fri, 6 Nov 2020 18:47:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17CB3340D0C for ; Fri, 6 Nov 2020 18:47:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91A22435 for ; Fri, 6 Nov 2020 18:47:13 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1604688428.8247c09e3ed01ea6fecec8b684fc012fdede8bc4.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/spidermonkey-78.4.0.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8247c09e3ed01ea6fecec8b684fc012fdede8bc4 X-VCS-Branch: master Date: Fri, 6 Nov 2020 18:47:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36ff78bc-179e-4cd5-af51-6b9982213a57 X-Archives-Hash: fabb991915a5991ce5b28fab28db3cda commit: 8247c09e3ed01ea6fecec8b684fc012fdede8bc4 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Nov 6 18:46:48 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Nov 6 18:47:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8247c09e dev-lang/spidermonkey: skip typedarray-arg-set-values-same-buffer-other-type.js for big-endian Backport of commit 5e9e7bd557b276229672eea35743f38e6c27062e. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> dev-lang/spidermonkey/spidermonkey-78.4.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-lang/spidermonkey/spidermonkey-78.4.0.ebuild b/dev-lang/spidermonkey/spidermonkey-78.4.0.ebuild index 1806734ee3d..e89cbde9f09 100644 --- a/dev-lang/spidermonkey/spidermonkey-78.4.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-78.4.0.ebuild @@ -233,6 +233,10 @@ src_test() { KNOWN_TESTFAILURES+=( test262/language/types/number/S8.5_A2.2.js ) fi + if [[ $(tc-endian) == "big" ]] ; then + KNOWN_TESTFAILURES+=( test262/built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-other-type.js ) + fi + echo "" > "${T}"/known_failures.list || die local KNOWN_TESTFAILURE