Hi, on Linux again (on a slightly different branch but fully pulled from master)
I get the following failure in the testsuite when validating:
codegen/should_run/cgrun057
What was the story with this test? I remember I've seen it in some commit
messages in the recent past ...
Thanks!
d-
cd ./should_run &&
'/home/dimitris/GHC/ghc-constraint-solver/ghc/inplace/bin/ghc-stage2'
-fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-conf
-rtsopts -fno-ghci-history -o cgrun057 cgrun057.hs >cgrun057.comp.stderr
2>&1
cd ./should_run && ./cgrun057 +RTS -xc +RTS -G1 -RTS </dev/null
>cgrun057.run.stdout 2>cgrun057.run.stderr
Wrong exit code (expected 0 , actual 1 )
Stdout:
Stderr:
cgrun057: the flag -xc requires the program to be built with -prof
cgrun057:
cgrun057: Usage: <prog> <args> [+RTS <rtsopts> | -RTS <args>] ... --RTS <args>
cgrun057:
cgrun057: +RTS Indicates run time system options follow
cgrun057: -RTS Indicates program arguments follow
cgrun057: --RTS Indicates that ALL subsequent arguments will be given to
the
cgrun057: program (including any of these RTS flags)
cgrun057:
cgrun057: The following run time system options are available:
cgrun057:
cgrun057: -? Prints this message and exits; the program is not executed
cgrun057: --info Print information about the RTS used by this program
cgrun057:
cgrun057: -K<size> Sets the maximum stack size (default 8M) Egs: -K32k
-K512k
cgrun057: -ki<size> Sets the initial thread stack size (default 1k) Egs:
-ki4k -ki2m
cgrun057: -kc<size> Sets the stack chunk size (default 32k)
cgrun057: -kb<size> Sets the stack chunk buffer size (default 1k)
cgrun057:
cgrun057: -A<size> Sets the minimum allocation area size (default 512k) Egs:
-A1m -A10k
cgrun057: -M<size> Sets the maximum heap size (default unlimited) Egs:
-M256k -M1G
cgrun057: -H<size> Sets the minimum heap size (default 0M) Egs: -H24m -H1G
cgrun057: -m<n> Minimum % of heap which must be available (default 3%)
cgrun057: -G<n> Number of generations (default: 2)
cgrun057: -c<n> Use in-place compaction instead of copying in the oldest
generation
cgrun057: when live data is at least <n>% of the maximum heap size
set with
cgrun057: -M (default: 30%)
cgrun057: -c Use in-place compaction for all oldest generation
collections
cgrun057: (the default is to use copying)
cgrun057: -w Use mark-region for the oldest generation (experimental)
cgrun057:
cgrun057: -T Collect GC statistics (useful for in-program statistics
access) -t[<file>] One-line GC statistics (if <file> omitted, uses stderr)
cgrun057: -s[<file>] Summary GC statistics (if <file> omitted, uses stderr)
cgrun057: -S[<file>] Detailed GC statistics (if <file> omitted, uses stderr)
cgrun057:
cgrun057:
cgrun057: -Z Don't squeeze out update frames on stack overflow
cgrun057: -B Sound the bell at the start of each garbage collection
cgrun057:
cgrun057: -hT Heap residency profile (output file <program>.hp)
cgrun057: -i<sec> Time between heap samples (seconds, default: 0.1)
cgrun057:
cgrun057: -C<secs> Context-switch interval in seconds.
cgrun057: 0 or no argument means switch as often as possible.
cgrun057: Default: 0.02 sec; resolution is set by -V below.
cgrun057: -V<secs> Master tick interval in seconds (0 == disable timer).
cgrun057: This sets the resolution for -C and the profile timer -i.
cgrun057: Default: 0.02 sec.
cgrun057:
cgrun057: --install-signal-handlers=<yes|no>
cgrun057: Install signal handlers (default: yes)
cgrun057:
cgrun057: RTS options may also be specified using the GHCRTS environment
variable.
cgrun057:
cgrun057: Other RTS options may be available for programs compiled a different
way.
cgrun057: The GHC User's Guide has full details.
cgrun057:
*** unexpected failure for cgrun057(g1)
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc