Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
d2420013
Commit
d2420013
authored
Jan 17, 2012
by
Simon Peyton Jones
Browse files
Merge branch 'master' of
http://darcs.haskell.org/testsuite
parents
cffcc441
fee30b7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/mk/test.mk
View file @
d2420013
...
...
@@ -86,17 +86,11 @@ else
RUNTEST_OPTS
+=
-e
ghc_with_smp
=
0
endif
LLVM_VERSION
=
$(
shell
$(SHELL)
-c
"llvmc --version | grep version | sed 's/^.*version
\(
[0-9]*
\)\.\(
[0-9]*
\)
.*
$$
/
\1\.\2
/'"
2> /dev/null
)
ifneq
"$(LLVM_VERSION)" ""
ifneq
"$(LLVM_VERSION)" "2.7"
ifneq
"$(shell $(SHELL) -c 'llvmc --version | grep version' 2> /dev/null)" ""
RUNTEST_OPTS
+=
-e
ghc_with_llvm
=
1
else
RUNTEST_OPTS
+=
-e
ghc_with_llvm
=
0
endif
else
RUNTEST_OPTS
+=
-e
ghc_with_llvm
=
0
endif
ifeq
"$(WINDOWS)" "YES"
RUNTEST_OPTS
+=
-e
windows
=
True
...
...
testsuite/tests/parser/should_fail/readFail001.stderr
View file @
d2420013
...
...
@@ -4,11 +4,11 @@ readFail001.hs:25:11:
readFail001.hs:38:32:
Not in scope: type constructor or class `Leaf'
A data constructor of that name is in scope; did you mean -X
Poly
Kinds?
A data constructor of that name is in scope; did you mean -X
Data
Kinds?
readFail001.hs:38:41:
Not in scope: type constructor or class `Leaf'
A data constructor of that name is in scope; did you mean -X
Poly
Kinds?
A data constructor of that name is in scope; did you mean -X
Data
Kinds?
readFail001.hs:87:11: Not in scope: `x'
...
...
Write
Preview
Supports
Markdown
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