[parrot/parrot] fbf1f7: [test] no gc-debug runcore when testing the fast r...

GitHub noreply at github.com
Sat Sep 6 23:16:15 UTC 2014


  Branch: refs/heads/smoke-me/testfast-gh1086
  Home:   https://github.com/parrot/parrot
  Commit: fbf1f7351b412ae42589f4cd1467491f3a867df5
      https://github.com/parrot/parrot/commit/fbf1f7351b412ae42589f4cd1467491f3a867df5
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-09-06 (Sat, 06 Sep 2014)

  Changed paths:
    M lib/Parrot/Harness/Options.pm
    M t/fullharness

  Log Message:
  -----------
  [test] no gc-debug runcore when testing the fast runcore

With make fulltest and variants (t/fullharness) we omit -D040 and --gc-debug
when testing -f -O1 -O2 and the various set_usual_target() tests.
This caught some -O1/-O2 errors and speeds up the fulltest suite.
We only need to run a full GC after each op and randomize the N/I regs with the
normal internal testsuite, but not the extensions and various other tests.

See [GH #1086]

Current errors:
  testO1__t/op/calling.t, testO2__t/op/calling.t,
  testO2__t/compilers/imcc/syn/regressions.t


  Commit: 613a703cc33f17b427cbe0e83b1ceb4e6c49db99
      https://github.com/parrot/parrot/commit/613a703cc33f17b427cbe0e83b1ceb4e6c49db99
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2014-09-06 (Sat, 06 Sep 2014)

  Changed paths:
    M t/compilers/imcc/syn/regressions.t
    M t/op/calling.t

  Log Message:
  -----------
  [test] adjust bad -O1/-O2 test regex

with the new fullharness settings there is no space before -O1 anymore.
Fixes GH #1086


Compare: https://github.com/parrot/parrot/compare/fbf1f7351b41^...613a703cc33f


More information about the parrot-commits mailing list