diff options
author | Ricardo Garcia <rgarcia@igalia.com> | 2020-03-25 17:43:42 +0100 |
---|---|---|
committer | Alexander Galazin <Alexander.Galazin@arm.com> | 2020-04-09 04:10:38 -0400 |
commit | 303de9db993b58cee1bdcc7b01db72b5d23712a8 (patch) | |
tree | 36baca7bf051897068703cf769d167fe5bb639bb /README.md | |
parent | ecebf95a54d78a061f7138ad451b45d4ec88d219 (diff) | |
download | VK-GL-CTS-303de9db993b58cee1bdcc7b01db72b5d23712a8.tar.gz VK-GL-CTS-303de9db993b58cee1bdcc7b01db72b5d23712a8.tar.bz2 VK-GL-CTS-303de9db993b58cee1bdcc7b01db72b5d23712a8.zip |
Add tool to view TestResults.qpa images
This commit adds a self-contained, single-page web app to view images
contained in TestResults.qpa files, usually saved there when a test
fails.
To use it, just open the HTML file with a web browser.
VK-GL-CTS issue: 2281
Change-Id: I40fa637037a2b6ea5aef140055a749a2ed440edf
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -10,8 +10,10 @@ Documentation Up-to-date documentation for the dEQP is available at [Android Open Source Project site](http://source.android.com/devices/graphics/testing.html). -The .qpa logs generated by the conformance tests may contain embedded png images of the results. -These can be viewed with the [Cherry](https://android.googlesource.com/platform/external/cherry/+/master) +The .qpa logs generated by the conformance tests may contain embedded PNG images of the results. +These can be viewed with `scripts/qpa_image_viewer.html`, by opening the file +with a web browser and following its instructions, or using the +[Cherry](https://android.googlesource.com/platform/external/cherry/+/master) tool. Khronos Vulkan Conformance Tests @@ -49,4 +51,4 @@ be generated with `--abis arm64-v8a`, issue the following commands: The `--angle-path ~/chromium/src/out/Release/` option can then be used to link against and embed the ANGLE shared object files. The full command would be: - python scripts/android/build_apk.py --sdk <path to Android SDK> --ndk <path to Android NDK> --abis arm64-v8a --angle-path ~/chromium/src/out/Release/
\ No newline at end of file + python scripts/android/build_apk.py --sdk <path to Android SDK> --ndk <path to Android NDK> --abis arm64-v8a --angle-path ~/chromium/src/out/Release/ |