Commit e4780c51 by Jiacheng Lu Committed by Jamie Madill

Fix dEQp test results path on Android

Bug: angleproject:3547 Change-Id: I83e491fb0121f0a8473630ead6e48b062ae06da5 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1668234Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent c5c937e1
......@@ -127,7 +127,7 @@ adb shell am start -a android.intent.action.MAIN -n org.chromium.native_test/.Na
```
After the tests finish, get the results with
```
adb pull /sdcard/chromium_tests_root/third_party/deqp/src/data/TestResults.qpa .
adb pull /sdcard/chromium_tests_root/angledata/TestResults.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.
......
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