summaryrefslogtreecommitdiff
path: root/testsuite/tests/dph/diophantine/dph-diophantine.T
blob: c963db9145658708f321f8399192a1b30bdbb1ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

test    ('dph-diophantine-opt' 
        , [ alone
          , skip_if_fast
          , reqlib('dph-par')
          , reqlib('dph-prim-par')
          , only_ways(['normal', 'threaded1', 'threaded2']) ] 
        , multimod_compile_and_run 
        , [ 'Main'
          , '-Odph -fdph-par'])

test    ('dph-diophantine-fast' 
        , [ reqlib('dph-par')
          , reqlib('dph-prim-par')
          , expect_broken(5065)
          , only_ways(['normal', 'threaded1', 'threaded2']) ] 
        , multimod_compile_and_run 
        , [ 'Main'
          , '-O -fno-enable-rewrite-rules -fdph-par'])