This is an old revision of the document!
====== Daniel Verkamp: Automated regression testing ====== ===== Journal Week 1 ===== ==== Monday ==== Wrote up a list of some potential test cases on [[soc:2009:dverkamp:notes:start|notes]] page. ==== Tuesday ==== Discussed Autotest framework with mcb30; goals for the week: * Create a list of test cases * Get Autotest running and add a simple test to verify gPXE builds, then document * Optionally get one simple functional test working with Autotest (boot Linux in qemu and somehow report success to the host) 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/]]).