summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorJan Stolarek <jan.stolarek@p.lodz.pl>2013-08-29 12:33:40 +0100
committerJan Stolarek <jan.stolarek@p.lodz.pl>2013-08-29 13:43:22 +0100
commitce82e57e5db22ec9da6784409566c9d303ca5efa (patch)
tree474e6b4ac7306b24078d1cfbadb2ced16fec9671 /testsuite
parentf1cd6b1706c5786127c1b04bb93a7836ab996606 (diff)
downloadhaskell-ce82e57e5db22ec9da6784409566c9d303ca5efa.tar.gz
Use msse2 in Conversions test (See #8195)
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/perf/should_run/all.T8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index 8ba7938823..01d358b510 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -91,7 +91,7 @@ test('T3738',
test('MethSharing',
[stats_num_field('peak_megabytes_allocated', (1, 0)),
# expected value: 1 (amd64/Linux)
- stats_num_field('bytes allocated',
+ stats_num_field('bytes allocated',
[(wordsize(32), 360940756, 5),
# expected value: 2685858140 (x86/OS X)
# expected: 360940756 (x86/Linux)
@@ -245,7 +245,7 @@ test('Conversions',
only_ways(['normal'])
],
- compile_and_run, ['-O'])
+ compile_and_run, ['-O -msse2'])
test('T7507', omit_ways(['ghci']), compile_and_run, ['-O'])
# For 7507, stack overflow is the bad case
@@ -264,7 +264,7 @@ test('T7436',
['-O'])
test('T7797',
- [stats_num_field('bytes allocated',
+ [stats_num_field('bytes allocated',
[(wordsize(32), 360940756, 5),
# expected value: 2685858140 (x86/OS X)
# expected: 360940756 (x86/Linux)
@@ -277,7 +277,7 @@ test('T7797',
['-O'])
test('T7954',
- [stats_num_field('bytes allocated',
+ [stats_num_field('bytes allocated',
[(wordsize(32), 1380051408, 10),
(wordsize(64), 2720051528, 10)]),
only_ways(['normal'])