Update task-tracking virtual test expiration
This changes the task-tracking virtual test suite to never expire, since the suite tests a shipped feature that requires a flag for wpt style tests (UnexposedTaskIds). Fixed: 350534723 Change-Id: Id836040a8e1f37a54de6c30b99968af5d6a93871 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5745379 Commit-Queue: Scott Haseley <shaseley@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1334429}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
2ac34fcefc
commit
91f674bce3
@ -1700,13 +1700,15 @@
|
||||
"args": ["--enable-features=SharedStorageAPI,FencedFrames:implementation_type/mparch,FencedFramesAPIChanges,FencedFramesDefaultMode,FencedFramesEnforceFocus,PrivacySandboxAdsAPIsOverride,SharedStorageSelectURLLimit:SharedStorageSelectURLBitBudgetPerPageLoad/6/SharedStorageSelectURLBitBudgetPerSitePerPageLoad/3,SharedStorageAPIM118,SharedStorageAPIM125,SharedStorageAPIEnableWALForDatabase,SharedStorageCrossOriginScript,SharedStorageCreateWorkletUseContextOriginByDefault"],
|
||||
"expires": "Jan 31, 2025"
|
||||
},
|
||||
"Task tracking tests require UnexposedTaskIds to work, so these tests are run",
|
||||
"exclusively with a virtual test suite that never expires.",
|
||||
{
|
||||
"prefix": "task-tracking",
|
||||
"platforms": ["Linux", "Mac", "Win"],
|
||||
"bases": ["wpt_internal/task-tracking"],
|
||||
"exclusive_tests": "ALL",
|
||||
"args": ["--enable-blink-features=UnexposedTaskIds", "--enable-threaded-compositing"],
|
||||
"expires": "Jul 1, 2024"
|
||||
"expires": "never"
|
||||
},
|
||||
{
|
||||
"prefix": "fenced-frame-mparch",
|
||||
|
Reference in New Issue
Block a user