InteractionMediaQueriesDynamicTest.PointerMediaQueriesDynamic is failing on asan-clang-phone |
|||||
Issue descriptionStarted failing between January 15th and January 19th and has been failing consistently since. Unfortunately the bot was purple in between those dates, so it's hard to narrow down the cause of the failures. https://uberchromegw.corp.google.com/i/internal.client.clank/builders/asan-clang-phone/builds/3693 has first failure everything in between is purple and didn't run tests https://uberchromegw.corp.google.com/i/internal.client.clank/builders/asan-clang-phone/builds/3621 NO FAILURE Failure output: C 7952.966s Main [UNKNOWN] InteractionMediaQueriesDynamicTest.PointerMediaQueriesDynamic: C 7952.966s Main [ RUN ] InteractionMediaQueriesDynamicTest.PointerMediaQueriesDynamic C 7952.966s Main [WARNING:dns_config_service_posix.cc(329)] Failed to read DnsConfig. C 7952.966s Main [ERROR:devtools_http_handler.cc(249)] Cannot start http server for devtools. Stop devtools. C 7952.966s Main [WARNING:child_process_launcher_helper_posix.cc(118)] Ignoring invalid file assets/snapshot_blob_64.bin C 7952.966s Main [ERROR:shell_android.cc(78)] Not implemented reached in void content::Shell::PlatformSetTitle(const base::string16 &): Dynamic interaction media query test
,
Jan 31 2018
,
Feb 1 2018
mustaq@ please investigate.
,
Feb 2 2018
Fix rolling into the bot now: https://luci-milo.appspot.com/buildbot/internal.client.clank/asan-clang-phone/3738
,
Feb 5 2018
Btw, I confirmed that #c4 is about disabling the failure to fix the tree (and not fixing the core problem in our code).
,
Feb 5 2018
The test sets document.title to mark success/failure. For Android, the test reaches this implemented code and fails: https://cs.chromium.org/chromium/src/content/shell/browser/shell_android.cc?rcl=66ef4b791cf0c4bb1314fb039e18e0b7ec6a9492&l=77
,
Feb 6 2018
Why doesn't this fail on non-ASA bots? On lollipop phone tester I see it get to NOTREACHED as well, but the test succeeds: I 526.685s run_tests_on_device(0490824722390b29) [ RUN ] InteractionMediaQueriesDynamicTest.PointerMediaQueriesDynamic I 526.685s run_tests_on_device(0490824722390b29) [WARNING:dns_config_service_posix.cc(350)] Failed to read DnsConfig. I 526.685s run_tests_on_device(0490824722390b29) [ERROR:devtools_http_handler.cc(249)] Cannot start http server for devtools. Stop devtools. I 526.685s run_tests_on_device(0490824722390b29) [WARNING:child_process_launcher_helper_posix.cc(118)] Ignoring invalid file assets/snapshot_blob_64.bin I 526.685s run_tests_on_device(0490824722390b29) [ERROR:shell_android.cc(78)] Not implemented reached in void content::Shell::PlatformSetTitle(const base::string16 &): Dynamic interaction media query test I 526.685s run_tests_on_device(0490824722390b29) [ERROR:shell_android.cc(78)] Not implemented reached in void content::Shell::PlatformSetTitle(const base::string16 &): SUCCESS I 526.685s run_tests_on_device(0490824722390b29) referenceTable head length=54 1 I 526.685s run_tests_on_device(0490824722390b29) [ OK ] InteractionMediaQueriesDynamicTest.PointerMediaQueriesDynamic (938 ms)
,
Feb 7 2018
Hmm, good point. My guess is clearly wrong! Upon a closer look at the stdout for the original failure reported here (link below), I see that the NOTREACHED error at shell_android.cc(78) is for pre-test HTML title "Dynamic interaction media query test" which is changed later (at the end of the test) to either "SUCCESS" or "FAILURE" for which there is no further NOTREACHED failure! https://logs.chromium.org/v/?s=chrome%2Fbb%2Finternal.client.clank%2Fasan-clang-phone%2F3693%2F%2B%2Frecipes%2Fsteps%2Fcontent_browsertests%2F0%2Fstdout Here is a similar log for a successful run (see https://chromium-review.googlesource.com/904724) which shows the same outcome (NOTREACHED for initial title, but not for subsequent ones): https://logs.chromium.org/v/?s=chromium%2Fbb%2Ftryserver.chromium.android%2Flinux_android_dbg_ng%2F1400%2F%2B%2Frecipes%2Fsteps%2Fcontent_browsertests__with_patch__on_Android%2F0%2Fstdout Any chance this points to a test setup issue?
,
Feb 8 2018
,
Feb 12 2018
Sorry, wrong bug number :-(
,
Mar 28 2018
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by bugdroid1@chromium.org
, Jan 31 2018