Commit 3d4dfa67 by Yuly Novikov Committed by Commit Bot

doc: Update TestResults.qpa location on Android

Bug: angleproject:1944 Change-Id: I2f4e8f70af8590bca54967cd0d65b4399d6c43e8 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1709234Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 9c78f592
...@@ -127,8 +127,9 @@ adb shell am start -a android.intent.action.MAIN -n org.chromium.native_test/.Na ...@@ -127,8 +127,9 @@ adb shell am start -a android.intent.action.MAIN -n org.chromium.native_test/.Na
``` ```
After the tests finish, get the results with After the tests finish, get the results with
``` ```
adb pull /sdcard/chromium_tests_root/angledata/TestResults.qpa . adb pull /sdcard/chromium_tests_root/third_party/angle/third_party/deqp/src/data/TestResults.qpa .
``` ```
Note: this location might change, one can double-check with `adb logcat -d | grep qpa`.
In order to run GPU telemetry tests, build `chrome_public_apk` target. Then follow [GPU Testing](http://www.chromium.org/developers/testing/gpu-testing#TOC-Running-the-GPU-Tests-Locally) doc, using `--browser=android-chromium` argument. Make sure to set your `CHROMIUM_OUT_DIR` environment variable, so that your browser is found, otherwise the stock one will run. In order to run GPU telemetry tests, build `chrome_public_apk` target. Then follow [GPU Testing](http://www.chromium.org/developers/testing/gpu-testing#TOC-Running-the-GPU-Tests-Locally) doc, using `--browser=android-chromium` argument. Make sure to set your `CHROMIUM_OUT_DIR` environment variable, so that your browser is found, otherwise the stock one will run.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment