commit:     0373f48e9b48a020975b9c5a330a04869f70227c
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 08:28:02 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 08:49:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0373f48e

www-client/chromium: add missing test exclusions

These were dropped during the great rust upheaval of 2024.

More seriously, the -r1 revbump was made before they were added
and the change was not noticed. Restored from git history.

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 .../chromium/chromium-130.0.6723.116-r1.ebuild     | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/www-client/chromium/chromium-130.0.6723.116-r1.ebuild 
b/www-client/chromium/chromium-130.0.6723.116-r1.ebuild
index 9b7032b7c9aa..4c3745081087 100644
--- a/www-client/chromium/chromium-130.0.6723.116-r1.ebuild
+++ b/www-client/chromium/chromium-130.0.6723.116-r1.ebuild
@@ -1230,6 +1230,33 @@ src_test() {
                StringPieceTest.OutOfBoundsDeath
                ThreadPoolEnvironmentConfig.CanUseBackgroundPriorityForWorker
                ValuesUtilTest.FilePath
+               # Gentoo-specific
+               
AlternateTestParams/PartitionAllocDeathTest.RepeatedAllocReturnNullDirect/0
+               
AlternateTestParams/PartitionAllocDeathTest.RepeatedAllocReturnNullDirect/1
+               
AlternateTestParams/PartitionAllocDeathTest.RepeatedAllocReturnNullDirect/2
+               
AlternateTestParams/PartitionAllocDeathTest.RepeatedAllocReturnNullDirect/3
+               
AlternateTestParams/PartitionAllocDeathTest.RepeatedReallocReturnNullDirect/0
+               
AlternateTestParams/PartitionAllocDeathTest.RepeatedReallocReturnNullDirect/1
+               
AlternateTestParams/PartitionAllocDeathTest.RepeatedReallocReturnNullDirect/2
+               
AlternateTestParams/PartitionAllocDeathTest.RepeatedReallocReturnNullDirect/3
+               CharacterEncodingTest.GetCanonicalEncodingNameByAliasName
+               CheckExitCodeAfterSignalHandlerDeathTest.CheckSIGFPE
+               CheckExitCodeAfterSignalHandlerDeathTest.CheckSIGILL
+               CheckExitCodeAfterSignalHandlerDeathTest.CheckSIGSEGV
+               
CheckExitCodeAfterSignalHandlerDeathTest.CheckSIGSEGVNonCanonicalAddress
+               FilePathTest.FromUTF8Unsafe_And_AsUTF8Unsafe
+               ICUStringConversionsTest.ConvertToUtf8AndNormalize
+               NumberFormattingTest.FormatPercent
+               PathServiceTest.CheckedGetFailure
+               PlatformThreadTest.CanChangeThreadType
+               StackCanary.ChangingStackCanaryCrashesOnReturn
+               StackTraceDeathTest.StackDumpSignalHandlerIsMallocFree
+               SysStrings.SysNativeMBAndWide
+               SysStrings.SysNativeMBToWide
+               SysStrings.SysWideToNativeMB
+               TestLauncherTools.TruncateSnippetFocusedMatchesFatalMessagesTest
+               ToolsSanityTest.BadVirtualCallNull
+               ToolsSanityTest.BadVirtualCallWrongType
        )
        local test_filter="-$(IFS=:; printf '%s' "${skip_tests[*]}")"
        # test-launcher-bot-mode enables parallelism and plain output

Reply via email to