Help on Test Reporting
This test database holds test results for GDB.
From the main page:
- You can get a report for a given architecture by clicking on the
architecture name. This will show all reports for the
architecture over time, with the earliest reports on the left.
In this mode regressions and improvements are marked with an
icon.
- You can get a report for a given date by clicking on the date.
This will show the latest results for all architectures as of the
date.
From a report page:
- You can get the results for a given date by clicking the date
column title on the architecture report.
- You can get the results for a given architecture by clicking the
architecture column title on the date report.
- You can see the text from the test failure (the text in
gdb.log corresponding to a given test) by clicking
on the FAIL (or XFAIL, etc) link.
- You can see the source for a given test by clicking on the test
name in the leftmost column.
- If the test case corresponds to a PR you can go to the PR by
clicking the bug icon that will appear in the leftmost column.
The test framework assumes that all PR-related tests are named
"PR<NN>.gdb" (either upper or lower case).