diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2018-06-19 10:16:54 +0300 |
---|---|---|
committer | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2018-06-19 10:16:54 +0300 |
commit | a9b01c08aab02a8f00cbaf49a99eff0a7b0d19e4 (patch) | |
tree | 4dbe841bd6518a7a5ff2cd3d044b1fca76c2762e /testsuite/tests/th | |
parent | de692fd54a000fab2e5787b63b9b6c62168ef4d5 (diff) | |
download | haskell-a9b01c08aab02a8f00cbaf49a99eff0a7b0d19e4.tar.gz |
Mark some TH tests as req_interp
- dataToExpQUnit
- qq005
- qq006
- qq007
- qq008
- qq009
- T13949
- T8025
Diffstat (limited to 'testsuite/tests/th')
-rw-r--r-- | testsuite/tests/th/should_compile/T13949/all.T | 4 | ||||
-rw-r--r-- | testsuite/tests/th/should_compile/T8025/all.T | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/th/should_compile/T13949/all.T b/testsuite/tests/th/should_compile/T13949/all.T index 193b06f67d..edd3fe5c9f 100644 --- a/testsuite/tests/th/should_compile/T13949/all.T +++ b/testsuite/tests/th/should_compile/T13949/all.T @@ -7,6 +7,6 @@ # (1) Use -fexternal-interpreter, or # (2) Build the program twice: once with -dynamic, and then # with -prof using -osuf to set a different object file suffix. -test('T13949', [extra_files(['ASCII.hs', 'PatternGenerator.hs', 'These.hs', 'Tree.hs']), +test('T13949', [extra_files(['ASCII.hs', 'PatternGenerator.hs', 'These.hs', 'Tree.hs']), req_interp, omit_ways(['profasm'])], - multimod_compile, ['ASCII PatternGenerator These Tree', '-fno-code -v0'])
\ No newline at end of file + multimod_compile, ['ASCII PatternGenerator These Tree', '-fno-code -v0']) diff --git a/testsuite/tests/th/should_compile/T8025/all.T b/testsuite/tests/th/should_compile/T8025/all.T index 2eb42ac740..4cdf19cae8 100644 --- a/testsuite/tests/th/should_compile/T8025/all.T +++ b/testsuite/tests/th/should_compile/T8025/all.T @@ -5,5 +5,5 @@ # (1) Use -fexternal-interpreter, or # (2) Build the program twice: once with -dynamic, and then # with -prof using -osuf to set a different object file suffix. -test('T8025', [extra_files(['A.hs', 'B.hs']), omit_ways(['profasm'])], - multimod_compile, ['A B', '-fno-code -v0'])
\ No newline at end of file +test('T8025', [extra_files(['A.hs', 'B.hs']), omit_ways(['profasm']), req_interp], + multimod_compile, ['A B', '-fno-code -v0']) |