[parrot/parrot] 831396: remove eager exits from XOR test.
noreply at github.com
noreply at github.com
Sun Jul 10 03:47:02 UTC 2011
Branch: refs/heads/m0-prototype
Home: https://github.com/parrot/parrot
Commit: 8313968a3f53b3a74e20a0138a3a33136d563f41
https://github.com/parrot/parrot/commit/8313968a3f53b3a74e20a0138a3a33136d563f41
Author: Martin Olsen <m at rtinolsen.net>
Date: 2011-07-09 (Sat, 09 Jul 2011)
Changed paths:
M t/m0/integration/m0_xor.m0
Log Message:
-----------
remove eager exits from XOR test.
Commit: 712eace405f5d21deeb8f216b46577c91387da1a
https://github.com/parrot/parrot/commit/712eace405f5d21deeb8f216b46577c91387da1a
Author: Martin Olsen <m at rtinolsen.net>
Date: 2011-07-09 (Sat, 09 Jul 2011)
Changed paths:
A t/m0/integration/m0_and.m0
A t/m0/integration/m0_or.m0
Log Message:
-----------
Add M0 and, or operator test.
Commit: 253a05b3dfd535e265ac9a93effe5840d14f0761
https://github.com/parrot/parrot/commit/253a05b3dfd535e265ac9a93effe5840d14f0761
Author: Martin Olsen <m at rtinolsen.net>
Date: 2011-07-09 (Sat, 09 Jul 2011)
Changed paths:
A t/m0/integration/m0_convert_i_n.m0
R t/m0/integration/m0_iton.m0
Log Message:
-----------
Move old iton M0 opcode test to new convert_i_n. Fix test logic.
Commit: eaa043d977ea9090bace8393b967a13d97880d95
https://github.com/parrot/parrot/commit/eaa043d977ea9090bace8393b967a13d97880d95
Author: Martin Olsen <m at rtinolsen.net>
Date: 2011-07-09 (Sat, 09 Jul 2011)
Changed paths:
A t/m0/integration/m0_ashr.m0
A t/m0/integration/m0_lshr.m0
A t/m0/integration/m0_shl.m0
Log Message:
-----------
Add tests for M0 ashr, lshr, shl operators.
Commit: dbad968a139483b0aa557ff76d1fbe66426ad584
https://github.com/parrot/parrot/commit/dbad968a139483b0aa557ff76d1fbe66426ad584
Author: cotto <christoph_github at mksig.org>
Date: 2011-07-09 (Sat, 09 Jul 2011)
Changed paths:
A t/m0/integration/m0_and.m0
A t/m0/integration/m0_ashr.m0
A t/m0/integration/m0_convert_i_n.m0
R t/m0/integration/m0_iton.m0
A t/m0/integration/m0_lshr.m0
A t/m0/integration/m0_or.m0
A t/m0/integration/m0_shl.m0
M t/m0/integration/m0_xor.m0
Log Message:
-----------
Merge pull request #140 from martinolsen/m0-prototype
complete math ops coverage, courtesy of mro++
Compare: https://github.com/parrot/parrot/compare/1272180...dbad968
More information about the parrot-commits
mailing list