Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
WebGL2: Update ASSERTing Windows failure to Skip.
Browse files Browse the repository at this point in the history
read-pixels-pack-parameters is asserting in Debug and failing in
Release. Update the expectations to fix the tests on the bots.

BUG=483282,563714
[email protected]

Review URL: https://codereview.chromium.org/1610643002

Cr-Commit-Position: refs/heads/master@{#370415}
  • Loading branch information
null77 authored and Commit bot committed Jan 20, 2016
1 parent d10b490 commit a72c69a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def SetExpectations(self):
['win'], bug=483282)
self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
['win'], bug=483282)
self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
self.Skip('conformance2/reading/read-pixels-pack-parameters.html',
['win'], bug=483282)
self.Fail('conformance2/textures/misc/gl-get-tex-parameter.html',
['win'], bug=483282)
Expand Down

0 comments on commit a72c69a

Please sign in to comment.