diff options
author | simonmar <unknown> | 2005-11-10 09:58:16 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-11-10 09:58:16 +0000 |
commit | 98a864b13ca4fd3244da5d3060e6a92506a6cef6 (patch) | |
tree | 9b86a9cc38b3cbcbcacae9d1c5b6a580db32576d /testsuite/tests/ghc-regress/programs | |
parent | bc1734c5ab3a02621219053fc32f0dc01eea0235 (diff) | |
download | haskell-98a864b13ca4fd3244da5d3060e6a92506a6cef6.tar.gz |
[project @ 2005-11-10 09:58:16 by simonmar]
don't expect failure on x86_64-unknown-linux for optasm/profasm
Diffstat (limited to 'testsuite/tests/ghc-regress/programs')
-rw-r--r-- | testsuite/tests/ghc-regress/programs/cholewo-eval/test.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/programs/cholewo-eval/test.T b/testsuite/tests/ghc-regress/programs/cholewo-eval/test.T index 3ca112854a..3591f5be89 100644 --- a/testsuite/tests/ghc-regress/programs/cholewo-eval/test.T +++ b/testsuite/tests/ghc-regress/programs/cholewo-eval/test.T @@ -1,7 +1,7 @@ # 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': +if config.platform == 'i386-unknown-openbsd' or config.platform == 'x86_64-unknown-linux': ways = normal else: ways = expect_fail_for(['optasm','profasm']) |