Commit a10d694e by jchen10 Committed by Commit Bot

Remove StateChangeRenderTest suppression

The failed DepthRangeUpdates case can pass on 26.20.100.8141 now. Bug: angleproject:2844 Change-Id: I1398ab6c4676c1a6bc8f9514b1559ac1e37ed086 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2096337Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent cf023b3a
...@@ -794,9 +794,6 @@ TEST_P(StateChangeRenderTest, GenerateMipmap) ...@@ -794,9 +794,6 @@ TEST_P(StateChangeRenderTest, GenerateMipmap)
// Tests that gl_DepthRange syncs correctly after a change. // Tests that gl_DepthRange syncs correctly after a change.
TEST_P(StateChangeRenderTest, DepthRangeUpdates) TEST_P(StateChangeRenderTest, DepthRangeUpdates)
{ {
// http://anglebug.com/2598: Seems to be an Intel driver bug.
ANGLE_SKIP_TEST_IF(IsIntel() && IsOpenGL() && IsWindows());
constexpr char kFragCoordShader[] = R"(void main() constexpr char kFragCoordShader[] = R"(void main()
{ {
if (gl_DepthRange.near == 0.2) if (gl_DepthRange.near == 0.2)
......
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