Table of Contents

Daniel Verkamp: Automated regression testing

Journal Week 1

Monday, May 25

Wrote up a list of some potential test cases on notes page.

Tuesday, May 26

Discussed Autotest framework with mcb30; goals for the week:

Also mcb30 discovered the reason for the apparent increase in size with GCC 4.4.0 (unneeded .eh_frame sections were being counted in 'size' output); with a patch to eliminate these sections, GCC 4.4.0 now has the smallest total code size of all the GCC versions I'm testing (http://drv.nu/gpxe/size/).

Wednesday, May 27

Investigating Autotest architecture today.

Some notes:

Thursday, May 28

Some investigation of cloning Autotest SVN repository with git (see http://git.drv.nu/?p=autotest.git).

Friday, May 29

Spent most of the day reading BuildBot documentation (http://djmitche.github.com/buildbot/docs/0.7.10/) - I think this might be a better fit than Autotest. Autotest is closely tied to testing the Linux kernel (although there is at least one other project, KVM, that is not using it to test Linux kernels, although the KVM build process is not under its version of Autotest's control). BuildBot, on the other hand, is designed to coordinate building and testing of arbitrary projects, and it is in use by several large projects (http://buildbot.net/trac/wiki/SuccessStories).