diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-07-04 11:11:02 -0400 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-07-18 20:55:11 -0400 |
commit | 3cec2af64bff0c89aa34dd95a75ee752f25135d5 (patch) | |
tree | 257d37d18b6a4f0a76e6b99f7269d50e13dd6d30 /testsuite/tests/plugins | |
parent | c7bcd017110b05af99e72b7bbcc232368f22dda7 (diff) | |
download | haskell-3cec2af64bff0c89aa34dd95a75ee752f25135d5.tar.gz |
testsuite: Mark static-plugins as broken in profiled ways
See #16803.
Diffstat (limited to 'testsuite/tests/plugins')
-rw-r--r-- | testsuite/tests/plugins/all.T | 1 |
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/']) |