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 <[email protected]> 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 > [email protected] • http://www.joachim-breitner.de/ > Jabber: [email protected] • GPG-Key: 0x4743206C > Debian Developer: [email protected] > > _______________________________________________ > ghc-devs mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/ghc-devs > -- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ _______________________________________________ ghc-devs mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-devs
