This page lets you query and display test results.
Select the results you are interested in with "Query" buttons. Narrow down the results further with "Filter" checkboxes.
"Did not pass" query will exclude PASS and WONTFIX tests.
The results are shown in either plain text, or TestExpectations format.
TestExpectations result lines usually looks like this:
crbug.com/bug layout/test/path/test.html [ Status ]
The interesting part here is [ Status ]. Inside TestExpectations file, [ Status ] can have multiple values, representing all expected results. For example:
[ Failure Slow Timeout Crash Pass ]
Result lines include existing expected values, and make a guess about what the new test expectation line should look like by merging together expected and actual results. The actual result will be shown in bold. For example:
TestResult(PASS) + TestExpectation(Failure) => [ Pass ] TestResult(CRASH) + TextExpectation(Failure) => [ Failure Crash ]
If you are doing a lot of TestExpectation edits, the hope is that this will make your job as easy as copy and paste.
Modifiers:
Passed
Regressions
Total
Counts