wpt.fyi icon indicating copy to clipboard operation
wpt.fyi copied to clipboard

"Harness status" is shown for reftests

Open foolip opened this issue 5 years ago • 2 comments

This conditional is supposed to show "Test status" for reftests:

https://github.com/web-platform-tests/wpt.fyi/blob/0f000bc65bca1724dc453c63f6b20ff64fd7d5f7/webapp/components/test-file-results.js#L282

I'm sure that once worked, but it has since regressed. https://wpt.fyi/results/css/css-ui/appearance-auto-001.html now looks like this: image

Possibly the addition of duration is what broke this, if it's represented as a fake subtest or something.

foolip avatar May 14 '20 15:05 foolip

I noticed this again just now, because "Harness status" is incorrectly used as the subtest name when triaging: https://github.com/web-platform-tests/wpt-metadata/pull/609/files?diff=split&w=1

@Hexcles @KyleJu

foolip avatar Oct 24 '20 16:10 foolip

I manually cleaned that up in https://github.com/web-platform-tests/wpt-metadata/pull/610, and confirmed there aren't any other instances of "Harness status" already in wpt-metadata.

foolip avatar Oct 24 '20 16:10 foolip

Has was fixed a while ago, and is currently not a problem in production 👍

DanielRyanSmith avatar Mar 02 '23 22:03 DanielRyanSmith