- Mar 19, 2012
-
-
Daniel Willmann authored
The address in the AVR is given in words not in bytes. Previously the script handled conversion, but doing it in Contiki should be cleaner.
-
Daniel Willmann authored
This way we can still record useful debugging information like reset reason.
-
Daniel Willmann authored
-
- Mar 03, 2012
-
-
Daniel Willmann authored
-
- Feb 16, 2012
-
-
Daniel Willmann authored
Supply contiki as testcase classname as jenkins doesn't play nice with an empty name
-
- Feb 15, 2012
-
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
There was a problem where the test wouldn't retrieve all queue items after all the threads were finished. This resulted in some of the reports missing from the logs.
-
- Feb 14, 2012
-
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
This hopefully resolves an issue where one device in a test didn't start recording.
-
Daniel Willmann authored
This is useful when testing something making small changes and rerunning the test.
-
- Feb 13, 2012
-
-
Daniel Willmann authored
-
Daniel Willmann authored
The devices now don't create an extra directory inside the test cases which is much clearer now.
-
Daniel Willmann authored
This makes sure that on directories are created for the tests that are disabled.
-
- Feb 11, 2012
-
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
* Include failure reason in the final report * Return value now indicates how many tests failed
-
- Feb 10, 2012
-
-
Daniel Willmann authored
-
Daniel Willmann authored
This fixed a problem in Ubuntu where avr-gcc did not find cc1
-
- Feb 08, 2012
-
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
* TEST_REPORT can be used multiple times within a program in order to report metrics of different tests performed. * TEST_PASS now takes no argument * TEST_FAIL returns a failure reason * Adapt the programs using it
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
There was an invalid format string in one of the options' help messages.
-
- Jan 24, 2012
-
-
Daniel Willmann authored
-
Daniel Willmann authored
* Support for named profile reports, saves them in different files * Use queues to control the threads and report back to the main test thread * Work around a bug in the serial/ftdi device driver where the baud rate is not set correctly after a USB/FTDI reset * Support timeouts for tests and abort a test * Create a log file for each test as well
-
Daniel Willmann authored
-
- Jan 18, 2012
-
-
Daniel Willmann authored
-
- Jan 16, 2012
-
-
Daniel Willmann authored
Use -fno-inline by default as inlining breaks profiling
-
- Jan 13, 2012
-
-
Daniel Willmann authored
-
- Jan 08, 2012
-
-
Daniel Willmann authored
With this patch the statistical profiler now obeys the ignore/only options. Output is aggregated by source line by default. This can be changed to individual addresses with "--individual" or functions with "--cumulative".
-
- Jan 04, 2012
-
-
Daniel Willmann authored
-
Daniel Willmann authored
Splitting the list was broken, this is fixed now. Also the time calculation completely ignores the calls from/to ignored functions
-