From 3cec2af64bff0c89aa34dd95a75ee752f25135d5 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 4 Jul 2019 11:11:02 -0400 Subject: testsuite: Mark static-plugins as broken in profiled ways See #16803. --- testsuite/tests/plugins/all.T | 1 + 1 file changed, 1 insertion(+) 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/']) -- cgit v1.2.1