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 0EDDE138359 for ; Sun, 10 May 2020 01:02:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22155E082D; Sun, 10 May 2020 01:02:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0E113E082D for ; Sun, 10 May 2020 01:02:49 +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 0FE4234F101 for ; Sun, 10 May 2020 01:02:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9259E211 for ; Sun, 10 May 2020 01:02:44 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1589072527.e0f8418663dff3c4e51899b8ccb172363478591a.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/tests/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/tests/toolchain.sh X-VCS-Directories: eclass/tests/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e0f8418663dff3c4e51899b8ccb172363478591a X-VCS-Branch: master Date: Sun, 10 May 2020 01:02:44 +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: 0deaa14d-16e1-4f55-91d1-9e88db86fe0b X-Archives-Hash: 1e3caa9854651b1af9c795de8702fb38 commit: e0f8418663dff3c4e51899b8ccb172363478591a Author: Sergei Trofimovich gentoo org> AuthorDate: Sun May 10 01:02:07 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun May 10 01:02:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f84186 eclass/tests/toolchain.sh: add znver2 downgrade test Bug: https://bugs.gentoo.org/721690 Signed-off-by: Sergei Trofimovich gentoo.org> eclass/tests/toolchain.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/tests/toolchain.sh b/eclass/tests/toolchain.sh index 1d05f6c126b..e69e0c8f1dd 100755 --- a/eclass/tests/toolchain.sh +++ b/eclass/tests/toolchain.sh @@ -83,6 +83,7 @@ test_downgrade_arch_flags 3.3 "-march=k6-2" "-march=geode -mtune=barcelona test_downgrade_arch_flags 3.4 "-march=k8" "-march=btver2 -mtune=generic" test_downgrade_arch_flags 10 "-march=native" "-march=native" +test_downgrade_arch_flags 8 "-march=znver1" "-march=znver2" test_downgrade_arch_flags 4.2 "-march=native" "-march=native" test_downgrade_arch_flags 4.1 "-march=nocona" "-march=native"