[parrot/parrot] dbab72: Added a test in role.t to cover make_namespace_aut...

noreply at github.com noreply at github.com
Tue Dec 28 19:39:55 UTC 2010


Branch: refs/heads/gci_rfw_coverage
Home:   https://github.com/parrot/parrot

Commit: dbab727200fb81e57d309a8664afba9e9101b8b7
    https://github.com/parrot/parrot/commit/dbab727200fb81e57d309a8664afba9e9101b8b7
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2010-12-23 (Thu, 23 Dec 2010)

Changed paths:
  M t/pmc/role.t

Log Message:
-----------
Added a test in role.t to cover make_namespace_autobase.


Commit: a17b5b93207d934922c6ba7ba4720c433e695721
    https://github.com/parrot/parrot/commit/a17b5b93207d934922c6ba7ba4720c433e695721
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2010-12-27 (Mon, 27 Dec 2010)

Changed paths:
  M CREDITS
  M DEPRECATED.pod
  M MANIFEST
  M compilers/imcc/Rules.in
  M compilers/imcc/debug.c
  M compilers/imcc/imcc.y
  M compilers/imcc/imclexer.c
  M compilers/imcc/imcparser.c
  M compilers/imcc/imcparser.h
  M compilers/imcc/main.c
  M compilers/imcc/pcc.c
  M compilers/pct/src/PAST/Compiler.pir
  M compilers/pct/src/PCT/Dumper.pir
  M compilers/pct/src/PCT/Grammar.pir
  M compilers/pct/src/PCT/HLLCompiler.pir
  M compilers/pct/src/POST/Compiler.pir
  M compilers/pge/PGE/Exp.pir
  M compilers/pge/PGE/Perl6Regex.pir
  M compilers/tge/TGE/Compiler.pir
  M config/auto/ipv6/test.in
  M config/gen/makefiles/root.in
  M config/gen/platform/darwin/sysmem.c
  M docs/pdds/draft/pdd10_embedding.pod
  M docs/project/release_manager_guide.pod
  M examples/c/test_main.c
  M examples/pir/befunge/debug.pir
  M examples/pir/befunge/io.pir
  M examples/pir/befunge/load.pir
  M ext/nqp-rx/src/stage0/HLL-s0.pir
  M ext/nqp-rx/src/stage0/NQP-s0.pir
  M ext/nqp-rx/src/stage0/P6Regex-s0.pir
  M ext/nqp-rx/src/stage0/Regex-s0.pir
  M frontend/parrot/main.c
  M frontend/parrot_debugger/main.c
  M frontend/pbc_dump/main.c
  M frontend/pbc_merge/main.c
  A include/parrot/api.h
  M include/parrot/debugger.h
  M include/parrot/dynext.h
  M include/parrot/embed.h
  M include/parrot/exit.h
  M include/parrot/gc_api.h
  M include/parrot/global_setup.h
  M include/parrot/imcc.h
  M include/parrot/interpreter.h
  M include/parrot/library.h
  M include/parrot/longopt.h
  M include/parrot/misc.h
  M include/parrot/oplib/core_ops.h
  M include/parrot/oplib/ops.h
  M include/parrot/opsenum.h
  M include/parrot/packfile.h
  M include/parrot/parrot.h
  M include/parrot/pmc.h
  M include/parrot/pmc_freeze.h
  M include/parrot/string_funcs.h
  M lib/Parrot/Distribution.pm
  M lib/Parrot/Headerizer.pm
  M lib/Parrot/Test/Harness.pm
  M runtime/parrot/library/CGI/QueryHash.pir
  M runtime/parrot/library/Data/Dumper/Base.pir
  M runtime/parrot/library/Data/Dumper/Default.pir
  M runtime/parrot/library/MIME/Base64.pir
  M runtime/parrot/library/PGE/Hs.pir
  M runtime/parrot/library/PGE/Perl6Grammar.pir
  M runtime/parrot/library/Stream/Base.pir
  M runtime/parrot/library/Stream/Lines.pir
  M runtime/parrot/library/String/Utils.pir
  M runtime/parrot/library/Test/Builder/Output.pir
  M runtime/parrot/library/Test/Builder/Test.pir
  M runtime/parrot/library/Test/Builder/TestPlan.pir
  M runtime/parrot/library/Test/Builder/Tester.pir
  M runtime/parrot/library/Test/More.pir
  M runtime/parrot/library/YAML/Dumper/Base.pir
  M runtime/parrot/library/YAML/Dumper/Default.pir
  M src/debug.c
  M src/dynext.c
  M src/dynpmc/Defines.in
  M src/dynpmc/Rules.in
  M src/embed.c
  A src/embed/api.c
  A src/embed/embed_private.h
  A src/embed/pmc.c
  A src/embed/strings.c
  M src/exceptions.c
  M src/exit.c
  M src/gc/api.c
  M src/gc/gc_private.h
  M src/gc/mark_sweep.c
  M src/global_setup.c
  M src/hash.c
  M src/interp/inter_misc.c
  M src/library.c
  M src/longopt.c
  M src/ops/core_ops.c
  M src/ops/pmc.ops
  M src/ops/string.ops
  M src/packfile/object_serialization.c
  M src/pbc_disassemble.c
  M src/pmc.c
  M src/pmc/callcontext.pmc
  M src/pmc/exception.pmc
  M src/pmc/exporter.pmc
  M src/pmc/fixedintegerarray.pmc
  M src/pmc/fixedpmcarray.pmc
  M src/pmc/orderedhash.pmc
  M src/pmc/socket.pmc
  M src/pointer_array.c
  M src/string/api.c
  M src/utils.c
  R t/codingstd/checkdepend.t
  M t/compilers/imcc/syn/const.t
  M t/dynoplibs/pmc_pow.t
  M t/library/lwp.t
  M t/library/mime_base64.t
  M t/library/streams.t
  M t/oo/new.t
  M t/oo/root_new.t
  M t/op/arithmetics_pmc.t
  M t/op/calling.t
  M t/op/cmp-nonbranch.t
  M t/op/exit.t
  M t/op/string.t
  M t/op/string_cs.t
  M t/pmc/eval.t
  M t/pmc/exporter.t
  M t/pmc/fixedintegerarray.t
  M t/pmc/fixedpmcarray.t
  M t/pmc/fixedstringarray.t
  M t/pmc/hash.t
  M t/pmc/hashiterator.t
  M t/pmc/key.t
  M t/pmc/resizablepmcarray.t
  M t/pmc/socket.t
  M t/pmc/string.t
  M t/run/options.t
  A t/src/checkdepend.t
  A t/src/embed/pmc.t
  A t/src/embed/strings.t
  M tools/build/parrot_config_c.pl
  M tools/dev/github_post_receive.pl
  M tools/dev/mk_nci_thunks.pl
  M tools/dev/nci_thunk_gen.pir
  M tools/dev/pbc_to_exe.pir

