New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 726196 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: ----
Type: ----

Blocking:
issue 726048



Sign in to add a comment

SystemWebViewShellLayoutTest.SystemWebViewShellLayoutTest failing on chromium.android/Android WebView L (dbg)

Project Member Reported by wychen@chromium.org, May 25 2017

Issue description

SystemWebViewShellLayoutTest.SystemWebViewShellLayoutTest failing on chromium.android/Android WebView L (dbg)

Builders failed on: 
- Android WebView L (dbg): 
  https://build.chromium.org/p/chromium.android/builders/Android%20WebView%20L%20%28dbg%29

https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Fchromium.android%2FAndroid_WebView_L__dbg_%2F5258%2F%2B%2Frecipes%2Fsteps%2FSystemWebViewShellLayoutTest%2F0%2Fsteps%2FSystemWebViewShellLayoutTest%2F0%2Fstdout

OSError: [Errno 2] No such file or directory: '/b/c/b/Android_WebView_L__dbg_/src/third_party/WebKit/LayoutTests/webexposed/resources/global-interface-listing.js'


Likely culprit:
https://codereview.chromium.org/2889423003

 

Comment 1 by jsb...@chromium.org, May 25 2017

Fun. src/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java runs the global interface listing test. The android_webview/tools/system_webview_shell/BUILD.gn lists the dependencies and would need to be updated.

"//third_party/WebKit/LayoutTests/webexposed/resources/global-interface-listing.js"

needs to change to 

"//third_party/WebKit/LayoutTests/resources/global-interface-listing.js"


Comment 2 by jsb...@chromium.org, May 25 2017

Blocking: 726048

Comment 3 by guidou@chromium.org, May 26 2017

Labels: -Sheriff-Chromium

Comment 4 by jsb...@chromium.org, May 31 2017

Status: Fixed (was: Assigned)
Fixed by revert, relanded the change as https://chromium.googlesource.com/chromium/src/+/8aebbaa46a1af6f69ae64005cc7c04da4c367547

Sign in to add a comment