summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/all.T
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2016-05-12 20:33:43 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2016-08-21 00:53:21 -0700
commit5a8fa2e662fce9ef03f0ec7891d7f81740e630bc (patch)
tree648c41ab2a3741cc304ce401769cfd2224c9d365 /testsuite/tests/simplCore/should_compile/all.T
parent1f1bd920047fa083de29eba7cedafbe37d350b73 (diff)
downloadhaskell-5a8fa2e662fce9ef03f0ec7891d7f81740e630bc.tar.gz
When a value Id comes from hi-boot, insert noinline. Fixes #10083.
Summary: This also drops the parked fix from efa7b3a474bc373201ab145c129262a73c86f959 (though I didn't revert the refactoring). Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Test Plan: validate Reviewers: simonpj, austin, bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2211 GHC Trac Issues: #10083
Diffstat (limited to 'testsuite/tests/simplCore/should_compile/all.T')
-rw-r--r--testsuite/tests/simplCore/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index d59fa1c8b0..92f9af4797 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -220,7 +220,7 @@ test('T10602', only_ways(['optasm']), multimod_compile, ['T10602','-v0'])
test('T10627', only_ways(['optasm']), compile, [''])
test('T10181', [expect_broken(10181), only_ways(['optasm'])], compile, [''])
test('T10083',
- expect_broken(10083),
+ normal,
run_command,
['$MAKE -s --no-print-directory T10083'])
test('T10689', normal, compile, [''])