diff --git a/testsuite/config/ghc b/testsuite/config/ghc index 24294da1199736ffc5b370102c29f35ec3228997..5f39c7e603cd304ec1f34c08d0bf966a05938356 100644 --- a/testsuite/config/ghc +++ b/testsuite/config/ghc @@ -24,7 +24,8 @@ config.other_ways = ['prof', 'normal_h', 'profllvm', 'profoptllvm', 'profthreadedllvm', 'debug', 'ghci-ext', 'ghci-ext-prof', - 'ext-interp'] + 'ext-interp', + 'nonmoving'] if ghc_with_native_codegen: config.compile_ways.append('optasm') @@ -94,7 +95,8 @@ config.way_flags = { 'profthreadedllvm' : ['-O', '-prof', '-static', '-fprof-auto', '-threaded', '-fllvm'], 'ghci-ext' : ['--interactive', '-v0', '-ignore-dot-ghci', '-fno-ghci-history', '-fexternal-interpreter', '+RTS', '-I0.1', '-RTS'], 'ghci-ext-prof' : ['--interactive', '-v0', '-ignore-dot-ghci', '-fno-ghci-history', '-fexternal-interpreter', '-prof', '+RTS', '-I0.1', '-RTS'], - 'ext-interp' : ['-fexternal-interpreter'], + 'ext-interp' : ['-fexternal-interpreter'], + 'nonmoving' : ['-debug'], } config.way_rts_flags = { @@ -133,6 +135,7 @@ config.way_rts_flags = { 'ghci-ext' : [], 'ghci-ext-prof' : [], 'ext-interp' : [], + 'nonmoving' : ['-DS -xn'], } # Useful classes of ways that can be used with only_ways(), omit_ways() and