Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
d5593000
Commit
d5593000
authored
Dec 07, 2011
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugins05, plugins06: expect fail for dyn and profiling ways
parent
4aafa41c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
testsuite/tests/plugins/all.T
testsuite/tests/plugins/all.T
+8
-2
No files found.
testsuite/tests/plugins/all.T
View file @
d5593000
...
@@ -10,9 +10,15 @@ test('plugins02', normal, compile_fail, ['-package-conf simple-plugin/local.pack
...
@@ -10,9 +10,15 @@ test('plugins02', normal, compile_fail, ['-package-conf simple-plugin/local.pack
test
('
plugins03
',
normal
,
compile_fail
,
['
-package-conf simple-plugin/local.package.conf -fplugin Simple.NonExistantPlugin -package simple-plugin
'])
test
('
plugins03
',
normal
,
compile_fail
,
['
-package-conf simple-plugin/local.package.conf -fplugin Simple.NonExistantPlugin -package simple-plugin
'])
test
('
plugins04
',
extra_clean
(['
HomePackagePlugin.hi
',
'
HomePackagePlugin.o
']),
multimod_compile_fail
,
['
plugins04
',
'
-package ghc -fplugin HomePackagePlugin
'])
test
('
plugins04
',
extra_clean
(['
HomePackagePlugin.hi
',
'
HomePackagePlugin.o
']),
multimod_compile_fail
,
['
plugins04
',
'
-package ghc -fplugin HomePackagePlugin
'])
test
('
plugins05
',
extra_clean
(['
HomePackagePlugin.hi
',
'
HomePackagePlugin.o
']),
multimod_compile_and_run
,
['
plugins05
',
'
-package ghc
'])
test
('
plugins05
',
[
extra_clean
(['
HomePackagePlugin.hi
',
'
HomePackagePlugin.o
']),
expect_fail_for
(['
dyn
']
+
prof_ways
)
],
multimod_compile_and_run
,
['
plugins05
',
'
-package ghc
'])
test
('
plugins06
',
extra_clean
(['
LinkerTicklingPlugin.hi
',
'
LinkerTicklingPlugin.o
']),
multimod_compile_and_run
,
['
plugins06
',
'
-package ghc
'])
test
('
plugins06
',
[
extra_clean
(['
LinkerTicklingPlugin.hi
',
'
LinkerTicklingPlugin.o
']),
expect_fail_for
(['
dyn
']
+
prof_ways
)
],
multimod_compile_and_run
,
['
plugins06
',
'
-package ghc
'])
if
default_testopts
.
cleanup
!=
'':
if
default_testopts
.
cleanup
!=
'':
runCmd
('
$MAKE -C
'
+
in_testdir
('')
+
'
clean
')
runCmd
('
$MAKE -C
'
+
in_testdir
('')
+
'
clean
')
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment