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

tests: update tests' glslangvalidator version #1275

Merged
merged 2 commits into from
Oct 28, 2022

Conversation

Keenuts
Copy link
Member

@Keenuts Keenuts commented Oct 28, 2022

SPIRV-Tools CI started to fail because glslang version bumped (KhronosGroup/SPIRV-Tools#4970)

Signed-off-by: Nathan Gauër brioche@google.com

glslang bumped its major from 10 to 11. Fixing tests.

Signed-off-by: Nathan Gauër <brioche@google.com>
This test counts the number of new lines in the produces binary.
It iterates over the bytes, and searchs the for '\n' char.
'\n' is 0xA in ASCII, but ASCII is used for other things, like
a number (here GLSL version number).

Updating the newline count.

Signed-off-by: Nathan Gauër <brioche@google.com>
@Keenuts Keenuts marked this pull request as ready for review October 28, 2022 16:21
@alan-baker alan-baker merged commit dc9d28a into google:main Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants