Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync ShaderDerivateTests with upstream CTS #3676

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions sdk/tests/deqp/framework/common/tcuSkipList.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,25 +189,6 @@ goog.scope(function() {
// Also see conformance2/rendering/blitframebuffer-stencil-only.html for 2.0.1 test.
_skip("blit.depth_stencil.depth24_stencil8_scale");
_skip("blit.depth_stencil.depth24_stencil8_stencil_only");

_setReason("Removed from native dEQP mustpass. Not passable on Adreno.");
// These tests have been skipped in native dEQP since 2015:
// https://android.googlesource.com/platform/external/deqp/+/ea026b329e6bf73f109cda914c90f08d5f7a5b8d
// They do not pass on Android/Qualcomm (Google Pixel 1, Pixel 3).
// It's not clear if the tests or the hardware are out-of-spec, but there's nothing we can do about it right now.
// See also: crbug.com/695679
_skip("derivate.dfdy.fbo_float.float_highp");
_skip("derivate.dfdy.fbo_float.vec2_highp");
_skip("derivate.dfdy.fbo_float.vec3_highp");
_skip("derivate.dfdy.fbo_float.vec4_highp");
_skip("derivate.dfdy.nicest.fbo_float.float_highp");
_skip("derivate.dfdy.nicest.fbo_float.vec2_highp");
_skip("derivate.dfdy.nicest.fbo_float.vec3_highp");
_skip("derivate.dfdy.nicest.fbo_float.vec4_highp");
_skip("derivate.dfdy.fastest.fbo_float.float_highp");
_skip("derivate.dfdy.fastest.fbo_float.vec2_highp");
_skip("derivate.dfdy.fastest.fbo_float.vec3_highp");
_skip("derivate.dfdy.fastest.fbo_float.vec4_highp");
} // if (!runSkippedTests)

/*
Expand Down
Loading
Loading