Skip to content

Commit

Permalink
Skip monopoly_go trace on devices where the trace crashes
Browse files Browse the repository at this point in the history
Bug: angleproject:385226328
Change-Id: I8448e9bd355205dbf36599b6d82e5e05873b936e
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6143534
Reviewed-by: Solti Ho <[email protected]>
Commit-Queue: Solti Ho <[email protected]>
Reviewed-by: Mark Łobodziński <[email protected]>
Auto-Submit: Yuxin Hu <[email protected]>
  • Loading branch information
HuYuxin authored and Angle LUCI CQ committed Jan 4, 2025
1 parent 970fcf2 commit d65751b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/tests/perf_tests/TracePerfTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1911,6 +1911,14 @@ TracePerfTest::TracePerfTest(std::unique_ptr<const TracePerfParams> params)
}
}

if (traceNameIs("monopoly_go"))
{
if (isNVIDIALinuxANGLE || isIntelWinANGLE)
{
skipTest("https://anglebug.com/385226328 crashes in UpdateClientBufferData()");
}
}

if (IsGalaxyS22())
{
if (traceNameIs("cod_mobile") || traceNameIs("dota_underlords") ||
Expand Down

0 comments on commit d65751b

Please sign in to comment.