-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
testqgs3drendering: Add a unit test for phong textured material #58188
Conversation
Tests failed for Qt 5One or more tests failed using the build from commit 426997a polygon3d_extrusion_textured_phong (testExtrudedPolygonsTexturedPhong)polygon3d_extrusion_textured_phongTest failed at testExtrudedPolygonsTexturedPhong at tests/src/3d/testqgs3drendering.cpp:535
The full test report (included comparison of rendered vs expected images) can be found here. Further documentation on the QGIS test infrastructure can be found in the Developer's Guide. |
Tests failed for Qt 6One or more tests failed using the build from commit 5e71c6e polygon3d_extrusion_textured_phong (testExtrudedPolygonsTexturedPhong)polygon3d_extrusion_textured_phongTest failed at testExtrudedPolygonsTexturedPhong at tests/src/3d/testqgs3drendering.cpp:532 Rendered image did not match tests/testdata/control_images/3d/expected_polygon3d_extrusion_textured_phong/expected_polygon3d_extrusion_textured_phong.png (found 4816 pixels different) The full test report (included comparison of rendered vs expected images) can be found here. Further documentation on the QGIS test infrastructure can be found in the Developer's Guide. |
5e71c6e
to
3ca28df
Compare
I can't explain that! Maybe just skip it on ci for qt5 builds.... A test which works on qt6 alone (and locally) is still better than no test at all 🙃 |
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
3ca28df
to
426997a
Compare
This test does not work on CI for Qt 5.
426997a
to
8f378bf
Compare
Done. The test is now skipped on CI for Qt5. |
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
Description
The qt6 version works. The qt5 version works on my machine. It fails on the CI with a wrong color. I don't know what happens here.
cc @nyalldawson
qt5 expected image
qt5 ci result