Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
07b7a296
Commit
07b7a296
authored
Feb 01, 2005
by
simonmar
Browse files
[project @ 2005-02-01 10:10:39 by simonmar]
Update output (default message for calls to 'error' has changed)
parent
828d0c70
Changes
16
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/array/should_run/arr003.stderr
View file @
07b7a296
Fail
: Ix{Int}.index: Index (4) out of range ((1,3))
arr003
: Ix{Int}.index: Index (4) out of range ((1,3))
testsuite/tests/ghc-regress/array/should_run/arr004.stderr
View file @
07b7a296
Fail
: (Array.!): undefined array element
arr004
: (Array.!): undefined array element
testsuite/tests/ghc-regress/array/should_run/arr007.stderr
View file @
07b7a296
Fail
: Ix{Int}.index: Index (1) out of range ((1,0))
arr007
: Ix{Int}.index: Index (1) out of range ((1,0))
testsuite/tests/ghc-regress/array/should_run/arr008.stderr
View file @
07b7a296
Fail
: Ix{Int}.index: Index (2) out of range ((0,1))
arr008
: Ix{Int}.index: Index (2) out of range ((0,1))
testsuite/tests/ghc-regress/ccall/should_run/ffi008.stderr
View file @
07b7a296
Fail
: this is an error
ffi008
: this is an error
testsuite/tests/ghc-regress/codeGen/should_run/cg016.stderr
View file @
07b7a296
Fail
: 6th call to error
cg016
: 6th call to error
testsuite/tests/ghc-regress/codeGen/should_run/cg025.stderr
View file @
07b7a296
...
...
@@ -25,4 +25,4 @@ main = do
trace "hello, trace" $
catch (getEnv "__WURBLE__" >> return ()) (\ e -> error "hello, error")
hello, trace
Fail
: hello, error
cg025
: hello, error
testsuite/tests/ghc-regress/codeGen/should_run/cg045.stderr
View file @
07b7a296
Fail
: hello world!
cg045
: hello world!
testsuite/tests/ghc-regress/codeGen/should_run/cg051.stderr
View file @
07b7a296
Fail
: OK
cg051
: OK
testsuite/tests/ghc-regress/concurrent/should_run/conc009.stderr
View file @
07b7a296
Fail
: hello
conc009
: hello
testsuite/tests/ghc-regress/concurrent/should_run/conc020.stderr
View file @
07b7a296
Fail
: I'm Interruptible
conc020
: I'm Interruptible
testsuite/tests/ghc-regress/concurrent/should_run/conc021.stderr
View file @
07b7a296
Fail
: wurble
conc021
: wurble
testsuite/tests/ghc-regress/concurrent/should_run/conc040.stderr
View file @
07b7a296
Fail
: <<loop>>
conc040
: <<loop>>
testsuite/tests/ghc-regress/deSugar/should_run/dsrun005.stderr
View file @
07b7a296
Fail
: dsrun005.hs:42:0-17: Non-exhaustive patterns in function f
dsrun005
: dsrun005.hs:42:0-17: Non-exhaustive patterns in function f
testsuite/tests/ghc-regress/deSugar/should_run/dsrun007.stderr
View file @
07b7a296
Fail
: dsrun007.hs:5:22-24: Missing field in record construction
dsrun007
: dsrun007.hs:5:22-24: Missing field in record construction
testsuite/tests/ghc-regress/deSugar/should_run/dsrun008.stderr
View file @
07b7a296
Fail
: dsrun008.hs:2:14-41: Irrefutable pattern failed for pattern (2, x)
dsrun008
: dsrun008.hs:2:14-41: Irrefutable pattern failed for pattern (2, x)
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