0

Exclude top of NOTREACHED tail still hit in stable

This includes the top ~30 in M128 and ~20 in M127 on ChromeOS.
... except the few ones I can't find due to ICF, or ones that have
already been fixed or removed as erroneous.

This is to further derisk NOTREACHED-fatal rollout. Per crash-reporting
volumes on Windows we should be about 1/50 as crashy as CHECK failures
after this has landed.

     40264195, 40895492, 354661907, 363109548, 361609999, 352381196,
     361612971, 362124606, 355803743, 41369768, 345232410, 346893376,
     40910294

Bug: 40580068, 332263206, 40942310, 40948203, 355803743, 362506636,
Change-Id: I56e42b3b7c8ce17d6dabb5d7edb48db925240e34
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824114
Owners-Override: Lei Zhang <thestig@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com>
Commit-Queue: Peter Boström <pbos@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1349061}
This commit is contained in:
Peter Boström
2024-08-30 06:26:16 +00:00
committed by Chromium LUCI CQ
parent 27fa52eadb
commit 69e4bbf012
34 changed files with 45 additions and 44 deletions

@ -222,7 +222,7 @@ ui::WindowShowState PersistedShowStateToShowState(int state) {
case PERSISTED_SHOW_STATE_DOCKED_DEPRECATED:
return ui::SHOW_STATE_NORMAL;
}
NOTREACHED_IN_MIGRATION();
DUMP_WILL_BE_NOTREACHED();
return ui::SHOW_STATE_NORMAL;
}