Fix dEQp test results path on Android

Bug: angleproject:3547
Change-Id: I83e491fb0121f0a8473630ead6e48b062ae06da5
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1668234
Reviewed-by: Jamie Madill <jmadill@chromium.org>
This commit is contained in:
Jiacheng Lu 2019-06-19 17:25:43 -06:00 коммит произвёл Jamie Madill
Родитель c5c937e1e8
Коммит e4780c510e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.