diff options
author | Douglas Wilson <douglas.wilson@gmail.com> | 2017-11-09 17:54:28 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-09 18:31:22 -0500 |
commit | e6b13c963d0b54099a41bb1b51fe680644582051 (patch) | |
tree | 9dbb7e1d68a00843e001d97d85c06e3217002664 /testsuite/tests/profiling/should_compile/all.T | |
parent | 6b52b4c832f888f7741a4ba0fec1fdac10244f6d (diff) | |
download | haskell-e6b13c963d0b54099a41bb1b51fe680644582051.tar.gz |
testsuite: Add test for #5889
Test Plan: make test TEST=5889
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: rwbarton, thomie
GHC Trac Issues: #5889
Differential Revision: https://phabricator.haskell.org/D4158
Diffstat (limited to 'testsuite/tests/profiling/should_compile/all.T')
-rw-r--r-- | testsuite/tests/profiling/should_compile/all.T | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/profiling/should_compile/all.T b/testsuite/tests/profiling/should_compile/all.T index 45d0b3aefd..068b43b77e 100644 --- a/testsuite/tests/profiling/should_compile/all.T +++ b/testsuite/tests/profiling/should_compile/all.T @@ -1,8 +1,7 @@ - # We need to run prof001 and prof002 the normal way, as the extra flags # added for the profiling ways makes it pass test('prof001', [only_ways(['normal']), req_profiling], compile_and_run, ['-prof -fprof-cafs']) test('prof002', [only_ways(['normal']), req_profiling], compile_and_run, ['-prof -fprof-cafs']) test('T2410', [only_ways(['normal']), req_profiling], compile, ['-O2 -prof -fprof-cafs']) - +test('T5889', [expect_broken(5889), only_ways(['normal']), req_profiling, extra_files(['T5889/A.hs', 'T5889/B.hs'])], multimod_compile, ['A B', '-O -prof -fno-prof-count-entries -v0']) |