Log Message:
-----------
Merge branch 'master' of git://github.com/parrot/parrot


Commit: 91fe6d65b6faa46016be523e29ee58b0ef8e237f
    https://github.com/parrot/parrot/commit/91fe6d65b6faa46016be523e29ee58b0ef8e237f
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2010-12-27 (Mon, 27 Dec 2010)

Changed paths:
  M t/pmc/continuation.t

Log Message:
-----------
Increased coverage of Continuation PMC to 86.60%.


Commit: b874a658f3f0f3ddfbd1056522eb656cc7e9a60b
    https://github.com/parrot/parrot/commit/b874a658f3f0f3ddfbd1056522eb656cc7e9a60b
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2010-12-27 (Mon, 27 Dec 2010)

Changed paths:
  A t/src/misc.t

Log Message:
-----------
Adding src/misc.c tests.


Commit: 04b407ad07ba725060d9bdf38569038b467b5eed
    https://github.com/parrot/parrot/commit/04b407ad07ba725060d9bdf38569038b467b5eed
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2010-12-27 (Mon, 27 Dec 2010)

Changed paths:
  M config/auto/coverage.pm
  M config/gen/makefiles/root.in
  M config/init/defaults.pm
  M tools/dev/github_post_receive.pl

Log Message:
-----------
Merge branch 'nwellnhof/make_cover' of git://github.com/parrot/parrot


Commit: 458de73602d1184bdfa7db56e4ff01f55c9aa04c
    https://github.com/parrot/parrot/commit/458de73602d1184bdfa7db56e4ff01f55c9aa04c
Author: Tony Young <rofflwaffls at gmail.com>
Date:   2010-12-27 (Mon, 27 Dec 2010)

Changed paths:
  M t/src/misc.t

Log Message:
-----------
100% coverage for src/misc, whoo!




More information about the parrot-commits mailing list