commit: 1c4abfc64b9e2112dd7c48f082673f353e37822b Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Mon Jul 7 08:53:14 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Mon Jul 7 09:05:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4abfc6
www-client/chromium: stabilize 138.0.7204.92 for arm64 Bug: https://bugs.gentoo.org/959568 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> www-client/chromium/chromium-138.0.7204.92.ebuild | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/www-client/chromium/chromium-138.0.7204.92.ebuild b/www-client/chromium/chromium-138.0.7204.92.ebuild index 81f70662f6bc..14e2117f6a11 100644 --- a/www-client/chromium/chromium-138.0.7204.92.ebuild +++ b/www-client/chromium/chromium-138.0.7204.92.ebuild @@ -78,7 +78,7 @@ SLOT="0/stable" # Dev exists mostly to give devs some breathing room for beta/stable releases; # it shouldn't be keyworded but adventurous users can select it. if [[ ${SLOT} != "0/dev" ]]; then - KEYWORDS="amd64 ~arm64" + KEYWORDS="amd64 arm64" fi IUSE_SYSTEM_LIBS="+system-harfbuzz +system-icu +system-png +system-zstd" @@ -1400,6 +1400,16 @@ src_test() { CancelableEventTest.BothCancelFailureAndSucceedOccurUnderContention #new m133: TODO investigate DriveInfoTest.GetFileDriveInfo # new m137: TODO investigate ) + + if use arm64; then + skip_tests+=( + # Apple Silicon on 138.0.7204.92 + SystemMetrics2Test.GetSystemMemoryInfo + SysInfoTest.GetHardwareInfo + PartitionAllocPageAllocatorTest.AllocAndFreePagesWithPageReadExecuteConfirmCFI + ) + fi + local test_filter="-$(IFS=:; printf '%s' "${skip_tests[*]}")" # test-launcher-bot-mode enables parallelism and plain output ./out/Release/base_unittests --test-launcher-bot-mode \
