Commit graph

37 commits

Author SHA1 Message Date
Sergio Durigan Junior 68ab9c5283 Add UNRESOLVED to the list of possible regressions 2018-05-23 21:14:47 -04:00
Sergio Durigan Junior 8c292767e3 try_count is str 2017-10-18 11:23:20 -04:00
Sergio Durigan Junior 82ae0cc59d try_count is str, not int 2017-10-09 18:18:28 -04:00
Sergio Durigan Junior 23ab40ab3f Fix write_sum_file/write_try_build_sum_file "confusion" when building the first commit of the builder/branch. 2017-10-02 09:17:35 -04:00
Sergio Durigan Junior e4f9709745 Don't report XPASS too 2017-09-15 14:47:19 -04:00
Sergio Durigan Junior bd3eb30564 Don't report new XFAILs 2017-09-15 14:28:25 -04:00
Sergio Durigan Junior 03383da762 try_count is a string 2017-09-15 13:34:32 -04:00
Sergio Durigan Junior 51966d39ba Extending regression report.
We now report FAIL -> PASS and PASS -> FAIL, as well as new PASS and
new FAIL.
2017-09-14 16:35:23 -04:00
Sergio Durigan Junior 2dc344d038 Revamping the try_count approach 2017-09-05 09:43:15 -04:00
Sergio Durigan Junior f6545f3e58 Using c.fetchone ()[0] 2017-09-04 17:59:44 -04:00
Sergio Durigan Junior 69e0591220 Fixing case when there are multiple tries to the same commit. 2017-09-04 14:53:08 -04:00
Sergio Durigan Junior e2e59c78ab Adding xz suffix 2016-11-10 20:59:34 -05:00
Sergio Durigan Junior 14d1488dab Fix 2016-11-10 14:50:49 -05:00
Sergio Durigan Junior d7e4296d8e Taking care of try builds when writing sum files 2016-11-10 14:35:52 -05:00
Sergio Durigan Junior 78ac2523c8 New method for storing log files.
This is a new method developed to store the log files for builds.  It
doesn't use git anymore, but instead uses a set of sqlite databases +
scripts + xz in order to make the files smaller and more organized.
Also, it is now possible to safely remove old build logs.
2016-11-10 01:45:57 -05:00
Sergio Durigan Junior 3c736356e5 Initial attempt to change the way we store results
This was imported (with modifications) from the 0.9-prep branch.
2016-11-05 23:59:59 -04:00
Sergio Durigan Junior ab3cec1449 Typo 2016-07-29 11:56:07 -04:00
Sergio Durigan Junior 03d5216a0f Adding trybuild_gdb.sum file on repos 2016-07-29 11:34:20 -04:00
Sergio Durigan Junior 199f4ab3e4 Fixing report of XFAIL tests by email 2016-06-02 19:12:47 -04:00
Sergio Durigan Junior 76d95369b4 Fixing thinko on sum matcher 2016-05-19 14:09:52 -04:00
Sergio Durigan Junior 6a76af10b0 Taking care of special marker on XFAIL files 2016-05-17 18:48:08 -04:00
Sergio Durigan Junior f561d36e23 More fixes to racy detection 2016-03-21 18:35:47 -04:00
Sergio Durigan Junior c70ee83436 Fixing racy sumfile read 2016-03-20 15:38:28 -04:00
Sergio Durigan Junior 6c86aad971 Implementing racy testcase detection
Several modifications were necessary.  Mainly, the Nightly scheduler has
been added.  I've also created a new class in order to help detect and
notify about the racy testcases found.
2016-03-15 18:04:36 -04:00
Sergio Durigan Junior ca05efdbc7 Using OrderedDict instead of regular dictionaries because the order of the test results matters 2015-08-06 21:58:30 -04:00
Sergio Durigan Junior 7595196cc7 Implementing diff against previous gdb.sum, instead of using a baseline 2015-02-04 20:32:58 -05:00
Sergio Durigan Junior a2079f0b3b Implement multi-branch testing 2015-01-23 18:56:28 -05:00
Sergio Durigan Junior 90555f880d Reverting XFAIL-re-compatible 2015-01-19 20:26:05 -05:00
Sergio Durigan Junior a8ab56138b Fixing xfails_re 2015-01-19 19:49:20 -05:00
Sergio Durigan Junior 3454afb790 Making xfail be RE-compatible 2015-01-19 18:43:59 -05:00
Sergio Durigan Junior 4e0c9e93de Activating git-db again; a few adjustments needed in the code because of that 2015-01-11 18:25:48 -05:00
Sergio Durigan Junior 165357d83a Fixing stupid mistake 2014-12-23 20:48:03 -05:00
Sergio Durigan Junior 6cbe15bbbe Implementing a new way to store test results 2014-12-23 20:22:22 -05:00
Sergio Durigan Junior bf97593525 Lots of fixes on gdbgitdb and other places 2014-12-22 22:29:12 -05:00
Sergio Durigan Junior 555c6db4b0 New gdbgitdb.py file; improve result email; improve the way we save logs and sums 2014-12-22 17:51:13 -05:00
Sergio Durigan Junior 57326f7ef2 Migrating the xfail file to each builder 2014-12-20 20:47:56 -05:00
Tom Tromey 342fc84a46 initial import of the code 2013-08-01 11:40:38 -06:00