Commit 6b837109 by Cody Northrop Committed by Angle LUCI CQ

Tests: Add Subway Princess Runner trace

Test: angle_perftests --gtest_filter="*subway_princess_runner*" Tbr: jmadill@google.com,timvp@google.com Bug: b/189794097 Change-Id: I79ed00da91e0f304bf3899a0ab9ebfd2c1426739 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2929460Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Commit-Queue: Cody Northrop <cnorthrop@google.com>
parent c072daec
...@@ -1382,6 +1382,16 @@ deps = { ...@@ -1382,6 +1382,16 @@ deps = {
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_restricted_traces', 'condition': 'checkout_angle_restricted_traces',
}, },
'src/tests/restricted_traces/subway_princess_runner': {
'packages': [
{
'package': 'angle/traces/subway_princess_runner',
'version': 'version:1',
},
],
'dep_type': 'cipd',
'condition': 'checkout_angle_restricted_traces',
},
'src/tests/restricted_traces/subway_surfers': { 'src/tests/restricted_traces/subway_surfers': {
'packages': [ 'packages': [
{ {
......
{ {
"src/tests/restricted_traces/.gitignore": "src/tests/restricted_traces/.gitignore":
"ba2b0f5fc7c2cec651cc3198b8338afa", "4fc38021f1d007f9747c5f0aab2a69e9",
"src/tests/restricted_traces/gen_restricted_traces.py": "src/tests/restricted_traces/gen_restricted_traces.py":
"f700505c2ba8299a6ce68962763d7f2d", "f700505c2ba8299a6ce68962763d7f2d",
"src/tests/restricted_traces/restricted_traces.json": "src/tests/restricted_traces/restricted_traces.json":
"1b620a0c21842f4f3440c2251081187f", "1d682b7993ab52c02b4d62e73f5dd56e",
"src/tests/restricted_traces/restricted_traces_autogen.cpp": "src/tests/restricted_traces/restricted_traces_autogen.cpp":
"e807d0cbdb28e53dc3f0e506085cbb4c", "28c859c9ea919ab788674bfd64202964",
"src/tests/restricted_traces/restricted_traces_autogen.gni": "src/tests/restricted_traces/restricted_traces_autogen.gni":
"8abf0ffd1907d993c133f1a55e1e61fc", "c84fc442c8f5f388a1c32930f104f167",
"src/tests/restricted_traces/restricted_traces_autogen.h": "src/tests/restricted_traces/restricted_traces_autogen.h":
"8800de99917196d267d56dc37eee03e5" "c48072a120e2aa305fa8324d0cfe5ede"
} }
\ No newline at end of file
...@@ -74,6 +74,7 @@ slingshot_test1/ ...@@ -74,6 +74,7 @@ slingshot_test1/
slingshot_test2/ slingshot_test2/
sniper_3d/ sniper_3d/
standoff_2/ standoff_2/
subway_princess_runner/
subway_surfers/ subway_surfers/
summoners_war/ summoners_war/
talking_tom_hero_dash/ talking_tom_hero_dash/
......
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
"slingshot_test2 1", "slingshot_test2 1",
"sniper_3d 1", "sniper_3d 1",
"standoff_2 1", "standoff_2 1",
"subway_princess_runner 1",
"subway_surfers 1", "subway_surfers 1",
"summoners_war 1", "summoners_war 1",
"talking_tom_hero_dash 1", "talking_tom_hero_dash 1",
......
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
#include "slingshot_test2/slingshot_test2_capture_context2.h" #include "slingshot_test2/slingshot_test2_capture_context2.h"
#include "sniper_3d/sniper_3d_capture_context1.h" #include "sniper_3d/sniper_3d_capture_context1.h"
#include "standoff_2/standoff_2_capture_context1.h" #include "standoff_2/standoff_2_capture_context1.h"
#include "subway_princess_runner/subway_princess_runner_capture_context2.h"
#include "subway_surfers/subway_surfers_capture_context1.h" #include "subway_surfers/subway_surfers_capture_context1.h"
#include "summoners_war/summoners_war_capture_context2.h" #include "summoners_war/summoners_war_capture_context2.h"
#include "talking_tom_hero_dash/talking_tom_hero_dash_capture_context1.h" #include "talking_tom_hero_dash/talking_tom_hero_dash_capture_context1.h"
...@@ -475,6 +476,12 @@ constexpr angle::PackedEnumMap<RestrictedTraceID, TraceInfo> kTraceInfos = { ...@@ -475,6 +476,12 @@ constexpr angle::PackedEnumMap<RestrictedTraceID, TraceInfo> kTraceInfos = {
{standoff_2::kReplayContextClientMajorVersion, standoff_2::kReplayContextClientMinorVersion, {standoff_2::kReplayContextClientMajorVersion, standoff_2::kReplayContextClientMinorVersion,
standoff_2::kReplayFrameStart, standoff_2::kReplayFrameEnd, standoff_2::kReplayFrameStart, standoff_2::kReplayFrameEnd,
standoff_2::kReplayDrawSurfaceWidth, standoff_2::kReplayDrawSurfaceHeight, "standoff_2"}}, standoff_2::kReplayDrawSurfaceWidth, standoff_2::kReplayDrawSurfaceHeight, "standoff_2"}},
{RestrictedTraceID::subway_princess_runner,
{subway_princess_runner::kReplayContextClientMajorVersion,
subway_princess_runner::kReplayContextClientMinorVersion,
subway_princess_runner::kReplayFrameStart, subway_princess_runner::kReplayFrameEnd,
subway_princess_runner::kReplayDrawSurfaceWidth,
subway_princess_runner::kReplayDrawSurfaceHeight, "subway_princess_runner"}},
{RestrictedTraceID::subway_surfers, {RestrictedTraceID::subway_surfers,
{subway_surfers::kReplayContextClientMajorVersion, {subway_surfers::kReplayContextClientMajorVersion,
subway_surfers::kReplayContextClientMinorVersion, subway_surfers::kReplayFrameStart, subway_surfers::kReplayContextClientMinorVersion, subway_surfers::kReplayFrameStart,
......
...@@ -3781,6 +3781,22 @@ angle_restricted_traces = [ ...@@ -3781,6 +3781,22 @@ angle_restricted_traces = [
], ],
], ],
[ [
"subway_princess_runner",
2,
[
"subway_princess_runner/subway_princess_runner_capture_context2_frame001.cpp",
"subway_princess_runner/subway_princess_runner_capture_context2_frame002.cpp",
"subway_princess_runner/subway_princess_runner_capture_context2_frame003.cpp",
"subway_princess_runner/subway_princess_runner_capture_context2_frame004.cpp",
"subway_princess_runner/subway_princess_runner_capture_context2_frame005.cpp",
"subway_princess_runner/subway_princess_runner_capture_context2_frame006.cpp",
"subway_princess_runner/subway_princess_runner_capture_context2_frame007.cpp",
"subway_princess_runner/subway_princess_runner_capture_context2_frame008.cpp",
"subway_princess_runner/subway_princess_runner_capture_context2_frame009.cpp",
"subway_princess_runner/subway_princess_runner_capture_context2_frame010.cpp",
],
],
[
"subway_surfers", "subway_surfers",
1, 1,
[ [
......
...@@ -130,6 +130,7 @@ enum class RestrictedTraceID ...@@ -130,6 +130,7 @@ enum class RestrictedTraceID
slingshot_test2, slingshot_test2,
sniper_3d, sniper_3d,
standoff_2, standoff_2,
subway_princess_runner,
subway_surfers, subway_surfers,
summoners_war, summoners_war,
talking_tom_hero_dash, talking_tom_hero_dash,
......
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