This page lets you query and display test results.
### Results
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.
### Keyboard navigationTab to select tests.
Enter to see test details. This will automatically close other details.
Modifiers:
Shift hold shift key to keep other details open.
Alt|Option hold alt key to open details on all results (limit: 100)
If you are unhappy with results, please file a bug, or fix it here.