-
Notifications
You must be signed in to change notification settings - Fork 43
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
Decompression Layer Testing fails on Pixel 7 and Galaxy S23 #312
Comments
FYI @vkushwaha-nv |
Testing passes on a GalaxyS22 so the bug isn't as simple as not working on Android. |
Was this recently enabled? Trying to understand why wasn't this seen before. |
The LunarG CI is being updated with a newer Android device. This issue was found on the pixel7 which is the newer device. |
Can you please attach or email me the full failing log with additional logging enabled? see in decompresison.cpp on how to turn on logging : #define kLayerSettingsLogging "logging" |
|
To be able to update the CI on this repository to the Pixel 7 device, the test for this layer has been added to a blacklist to prevent it from running. Once this layer is corrected to operate correctly on the Pixel 7, the test can be removed from the blacklist. |
@vkushwaha-nv The tests are failing on Samsung Galaxy S23 Ultra as well |
Can we check if this fixes the issue? |
Note these tests also fail on MacOS with MoltenVK. |
You'll need to remove the skips added explicitly for MacOS. Currently testing skips decompression layer testing if it detects the portability layer. |
Seeing the following tests fail on a pixel 7 device:
You can duplicate this issue by running a manual-Vulkan-ExtensionLayer test, then selecting
tcubuand2
as the NODE, and putting--devices pixel_7
into the ARGS option so it only runs on the pixel 7.Test run link: http://tcubuser:8080/view/Manual/job/manual-Vulkan-ExtensionLayer/15/artifact/vulkantest-results/Pixel_7-33301FDH2005F6/out.txt
The text was updated successfully, but these errors were encountered: