Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
82c8c4d5
Commit
82c8c4d5
authored
Jan 24, 2011
by
chak@cse.unsw.edu.au.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DPH: update command line options of DPH tests
parent
1ffd496e
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
13 deletions
+12
-13
testsuite/tests/ghc-regress/dph/diophantine/dph-diophantine.T
...suite/tests/ghc-regress/dph/diophantine/dph-diophantine.T
+2
-2
testsuite/tests/ghc-regress/dph/dotp/dph-dotp.T
testsuite/tests/ghc-regress/dph/dotp/dph-dotp.T
+2
-2
testsuite/tests/ghc-regress/dph/primespj/dph-primespj.T
testsuite/tests/ghc-regress/dph/primespj/dph-primespj.T
+2
-2
testsuite/tests/ghc-regress/dph/quickhull/dph-quickhull.T
testsuite/tests/ghc-regress/dph/quickhull/dph-quickhull.T
+2
-3
testsuite/tests/ghc-regress/dph/smvm/dph-smvm.T
testsuite/tests/ghc-regress/dph/smvm/dph-smvm.T
+1
-1
testsuite/tests/ghc-regress/dph/sumnats/dph-sumnats.T
testsuite/tests/ghc-regress/dph/sumnats/dph-sumnats.T
+1
-1
testsuite/tests/ghc-regress/dph/words/dph-words.T
testsuite/tests/ghc-regress/dph/words/dph-words.T
+2
-2
No files found.
testsuite/tests/ghc-regress/dph/diophantine/dph-diophantine.T
View file @
82c8c4d5
...
...
@@ -7,7 +7,7 @@ test ('dph-diophantine-opt'
,
only_ways
(['
normal
',
'
threaded1
',
'
threaded2
'])
]
,
multimod_compile_and_run
,
[
'
Main
'
,
'
-Odph -f
cpr-off -package dph-par -package dph-prim
-par
'])
,
'
-Odph -f
dph
-par
'])
test
('
dph-diophantine-fast
'
,
[
reqlib
('
dph-par
')
...
...
@@ -15,5 +15,5 @@ test ('dph-diophantine-fast'
,
only_ways
(['
normal
',
'
threaded1
',
'
threaded2
'])
]
,
multimod_compile_and_run
,
[
'
Main
'
,
'
-O -fno-rewrite-rules -
package dph-par -package dph-prim
-par
'])
,
'
-O -fno-
enable-
rewrite-rules -
fdph
-par
'])
testsuite/tests/ghc-regress/dph/dotp/dph-dotp.T
View file @
82c8c4d5
...
...
@@ -7,7 +7,7 @@ test ('dph-dotp-opt'
,
only_ways
(['
normal
',
'
threaded1
',
'
threaded2
'])
]
,
multimod_compile_and_run
,
[
'
Main
'
,
'
-Odph -f
unbox-strict-fields -fcpr-off -package dph-par -package dph-prim
-par
'])
,
'
-Odph -f
dph
-par
'])
test
('
dph-dotp-fast
'
,
[
reqlib
('
dph-par
')
...
...
@@ -15,6 +15,6 @@ test ('dph-dotp-fast'
,
only_ways
(['
normal
',
'
threaded1
',
'
threaded2
'])
]
,
multimod_compile_and_run
,
[
'
Main
'
,
'
-O -fno-rewrite-rules -
package dph-par -package dph-prim
-par
'])
,
'
-O -fno-
enable-
rewrite-rules -
fdph
-par
'])
testsuite/tests/ghc-regress/dph/primespj/dph-primespj.T
View file @
82c8c4d5
...
...
@@ -7,7 +7,7 @@ test ('dph-primespj-opt'
,
only_ways
(['
normal
',
'
threaded1
',
'
threaded2
'])
]
,
multimod_compile_and_run
,
[
'
Main
'
,
'
-Odph -f
unbox-strict-fields -fcpr-off -package dph-par -package dph-prim
-par
'])
,
'
-Odph -f
dph
-par
'])
test
('
dph-primespj-fast
'
,
[
reqlib
('
dph-par
')
...
...
@@ -15,6 +15,6 @@ test ('dph-primespj-fast'
,
only_ways
(['
normal
',
'
threaded1
',
'
threaded2
'])
]
,
multimod_compile_and_run
,
[
'
Main
'
,
'
-O -fno-rewrite-rules -
package dph-par -package dph-prim
-par
'])
,
'
-O -fno-
enable-
rewrite-rules -
fdph
-par
'])
testsuite/tests/ghc-regress/dph/quickhull/dph-quickhull.T
View file @
82c8c4d5
...
...
@@ -7,8 +7,7 @@ test ('dph-quickhull-opt'
,
only_ways
(['
normal
',
'
threaded1
',
'
threaded2
'])
]
,
multimod_compile_and_run
,
[
'
Main
'
,
'
-Odph -funfolding-use-threshold30 -funbox-strict-fields -fcpr-off -package dph-par -package dph-prim-par
'])
,
'
-Odph -funfolding-use-threshold30 -fdph-par
'])
test
('
dph-quickhull-fast
'
,
[
reqlib
('
dph-par
')
...
...
@@ -16,6 +15,6 @@ test ('dph-quickhull-fast'
,
only_ways
(['
normal
',
'
threaded1
',
'
threaded2
'])
]
,
multimod_compile_and_run
,
[
'
Main
'
,
'
-O -fno-rewrite-rules -
package dph-par -package dph-prim
-par
'])
,
'
-O -fno-
enable-
rewrite-rules -
fdph
-par
'])
testsuite/tests/ghc-regress/dph/smvm/dph-smvm.T
View file @
82c8c4d5
...
...
@@ -25,6 +25,6 @@ if testFile != 'nothing':
]
,
multimod_compile_and_run
,
[
'
Main
'
,
'
-Odph -
package dph-par -package dph-prim
-par
'])
,
'
-Odph -
fdph
-par
'])
testsuite/tests/ghc-regress/dph/sumnats/dph-sumnats.T
View file @
82c8c4d5
...
...
@@ -5,6 +5,6 @@ test ('dph-sumnats'
,
only_ways
(['
normal
',
'
threaded1
',
'
threaded2
'])
]
,
multimod_compile_and_run
,
[
'
Main
'
,
'
-Odph -f
unbox-strict-fields -fcpr-off -package dph-par -package dph-prim
-par
'])
,
'
-Odph -f
dph
-par
'])
testsuite/tests/ghc-regress/dph/words/dph-words.T
View file @
82c8c4d5
...
...
@@ -7,7 +7,7 @@ test ('dph-words-opt'
,
only_ways
(['
normal
'])
]
,
multimod_compile_and_run
,
[
'
Main
'
,
'
-Odph -f
unbox-strict-fields -fcpr-off -package dph-par -package dph-prim
-par
'])
,
'
-Odph -f
dph
-par
'])
test
('
dph-words-fast
'
...
...
@@ -16,6 +16,6 @@ test ('dph-words-fast'
,
only_ways
(['
normal
'])
]
,
multimod_compile_and_run
,
[
'
Main
'
,
'
-O -fno-rewrite-rules -
package dph-par -package dph-prim
-par
'])
,
'
-O -fno-
enable-
rewrite-rules -
fdph
-par
'])
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment