summaryrefslogtreecommitdiff
path: root/testsuite/tests/profiling/should_compile/all.T
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2022-01-12 16:42:26 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-01-14 10:36:21 -0500
commit52a4f5ab44a7d4c89189b9132a5560cb85d18714 (patch)
treeab222e0e4d05a32578c4d06ab6bdd14c08040dbc /testsuite/tests/profiling/should_compile/all.T
parent1aace89449a8935eff5040702c603bb7945efb61 (diff)
downloadhaskell-52a4f5ab44a7d4c89189b9132a5560cb85d18714.tar.gz
Add test for #20938.
Diffstat (limited to 'testsuite/tests/profiling/should_compile/all.T')
-rw-r--r--testsuite/tests/profiling/should_compile/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/profiling/should_compile/all.T b/testsuite/tests/profiling/should_compile/all.T
index a6a6d50c7c..a19a2fc49a 100644
--- a/testsuite/tests/profiling/should_compile/all.T
+++ b/testsuite/tests/profiling/should_compile/all.T
@@ -10,3 +10,4 @@ test('T14931', [only_ways(['normal']), req_profiling, unless(have_dynamic(), ski
makefile_test, ['T14931'])
test('T15108', [only_ways(['normal']), req_profiling], compile, ['-O -prof -fprof-auto'])
test('T19894', [only_ways(['normal']), req_profiling, extra_files(['T19894'])], multimod_compile, ['Main', '-v0 -O2 -prof -fprof-auto -iT19894'])
+test('T20938', [only_ways(['normal']), req_profiling, expect_broken(20938)], compile, ['-O -prof'])