New issue
Advanced search Search tips

Issue 920615 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug-Regression



Sign in to add a comment

Recent change made "/" slashes appear as "/" in Milo build page

Project Member Reported by jmad...@chromium.org, Jan 10

Issue description

See for example:

https://ci.chromium.org/p/chromium/builders/luci.chromium.try/win-angle-rel/27

Test failures are listed as 

RobustResourceInitTest.MaskedStencilClear/ES2_D3D9 (status NOTRUN)
CopyTextureTest.CopyTextureRGBAToRGBAUnmultiplyAlpha/ES2_OPENGL (status NOTRUN)
WebGLCompatibilityTest.EnableExtensionEGLImage/ES3_OPENGL (status NOTRUN)
CopyTextureTest.CopyTextureBGRAToRGBPremultiplyAlphaUnmultiplyAlpha/ES2_D3D9 (status NOTRUN)

Instead of 

RobustResourceInitTest.MaskedStencilClear/ES2_D3D9 (status NOTRUN)
CopyTextureTest.CopyTextureRGBAToRGBAUnmultiplyAlpha/ES2_OPENGL (status NOTRUN)
WebGLCompatibilityTest.EnableExtensionEGLImage/ES3_OPENGL (status NOTRUN)
CopyTextureTest.CopyTextureBGRAToRGBPremultiplyAlphaUnmultiplyAlpha/ES2_D3D9 (status NOTRUN)

This may be breaking a Chrome extension I'm using for helping analyze test failures. Milo owners, could you help find an owner to fix this? It might be related to a recent change to add the status (NOTRUN, etc) to the test result.
 
Components: -Infra>Platform>Milo Infra>Platform>Swarming Infra>Platform>Recipes
This isn't a Milo issue, the recipe itself is emitting the escape characters:
https://screenshot.googleplex.com/H4G3DMedKQk

Can you link me the chrome extension you are using also?

Comment 2 Deleted

Thanks for clarifying the origin of the problem. Anyone on the Recipes or Swarming labels know what might be causing these invalid characters?

Extension here:
https://chrome.google.com/webstore/detail/flake-linker/boamnmbgmfnobomddmenbaicodgglkhc

Sign in to add a comment