Skip to content

android: [render-validation] add more test result details#9812

Merged
poweifeng merged 2 commits intomainfrom
pf/android-render-val-add-info
Mar 19, 2026
Merged

android: [render-validation] add more test result details#9812
poweifeng merged 2 commits intomainfrom
pf/android-render-val-add-info

Conversation

@poweifeng
Copy link
Contributor

Add the following information:

  • Android build fingerprint, version
  • GPU driver name, info, vendor name
  • Time elapsed for test
  • Rendered images (as oppose to diff image)

filament-utils:

  • Add DeviceUtils to hook into Platform methods for reading out strings about gpu vendor, driver.

Fix "tolerance" in test definition

@poweifeng poweifeng added the internal Issue/PR does not affect clients label Mar 18, 2026
Comment on lines +44 to +52
if (!deviceName.empty()) fullInfo += deviceName.c_str();
if (!driverName.empty()) {
if (!fullInfo.empty()) fullInfo += " | ";
fullInfo += driverName.c_str();
}
if (!driverInfo.empty()) {
if (!fullInfo.empty()) fullInfo += " | ";
fullInfo += driverInfo.c_str();
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bit is repeated down below. Maybe refactor to a helper function?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point! I simplified this.

Add the following information:
 - Android build fingerprint, version
 - GPU driver name, info, vendor name
 - Time elapsed for test
 - Rendered images (as oppose to diff image)

filament-utils:
 - Add DeviceUtils to hook into Platform methods for reading out
   strings about gpu vendor, driver.

Fix "tolerance" in test definition
@poweifeng poweifeng force-pushed the pf/android-render-val-add-info branch from a7b1260 to d184ba5 Compare March 19, 2026 21:58
@poweifeng poweifeng enabled auto-merge (squash) March 19, 2026 22:30
@poweifeng poweifeng merged commit d65589b into main Mar 19, 2026
18 checks passed
@poweifeng poweifeng deleted the pf/android-render-val-add-info branch March 19, 2026 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Issue/PR does not affect clients

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants