diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-11 13:24:35 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-12 08:27:25 -0400 |
commit | 1cbfef47f0288a0f55e8f3db71076afd190121ca (patch) | |
tree | 156d8d44a83a0d9887a96e44c89023fd14eb1d41 /testsuite/tests/programs | |
parent | 3f1022c514cf2a89f4b329a898467872315477b2 (diff) | |
download | haskell-1cbfef47f0288a0f55e8f3db71076afd190121ca.tar.gz |
testsuite: Unbreak galois_raytrace on i386
galois_raytrace was previously broken on i386 due to use of x87
arithmethic on that platform. However,
42504f4a575395a35eec5c3fd7c9ef6e2b54e68e removes x87 support; this
resulted in an unexpected pass. Unmark this test as broken.
Diffstat (limited to 'testsuite/tests/programs')
-rw-r--r-- | testsuite/tests/programs/galois_raytrace/test.T | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/tests/programs/galois_raytrace/test.T b/testsuite/tests/programs/galois_raytrace/test.T index 743cbbfbe8..ba28465616 100644 --- a/testsuite/tests/programs/galois_raytrace/test.T +++ b/testsuite/tests/programs/galois_raytrace/test.T @@ -1,8 +1,3 @@ -# Floating point differences on x86 using the NCG -if config.platform.startswith('i386-') and \ - config.platform != 'i386-unknown-openbsd': - setTestOpts(expect_fail_for(['hpc','optasm','profasm','threaded2','profthreaded'])) - test('galois_raytrace', [extra_files(['CSG.hs', 'Construct.hs', 'Data.hs', 'Eval.hs', 'Geometry.hs', 'Illumination.hs', 'Intersections.hs', 'Interval.hs', 'Main.hs', 'Misc.hs', 'Parse.hs', 'Primitives.hs', 'Surface.hs', 'galois.gml']), when(fast(), skip)], multimod_compile_and_run, ['Main', '-package parsec']) |