summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-07-04 11:11:02 -0400
committerBen Gamari <ben@well-typed.com>2019-07-18 20:55:11 -0400
commit3cec2af64bff0c89aa34dd95a75ee752f25135d5 (patch)
tree257d37d18b6a4f0a76e6b99f7269d50e13dd6d30 /testsuite
parentc7bcd017110b05af99e72b7bbcc232368f22dda7 (diff)
downloadhaskell-3cec2af64bff0c89aa34dd95a75ee752f25135d5.tar.gz
testsuite: Mark static-plugins as broken in profiled ways
See #16803.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/plugins/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index a4273f5ae8..aae264cb9d 100644
--- a/testsuite/tests/plugins/all.T
+++ b/testsuite/tests/plugins/all.T
@@ -182,6 +182,7 @@ test('plugin-recomp-change-prof',
test('static-plugins',
[extra_files(['simple-plugin/']),
unless(config.have_ext_interp, skip),
+ expect_broken_for(16803, prof_ways),
extra_run_opts('"' + config.libdir + '"')],
compile_and_run,
['-package ghc -isimple-plugin/'])