Commit 49a68f18 by Jamie Madill Committed by Commit Bot

Add RegisterContextCompatibilityTests stub.

We'll call this function from the Chromium angle_end2end_tests main. First this CL needs to roll into Chrome. Then we can make a second CL in ANGLE to change the way the EGLContextCompatibilityTests are set up. This is to break up the slow tests into smaller pieces. See the issue for more details. Bug: angleproject:4449 Change-Id: Icc10679c61fd2f7a5e396f7a310ffcfd0b45893b Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2082133 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent daf6e471
...@@ -394,6 +394,9 @@ TEST_P(EGLContextCompatibilityTest, PbufferDifferentConfig) ...@@ -394,6 +394,9 @@ TEST_P(EGLContextCompatibilityTest, PbufferDifferentConfig)
} }
} }
// TODO(jmadill): Register tests dynamically. http://anglebug.com/4449
ANGLE_MAYBE_UNUSED void RegisterContextCompatibilityTests() {}
ANGLE_INSTANTIATE_TEST(EGLContextCompatibilityTest, ANGLE_INSTANTIATE_TEST(EGLContextCompatibilityTest,
WithNoFixture(ES2_D3D9()), WithNoFixture(ES2_D3D9()),
WithNoFixture(ES2_D3D11()), WithNoFixture(ES2_D3D11()),
......
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