Commit 408c1512 by Cody Northrop Committed by Commit Bot

Tests: Add Bubble Shooter trace

Test: angle_perftests --gtest_filter="*bubble_shooter*" Tbr: timvp@google.com,jmadill@google.com Bug: b/184844832 Bug: angleproject:5836 Change-Id: I4a729028020d7e668cd7e368a4473f4e37c55b0b Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2815778Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Commit-Queue: Cody Northrop <cnorthrop@google.com>
parent 0eaaff28
...@@ -437,6 +437,16 @@ deps = { ...@@ -437,6 +437,16 @@ deps = {
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_internal',
}, },
'src/tests/restricted_traces/bubble_shooter': {
'packages': [
{
'package': 'angle/traces/bubble_shooter',
'version': 'version:1',
},
],
'dep_type': 'cipd',
'condition': 'checkout_angle_internal',
},
'src/tests/restricted_traces/bus_simulator_indonesia': { 'src/tests/restricted_traces/bus_simulator_indonesia': {
'packages': [ 'packages': [
{ {
......
{ {
"src/tests/restricted_traces/.gitignore": "src/tests/restricted_traces/.gitignore":
"8c6c30f492d6a6b1811246eaaa3ff697", "87d241f5686fe287c64caf7c2f8fc18c",
"src/tests/restricted_traces/gen_restricted_traces.py": "src/tests/restricted_traces/gen_restricted_traces.py":
"754de0f59746bfa03aed9b48a6e7f022", "754de0f59746bfa03aed9b48a6e7f022",
"src/tests/restricted_traces/restricted_traces.json": "src/tests/restricted_traces/restricted_traces.json":
"1d89493d2c76c4348f69ad03acf6166f", "2de39a7814b1e3132d8970fddb463b9f",
"src/tests/restricted_traces/restricted_traces_autogen.cpp": "src/tests/restricted_traces/restricted_traces_autogen.cpp":
"be6ad784c92bc524e96603ddba46c523", "c47bfbb86de620ad113dee524150c398",
"src/tests/restricted_traces/restricted_traces_autogen.gni": "src/tests/restricted_traces/restricted_traces_autogen.gni":
"38c8d1f49685517bfb8439b88b317f07", "0ca8722cc24c00ffd73d7b63d3f142c3",
"src/tests/restricted_traces/restricted_traces_autogen.h": "src/tests/restricted_traces/restricted_traces_autogen.h":
"507c9a01781116249e7c2955f7412d23" "52c7c5368a1fb4723c7331cd9d62078b"
} }
\ No newline at end of file
...@@ -6,6 +6,7 @@ asphalt_8/ ...@@ -6,6 +6,7 @@ asphalt_8/
avakin_life/ avakin_life/
aztec_ruins/ aztec_ruins/
brawl_stars/ brawl_stars/
bubble_shooter/
bus_simulator_indonesia/ bus_simulator_indonesia/
candy_crush_500/ candy_crush_500/
car_parking_multiplayer/ car_parking_multiplayer/
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
"avakin_life 1", "avakin_life 1",
"aztec_ruins 1", "aztec_ruins 1",
"brawl_stars 1", "brawl_stars 1",
"bubble_shooter 1",
"bus_simulator_indonesia 1", "bus_simulator_indonesia 1",
"candy_crush_500 1", "candy_crush_500 1",
"car_parking_multiplayer 1", "car_parking_multiplayer 1",
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include "avakin_life/avakin_life_capture_context1.h" #include "avakin_life/avakin_life_capture_context1.h"
#include "aztec_ruins/aztec_ruins_capture_context1.h" #include "aztec_ruins/aztec_ruins_capture_context1.h"
#include "brawl_stars/brawl_stars_capture_context1.h" #include "brawl_stars/brawl_stars_capture_context1.h"
#include "bubble_shooter/bubble_shooter_capture_context5.h"
#include "bus_simulator_indonesia/bus_simulator_indonesia_capture_context1.h" #include "bus_simulator_indonesia/bus_simulator_indonesia_capture_context1.h"
#include "candy_crush_500/candy_crush_500_capture_context1.h" #include "candy_crush_500/candy_crush_500_capture_context1.h"
#include "car_parking_multiplayer/car_parking_multiplayer_capture_context1.h" #include "car_parking_multiplayer/car_parking_multiplayer_capture_context1.h"
...@@ -122,6 +123,11 @@ constexpr angle::PackedEnumMap<RestrictedTraceID, TraceInfo> kTraceInfos = { ...@@ -122,6 +123,11 @@ constexpr angle::PackedEnumMap<RestrictedTraceID, TraceInfo> kTraceInfos = {
{brawl_stars::kReplayContextClientMajorVersion, brawl_stars::kReplayContextClientMinorVersion, {brawl_stars::kReplayContextClientMajorVersion, brawl_stars::kReplayContextClientMinorVersion,
brawl_stars::kReplayFrameStart, brawl_stars::kReplayFrameEnd, brawl_stars::kReplayFrameStart, brawl_stars::kReplayFrameEnd,
brawl_stars::kReplayDrawSurfaceWidth, brawl_stars::kReplayDrawSurfaceHeight, "brawl_stars"}}, brawl_stars::kReplayDrawSurfaceWidth, brawl_stars::kReplayDrawSurfaceHeight, "brawl_stars"}},
{RestrictedTraceID::bubble_shooter,
{bubble_shooter::kReplayContextClientMajorVersion,
bubble_shooter::kReplayContextClientMinorVersion, bubble_shooter::kReplayFrameStart,
bubble_shooter::kReplayFrameEnd, bubble_shooter::kReplayDrawSurfaceWidth,
bubble_shooter::kReplayDrawSurfaceHeight, "bubble_shooter"}},
{RestrictedTraceID::bus_simulator_indonesia, {RestrictedTraceID::bus_simulator_indonesia,
{bus_simulator_indonesia::kReplayContextClientMajorVersion, {bus_simulator_indonesia::kReplayContextClientMajorVersion,
bus_simulator_indonesia::kReplayContextClientMinorVersion, bus_simulator_indonesia::kReplayContextClientMinorVersion,
......
...@@ -139,6 +139,112 @@ angle_restricted_traces = [ ...@@ -139,6 +139,112 @@ angle_restricted_traces = [
], ],
], ],
[ [
"bubble_shooter",
5,
[
"bubble_shooter/bubble_shooter_capture_context5_frame001.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame002.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame003.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame004.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame005.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame006.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame007.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame008.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame009.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame010.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame011.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame012.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame013.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame014.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame015.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame016.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame017.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame018.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame019.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame020.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame021.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame022.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame023.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame024.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame025.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame026.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame027.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame028.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame029.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame030.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame031.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame032.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame033.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame034.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame035.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame036.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame037.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame038.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame039.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame040.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame041.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame042.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame043.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame044.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame045.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame046.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame047.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame048.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame049.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame050.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame051.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame052.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame053.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame054.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame055.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame056.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame057.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame058.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame059.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame060.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame061.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame062.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame063.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame064.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame065.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame066.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame067.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame068.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame069.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame070.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame071.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame072.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame073.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame074.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame075.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame076.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame077.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame078.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame079.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame080.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame081.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame082.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame083.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame084.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame085.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame086.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame087.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame088.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame089.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame090.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame091.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame092.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame093.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame094.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame095.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame096.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame097.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame098.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame099.cpp",
"bubble_shooter/bubble_shooter_capture_context5_frame100.cpp",
],
],
[
"bus_simulator_indonesia", "bus_simulator_indonesia",
1, 1,
[ [
......
...@@ -62,6 +62,7 @@ enum class RestrictedTraceID ...@@ -62,6 +62,7 @@ enum class RestrictedTraceID
avakin_life, avakin_life,
aztec_ruins, aztec_ruins,
brawl_stars, brawl_stars,
bubble_shooter,
bus_simulator_indonesia, bus_simulator_indonesia,
candy_crush_500, candy_crush_500,
car_parking_multiplayer, car_parking_multiplayer,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment