Skip to content

Commit

Permalink
Cleanup EGLMakeCurrentPerfTest instantiation
Browse files Browse the repository at this point in the history
Bug: angleproject:2735, chromium:1180570
Change-Id: Iddf97121c36a0e27bda5676212690574efe8a83d
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2716613
Reviewed-by: Jamie Madill <[email protected]>
Commit-Queue: Yuly Novikov <[email protected]>
  • Loading branch information
y-novikov authored and Commit Bot committed Feb 25, 2021
1 parent ba233b6 commit d3cde02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/perf_tests/EGLMakeCurrentPerf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,14 @@ TEST_P(EGLMakeCurrentPerfTest, Run)
}

GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(EGLMakeCurrentPerfTest);
// We want to run this test on GL(ES) and Vulkan everywhere except Android
#if !defined(ANGLE_PLATFORM_ANDROID)
ANGLE_INSTANTIATE_TEST(EGLMakeCurrentPerfTest,
angle::ES2_D3D11(),
angle::ES2_METAL(),
angle::ES2_OPENGL(),
angle::ES2_OPENGLES(),
angle::ES2_VULKAN());
#else
ANGLE_INSTANTIATE_TEST(EGLMakeCurrentPerfTest, angle::ES2_D3D11());
#endif

} // namespace

0 comments on commit d3cde02

Please sign in to comment.