1..38 ok 1 - HLL and load_bytecode - \#38888 ok 2 - HLL and vars ok 3 - HLL and namespace directives ok 4 - :anon subs still get default namespace ok 5 - get_global in current ok 6 - export_to -- success with array ok 7 - export_to -- success with hash (empty value) ok 8 - export_to -- success with hash (null value) ok 9 - export_to -- success with hash (and value) ok 10 - get_parent ok 11 - get_global [''], "print_ok" ok 12 - get_global with array ('') ok 13 - get_global with empty array ok 14 - Namespace.get_global() with array ('') ok 15 - Namespace introspection ok 16 - Nested namespace introspection ok 17 - get_root_namespace ok 18 - root namespace is not a class ok 19 - get_root_namespace "Foo" ok 20 - get_root_namespace "Foo", not there ok 21 - get_name() ok 22 - add_namespace() ok 23 - add_namespace() with error ok 24 - add_sub() ok 25 - add_sub() with error ok 26 - add_var() not ok 27 - del_namespace() # Failed test 'del_namespace()' # at t/pmc/namespace-old.t line 874. # got: 'Grandchild still exists # Sibling not deleted # Child still exists # Fun uncle stuck around # ' # expected: 'Sibling not deleted # Fun uncle stuck around # ' not ok 28 - del_namespace() with error # Failed test 'del_namespace() with error' # at t/pmc/namespace-old.t line 946. # 'Null PMC access in get_string() # Null PMC access in get_string() # ' # doesn't match '/Invalid type \d+ for 'dummy' in del_namespace\(\) # Invalid type \d+ for 'Not_A_NS' in del_namespace\(\)/ # ' not ok 29 - del_sub() # Failed test 'del_sub()' # at t/pmc/namespace-old.t line 983. # got: 'Parent did not delete dummy # Parent is no dummy # Child did not delete dummy # Dummy sub! # Child is no dummy # ' # expected: 'Parent is no dummy # Child is no dummy # ' not ok 30 - del_sub() with error # Failed test 'del_sub() with error' # at t/pmc/namespace-old.t line 1039. # 'Null PMC access in get_string() # ' # doesn't match '/Invalid type \d+ for 'Not_A_Sub' in del_sub\(\)/ # ' ok 31 - del_var() ok 32 - overriding find_method() ok 33 - iterate through a NameSpace PMC ok 34 - NameSpace with no class ok 35 - iterate through a NameSpace PMC ok 36 - make_namespace method ok 37 - adding :anon sub to a namespace, TT \#56 not ok 38 - HLL_map on namespace # TODO TT #867 # Failed (TODO) test 'HLL_map on namespace' # at t/pmc/namespace-old.t line 1254. # got: 'ok 1 - NameSpace # ' # expected: 'ok 1 - BSNS # ' # Looks like you failed 4 tests of 38.