[parrot/parrot] 58efe7: [test] no gc-debug runcore when testing the fast r...
GitHub
noreply at github.com
Sat Sep 6 23:18:51 UTC 2014
Branch: refs/heads/smoke-me/testfast-gh1086
Home: https://github.com/parrot/parrot
Commit: 58efe74e63ecfec5bfa5ffcde43648719667d866
https://github.com/parrot/parrot/commit/58efe74e63ecfec5bfa5ffcde43648719667d866
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: c26a7782c490e578b02273d8f3af72874048013d
https://github.com/parrot/parrot/commit/c26a7782c490e578b02273d8f3af72874048013d
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/58efe74e63ec^...c26a7782c490
More information about the parrot-commits
mailing list