From e4780c510e7189d5e9ce473fe18c7be955ec3bf4 Mon Sep 17 00:00:00 2001 From: Jiacheng Lu Date: Wed, 19 Jun 2019 17:25:43 -0600 Subject: [PATCH] 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 --- doc/DevSetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DevSetup.md b/doc/DevSetup.md index 323d5667f..86a59791d 100644 --- a/doc/DevSetup.md +++ b/doc/DevSetup.md @@ -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.