From 1cbfef47f0288a0f55e8f3db71076afd190121ca Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 11 Jun 2019 13:24:35 -0400 Subject: 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. --- testsuite/tests/programs/galois_raytrace/test.T | 5 ----- 1 file changed, 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']) -- cgit v1.2.1