diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-11-24 18:21:35 +0000 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-11-24 18:21:35 +0000 |
commit | a56dadc51db079c8c1b3f5ed5159af6721073b73 (patch) | |
tree | 8222ae549e1dc30e1b5a4d6a1a096e2434bdb8c0 /testsuite/tests/ghci.debugger | |
parent | 3b45ada6bdc701142f217bf707193583f4bb264e (diff) | |
download | haskell-a56dadc51db079c8c1b3f5ed5159af6721073b73.tar.gz |
Mark break006 break003 print019 as broken by #8540
...when debugging is on, to keep builds reports clean.
Diffstat (limited to 'testsuite/tests/ghci.debugger')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/all.T | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/all.T b/testsuite/tests/ghci.debugger/scripts/all.T index ca5c9a10e8..5429671cd6 100644 --- a/testsuite/tests/ghci.debugger/scripts/all.T +++ b/testsuite/tests/ghci.debugger/scripts/all.T @@ -19,7 +19,7 @@ test('print014', normal, ghci_script, ['print014.script']) test('print016', normal, ghci_script, ['print016.script']) test('print017', normal, ghci_script, ['print017.script']) test('print018', normal, ghci_script, ['print018.script']) -test('print019', normal, ghci_script, ['print019.script']) +test('print019', when(compiler_debugged(),expect_broken(8540)), ghci_script, ['print019.script']) test('print020', normal, ghci_script, ['print020.script']) test('print021', normal, ghci_script, ['print021.script']) test('print022', normal, ghci_script, ['print022.script']) @@ -41,9 +41,9 @@ test('print035', test('break001', normal, ghci_script, ['break001.script']) test('break002', normal, ghci_script, ['break002.script']) -test('break003', normal, ghci_script, ['break003.script']) +test('break003', when(compiler_debugged(),expect_broken(8540)), ghci_script, ['break003.script']) test('break005', normal, ghci_script, ['break005.script']) -test('break006', normal, ghci_script, ['break006.script']) +test('break006', when(compiler_debugged(),expect_broken(8540)), ghci_script, ['break006.script']) test('break007', extra_clean(['Break007.o', 'Break007.hi']), ghci_script, ['break007.script']) test('break008', normal, ghci_script, ['break008.script']) |