KhronosGroup / KhronosGroup/WebGL
Add conformance tests for declaring empty arrays
Open
Beginner friendly
- Dominant language
- HTML
- Stars
- 2.9k
- Forks
- 703
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 4
Description
We do not have coverage for declaring empty arrays. We should test both:
float f[];
float f[0];
We already have tests for negative size inside ogles/GL/build/array*
Contributor guide
Research direction
Start with the existing tests under ogles/GL/build/array*, which already cover negative array sizes. Add conformance tests for float f[] and float f[0], then run the relevant array test suite and confirm both declarations are covered.
Written by the indexing model from the issue text.
Assessment
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100