KhronosGroup / KhronosGroup/WebGL
Improve test-runner to support generating conformance test results
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 2.9k
- Forks
- 704
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 4
Description
Currently the test-runner is designed mainly for GPU vendors to test their drivers. However, it would be great to enhance it to generate WebGL conformance suite submissions for browser vendors.
The following changes would need to be made in order to do this:
- Add an optional command line argument to re-enable the GPU driver bug workarounds the browser may have. (The default must continue to be to disable these workarounds.)
- The harness would need to gather OS, GPU and graphics driver version information and add them to the results.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the test-runner CLI and harness described in the issue, focusing on how driver workarounds are controlled and how results are assembled. Done means an optional argument can re-enable browser GPU workarounds while the default remains disabled, and conformance results include OS, GPU, and graphics driver versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- testing, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100