[parrot/parrot] 0595f8: [GH #887] Fix make testr --run-pbc for t/native_pb...

GitHub noreply at github.com
Wed Dec 26 18:30:44 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 0595f84764cbb826ca89ec4a4b6451531c8d7b8b
      https://github.com/parrot/parrot/commit/0595f84764cbb826ca89ec4a4b6451531c8d7b8b
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2012-12-26 (Wed, 26 Dec 2012)

  Changed paths:
    M t/native_pbc/Test.pm
    M t/native_pbc/header.t
    M t/native_pbc/integer.t
    M t/native_pbc/number.t
    M t/native_pbc/string.t

  Log Message:
  -----------
  [GH #887] Fix make testr --run-pbc for t/native_pbc/*.t

-r requires a -o output.pbc argument before, which is then run.
This works for t/native_pbc/header.t if we reorder the args, -r after -o.
But it currently fails for the integer/number/string tests, so skip it.


  Commit: 539ec633bf3d214039fb3b939f43ac23f7070ed7
      https://github.com/parrot/parrot/commit/539ec633bf3d214039fb3b939f43ac23f7070ed7
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2012-12-26 (Wed, 26 Dec 2012)

  Changed paths:
    M MANIFEST
    M lib/Parrot/Manifest.pm
    M t/distro/manifest_generated.t
    M t/manifest/02-regenerate_file.t

  Log Message:
  -----------
  [cage] Skip MANIFEST.generated is sorted, add tools/build/addgenerated.pl to MANIFEST

Improve determine_need_for_manifest_skip() reporting, to print the missing MANIFEST file.


Compare: https://github.com/parrot/parrot/compare/286d5166dd4a...539ec633bf3d


More information about the parrot-commits mailing list