
I'm getting framework failures from the perf/ tests. Example below. Anyone know what is going on? Simon =====> T5837(normal) 1825 of 3901 [0, 0, 11] cd ./perf/compiler && '/5playpen/simonpj/HEAD-1/inplace/bin/ghc-stage2' -fforce-recomp -dno-debug-output -no-user-package-db -rtsopts -fno-ghci-history -c T5837.hs -ftype-function-depth=50 +RTS -V0 -tT5837.comp.stats --machine-readable -RTS >T5837.comp.stderr 2>&1 Failed to find field: bytes allocated *** framework failure for T5837(normal) do_test exception

Hi, Am Dienstag, den 18.02.2014, 10:52 +0000 schrieb Simon Peyton Jones:
I’m getting framework failures from the perf/ tests. Example below. Anyone know what is going on?
ah, it’s not just here. Something broke "+RTS -t": $ ghc +RTS -t --machine-readable ghc: no input files Usage: For basic information, try the `--help' option. [("bytes allocated", "124758360") ,("num_GCs", "178") ,("average_bytes_used", "2766184") ,("max_bytes_used", "7785408") ,("num_byte_usage_samples", "5") ,("peak_megabytes_allocated", "16") ,("init_cpu_seconds", "0.00") ,("init_wall_seconds", "0.00") ,("mutator_cpu_seconds", "0.04") ,("mutator_wall_seconds", "0.04") ,("GC_cpu_seconds", "0.06") ,("GC_wall_seconds", "0.06") ] $ ./inplace/bin/ghc-stage2 +RTS -t --machine-readable ghc-stage2: no input files Usage: For basic information, try the `--help' option. The last changes on the RTS were by Sergei Trofimovich, signed-off by Austin Seipp – do you two know what might have caused this? Greetings, Joachim -- Joachim “nomeata” Breitner mail@joachim-breitner.de • http://www.joachim-breitner.de/ Jabber: nomeata@joachim-breitner.de • GPG-Key: 0x4743206C Debian Developer: nomeata@debian.org

I know what's wrong. I'm pushing a revert and I'll follow up with the
right fix soon (it was the fix to #8754 of course).
On Tue, Feb 18, 2014 at 5:11 AM, Joachim Breitner
Hi,
Am Dienstag, den 18.02.2014, 10:52 +0000 schrieb Simon Peyton Jones:
I’m getting framework failures from the perf/ tests. Example below. Anyone know what is going on?
ah, it’s not just here.
Something broke "+RTS -t":
$ ghc +RTS -t --machine-readable ghc: no input files Usage: For basic information, try the `--help' option. [("bytes allocated", "124758360") ,("num_GCs", "178") ,("average_bytes_used", "2766184") ,("max_bytes_used", "7785408") ,("num_byte_usage_samples", "5") ,("peak_megabytes_allocated", "16") ,("init_cpu_seconds", "0.00") ,("init_wall_seconds", "0.00") ,("mutator_cpu_seconds", "0.04") ,("mutator_wall_seconds", "0.04") ,("GC_cpu_seconds", "0.06") ,("GC_wall_seconds", "0.06") ] $ ./inplace/bin/ghc-stage2 +RTS -t --machine-readable ghc-stage2: no input files Usage: For basic information, try the `--help' option.
The last changes on the RTS were by Sergei Trofimovich, signed-off by Austin Seipp – do you two know what might have caused this?
Greetings, Joachim
-- Joachim “nomeata” Breitner mail@joachim-breitner.de • http://www.joachim-breitner.de/ Jabber: nomeata@joachim-breitner.de • GPG-Key: 0x4743206C Debian Developer: nomeata@debian.org
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
-- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/

Hi, ah, sorry to Sergei then. I guess I stopped considering this commit after I saw "OS X" in the description. Greetings, Joachim Am Dienstag, den 18.02.2014, 05:19 -0600 schrieb Austin Seipp:
I know what's wrong. I'm pushing a revert and I'll follow up with the right fix soon (it was the fix to #8754 of course).
On Tue, Feb 18, 2014 at 5:11 AM, Joachim Breitner
wrote: Hi,
Am Dienstag, den 18.02.2014, 10:52 +0000 schrieb Simon Peyton Jones:
I’m getting framework failures from the perf/ tests. Example below. Anyone know what is going on?
ah, it’s not just here.
Something broke "+RTS -t":
$ ghc +RTS -t --machine-readable ghc: no input files Usage: For basic information, try the `--help' option. [("bytes allocated", "124758360") ,("num_GCs", "178") ,("average_bytes_used", "2766184") ,("max_bytes_used", "7785408") ,("num_byte_usage_samples", "5") ,("peak_megabytes_allocated", "16") ,("init_cpu_seconds", "0.00") ,("init_wall_seconds", "0.00") ,("mutator_cpu_seconds", "0.04") ,("mutator_wall_seconds", "0.04") ,("GC_cpu_seconds", "0.06") ,("GC_wall_seconds", "0.06") ] $ ./inplace/bin/ghc-stage2 +RTS -t --machine-readable ghc-stage2: no input files Usage: For basic information, try the `--help' option.
The last changes on the RTS were by Sergei Trofimovich, signed-off by Austin Seipp – do you two know what might have caused this?
Greetings, Joachim
-- Joachim “nomeata” Breitner mail@joachim-breitner.de • http://www.joachim-breitner.de/ Jabber: nomeata@joachim-breitner.de • GPG-Key: 0x4743206C Debian Developer: nomeata@debian.org
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
-- Joachim “nomeata” Breitner mail@joachim-breitner.de • http://www.joachim-breitner.de/ Jabber: nomeata@joachim-breitner.de • GPG-Key: 0x4743206C Debian Developer: nomeata@debian.org
participants (3)
-
Austin Seipp
-
Joachim Breitner
-
Simon Peyton Jones