KhronosGroup / KhronosGroup/WebGL

Add conformance tests for declaring empty arrays

Open Beginner friendly
#282 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.