Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(904)

Side by Side Diff: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py

Issue 1954503002: Remove a webgl 2 conformance test from flaky list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation s 4 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation s
5 5
6 # See the GpuTestExpectations class for documentation. 6 # See the GpuTestExpectations class for documentation.
7 7
8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
9 def __init__(self, conformance_path): 9 def __init__(self, conformance_path):
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path)
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 411
412 # Linux only. 412 # Linux only.
413 self.Fail('deqp/data/gles3/shaders/functions.html', 413 self.Fail('deqp/data/gles3/shaders/functions.html',
414 ['linux'], bug=483282) 414 ['linux'], bug=483282)
415 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', 415 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
416 ['linux'], bug=483282) 416 ['linux'], bug=483282)
417 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 417 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
418 ['linux'], bug=483282) 418 ['linux'], bug=483282)
419 self.Fail('conformance2/rendering/draw-buffers.html', 419 self.Fail('conformance2/rendering/draw-buffers.html',
420 ['linux'], bug=483282) 420 ['linux'], bug=483282)
421 # Flaky because the virtual gl contexts implementation calls glUseProgram
422 # while a transform feedback is active.
423 self.Flaky('deqp/functional/gles3/negativeshaderapi.html',
424 ['linux'], bug=483282)
425 421
426 self.Skip('deqp/data/gles3/shaders/qualification_order.html', 422 self.Skip('deqp/data/gles3/shaders/qualification_order.html',
427 ['linux', 'amd', 'intel'], bug=483282) 423 ['linux', 'amd', 'intel'], bug=483282)
428 self.Fail('deqp/functional/gles3/clipping.html', 424 self.Fail('deqp/functional/gles3/clipping.html',
429 ['linux', 'amd', 'intel'], bug=483282) 425 ['linux', 'amd', 'intel'], bug=483282)
430 426
431 # Linux NVIDIA only. 427 # Linux NVIDIA only.
432 self.Fail('conformance2/glsl3/array-complex-indexing.html', 428 self.Fail('conformance2/glsl3/array-complex-indexing.html',
433 ['linux', 'nvidia'], bug=606498) 429 ['linux', 'nvidia'], bug=606498)
434 self.Fail('deqp/functional/gles3/fbostatequery.html', 430 self.Fail('deqp/functional/gles3/fbostatequery.html',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 # self.Fail(page_name, 544 # self.Fail(page_name,
549 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 545 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
550 # self.Fail(page_name, 546 # self.Fail(page_name,
551 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 547 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
552 548
553 # Conflicts if between a generic os condition and a specific version 549 # Conflicts if between a generic os condition and a specific version
554 # self.Fail(page_name, 550 # self.Fail(page_name,
555 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 551 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
556 # self.Fail(page_name, 552 # self.Fail(page_name,
557 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 553 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698