[parrot/parrot] 216da7: [GH #926] Add a test for sort method of ResizableI...

GitHub noreply at github.com
Sun Mar 24 17:21:02 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 216da7fe173d40124f203820827ef1d49cf1205b
      https://github.com/parrot/parrot/commit/216da7fe173d40124f203820827ef1d49cf1205b
  Author: Paul Cochrane <paultcochrane at gmail.com>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    M t/pmc/resizableintegerarray.t

  Log Message:
  -----------
  [GH #926] Add a test for sort method of ResizableIntegerArray PMC


  Commit: f361d1a231ec902f10b886ec3f7895a1ee80ec47
      https://github.com/parrot/parrot/commit/f361d1a231ec902f10b886ec3f7895a1ee80ec47
  Author: Paul Cochrane <paultcochrane at gmail.com>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    M t/pmc/resizableintegerarray.t

  Log Message:
  -----------
  [GH #926] Extended sort() tests of ResizableIntegerArray PMC

The tests of the sort() method weren't testing that after resizing the
array, that the sort() method still works (the array is resizable after all
:-) ).  This commit adds these extra tests.


  Commit: bcc8fac7769473dbfc0abe7a6e77e1d66be14b9f
      https://github.com/parrot/parrot/commit/bcc8fac7769473dbfc0abe7a6e77e1d66be14b9f
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    M t/pmc/resizableintegerarray.t

  Log Message:
  -----------
  Merge pull request #946 from paultcochrane/ptc/resizable_int_array_sort_test

[GH #926] Add a test for sort method of ResizableIntegerArray PMC


Compare: https://github.com/parrot/parrot/compare/829fa8f119e3...bcc8fac77694


More information about the parrot-commits mailing list