- 10 Feb, 2013 5 commits
-
-
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 5 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
ian@well-typed.com authored
-
Ian Lynagh authored
-
Ian Lynagh authored
We were getting a Creating library file: dist\build\libHStest-1.0-ghc7.7.20130205.dll.a message on stderr. We can't turn it off, so now the test just normalises it away.
-
- 04 Feb, 2013 1 commit
-
-
mad.one@gmail.com authored
Otherwise, you get annoying failures if you run 'make fast stage=1'. Signed-off-by:
Austin Seipp <mad.one@gmail.com>
-
- 03 Feb, 2013 3 commits
-
-
ian@well-typed.com authored
We now use pre_cmd rather than cmd_prefix wherever possible. Also, pass "-s --no-print-directory" whenever we use pre_cmd.
-
ian@well-typed.com authored
Fixes the test on Windows
-
Ian Lynagh authored
-
- 02 Feb, 2013 2 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-