Need continuous test coverage of --site-per-process mode on Android: Layout Tests |
|||
Issue descriptionLet's use this bug to track: 1) attempts to run layout tests, on Android, in --site-per-process mode 2) prioritization of doing #1 via some kind of an fyi bot
,
Oct 14 2016
,
Oct 24 2016
,
Oct 25 2017
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot |
|||
►
Sign in to add a comment |
|||
Comment 1 by lukasza@chromium.org
, Oct 10 2016Based on 1) https://chromium.googlesource.com/chromium/src/+/master/docs/android_test_instructions.md 2) https://sites.google.com/a/chromium.org/dev/developers/testing/webkit-layout-tests I've tried to do the following: . build/android/envsetup.sh build/android/avd.py run --api-level=23 # is specific api level really needed? ninja -C out/andr -j 1500 -l 15 content_shell_apk blink_tests adb install -r out/andr/apks/ContentShell.apk third_party/WebKit/Tools/Scripts/run-webkit-tests -t andr --android http/tests/security Unfortunately content shell crashes on the emulator in layout_test_android.cc(34): Check failed: base::android::CreateFIFO(path, 0666). Unable to create the Android's FIFO: /data/user/0/org.chromium.content_shell_apk/files/test.fifo