Many tests failing with "No implementation found" for GURLUtils.nativeGetOrigin |
|||
Issue descriptionfirst failure: https://uberchromegw.corp.google.com/i/chromium.android/builders/Lollipop%20Phone%20Tester/builds/19391 log snippet: Error in testMultipleRelationships(org.chromium.chrome.browser.browserservices.OriginVerifierTest): java.lang.UnsatisfiedLinkError: No implementation found for java.lang.String org.chromium.net.GURLUtils.nativeGetOrigin(java.lang.String) (tried Java_org_chromium_net_GURLUtils_nativeGetOrigin and Java_org_chromium_net_GURLUtils_nativeGetOrigin__Ljava_lang_String_2) at org.chromium.net.GURLUtils.nativeGetOrigin(Native Method) at org.chromium.net.GURLUtils.getOrigin(GURLUtils.java:23) at org.chromium.chrome.browser.browserservices.Origin.<init>(Origin.java:22) at org.chromium.chrome.browser.browserservices.OriginVerifierTest.<clinit>(OriginVerifierTest.java:43) suspected culprit: https://chromium-review.googlesource.com/c/chromium/src/+/934289
,
Mar 12 2018
correction - the suspect is the reland of the above change: https://chromium-review.googlesource.com/958962
,
Mar 12 2018
Marshmallow Tablet Tester as well: https://ci.chromium.org/buildbot/chromium.android/Marshmallow%20Tablet%20Tester/12100
,
Mar 13 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/5a101268b136083e235be9e92e9a1e74c344552f commit 5a101268b136083e235be9e92e9a1e74c344552f Author: Peter E Conn <peconn@chromium.org> Date: Tue Mar 13 11:43:16 2018 🤝 Initialize native for tests that rely on Origin. Origin unfortunately requires native to be loaded to use. Make sure native is loaded for tests that use it. Bug: 821156 Change-Id: Ibbf79976d49e2b0beb839034d1852b3699bfbcab Reviewed-on: https://chromium-review.googlesource.com/960022 Reviewed-by: Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#542771} [modify] https://crrev.com/5a101268b136083e235be9e92e9a1e74c344552f/chrome/android/javatests/src/org/chromium/chrome/browser/browserservices/OriginVerifierTest.java [modify] https://crrev.com/5a101268b136083e235be9e92e9a1e74c344552f/chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappNavigationTest.java
,
Mar 13 2018
,
Mar 13 2018
Issue 821376 has been merged into this issue. |
|||
►
Sign in to add a comment |
|||
Comment 1 by paulmiller@chromium.org
, Mar 12 2018