Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an in-browser implementation of the integration test harness #4190

Closed
anandthakker opened this issue Feb 2, 2017 · 3 comments
Closed

Comments

@anandthakker
Copy link
Contributor

I think creating an in-browser version of suite_implementation.js would ease / speed up the process of working on shaders and other rendering logic, as it would allow a flow where you load up one of the relevant render tests in the browser, possibly set breakpoints & inspect, possibly use chrome's WebGL debugging extension, and easily refresh to check changes.

@ansis
Copy link
Contributor

ansis commented May 8, 2017

This would also let us run all the render tests in all the actual browsers and hopefully catch some browser-specific bugs.

@mourner
Copy link
Member

mourner commented May 8, 2017

There's also a chance we could then run this on CI using CPU drivers for GL https://github.com/google/swiftshader + headless Chrome

@asheemmamoowala
Copy link
Contributor

This was done in #8584 and cbf6229

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

No branches or pull requests

4 participants