| 84 |
84 |
LICENSE+=" rar? ( unRAR )"
|
| 85 |
85 |
|
| 86 |
86 |
SLOT="stable"
|
| 87 |
|
KEYWORDS="~amd64 arm64 ~ppc64"
|
|
87 |
KEYWORDS="~amd64 ~arm64"
|
| 88 |
88 |
|
| 89 |
89 |
IUSE_SYSTEM_LIBS="+system-harfbuzz +system-icu +system-zstd"
|
| 90 |
90 |
IUSE="+X ${IUSE_SYSTEM_LIBS} bindist bundled-toolchain cups debug ffmpeg-chromium gtk4 +hangouts headless kerberos +official pax-kernel pgo"
|
| ... | ... | |
| 219 |
219 |
$(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}')
|
| 220 |
220 |
>=sys-devel/mold-2.41.0
|
| 221 |
221 |
)
|
|
222 |
!official? ( >=sys-devel/mold-2.41.0 )
|
| 222 |
223 |
${RUST_DEPEND}
|
| 223 |
224 |
)
|
| 224 |
225 |
pgo? (
|
| ... | ... | |
| 1077 |
1078 |
sed -i -e 's|${clang_base_path}/bin/llvm-strip|/bin/true|g' \
|
| 1078 |
1079 |
-e 's|${clang_base_path}/bin/llvm-objcopy|/bin/true|g' \
|
| 1079 |
1080 |
build/linux/strip_binary.gni || die
|
|
1081 |
|
|
1082 |
if ! use official; then
|
|
1083 |
ln -s /usr/bin/mold buildtools/third_party/mold/cipd/mold || die
|
|
1084 |
fi
|
| 1080 |
1085 |
}
|
| 1081 |
1086 |
|
| 1082 |
1087 |
chromium_configure() {
|
| ... | ... | |
| 1570 |
1575 |
'CriticalProcessAndThreadSpotChecks/HangWatcherAnyCriticalThreadTests.*'
|
| 1571 |
1576 |
'LazyThreadPoolTaskRunnerEnvironmentTest.*' # M142
|
| 1572 |
1577 |
'ToolsSanityTest.BadVirtualCall*'
|
|
1578 |
# Since 151.0.7922.137
|
|
1579 |
'CheckDeathTest.*'
|
|
1580 |
'EnumSetDeathTest.*'
|
|
1581 |
'OptionalRefDeathTest.*'
|
|
1582 |
'RawRefDeathTest.*'
|
|
1583 |
'AlternateTestParams/PartitionAllocDeathTest.CheckTriggered*'
|
|
1584 |
'CallbackHelpersTest.*'
|
|
1585 |
'SafeRefTest.*'
|
|
1586 |
'SpanTest.*'
|
|
1587 |
'WeakValueTableTest.*'
|
|
1588 |
'PlatformSharedMemoryRegionTest.*'
|
|
1589 |
'RefCountedOverflowTest.*'
|
|
1590 |
'SingleThreadTaskRunnerCurrentDefaultHandleTest.*'
|
|
1591 |
'TestFutureDeathTest.*'
|
|
1592 |
'WeakPtrDeathTest.*'
|
|
1593 |
'SafeRefDeathTest.*'
|
|
1594 |
'LinkedListDeathTest.*'
|
|
1595 |
'BindDeathTest.*'
|
|
1596 |
'ReallocProtectedIteratorDeathTest.*'
|
|
1597 |
'PASpanTest.*'
|
|
1598 |
'BackupRefPtrTest.*'
|
|
1599 |
'All/Base64Test.Overflow*'
|
|
1600 |
'ValuesTest.*'
|
|
1601 |
'TaskEnvironmentTest.*'
|
|
1602 |
'CheckedObserverListTest.*'
|
|
1603 |
'MemoryConsumerRegistryTest.*'
|
|
1604 |
ProtectedMemoryDeathTest.FailsIfDefinedOutsideOfProtectMemoryRegion
|
|
1605 |
StructuredSharedMemoryDeathTest.DuplicateRegion
|
|
1606 |
CheckedContiguousIteratorDeathTest.OutOfBounds
|
|
1607 |
HeapArrayDeathTest.TakeFirstWithOverSize
|
|
1608 |
CallbackDeathTest.RunNullCallbackChecks
|
|
1609 |
ObserverListThreadSafeDeathTest.CrossThreadRemovalRestricted
|
|
1610 |
SequencedTaskRunnerCurrentDefaultHandleDeathTest.OverrideWithNull
|
|
1611 |
TestFutureWithoutTaskEnvironmentDeathTest.WaitShouldDcheckWithoutTaskEnvironment
|
|
1612 |
ScopedThreadPriorityDeathTest.NoRealTime
|
|
1613 |
ReallocProtectedIteratorDeathTest.StringReallocCrashes
|
|
1614 |
BarrierCallbackTest.ErrorToCallCallbackWithZeroCallbacks
|
|
1615 |
BarrierClosureTest.ChecksIfCalledForZeroClosures
|
|
1616 |
SupportsUserDataTest.ReentrantSetUserDataDuringRemoval
|
|
1617 |
TimeBase.AddSubInfinities
|
|
1618 |
LibcppHardeningTest.Assertions
|
|
1619 |
IDMapTest.RemovedValueHandling
|
|
1620 |
MultiMemoryConsumerTest.DuplicateInterventionsCheck
|
|
1621 |
PersistentMemoryAllocatorTest.DelayedAllocationTest
|
|
1622 |
SequenceCheckerTest.MoveOffSequenceBanned
|
|
1623 |
ThreadCheckerTest.MoveOffThreadBanned
|
|
1624 |
TokenType.TokenFromNullUnguessableToken
|
|
1625 |
ZipTest.CheckForIterationPastTheEnd
|
|
1626 |
MemoryConsumerTraitsTest.ActiveConsumerWithPassiveTraitsFails
|
|
1627 |
SingleThreadTaskRunnerMainThreadDefaultHandleTest.Basic
|
|
1628 |
|
| 1573 |
1629 |
# requires en-us locale
|
| 1574 |
1630 |
SysStrings.SysNativeMBAndWide
|
| 1575 |
1631 |
SysStrings.SysNativeMBToWide
|