New issue
Advanced search Search tips

Issue 618444 link

Starred by 0 users

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

testharnessreport.js should report testresults on failure

Project Member Reported by atotic@chromium.org, Jun 8 2016

Issue description

<b>Version: <Kenneth, what is the frequency?></b>
OS: All
What steps will reproduce the problem?
(1) Run some LayoutTests that use testharness and are failing

What is the expected output?
Harness Error. harness_status.status , harness_status.message =
FAIL: Test 1
FAIL: Test 2

What do you see instead?
Harness Error. harness_status.status , harness_status.message =

This happens because testharnessreport does not report test results when tests fail.

I've discovered this when debugging my new ResizeObserver test suite.
Got a fix, I'll send a CL.


 
Components: Blink>Infra
testSuccess: what test looks like on success
testFail: what test currently looks like when test11 times out
testFailWithFix: what test looks like with bugfix when test11 times out
testSuccess.png
57.0 KB View Download
testFail.png
21.8 KB View Download
testFailWithFix.png
60.9 KB View Download
Project Member

Comment 3 by bugdroid1@chromium.org, Jun 10 2016

Comment 4 by atotic@chromium.org, Jun 10 2016

Status: Fixed (was: Started)
Project Member

Comment 5 by bugdroid1@chromium.org, Jun 15 2016

Sign in to add a comment