diff options
author | ihf@chromium.org <ihf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-30 07:20:16 +0000 |
---|---|---|
committer | ihf@chromium.org <ihf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-30 07:20:16 +0000 |
commit | a4158a34d3171c43c775f9eebd15a4855058da63 (patch) | |
tree | ded6de75933323ae62ff5ff57df4a9d4dfb50346 /content | |
parent | 99a7bfe48178c9b8deb51a60ec0b9e4106cded65 (diff) | |
download | chromium_src-a4158a34d3171c43c775f9eebd15a4855058da63.zip chromium_src-a4158a34d3171c43c775f9eebd15a4855058da63.tar.gz chromium_src-a4158a34d3171c43c775f9eebd15a4855058da63.tar.bz2 |
Add ChromeOS expectation to gpu webgl conformance.
The lab logs show us that
conformance/ogles/GL/build/build_009_to_016.html
is intermittent on all Atom Chromebooks.
BUG=chromium:378938
TEST=None
Review URL: https://codereview.chromium.org/301323002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273750 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/test/gpu/gpu_tests/webgl_conformance_expectations.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py index f1d4b52..de6918e 100644 --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py @@ -177,6 +177,8 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations): ['chromeos', ('intel', 0xa011)], bug=375554) self.Fail('conformance/ogles/GL/atan/atan_001_to_008.html', ['chromeos', ('intel', 0xa011)], bug=375554) + self.Fail('conformance/ogles/GL/build/build_009_to_016.html', + ['chromeos', ('intel', 0xa011)], bug=378938) self.Fail('conformance/ogles/GL/control_flow/control_flow_001_to_008.html', ['chromeos', ('intel', 0xa011)], bug=375554) self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html', |