summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/programs/cholewo-eval/test.T
blob: 3591f5be893599ef5f61a0a378314eeddedac23f (plain)
1
2
3
4
5
6
7
8
9
10
# Expect failure when running the optasm way, due to floating-point
# differences. No fp failures on openbsd, for some reason.

if config.platform == 'i386-unknown-openbsd' or config.platform == 'x86_64-unknown-linux':
	ways = normal
else:
	ways = expect_fail_for(['optasm','profasm'])

test('cholewo-eval', ways, multimod_compile_and_run, ['Main', ''])
clean_o_hi()