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

[WebGL][Tests] Preserve Drawing buffer conformance test fails. #144

Closed
kalyankondapally opened this issue Nov 29, 2013 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@kalyankondapally
Copy link
Contributor

Steps to reproduce:
Run WebGL Conformance test locally:

content/test/gpu/run_gpu_test --browser=exact --browser-executable=out/Debug/chrome --extra-browser-args=--no-sandbox webgl_conformance --webgl-conformance-version=1.0.3 -v --page-filter=context-attribute-preserve-drawing-buffer

Expected result:
Test passed.

Actual result:
Test failed.

Dependency: #29.
Blocks: #143 .
SubTasks: None.
Works on Chromium-X11: Yes.

@kalyankondapally
Copy link
Contributor Author

[ RUN ] WebglConformance.conformance_context_context_attribute_preserve_drawing_buffer
INFO:root:Running file://conformance/context/context-attribute-preserve-drawing-buffer.html
WARNING:root:file://conformance/context/context-attribute-preserve-drawing-buffer.html:
Traceback (most recent call last):
File "content/test/gpu/../../../tools/telemetry/telemetry/page/page_runner.py", line 442, in _RunPage
test.Run(finder_options, page, page_state.tab, results)
File "content/test/gpu/../../../tools/telemetry/telemetry/page/page_test.py", line 218, in Run
self._test_method(page, tab, results)
File "/home/kalyan/chromium/src/content/test/gpu/gpu_tests/webgl_conformance.py", line 66, in ValidatePage
raise page_test.Failure(_WebGLTestMessages(tab))
Failure: requestAnimationFrame
cancelAnimationFrame
Did not render ok with preserveDrawingBuffer false.

Traceback (most recent call last):
File "content/test/gpu/../../../tools/telemetry/telemetry/page/page_runner.py", line 442, in _RunPage
test.Run(finder_options, page, page_state.tab, results)
File "content/test/gpu/../../../tools/telemetry/telemetry/page/page_test.py", line 218, in Run
self._test_method(page, tab, results)
File "/home/kalyan/chromium/src/content/test/gpu/gpu_tests/webgl_conformance.py", line 66, in ValidatePage
raise page_test.Failure(_WebGLTestMessages(tab))
Failure: requestAnimationFrame
cancelAnimationFrame
Did not render ok with preserveDrawingBuffer false.

[ FAILED ] WebglConformance.conformance_context_context_attribute_preserve_drawing_buffer (548 ms)

@kalyankondapally
Copy link
Contributor Author

Can't reproduce this anymore.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant