[parrot/parrot] 7c0d17: [GH #927] Added tests for sort() method of Resizab...
GitHub
noreply at github.com
Sun Mar 24 14:46:51 UTC 2013
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: 7c0d17ef7cd6a2fc34857c6890c1a4f13d1fd6ad
https://github.com/parrot/parrot/commit/7c0d17ef7cd6a2fc34857c6890c1a4f13d1fd6ad
Author: Paul Cochrane <paultcochrane at gmail.com>
Date: 2013-03-24 (Sun, 24 Mar 2013)
Changed paths:
M t/pmc/resizablefloatarray.t
Log Message:
-----------
[GH #927] Added tests for sort() method of ResizableFloatArray PMC
Commit: 76e83f7ed0da121bc84d80fd5b0b8d61bef30bdf
https://github.com/parrot/parrot/commit/76e83f7ed0da121bc84d80fd5b0b8d61bef30bdf
Author: Paul Cochrane <paultcochrane at gmail.com>
Date: 2013-03-24 (Sun, 24 Mar 2013)
Changed paths:
M t/pmc/resizablefloatarray.t
Log Message:
-----------
[GH# 927] Test output more specific wrt how float array was resized
Commit: fee04de31acf0ce35b0c146c6d94aa492537d33a
https://github.com/parrot/parrot/commit/fee04de31acf0ce35b0c146c6d94aa492537d33a
Author: Paul Cochrane <paultcochrane at gmail.com>
Date: 2013-03-24 (Sun, 24 Mar 2013)
Changed paths:
M t/pmc/resizablefloatarray.t
Log Message:
-----------
[GH #927] Test sort() after unshift in ResizableFloatArray
It's probably a good idea to check if sorting after an unshift works as well
as the currently available tests for simply sorting and for sorting after a
push. This way we test the interaction between resizing and sorting.
Commit: 829fa8f119e3ccf3506a3f5d1af07e9d7164b48a
https://github.com/parrot/parrot/commit/829fa8f119e3ccf3506a3f5d1af07e9d7164b48a
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2013-03-24 (Sun, 24 Mar 2013)
Changed paths:
M t/pmc/resizablefloatarray.t
Log Message:
-----------
Merge pull request #947 from paultcochrane/ptc/resizable_float_array_sort_test
Added tests for sort() method in ResizableFloatArray PMC
Compare: https://github.com/parrot/parrot/compare/dfc3d7c34f57...829fa8f119e3
More information about the parrot-commits
mailing list