-
Notifications
You must be signed in to change notification settings - Fork 862
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
11.1.0: test suite is failing #2494
Comments
Thank you for pointing out the previous error. That is very helpful. It suggests that this is a problem not with the current glslang configuration, but a longer standing problem with glslang on Linux. |
OK. After some investigation I have learned this much... The "error" you are seeing is NOT really erroneous behavior on the part of glslangValidator on Linux. It is a problem with incorrect expected test results generated by an incorrectly behaving glslangValidator on Windows. I will shortly fix glslangValidator on Windows and fix the expected test results. Shall I tag the new commit with 11.1.1? |
I thing that it is not so critical :) but I think as well that other peple may be reporting that issu eas well so probably it would be good to have clean tagged version. Thx for quick reply. |
``
$ rpm -qa ^spirv*
spirv-tools-libs-2020.6-2.fc34.x86_64
spirv-tools-2020.6-2.fc34.x86_64
spirv-headers-devel-1.5.4.raytracing-2.fc34.noarch
spirv-tools-devel-2020.6-2.fc34.x86_64
make: Entering directory '/home/tkloczko/rpmbuild/BUILD/glslang-11.1.0/x86_64-redhat-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process --output-on-failure
Test project /home/tkloczko/rpmbuild/BUILD/glslang-11.1.0/x86_64-redhat-linux-gnu
Start 1: glslang-testsuite
1/1 Test Format README using markdown. #1: glslang-testsuite ................***Failed 7.37 sec
Running reflection...
Comparing single thread to multithread for all tests in current directory...
Running entry-point renaming tests
Running ill-defined uncalled function
Tests Succeeded.
Running explicit stage test and compound suffix tests
Running hlsl offsets
Running hlsl offsets
Configuring HLSL descriptor set and binding number manually
Testing per-descriptor-set IO map shift
Testing SPV no location
Testing SPV Debug Information
2,3d1
< error: SPIRV-Tools Validation Errors
< error: Invalid SPIR-V binary version 1.3 for target environment SPIR-V 1.0 (under OpenGL 4.5 semantics).
Testing Includer
Testing -D and -U
Testing --client and --target-env
spv.targetVulkan.vert
spv.targetOpenGL.vert
spv.targetVulkan.vert
spv.targetVulkan.vert
spv.targetVulkan.vert
spv.targetOpenGL.vert
spv.targetVulkan.vert
spv.targetOpenGL.vert
spv.targetVulkan.vert
Testing GLSL entry point rename
Testing remapper error handling
Testing position Y inversion
Testing hlsl_functionality1
Testing HLSL-specific PP feature expansion
Testing nan-clamp
Tests Failed.
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 7.37 sec
The following tests FAILED:
1 - glslang-testsuite (Failed)
Errors while running CTest
make: *** [Makefile:140: test] Error 8
make: Leaving directory '/home/tkloczko/rpmbuild/BUILD/glslang-11.1.0/x86_64-redhat-linux-gnu'
The text was updated successfully, but these errors were encountered: