- 11 Feb, 2013 6 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
The name 'os' clashes with a python library
-
ian@well-typed.com 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.
-
- 10 Feb, 2013 7 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com 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@well-typed.com authored
-
- 08 Feb, 2013 6 commits
-
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
- 07 Feb, 2013 12 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com 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@well-typed.com authored
-
ian@well-typed.com 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@well-typed.com authored
We now deepcopy the options for each test, which means that the test helpers don't need to worry about sharing.
-
ian@well-typed.com authored
-
ian@well-typed.com authored
This will reduce the number of helper functions that we need
-
ian@well-typed.com authored
-
ian@well-typed.com authored
This gives hte list of tests with unexpected results, so that you can easily run them again.
-
Simon Marlow authored
-
ian@well-typed.com authored
-
- 06 Feb, 2013 6 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
We now use *_range_field everywhere instead
-
ian@well-typed.com authored
-
chak@cse.unsw.edu.au. authored
-
chak@cse.unsw.edu.au. authored
dph: tests with dph-lifted-copy need to use '-fno-vectorisation-avoidance if scalar closures get too big
-
chak@cse.unsw.edu.au. authored
-
- 05 Feb, 2013 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
ian@well-typed.com authored
-