| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 import os | 4 import os |
| 5 | 5 |
| 6 from gpu_test_expectations import GpuTestExpectations | 6 from gpu_test_expectations import GpuTestExpectations |
| 7 | 7 |
| 8 # See the GpuTestExpectations class for documentation. | 8 # See the GpuTestExpectations class for documentation. |
| 9 | 9 |
| 10 class WebGLConformanceExpectations(GpuTestExpectations): | 10 class WebGLConformanceExpectations(GpuTestExpectations): |
| (...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 self.Skip('deqp/data/gles3/shaders/linkage.html', bug=483282) | 489 self.Skip('deqp/data/gles3/shaders/linkage.html', bug=483282) |
| 490 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282) | 490 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282) |
| 491 self.Fail('deqp/data/gles3/shaders/qualification_order.html', bug=483282) | 491 self.Fail('deqp/data/gles3/shaders/qualification_order.html', bug=483282) |
| 492 self.Fail('deqp/data/gles3/shaders/scoping.html', bug=483282) | 492 self.Fail('deqp/data/gles3/shaders/scoping.html', bug=483282) |
| 493 | 493 |
| 494 self.Fail('deqp/framework/opengl/simplereference/referencecontext.html', | 494 self.Fail('deqp/framework/opengl/simplereference/referencecontext.html', |
| 495 bug=483282) | 495 bug=483282) |
| 496 | 496 |
| 497 self.Skip('deqp/functional/gles3/attriblocation.html', bug=483282) | 497 self.Skip('deqp/functional/gles3/attriblocation.html', bug=483282) |
| 498 self.Skip('deqp/functional/gles3/buffercopy.html', bug=483282) | 498 self.Skip('deqp/functional/gles3/buffercopy.html', bug=483282) |
| 499 self.Fail('deqp/functional/gles3/builtinprecision.html', bug=483282) | 499 self.Skip('deqp/functional/gles3/builtinprecision.html', bug=483282) |
| 500 self.Skip('deqp/functional/gles3/draw.html', bug=483282) | 500 self.Skip('deqp/functional/gles3/draw.html', bug=483282) |
| 501 self.Fail('deqp/functional/gles3/fbocolorbuffer.html', bug=483282) | 501 self.Fail('deqp/functional/gles3/fbocolorbuffer.html', bug=483282) |
| 502 self.Fail('deqp/functional/gles3/fbocompleteness.html', bug=483282) | 502 self.Fail('deqp/functional/gles3/fbocompleteness.html', bug=483282) |
| 503 self.Fail('deqp/functional/gles3/fbodepthbuffer.html', bug=483282) | 503 self.Fail('deqp/functional/gles3/fbodepthbuffer.html', bug=483282) |
| 504 self.Skip('deqp/functional/gles3/fbomultisample.html', bug=483282) | 504 self.Skip('deqp/functional/gles3/fbomultisample.html', bug=483282) |
| 505 self.Fail('deqp/functional/gles3/fborender.html', bug=483282) | 505 self.Fail('deqp/functional/gles3/fborender.html', bug=483282) |
| 506 self.Fail('deqp/functional/gles3/fbostencilbuffer.html', bug=483282) | 506 self.Fail('deqp/functional/gles3/fbostencilbuffer.html', bug=483282) |
| 507 self.Fail('deqp/functional/gles3/fragdepth.html', bug=483282) | 507 self.Fail('deqp/functional/gles3/fragdepth.html', bug=483282) |
| 508 self.Skip('deqp/functional/gles3/fragmentoutput.html', bug=483282) | 508 self.Skip('deqp/functional/gles3/fragmentoutput.html', bug=483282) |
| 509 self.Skip('deqp/functional/gles3/framebufferblit.html', bug=483282) | 509 self.Skip('deqp/functional/gles3/framebufferblit.html', bug=483282) |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 624 self.Fail('conformance2/rendering/instanced-arrays.html', | 624 self.Fail('conformance2/rendering/instanced-arrays.html', |
| 625 ['mac'], bug=483282) | 625 ['mac'], bug=483282) |
| 626 self.Fail('deqp/functional/gles3/vertexarrayobject.html', | 626 self.Fail('deqp/functional/gles3/vertexarrayobject.html', |
| 627 ['mac'], bug=483282) | 627 ['mac'], bug=483282) |
| 628 self.Fail('deqp/functional/gles3/shaderswitch.html', | 628 self.Fail('deqp/functional/gles3/shaderswitch.html', |
| 629 ['mac'], bug=483282) | 629 ['mac'], bug=483282) |
| 630 | 630 |
| 631 # Linux only. | 631 # Linux only. |
| 632 self.Fail('deqp/functional/gles3/shaderswitch.html', | 632 self.Fail('deqp/functional/gles3/shaderswitch.html', |
| 633 ['linux'], bug=483282) | 633 ['linux'], bug=483282) |
| OLD | NEW |