Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdebd062 authored by Steve Block's avatar Steve Block
Browse files

Update DumpRenderTree2 to store results in /sdcard/layout-test-results

This more closely follows other WebKit platforms, which use
/tmp/layout-test-results.

Change-Id: Ice702b73d7425250d595e8321e14ff3becb66ed5
parent 34c68912
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ import webbrowser
import tempfile

#TODO: These should not be hardcoded
RESULTS_ABSOLUTE_PATH = "/sdcard/android/LayoutTests-results/"
RESULTS_ABSOLUTE_PATH = "/sdcard/layout-test-results/"
DETAILS_HTML = "details.html"
SUMMARY_TXT = "summary.txt"

+1 −3
Original line number Diff line number Diff line
@@ -44,9 +44,7 @@ public class ManagerService extends Service {

    /** TODO: make it a setting */
    static final String RESULTS_ROOT_DIR_PATH =
            Environment.getExternalStorageDirectory() +
            File.separator + "android" +
            File.separator + "LayoutTests-results";
            Environment.getExternalStorageDirectory() + File.separator + "layout-test-results";

    /** TODO: Make it a setting */
    private static final List<String> EXPECTED_RESULT_LOCATION_RELATIVE_DIR_PREFIXES =