- Feb 11, 2013
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
The name 'os' clashes with a python library
-
Ian Lynagh authored
Gives a list of tickets that the testsuite thinks are broken, and what bug it thinks is the reason. This can then be pasted into trac and 'previewed', which will show any closed tickets with strikeout.
-
- Feb 10, 2013
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
In particular, the 3 values you most need to care about (framework failures, unexpected passes, unexpected failures) are now together in a block.
-
Ian Lynagh authored
-
- Feb 08, 2013
-
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Feb 07, 2013
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
Uses look like stats_num_field('bytes allocated', [(wordsize(32), 45648, 5), (wordsize(64), 49400, 5)]) where the first matching triple will be used. e.g. we could override the Win32 expected values with: [(platform('i386-unknown-mingw32'), 41000, 5), (wordsize(32), 45648, 5), (wordsize(64), 49400, 5)]) with other 32-bit platforms falling through to the wordsize(32) case. This makes it easier to give different values for different platforms, while being sure that all platforms are covered.
-
Ian Lynagh authored
-
Ian Lynagh authored
This allows them to give framework failures. I also had to change how setTestOpts works. Now, rather than applying the options to the directory's "default options", it just stores the options to be applied for each test (i.e. once we know the test name).
-
Ian Lynagh authored
We now deepcopy the options for each test, which means that the test helpers don't need to worry about sharing.
-
Ian Lynagh authored
-
Ian Lynagh authored
This will reduce the number of helper functions that we need
-
Ian Lynagh authored
-
Ian Lynagh authored
This gives hte list of tests with unexpected results, so that you can easily run them again.
-
Simon Marlow authored
-
Ian Lynagh authored
-
- Feb 06, 2013
-
-
Ian Lynagh authored
-
Ian Lynagh authored
We now use *_range_field everywhere instead
-
Ian Lynagh authored
-
chak@cse.unsw.edu.au. authored
-