Skip to content

Instantly share code, notes, and snippets.

@Altai-man
Created January 24, 2020 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Altai-man/16c352ffa637a786c1e848df8255f505 to your computer and use it in GitHub Desktop.
Save Altai-man/16c352ffa637a786c1e848df8255f505 to your computer and use it in GitHub Desktop.
[koto@dispair rakudo-dev]$ VERSION=2020.01 VERSION_MOAR=2020.01.1 BRANCH_ROAST=b425a4b31fb36b91bbac15e5d63b992f6acf5bc1 BRANCH_RAKUDO=release-2020.01 BRANCH_NQP=master sake all
Connection to localhost closed.
Cloning into 'moar'...
remote: Enumerating objects: 31, done.
remote: Counting objects: 100% (31/31), done.
remote: Compressing objects: 100% (23/23), done.
remote: Total 81491 (delta 11), reused 20 (delta 7), pack-reused 81460
Receiving objects: 100% (81491/81491), 55.24 MiB | 3.38 MiB/s, done.
Resolving deltas: 100% (60658/60658), done.
Cloning into 'nqp'...
remote: Enumerating objects: 43, done.
remote: Counting objects: 100% (43/43), done.
remote: Compressing objects: 100% (29/29), done.
remote: Total 90089 (delta 13), reused 26 (delta 10), pack-reused 90046
Receiving objects: 100% (90089/90089), 139.03 MiB | 3.67 MiB/s, done.
Resolving deltas: 100% (58363/58363), done.
Cloning into 'rakudo'...
remote: Enumerating objects: 110, done.
remote: Counting objects: 100% (110/110), done.
remote: Compressing objects: 100% (80/80), done.
remote: Total 187411 (delta 55), reused 57 (delta 30), pack-reused 187301
Receiving objects: 100% (187411/187411), 52.79 MiB | 3.23 MiB/s, done.
Resolving deltas: 100% (138733/138733), done.
Note: switching to '2020.01.1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at efb014f19 First stab at a script for automating release steps
[master e42b3982e] [release] Bump MoarVM revision to 2020.01.1
1 file changed, 1 insertion(+), 1 deletion(-)
[master bb0a003a6] [release] Bump VERSION to 2020.01
1 file changed, 1 insertion(+), 1 deletion(-)
Updating nqp-configure submodule...
OK
===ATTENTION===
No --prefix supplied, building and installing to /home/koto/Devel/rakudo-dev/nqp/install
Cloning from https://github.com/MoarVM/MoarVM.git
Cloning into 'MoarVM'...
remote: Enumerating objects: 31, done.
remote: Counting objects: 100% (31/31), done.
remote: Compressing objects: 100% (23/23), done.
remote: Total 81491 (delta 11), reused 20 (delta 7), pack-reused 81460
Receiving objects: 100% (81491/81491), 55.24 MiB | 3.55 MiB/s, done.
Resolving deltas: 100% (60658/60658), done.
Note: switching to '2020.01.1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at efb014f19 First stab at a script for automating release steps
Configuring and building MoarVM ...
/usr/bin/perl Configure.pl --optimize --prefix=/home/koto/Devel/rakudo-dev/nqp/install --make-install
Welcome to MoarVM!
Updating submodules .................................... OK
Configuring native build environment ...................
trying to compile a simple C program ............... YES
probing support of -Werror=* ....................... YES
Testing pkgconfig .................................. 1.6.3
OK
probing whether your compiler thinks that it is gcc YES
probing how your compiler does static inline ....... static __inline__
your CPU can read unaligned values for all of int32 int64 num64
probing the size of pointers ....................... 8
probing C type support for: _Bool, bool ............ YES: _Bool,bool
probing computed goto support ...................... YES
probing pthread_yield support ...................... NO
probing existance of optional malloc_trim() ........ YES
probing support of rdtscp intrinsic ................ YES
make: make
compile: gcc -Wextra -Wall -Wno-unused-parameter -Wno-unused-function -Wno-missing-braces -Werror=pointer-arith -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DMVM_HEAPSNAPSHOT_FORMAT=3
includes: -I3rdparty/libuv/include -I3rdparty/libuv/src -I3rdparty/libatomicops/src -I3rdparty/libtommath -I3rdparty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback
link: gcc -O3 -DNDEBUG -Wl,-rpath,"/@libdir@"
libs: -lm -lpthread -lrt -ldl -lzstd
byte order: little endian
Configuring 3rdparty libs .............................. OK
3rdparty: 3rdparty/cmp/libcmp.a
3rdparty/dyncall/dyncall/libdyncall_s.a
3rdparty/dyncall/dyncallback/libdyncallback_s.a
3rdparty/dyncall/dynload/libdynload_s.a
3rdparty/libatomicops/src/libatomic_ops.a
3rdparty/libtommath/libtommath.a
3rdparty/libuv/libuv.a
3rdparty/sha1/libsha1.a
3rdparty/tinymt/libtinymt.a
Generating src/gen/config.c ............................ OK
Generating src/gen/config.h ............................ OK
Generating Makefile .................................... OK
Generating tools/check.mk .............................. OK
Generating build/mk-moar-pc.pl ......................... OK
Configuration SUCCESS.
Type 'make' to build and 'make help' to see a list of
available make targets.
compiling src/main.o
compiling src/core/callsite.o
compiling src/core/args.o
compiling src/core/exceptions.o
compiling src/core/interp.o
src/core/interp.c: In function 'MVM_interp_run':
src/core/interp.c:142:16: warning: variable 'backup_interp_cur_op' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
142 | MVMuint8 **backup_interp_cur_op = NULL;
| ^~~~~~~~~~~~~~~~~~~~
src/core/interp.c:143:16: warning: variable 'backup_interp_bytecode_start' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
143 | MVMuint8 **backup_interp_bytecode_start = NULL;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/core/interp.c:144:19: warning: variable 'backup_interp_reg_base' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
144 | MVMRegister **backup_interp_reg_base = NULL;
| ^~~~~~~~~~~~~~~~~~~~~~
src/core/interp.c:145:19: warning: variable 'backup_interp_cu' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
145 | MVMCompUnit **backup_interp_cu = NULL;
| ^~~~~~~~~~~~~~~~
compiling src/core/threadcontext.o
compiling src/core/compunit.o
compiling src/core/bytecode.o
compiling src/core/frame.o
compiling src/core/callstack.o
compiling src/core/validation.o
compiling src/core/bytecodedump.o
compiling src/core/threads.o
compiling src/core/ops.o
compiling src/core/hll.o
compiling src/core/loadbytecode.o
compiling src/math/num.o
compiling src/math/grisu.o
compiling src/core/coerce.o
compiling src/core/dll.o
compiling src/core/ext.o
compiling src/core/nativecall.o
compiling src/core/nativecall_dyncall.o
compiling src/core/continuation.o
compiling src/core/intcache.o
compiling src/core/fixedsizealloc.o
compiling src/core/regionalloc.o
compiling src/debug/debugserver.o
compiling src/gen/config.o
compiling src/gc/orchestrate.o
compiling src/gc/allocation.o
compiling src/gc/worklist.o
compiling src/gc/roots.o
compiling src/gc/collect.o
compiling src/gc/gen2.o
compiling src/gc/wb.o
compiling src/gc/objectid.o
compiling src/gc/finalize.o
compiling src/gc/debug.o
compiling src/io/io.o
compiling src/io/eventloop.o
compiling src/io/syncfile.o
compiling src/io/syncsocket.o
compiling src/io/fileops.o
compiling src/io/dirops.o
compiling src/io/procops.o
compiling src/io/timers.o
compiling src/io/filewatchers.o
compiling src/io/signals.o
compiling src/io/asyncsocket.o
compiling src/io/asyncsocketudp.o
compiling src/6model/reprs.o
compiling src/6model/reprconv.o
compiling src/6model/containers.o
compiling src/6model/parametric.o
compiling src/6model/reprs/MVMString.o
compiling src/6model/reprs/VMArray.o
compiling src/6model/reprs/MVMHash.o
compiling src/6model/reprs/MVMCFunction.o
compiling src/6model/reprs/KnowHOWREPR.o
compiling src/6model/reprs/KnowHOWAttributeREPR.o
compiling src/6model/reprs/P6str.o
compiling src/6model/reprs/P6opaque.o
compiling src/6model/reprs/MVMCode.o
compiling src/6model/reprs/MVMOSHandle.o
compiling src/6model/reprs/MVMCompUnit.o
compiling src/6model/reprs/MVMStaticFrame.o
compiling src/6model/reprs/P6int.o
compiling src/6model/reprs/P6num.o
compiling src/6model/reprs/Uninstantiable.o
compiling src/6model/reprs/HashAttrStore.o
compiling src/6model/reprs/MVMThread.o
compiling src/6model/reprs/MVMIter.o
compiling src/6model/reprs/MVMContext.o
compiling src/6model/reprs/SCRef.o
compiling src/6model/reprs/MVMCallCapture.o
compiling src/6model/reprs/P6bigint.o
compiling src/6model/reprs/NFA.o
compiling src/6model/reprs/MVMException.o
compiling src/6model/reprs/MVMDLLSym.o
compiling src/6model/reprs/MVMMultiCache.o
compiling src/6model/reprs/MVMContinuation.o
compiling src/6model/reprs/NativeCall.o
compiling src/6model/reprs/CPointer.o
compiling src/6model/reprs/CStr.o
compiling src/6model/reprs/CArray.o
compiling src/6model/reprs/CStruct.o
compiling src/6model/reprs/CUnion.o
compiling src/6model/reprs/ReentrantMutex.o
compiling src/6model/reprs/ConditionVariable.o
compiling src/6model/reprs/Semaphore.o
compiling src/6model/reprs/ConcBlockingQueue.o
compiling src/6model/reprs/MVMAsyncTask.o
compiling src/6model/reprs/MVMNull.o
compiling src/6model/reprs/CPPStruct.o
compiling src/6model/reprs/NativeRef.o
compiling src/6model/reprs/MultiDimArray.o
compiling src/6model/reprs/Decoder.o
compiling src/6model/reprs/MVMSpeshLog.o
compiling src/6model/reprs/MVMStaticFrameSpesh.o
compiling src/6model/reprs/MVMSpeshPluginState.o
compiling src/6model/6model.o
compiling src/6model/bootstrap.o
compiling src/6model/sc.o
compiling src/6model/serialization.o
compiling src/spesh/dump.o
compiling src/spesh/graph.o
compiling src/spesh/codegen.o
compiling src/spesh/candidate.o
compiling src/spesh/manipulate.o
compiling src/spesh/args.o
compiling src/spesh/usages.o
compiling src/spesh/facts.o
compiling src/spesh/optimize.o
compiling src/spesh/dead_bb_elimination.o
compiling src/spesh/dead_ins_elimination.o
compiling src/spesh/deopt.o
compiling src/spesh/log.o
compiling src/spesh/threshold.o
compiling src/spesh/inline.o
compiling src/spesh/osr.o
compiling src/spesh/lookup.o
compiling src/spesh/iterator.o
compiling src/spesh/worker.o
compiling src/spesh/debug.o
compiling src/spesh/stats.o
compiling src/spesh/plan.o
compiling src/spesh/arg_guard.o
compiling src/spesh/plugin.o
compiling src/spesh/frame_walker.o
compiling src/spesh/pea.o
compiling src/strings/decode_stream.o
compiling src/strings/ascii.o
compiling src/strings/parse_num.o
compiling src/strings/utf8.o
compiling src/strings/utf8_c8.o
compiling src/strings/nfg.o
compiling src/strings/ops.o
generating src/strings/unicode.c
compiling src/strings/unicode.o
compiling src/strings/normalize.o
compiling src/strings/latin1.o
compiling src/strings/utf16.o
compiling src/strings/windows1252.o
compiling src/strings/shiftjis.o
compiling src/strings/gb2312.o
compiling src/strings/gb18030.o
compiling src/math/bigintops.o
compiling src/profiler/instrument.o
compiling src/profiler/log.o
compiling src/profiler/profile.o
compiling src/profiler/heapsnapshot.o
src/profiler/heapsnapshot.c: In function 'serialize_attribute_stream':
src/profiler/heapsnapshot.c:895:9: warning: 'strncpy' specified bound 8 equals destination size [-Wstringop-truncation]
895 | strncpy(namebuf, name, 8);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compiling src/profiler/telemeh.o
compiling src/profiler/configuration.o
compiling src/instrument/crossthreadwrite.o
compiling src/instrument/line_coverage.o
compiling src/platform/sys.o
compiling src/platform/random.o
compiling src/platform/memmem32.o
compiling src/platform/malloc_trim.o
compiling src/moar.o
compiling src/platform/posix/mmap.o
compiling src/platform/posix/time.o
compiling src/platform/posix/io.o
compiling src/platform/posix/fork.o
compiling src/jit/graph.o
compiling src/jit/label.o
compiling src/jit/compile.o
compiling src/jit/dump.o
Precompiling templates from src/jit/core_templates.expr
compiling src/jit/expr.o
Building tile tables from src/jit/x64/tile_pattern.tile
compiling src/jit/tile.o
compiling src/jit/linear_scan.o
compiling src/jit/interface.o
gcc 3rdparty/dynasm/minilua.c -lm -o 3rdparty/dynasm/minilua
preprocessing src/jit/x64/emit.dasc
compiling src/jit/x64/emit.o
compiling src/jit/x64/arch.o
compiling 3rdparty/cmp/cmp.o
linking 3rdparty/cmp/libcmp.a
building dyncall...
Configuration written to Makefile.config
ar: creating libdyncall_s.a
ar: creating libdyncallback_s.a
ar: creating libdynload_s.a
done.
linking 3rdparty/libatomicops/src/libatomic_ops.a
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for PIC compiler flag... -fPIC
checking whether gcc -fPIC causes __PIC__ definition... yes
checking for gcc -Wextra... yes
checking for pthread_self in -lpthread... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing default commands
make[1]: Entering directory '/home/koto/Devel/rakudo-dev/nqp/MoarVM/3rdparty/libatomicops/src'
make all-am
make[2]: Entering directory '/home/koto/Devel/rakudo-dev/nqp/MoarVM/3rdparty/libatomicops/src'
gcc -DHAVE_CONFIG_H -I../src -I../src -fPIC -Wall -Wextra -Wextra -Wall -Wno-unused-parameter -Wno-unused-function -Wno-missing-braces -Werror=pointer-arith -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DMVM_HEAPSNAPSHOT_FORMAT=3 -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_RDTSCP=1 -MT atomic_ops.o -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.o atomic_ops.c
mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Po
rm -f libatomic_ops.a
ar cru libatomic_ops.a atomic_ops.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libatomic_ops.a
make[2]: Leaving directory '/home/koto/Devel/rakudo-dev/nqp/MoarVM/3rdparty/libatomicops/src'
make[1]: Leaving directory '/home/koto/Devel/rakudo-dev/nqp/MoarVM/3rdparty/libatomicops/src'
compiling 3rdparty/tinymt/tinymt64.o
linking 3rdparty/tinymt/libtinymt.a
compiling 3rdparty/sha1/sha1.o
linking 3rdparty/sha1/libsha1.a
compiling 3rdparty/libtommath/bn_error.o
compiling 3rdparty/libtommath/bn_fast_mp_invmod.o
compiling 3rdparty/libtommath/bn_fast_mp_montgomery_reduce.o
compiling 3rdparty/libtommath/bn_fast_s_mp_mul_digs.o
compiling 3rdparty/libtommath/bn_fast_s_mp_mul_high_digs.o
compiling 3rdparty/libtommath/bn_fast_s_mp_sqr.o
compiling 3rdparty/libtommath/bn_mp_2expt.o
compiling 3rdparty/libtommath/bn_mp_abs.o
compiling 3rdparty/libtommath/bn_mp_add.o
compiling 3rdparty/libtommath/bn_mp_add_d.o
compiling 3rdparty/libtommath/bn_mp_addmod.o
compiling 3rdparty/libtommath/bn_mp_and.o
compiling 3rdparty/libtommath/bn_mp_clamp.o
compiling 3rdparty/libtommath/bn_mp_clear.o
compiling 3rdparty/libtommath/bn_mp_clear_multi.o
compiling 3rdparty/libtommath/bn_mp_cmp.o
compiling 3rdparty/libtommath/bn_mp_cmp_d.o
compiling 3rdparty/libtommath/bn_mp_cmp_mag.o
compiling 3rdparty/libtommath/bn_mp_cnt_lsb.o
compiling 3rdparty/libtommath/bn_mp_copy.o
compiling 3rdparty/libtommath/bn_mp_count_bits.o
compiling 3rdparty/libtommath/bn_mp_div.o
compiling 3rdparty/libtommath/bn_mp_div_2.o
compiling 3rdparty/libtommath/bn_mp_div_2d.o
compiling 3rdparty/libtommath/bn_mp_div_3.o
compiling 3rdparty/libtommath/bn_mp_div_d.o
compiling 3rdparty/libtommath/bn_mp_dr_is_modulus.o
compiling 3rdparty/libtommath/bn_mp_dr_reduce.o
compiling 3rdparty/libtommath/bn_mp_dr_setup.o
compiling 3rdparty/libtommath/bn_mp_exch.o
compiling 3rdparty/libtommath/bn_mp_export.o
compiling 3rdparty/libtommath/bn_mp_expt_d.o
compiling 3rdparty/libtommath/bn_mp_expt_d_ex.o
compiling 3rdparty/libtommath/bn_mp_exptmod.o
compiling 3rdparty/libtommath/bn_mp_exptmod_fast.o
compiling 3rdparty/libtommath/bn_mp_exteuclid.o
compiling 3rdparty/libtommath/bn_mp_fread.o
compiling 3rdparty/libtommath/bn_mp_fwrite.o
compiling 3rdparty/libtommath/bn_mp_gcd.o
compiling 3rdparty/libtommath/bn_mp_get_int.o
compiling 3rdparty/libtommath/bn_mp_get_long.o
compiling 3rdparty/libtommath/bn_mp_get_long_long.o
compiling 3rdparty/libtommath/bn_mp_grow.o
compiling 3rdparty/libtommath/bn_mp_import.o
compiling 3rdparty/libtommath/bn_mp_init.o
compiling 3rdparty/libtommath/bn_mp_init_copy.o
compiling 3rdparty/libtommath/bn_mp_init_multi.o
compiling 3rdparty/libtommath/bn_mp_init_set.o
compiling 3rdparty/libtommath/bn_mp_init_set_int.o
compiling 3rdparty/libtommath/bn_mp_init_size.o
compiling 3rdparty/libtommath/bn_mp_invmod.o
compiling 3rdparty/libtommath/bn_mp_invmod_slow.o
compiling 3rdparty/libtommath/bn_mp_is_square.o
compiling 3rdparty/libtommath/bn_mp_jacobi.o
compiling 3rdparty/libtommath/bn_mp_karatsuba_mul.o
compiling 3rdparty/libtommath/bn_mp_karatsuba_sqr.o
compiling 3rdparty/libtommath/bn_mp_lcm.o
compiling 3rdparty/libtommath/bn_mp_lshd.o
compiling 3rdparty/libtommath/bn_mp_mod.o
compiling 3rdparty/libtommath/bn_mp_mod_2d.o
compiling 3rdparty/libtommath/bn_mp_mod_d.o
compiling 3rdparty/libtommath/bn_mp_montgomery_calc_normalization.o
compiling 3rdparty/libtommath/bn_mp_montgomery_reduce.o
compiling 3rdparty/libtommath/bn_mp_montgomery_setup.o
compiling 3rdparty/libtommath/bn_mp_mul.o
compiling 3rdparty/libtommath/bn_mp_mul_2.o
compiling 3rdparty/libtommath/bn_mp_mul_2d.o
compiling 3rdparty/libtommath/bn_mp_mul_d.o
compiling 3rdparty/libtommath/bn_mp_mulmod.o
compiling 3rdparty/libtommath/bn_mp_n_root.o
compiling 3rdparty/libtommath/bn_mp_n_root_ex.o
compiling 3rdparty/libtommath/bn_mp_neg.o
compiling 3rdparty/libtommath/bn_mp_or.o
compiling 3rdparty/libtommath/bn_mp_prime_fermat.o
compiling 3rdparty/libtommath/bn_mp_prime_is_divisible.o
compiling 3rdparty/libtommath/bn_mp_prime_is_prime.o
compiling 3rdparty/libtommath/bn_mp_prime_miller_rabin.o
compiling 3rdparty/libtommath/bn_mp_prime_next_prime.o
compiling 3rdparty/libtommath/bn_mp_prime_rabin_miller_trials.o
compiling 3rdparty/libtommath/bn_mp_prime_random_ex.o
compiling 3rdparty/libtommath/bn_mp_radix_size.o
compiling 3rdparty/libtommath/bn_mp_radix_smap.o
compiling 3rdparty/libtommath/bn_mp_rand.o
compiling 3rdparty/libtommath/bn_mp_read_radix.o
compiling 3rdparty/libtommath/bn_mp_read_signed_bin.o
compiling 3rdparty/libtommath/bn_mp_read_unsigned_bin.o
compiling 3rdparty/libtommath/bn_mp_reduce.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k_l.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k_setup.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k_setup_l.o
compiling 3rdparty/libtommath/bn_mp_reduce_is_2k.o
compiling 3rdparty/libtommath/bn_mp_reduce_is_2k_l.o
compiling 3rdparty/libtommath/bn_mp_reduce_setup.o
compiling 3rdparty/libtommath/bn_mp_rshd.o
compiling 3rdparty/libtommath/bn_mp_set.o
compiling 3rdparty/libtommath/bn_mp_set_int.o
compiling 3rdparty/libtommath/bn_mp_set_long.o
compiling 3rdparty/libtommath/bn_mp_set_long_long.o
compiling 3rdparty/libtommath/bn_mp_shrink.o
compiling 3rdparty/libtommath/bn_mp_signed_bin_size.o
compiling 3rdparty/libtommath/bn_mp_sqr.o
compiling 3rdparty/libtommath/bn_mp_sqrmod.o
compiling 3rdparty/libtommath/bn_mp_sqrt.o
compiling 3rdparty/libtommath/bn_mp_sqrtmod_prime.o
compiling 3rdparty/libtommath/bn_mp_sub.o
compiling 3rdparty/libtommath/bn_mp_sub_d.o
compiling 3rdparty/libtommath/bn_mp_submod.o
compiling 3rdparty/libtommath/bn_mp_to_signed_bin.o
compiling 3rdparty/libtommath/bn_mp_to_signed_bin_n.o
compiling 3rdparty/libtommath/bn_mp_to_unsigned_bin.o
compiling 3rdparty/libtommath/bn_mp_to_unsigned_bin_n.o
compiling 3rdparty/libtommath/bn_mp_toom_mul.o
compiling 3rdparty/libtommath/bn_mp_toom_sqr.o
compiling 3rdparty/libtommath/bn_mp_toradix.o
compiling 3rdparty/libtommath/bn_mp_toradix_n.o
compiling 3rdparty/libtommath/bn_mp_unsigned_bin_size.o
compiling 3rdparty/libtommath/bn_mp_xor.o
compiling 3rdparty/libtommath/bn_mp_zero.o
compiling 3rdparty/libtommath/bn_prime_tab.o
compiling 3rdparty/libtommath/bn_reverse.o
compiling 3rdparty/libtommath/bn_s_mp_add.o
compiling 3rdparty/libtommath/bn_s_mp_exptmod.o
compiling 3rdparty/libtommath/bn_s_mp_mul_digs.o
compiling 3rdparty/libtommath/bn_s_mp_mul_high_digs.o
compiling 3rdparty/libtommath/bn_s_mp_sqr.o
compiling 3rdparty/libtommath/bn_s_mp_sub.o
compiling 3rdparty/libtommath/bncore.o
linking 3rdparty/libtommath/libtommath.a
compiling 3rdparty/libuv/src/unix/linux-core.o
3rdparty/libuv/src/unix/linux-core.c: In function 'uv__io_poll':
3rdparty/libuv/src/unix/linux-core.c:363:5: warning: converting a packed 'struct epoll_event' pointer (alignment 1) to a 'uv__io_t' {aka 'struct uv__io_s'} pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member]
363 | loop->watchers[loop->nwatchers] = (void*) events;
| ^~~~
In file included from 3rdparty/libuv/src/unix/linux-core.c:38:
/usr/include/sys/epoll.h:83:8: note: defined here
83 | struct epoll_event
| ^~~~~~~~~~~
In file included from 3rdparty/libuv/include/uv.h:66,
from 3rdparty/libuv/src/unix/linux-core.c:26:
3rdparty/libuv/include/uv/unix.h:94:8: note: defined here
94 | struct uv__io_s {
| ^~~~~~~~
compiling 3rdparty/libuv/src/unix/linux-inotify.o
compiling 3rdparty/libuv/src/unix/linux-syscalls.o
compiling 3rdparty/libuv/src/unix/procfs-exepath.o
compiling 3rdparty/libuv/src/unix/proctitle.o
compiling 3rdparty/libuv/src/strscpy.o
compiling 3rdparty/libuv/src/fs-poll.o
compiling 3rdparty/libuv/src/inet.o
compiling 3rdparty/libuv/src/uv-common.o
compiling 3rdparty/libuv/src/version.o
compiling 3rdparty/libuv/src/timer.o
compiling 3rdparty/libuv/src/unix/async.o
compiling 3rdparty/libuv/src/unix/core.o
compiling 3rdparty/libuv/src/unix/dl.o
compiling 3rdparty/libuv/src/unix/fs.o
compiling 3rdparty/libuv/src/unix/getaddrinfo.o
compiling 3rdparty/libuv/src/unix/loop-watcher.o
compiling 3rdparty/libuv/src/unix/loop.o
compiling 3rdparty/libuv/src/unix/pipe.o
compiling 3rdparty/libuv/src/unix/poll.o
compiling 3rdparty/libuv/src/unix/process.o
compiling 3rdparty/libuv/src/unix/signal.o
3rdparty/libuv/src/unix/signal.c: In function 'uv__signal_stop':
3rdparty/libuv/src/unix/signal.c:544:7: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
544 | int ret;
| ^~~
compiling 3rdparty/libuv/src/unix/stream.o
compiling 3rdparty/libuv/src/unix/tcp.o
compiling 3rdparty/libuv/src/unix/thread.o
compiling 3rdparty/libuv/src/threadpool.o
compiling 3rdparty/libuv/src/unix/tty.o
compiling 3rdparty/libuv/src/unix/udp.o
linking 3rdparty/libuv/libuv.a
linking libmoar.so
linking moar
/usr/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/bin"
/usr/bin/perl -MExtUtils::Command -e cp moar "/home/koto/Devel/rakudo-dev/nqp/install/bin"
/usr/bin/perl -MExtUtils::Command -e chmod 755 "/home/koto/Devel/rakudo-dev/nqp/install/bin/moar"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/lib"
/usr/bin/perl -MExtUtils::Command -e rm_f "/home/koto/Devel/rakudo-dev/nqp/install/lib/libmoar.so"
/usr/bin/perl -MExtUtils::Command -e cp libmoar.so "/home/koto/Devel/rakudo-dev/nqp/install/lib"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/share/nqp/lib/MAST"
/usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Nodes.nqp "/home/koto/Devel/rakudo-dev/nqp/install/share/nqp/lib/MAST"
/usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Ops.nqp "/home/koto/Devel/rakudo-dev/nqp/install/share/nqp/lib/MAST"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/share/pkgconfig"
/usr/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc "/home/koto/Devel/rakudo-dev/nqp/install/share/pkgconfig"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/moar"
/usr/bin/perl -MExtUtils::Command -e cp src/gen/config.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/6model/reprs"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/core"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/gc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/gen"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/io"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/math"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/platform"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/profiler"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/spesh"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/debug"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/strings"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/strings/siphash"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/jit"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/instrument"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar"
/usr/bin/perl -MExtUtils::Command -e cp src/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar"
/usr/bin/perl -MExtUtils::Command -e cp src/6model/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/6model"
/usr/bin/perl -MExtUtils::Command -e cp src/6model/reprs/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/6model/reprs"
/usr/bin/perl -MExtUtils::Command -e cp src/core/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/core"
/usr/bin/perl -MExtUtils::Command -e cp src/gc/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/gc"
/usr/bin/perl -MExtUtils::Command -e cp src/gen/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/gen"
/usr/bin/perl -MExtUtils::Command -e cp src/io/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/io"
/usr/bin/perl -MExtUtils::Command -e cp src/math/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/math"
/usr/bin/perl -MExtUtils::Command -e cp src/platform/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/platform"
/usr/bin/perl -MExtUtils::Command -e cp src/profiler/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/profiler"
/usr/bin/perl -MExtUtils::Command -e cp src/spesh/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/spesh"
/usr/bin/perl -MExtUtils::Command -e cp src/debug/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/debug"
/usr/bin/perl -MExtUtils::Command -e cp src/strings/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/strings"
/usr/bin/perl -MExtUtils::Command -e cp src/strings/siphash/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/strings/siphash"
/usr/bin/perl -MExtUtils::Command -e cp src/jit/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/jit"
/usr/bin/perl -MExtUtils::Command -e cp src/instrument/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/moar/instrument"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/libuv"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/libuv/uv"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/libuv"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/uv/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/libuv/uv"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/armcc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/gcc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/hpc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/ibmc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/icc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/loadstore"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/msftc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/sunc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/armcc/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/armcc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/gcc/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/gcc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/hpc/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/hpc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/ibmc/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/ibmc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/icc/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/icc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/loadstore/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/loadstore"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/msftc/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/msftc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/sunc/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/libatomic_ops/atomic_ops/sysdeps/sunc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/libtommath"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libtommath/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/libtommath"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/nqp/install/include/dyncall"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dynload/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/dyncall"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncall/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/dyncall"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h "/home/koto/Devel/rakudo-dev/nqp/install/include/dyncall"
Cleaning up ...
You can now use 'make' to build NQP.
After that, 'make test' will run some tests and
'make install' will install NQP.
+++ Preparing MOAR build directories
++++++ BUILDING MOAR BACKEND
++++++ STAGE1 ++++++
+++ Generating gen/moar/stage1/nqpmo.nqp
+++ Compiling gen/moar/stage1/nqpmo.moarvm
+++ Compiling gen/moar/stage1/ModuleLoader.moarvm
+++ Generating gen/moar/stage1/NQPCORE.setting
+++ Compiling gen/moar/stage1/NQPCORE.setting.moarvm
+++ Generating gen/moar/stage1/QASTNode.nqp
+++ Compiling gen/moar/stage1/QASTNode.moarvm
+++ Generating gen/moar/stage1/QRegex.nqp
+++ Compiling gen/moar/stage1/QRegex.moarvm
+++ Generating gen/moar/stage1/NQPHLL.nqp
+++ Generating gen/moar/stage1/MASTNodes.nqp
+++ Compiling gen/moar/stage1/MASTOps.moarvm
+++ Compiling gen/moar/stage1/MASTNodes.moarvm
+++ Compiling gen/moar/stage1/NQPHLL.moarvm
+++ Generating gen/moar/stage1/QAST.nqp
+++ Compiling gen/moar/stage1/QAST.moarvm
+++ Generating gen/moar/stage1/NQPP6QRegex.nqp
+++ Compiling gen/moar/stage1/NQPP6QRegex.moarvm
+++ Creating stage 1 NQP
++++++ STAGE2 ++++++
+++ Generating gen/moar/stage2/nqpmo.nqp
+++ Compiling gen/moar/stage2/nqpmo.moarvm
+++ Compiling gen/moar/stage2/ModuleLoader.moarvm
+++ Generating gen/moar/stage2/NQPCORE.setting
+++ Compiling gen/moar/stage2/NQPCORE.setting.moarvm
+++ Generating gen/moar/stage2/QASTNode.nqp
+++ Compiling gen/moar/stage2/QASTNode.moarvm
+++ Generating gen/moar/stage2/QRegex.nqp
+++ Compiling gen/moar/stage2/QRegex.moarvm
+++ Generating gen/moar/stage2/NQPHLL.nqp
+++ Generating gen/moar/stage2/MASTNodes.nqp
+++ Compiling gen/moar/stage2/MASTOps.moarvm
+++ Compiling gen/moar/stage2/MASTNodes.moarvm
+++ Compiling gen/moar/stage2/NQPHLL.moarvm
+++ Generating gen/moar/stage2/QAST.nqp
+++ Compiling gen/moar/stage2/QAST.moarvm
+++ Generating gen/moar/stage2/NQPP6QRegex.nqp
+++ Compiling gen/moar/stage2/NQPP6QRegex.moarvm
+++ Creating stage 2 NQP
+++ Installing MOAR stage 2 files locally
+++ Setting up nqp-m
+++ Compiling NQPP5QRegex.moarvm
+++ Compiling inst-nqp-m
+++ Compiling inst-nqp
+++ Compiling MOAR default runner
+++ Preparing MOAR build directories
++++++ BUILDING MOAR BACKEND
++++++ STAGE1 ++++++
++++++ STAGE2 ++++++
+++ Installing MOAR stage 2 files locally
+++ Compiling NQPP5QRegex.moarvm
prove -j0 -r --exec '/home/koto/Devel/rakudo-dev/nqp/nqp-m' t/nqp t/hll t/qregex t/p5regex t/qast t/moar t/serialization t/nativecall t/concurrency
t/nqp/001-literals.t ................... ok
t/nqp/002-if.t ......................... ok
t/nqp/003-if-else.t .................... ok
t/nqp/004-unless.t ..................... ok
t/nqp/005-comments.t ................... ok
t/nqp/006-args-pos.t ................... ok
t/nqp/007-boolean.t .................... ok
t/nqp/008-blocks.t ..................... ok
t/nqp/009-var.t ........................ ok
t/nqp/010-cmp.t ........................ ok
t/nqp/011-sub.t ........................ ok
t/nqp/012-logical.t .................... ok
t/nqp/013-op.t ......................... ok
t/nqp/014-while.t ...................... ok
t/nqp/015-list.t ....................... ok
t/nqp/016-ternary.t .................... ok
t/nqp/017-positional.t ................. ok
t/nqp/018-associative.t ................ ok
t/nqp/019-file-ops.t ................... ok
t/nqp/020-return.t ..................... ok
t/nqp/021-contextual.t ................. ok
t/nqp/022-optional-args.t .............. ok
t/nqp/023-named-args.t ................. ok
t/nqp/024-module.t ..................... ok
t/nqp/025-class.t ...................... ok
t/nqp/026-methodops.t .................. ok
t/nqp/027-self.t ....................... ok
t/nqp/028-subclass.t ................... ok
t/nqp/029-make.t ....................... ok
t/nqp/031-grammar.t .................... ok
t/nqp/032-protoregex.t ................. ok
t/nqp/033-init.t ....................... ok
t/nqp/034-rxcodeblock.t ................ ok
t/nqp/035-prefix-sigil.t ............... ok
t/nqp/036-callable.t ................... ok
t/nqp/037-slurpy.t ..................... ok
t/nqp/038-quotes.t ..................... ok
t/nqp/039-pointy.t ..................... ok
t/nqp/040-lists.t ...................... ok
t/nqp/041-flat.t ....................... ok
t/nqp/042-cond-loop.t .................. ok
t/nqp/043-package-var.t ................ ok
t/nqp/044-try-catch.t .................. ok
t/nqp/045-smartmatch.t ................. ok
t/nqp/046-charspec.t ................... ok
t/nqp/047-loop-control.t ............... ok
t/nqp/048-closure.t .................... ok
t/nqp/049-regex-interpolation.t ........ ok
t/nqp/050-regex.t ...................... ok
t/nqp/051-multi.t ...................... ok
t/nqp/053-knowhow.t .................... ok
t/nqp/055-multi-method.t ............... ok
t/nqp/056-role.t ....................... ok
t/nqp/057-construction.t ............... ok
t/nqp/058-attrs.t ...................... ok
t/nqp/059-nqpop.t ...................... ok
t/nqp/060-bigint.t ..................... ok
t/nqp/061-mixin.t ...................... ok
t/nqp/062-subst.t ...................... ok
t/nqp/063-slurp.t ...................... ok
t/nqp/064-native.t ..................... ok
t/nqp/065-how.t ........................ ok
t/nqp/066-pararole.t ................... ok
t/nqp/067-container.t .................. ok
t/nqp/068-associative-for.t ............ ok
t/nqp/069-js-keywords-as-identifier.t .. ok
t/nqp/070-invokespec.t ................. ok
t/nqp/071-setboolspec.t ................ ok
t/nqp/072-rolehow.t .................... ok
t/nqp/073-delegation.t ................. ok
t/nqp/074-nfa.t ........................ ok
t/nqp/075-curcode.t .................... ok
t/nqp/076-capture.t .................... ok
t/nqp/077-curlexpad.t .................. ok
t/nqp/079-callercode.t ................. ok
t/nqp/080-matches.t .................... ok
t/nqp/081-radix.t ...................... ok
t/nqp/082-decode.t ..................... ok
t/nqp/083-math.t ....................... ok
t/nqp/084-loop-labels.t ................ ok
t/nqp/085-type-tester.t ................ ok
t/nqp/087-parametric-6model.t .......... ok
t/nqp/088-more-if-tests.t .............. ok
t/nqp/089-istype.t ..................... ok
t/nqp/090-findmethod.t ................. ok
t/nqp/091-codename.t ................... ok
t/nqp/092-where.t ...................... ok
t/nqp/093-oo-ops.t ..................... ok
t/nqp/094-clone.t ...................... ok
t/nqp/095-cclass.t ..................... ok
t/nqp/096-array-methods.t .............. ok
t/nqp/097-hll.t ........................ ok
t/nqp/098-boxing.t ..................... ok
t/nqp/099-getstaticcode.t .............. ok
t/nqp/100-dispatcher.t ................. ok
t/nqp/101-lexpad-stuff.t ............... ok
t/nqp/102-multidim.t ................... ok
t/nqp/103-typecache.t .................. ok
t/nqp/104-method-cache.t ............... ok
t/nqp/104-refs.t ....................... ok
t/nqp/105-multicache.t ................. ok
t/nqp/106-unicodenames.t ............... ok
t/nqp/107-index.t ...................... ok
t/nqp/108-vmhash.t ..................... ok
t/nqp/109-coercions.t .................. ok
t/nqp/110-normalization.t .............. ok
t/nqp/111-spawnprocasync.t ............. ok
t/nqp/112-call.t ....................... ok
t/nqp/112-continuations.t .............. ok
t/nqp/113-run-command.t ................ ok
t/nqp/114-pod-panic.t .................. ok
t/nqp/115-nums.t ....................... ok
t/hll/01-language.t .................... ok
t/hll/02-modules.t ..................... skipped: design changes, need re-work
t/hll/03-exports.t ..................... skipped: design changes (EXPORT now lexical), need re-work
t/hll/04-import.t ...................... skipped: design changes (EXPORT now lexical), need re-work
t/hll/05-commandline.t ................. ok
t/hll/06-sprintf.t ..................... ok
t/qregex/01-qregex.t ................... ok
t/p5regex/01-p5regex.t ................. ok
t/qast/01-qast.t ....................... ok
t/qast/02-manipulation.t ............... ok
t/moar/01-continuations.t .............. ok
t/moar/02-qast-references.t ............ ok
t/moar/03-line-seps.t .................. ok
t/moar/04-argument-truncation.t ........ ok
t/moar/05-decoder.t .................... ok
t/moar/07-eqatic.t ..................... ok
t/moar/08-indexic.t .................... ok
t/moar/09-concat.t ..................... ok
t/moar/10-eqatim.t ..................... ok
t/moar/11-decode.t ..................... ok
t/moar/13-writeint.t ................... ok
t/moar/50-jit-register-alloc.t ......... ok
t/moar/51-jit-div_i.t .................. ok
t/moar/52-pluggable-spesh.t ............ ok
t/serialization/01-basic.t ............. ok
t/serialization/02-types.t ............. ok
t/serialization/03-closures.t .......... ok
t/serialization/04-repossession.t ...... ok
t/nativecall/01-basic.t ................ ok
t/concurrency/01-thread.t .............. ok
t/concurrency/02-lock.t ................ ok
t/concurrency/03-semaphore.t ........... ok
t/concurrency/04-osr-crash.t ........... ok
All tests successful.
Files=145, Tests=13330, 22 wallclock secs ( 0.80 usr 0.13 sys + 22.39 cusr 1.69 csys = 25.01 CPU)
Result: PASS
echo MANIFEST >MANIFEST
git ls-files >>MANIFEST
[ -n "2020.01" ] || ( echo "\nTry 'make release VERSION=yyyy.mm'\n\n"; exit 1 )
bash -c '[ "$(cat VERSION)" == "2020.01" ] || ( echo -e "\nVersion on command line and in VERSION file differ\n"; exit 1 )'
[ -d nqp-2020.01 ] || ln -s . nqp-2020.01
'/usr/bin/perl' -ne 'print "nqp-2020.01/$_"' MANIFEST |\
tar -zcv --owner=0 --group=0 --numeric-owner -T - -f nqp-2020.01.tar.gz
nqp-2020.01/MANIFEST
nqp-2020.01/.editorconfig
nqp-2020.01/.eslintrc.js
nqp-2020.01/.gitignore
nqp-2020.01/.gitmodules
nqp-2020.01/.travis.yml
nqp-2020.01/3rdparty/asm/LICENSE.txt
nqp-2020.01/3rdparty/asm/asm-4.1.jar
nqp-2020.01/3rdparty/asm/asm-tree-4.1.jar
nqp-2020.01/3rdparty/jline/LICENSE.txt
nqp-2020.01/3rdparty/jline/jline-1.0.jar
nqp-2020.01/3rdparty/jna/ASL2.0
nqp-2020.01/3rdparty/jna/LICENSE.ASL
nqp-2020.01/3rdparty/jna/jna-4.0.0.jar
nqp-2020.01/3rdparty/nqp-configure/
nqp-2020.01/3rdparty/nqp-configure/bin/
nqp-2020.01/3rdparty/nqp-configure/bin/make.nqp
nqp-2020.01/3rdparty/nqp-configure/README.md
nqp-2020.01/3rdparty/nqp-configure/t/
nqp-2020.01/3rdparty/nqp-configure/t/20-macros.t
nqp-2020.01/3rdparty/nqp-configure/t/10-config.t
nqp-2020.01/3rdparty/nqp-configure/t/30-if-macro.t
nqp-2020.01/3rdparty/nqp-configure/doc/
nqp-2020.01/3rdparty/nqp-configure/doc/NQP-Config.md
nqp-2020.01/3rdparty/nqp-configure/doc/Macros.md
nqp-2020.01/3rdparty/nqp-configure/lib/
nqp-2020.01/3rdparty/nqp-configure/lib/NQP/
nqp-2020.01/3rdparty/nqp-configure/lib/NQP/Config.pm
nqp-2020.01/3rdparty/nqp-configure/lib/NQP/Config/
nqp-2020.01/3rdparty/nqp-configure/lib/NQP/Config/Test.pm
nqp-2020.01/3rdparty/nqp-configure/lib/NQP/Macros.pm
nqp-2020.01/3rdparty/nqp-configure/LICENSE
nqp-2020.01/3rdparty/nqp-configure/.git
nqp-2020.01/CREDITS
nqp-2020.01/Configure.pl
nqp-2020.01/LICENSE
nqp-2020.01/README.pod
nqp-2020.01/VERSION
nqp-2020.01/docs/6model/faq.markdown
nqp-2020.01/docs/6model/overview.markdown
nqp-2020.01/docs/6model/repr-compose-protocol.markdown
nqp-2020.01/docs/HACKING-js
nqp-2020.01/docs/bootstrapping.pod
nqp-2020.01/docs/built-ins.md
nqp-2020.01/docs/continuations.pod
nqp-2020.01/docs/jvminterop-goals.pod
nqp-2020.01/docs/jvminterop.pod
nqp-2020.01/docs/nqp-overview.txt
nqp-2020.01/docs/ops.markdown
nqp-2020.01/docs/qast.markdown
nqp-2020.01/docs/release_guide.pod
nqp-2020.01/docs/serialization_format.markdown
nqp-2020.01/docs/using-pod-in-nqp.md
nqp-2020.01/examples/CallFromJava.java
nqp-2020.01/examples/fib.nqp
nqp-2020.01/examples/hello_world.nqp
nqp-2020.01/examples/loops.nqp
nqp-2020.01/examples/rubyish/README.md
nqp-2020.01/examples/rubyish/examples-rubyish/closure.rbi
nqp-2020.01/examples/rubyish/examples-rubyish/fractal-tree.rbi
nqp-2020.01/examples/rubyish/examples-rubyish/pi.rbi
nqp-2020.01/examples/rubyish/examples-rubyish/template.rbi
nqp-2020.01/examples/rubyish/rubyish.nqp
nqp-2020.01/examples/rubyish/t/00hello-worldish.t
nqp-2020.01/examples/rubyish/t/arrays.t
nqp-2020.01/examples/rubyish/t/bitwise.t
nqp-2020.01/examples/rubyish/t/contextual.t
nqp-2020.01/examples/rubyish/t/functional.t
nqp-2020.01/examples/rubyish/t/hashs.t
nqp-2020.01/examples/rubyish/t/if-then-else.t
nqp-2020.01/examples/rubyish/t/infix.t
nqp-2020.01/examples/rubyish/t/inheritance.t
nqp-2020.01/examples/rubyish/t/interpolation.t
nqp-2020.01/examples/rubyish/t/lambda.t
nqp-2020.01/examples/rubyish/t/line-spanning.t
nqp-2020.01/examples/rubyish/t/loops.t
nqp-2020.01/examples/rubyish/t/modifiers.t
nqp-2020.01/examples/rubyish/t/nqp-ops.t
nqp-2020.01/examples/rubyish/t/params.t
nqp-2020.01/examples/rubyish/t/recursion.t
nqp-2020.01/examples/rubyish/t/rubyish-3-tests.t
nqp-2020.01/examples/rubyish/t/rubyish-4-tests.t
nqp-2020.01/examples/rubyish/t/scoping.t
nqp-2020.01/examples/rubyish/t/template.t
nqp-2020.01/examples/sub-lines2words.nqp
nqp-2020.01/examples/test-ws.nqp
nqp-2020.01/examples/use-classes.nqp
nqp-2020.01/examples/use-hashes.nqp
nqp-2020.01/examples/webpacked/README.md
nqp-2020.01/examples/webpacked/example.nqp
nqp-2020.01/examples/webpacked/index.html
nqp-2020.01/examples/webpacked/webpack.config.js
nqp-2020.01/gen/js/.gitignore
nqp-2020.01/gen/jvm/.gitignore
nqp-2020.01/gen/moar/.gitignore
nqp-2020.01/nqp-js-on-js/.gitignore
nqp-2020.01/nqp-js-on-js/.npmignore
nqp-2020.01/nqp-js-on-js/package.json
nqp-2020.01/package.json
nqp-2020.01/src/HLL/Actions.nqp
nqp-2020.01/src/HLL/CommandLine.nqp
nqp-2020.01/src/HLL/Compiler.nqp
nqp-2020.01/src/HLL/Grammar.nqp
nqp-2020.01/src/HLL/World.nqp
nqp-2020.01/src/HLL/sprintf.nqp
nqp-2020.01/src/NQP/Actions.nqp
nqp-2020.01/src/NQP/Compiler.nqp
nqp-2020.01/src/NQP/Grammar.nqp
nqp-2020.01/src/NQP/Optimizer.nqp
nqp-2020.01/src/NQP/World.nqp
nqp-2020.01/src/QAST/BVal.nqp
nqp-2020.01/src/QAST/Block.nqp
nqp-2020.01/src/QAST/Children.nqp
nqp-2020.01/src/QAST/CompUnit.nqp
nqp-2020.01/src/QAST/CompileTimeValue.nqp
nqp-2020.01/src/QAST/IVal.nqp
nqp-2020.01/src/QAST/InlinePlaceholder.nqp
nqp-2020.01/src/QAST/NVal.nqp
nqp-2020.01/src/QAST/Node.nqp
nqp-2020.01/src/QAST/NodeList.nqp
nqp-2020.01/src/QAST/Op.nqp
nqp-2020.01/src/QAST/ParamTypeCheck.nqp
nqp-2020.01/src/QAST/Regex.nqp
nqp-2020.01/src/QAST/SVal.nqp
nqp-2020.01/src/QAST/SpecialArg.nqp
nqp-2020.01/src/QAST/Stmt.nqp
nqp-2020.01/src/QAST/Stmts.nqp
nqp-2020.01/src/QAST/Unquote.nqp
nqp-2020.01/src/QAST/VM.nqp
nqp-2020.01/src/QAST/Var.nqp
nqp-2020.01/src/QAST/VarWithFallback.nqp
nqp-2020.01/src/QAST/WVal.nqp
nqp-2020.01/src/QAST/Want.nqp
nqp-2020.01/src/QRegex/Cursor.nqp
nqp-2020.01/src/QRegex/NFA.nqp
nqp-2020.01/src/QRegex/P5Regex/Actions.nqp
nqp-2020.01/src/QRegex/P5Regex/Compiler.nqp
nqp-2020.01/src/QRegex/P5Regex/Grammar.nqp
nqp-2020.01/src/QRegex/P6Regex/Actions.nqp
nqp-2020.01/src/QRegex/P6Regex/Compiler.nqp
nqp-2020.01/src/QRegex/P6Regex/Grammar.nqp
nqp-2020.01/src/QRegex/P6Regex/Optimizer.nqp
nqp-2020.01/src/core/Hash.nqp
nqp-2020.01/src/core/IO.nqp
nqp-2020.01/src/core/NQPCapture.nqp
nqp-2020.01/src/core/NQPLock.nqp
nqp-2020.01/src/core/NQPMu.nqp
nqp-2020.01/src/core/NQPRoutine.nqp
nqp-2020.01/src/core/NativeTypes.nqp
nqp-2020.01/src/core/Regex.nqp
nqp-2020.01/src/core/YOUAREHERE.nqp
nqp-2020.01/src/core/testing.nqp
nqp-2020.01/src/how/Archetypes.nqp
nqp-2020.01/src/how/EXPORTHOW.nqp
nqp-2020.01/src/how/NQPAttribute.nqp
nqp-2020.01/src/how/NQPClassHOW.nqp
nqp-2020.01/src/how/NQPConcreteRoleHOW.nqp
nqp-2020.01/src/how/NQPCurriedRoleHOW.nqp
nqp-2020.01/src/how/NQPModuleHOW.nqp
nqp-2020.01/src/how/NQPNativeHOW.nqp
nqp-2020.01/src/how/NQPParametricRoleHOW.nqp
nqp-2020.01/src/how/RoleToClassApplier.nqp
nqp-2020.01/src/how/RoleToRoleApplier.nqp
nqp-2020.01/src/vm/js/BlockBarrier.nqp
nqp-2020.01/src/vm/js/Chunk.nqp
nqp-2020.01/src/vm/js/Compiler.nqp
nqp-2020.01/src/vm/js/DWIMYNameMangling.nqp
nqp-2020.01/src/vm/js/HLL/Backend.nqp
nqp-2020.01/src/vm/js/LoopInfo.nqp
nqp-2020.01/src/vm/js/ModuleLoader.nqp
nqp-2020.01/src/vm/js/Operations.nqp
nqp-2020.01/src/vm/js/QAST.nqp
nqp-2020.01/src/vm/js/RegexCompiler.nqp
nqp-2020.01/src/vm/js/ReturnInfo.nqp
nqp-2020.01/src/vm/js/SerializeOnce.nqp
nqp-2020.01/src/vm/js/Utils.nqp
nqp-2020.01/src/vm/js/bin/build-sourcemap.js
nqp-2020.01/src/vm/js/bin/cross-compile.nqp
nqp-2020.01/src/vm/js/bin/gen_sourcemap.js
nqp-2020.01/src/vm/js/bin/nqp-js.nqp
nqp-2020.01/src/vm/js/bin/run_tests.pl
nqp-2020.01/src/vm/js/bin/run_tests_bootstrapped.pl
nqp-2020.01/src/vm/js/const_map.nqp
nqp-2020.01/src/vm/js/nqp-loader/main.js
nqp-2020.01/src/vm/js/nqp-loader/package.json
nqp-2020.01/src/vm/js/nqp-runtime/BOOT.js
nqp-2020.01/src/vm/js/nqp-runtime/as-int-n.js
nqp-2020.01/src/vm/js/nqp-runtime/async-continuations.js
nqp-2020.01/src/vm/js/nqp-runtime/bignum.js
nqp-2020.01/src/vm/js/nqp-runtime/bootstrap.js
nqp-2020.01/src/vm/js/nqp-runtime/browser.js
nqp-2020.01/src/vm/js/nqp-runtime/capture.js
nqp-2020.01/src/vm/js/nqp-runtime/cclass.js
nqp-2020.01/src/vm/js/nqp-runtime/code-ref-with-statevars.js
nqp-2020.01/src/vm/js/nqp-runtime/code-ref.js
nqp-2020.01/src/vm/js/nqp-runtime/codecs.js
nqp-2020.01/src/vm/js/nqp-runtime/coercions.js
nqp-2020.01/src/vm/js/nqp-runtime/constants.js
nqp-2020.01/src/vm/js/nqp-runtime/container-specs.js
nqp-2020.01/src/vm/js/nqp-runtime/core.js
nqp-2020.01/src/vm/js/nqp-runtime/ctx-just-handler.js
nqp-2020.01/src/vm/js/nqp-runtime/ctx-with-static.js
nqp-2020.01/src/vm/js/nqp-runtime/ctx.js
nqp-2020.01/src/vm/js/nqp-runtime/curlexpad.js
nqp-2020.01/src/vm/js/nqp-runtime/dbcs-codec.js
nqp-2020.01/src/vm/js/nqp-runtime/deserialization.js
nqp-2020.01/src/vm/js/nqp-runtime/fake-stable.js
nqp-2020.01/src/vm/js/nqp-runtime/fiber-continuations.js
nqp-2020.01/src/vm/js/nqp-runtime/global-context.js
nqp-2020.01/src/vm/js/nqp-runtime/graphemes.js
nqp-2020.01/src/vm/js/nqp-runtime/hash-iter.js
nqp-2020.01/src/vm/js/nqp-runtime/hash.js
nqp-2020.01/src/vm/js/nqp-runtime/hll.js
nqp-2020.01/src/vm/js/nqp-runtime/io.js
nqp-2020.01/src/vm/js/nqp-runtime/iter.js
nqp-2020.01/src/vm/js/nqp-runtime/multicache.js
nqp-2020.01/src/vm/js/nqp-runtime/native-args.js
nqp-2020.01/src/vm/js/nqp-runtime/nativecall.js
nqp-2020.01/src/vm/js/nqp-runtime/nfa.js
nqp-2020.01/src/vm/js/nqp-runtime/nqp-exception-with-ctx.js
nqp-2020.01/src/vm/js/nqp-runtime/nqp-exception.js
nqp-2020.01/src/vm/js/nqp-runtime/nqp-int.js
nqp-2020.01/src/vm/js/nqp-runtime/nqp-num.js
nqp-2020.01/src/vm/js/nqp-runtime/nqp-object.js
nqp-2020.01/src/vm/js/nqp-runtime/nqp-str.js
nqp-2020.01/src/vm/js/nqp-runtime/null.js
nqp-2020.01/src/vm/js/nqp-runtime/null_s.js
nqp-2020.01/src/vm/js/nqp-runtime/package.json
nqp-2020.01/src/vm/js/nqp-runtime/refs.js
nqp-2020.01/src/vm/js/nqp-runtime/reprs.js
nqp-2020.01/src/vm/js/nqp-runtime/resolve-sourcemap-browser.js
nqp-2020.01/src/vm/js/nqp-runtime/resolve-sourcemap.js
nqp-2020.01/src/vm/js/nqp-runtime/runtime.js
nqp-2020.01/src/vm/js/nqp-runtime/serialization-context.js
nqp-2020.01/src/vm/js/nqp-runtime/serialization.js
nqp-2020.01/src/vm/js/nqp-runtime/shared-io.js
nqp-2020.01/src/vm/js/nqp-runtime/sixmodel.js
nqp-2020.01/src/vm/js/nqp-runtime/static-ctx.js
nqp-2020.01/src/vm/js/nqp-runtime/strip-marks.js
nqp-2020.01/src/vm/js/nqp-runtime/tables/shiftjis.json
nqp-2020.01/src/vm/js/nqp-runtime/tap-console.js
nqp-2020.01/src/vm/js/nqp-runtime/unicode-data.js
nqp-2020.01/src/vm/js/nqp-runtime/unicode-props.js
nqp-2020.01/src/vm/jvm/HLL/Backend.nqp
nqp-2020.01/src/vm/jvm/ModuleLoader.nqp
nqp-2020.01/src/vm/jvm/NQP/Ops.nqp
nqp-2020.01/src/vm/jvm/QAST/Compiler.nqp
nqp-2020.01/src/vm/jvm/QAST/JASTNodes.nqp
nqp-2020.01/src/vm/jvm/runners/nqp-j
nqp-2020.01/src/vm/jvm/runners/nqp-j.bat
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/AsyncFileHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/AsyncProcessHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/AsyncServerSocketHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/AsyncSocketHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/FileHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOAsyncReadable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOAsyncWritable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOBindable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOCancelable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOClosable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOEncodable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOExitable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOInteractive.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOLineSeparable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOLockable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOPossiblyTTY.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOSeekable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOSyncReadable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOSyncWritable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/ProcessChannel.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/ServerSocketHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/SocketHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/StandardReadHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/StandardWriteHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/SyncHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/SyncProcessHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/jast2bc/AutosplitMethodWriter.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/jast2bc/JASTCompiler.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/jast2bc/JastClass.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/jast2bc/JastField.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/jast2bc/JastMethod.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/jast2bc/JavaClass.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ArgsExpectation.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/Base64.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/BaseControlException.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/BootJavaInterop.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/Buffers.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ByteClassLoader.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/CallFrame.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/CallSiteDescriptor.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/CodeRef.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/CodeRefAnnotation.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/CompilationUnit.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ContextKey.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ControlException.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/EvalResult.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ExceptionHandling.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/GlobalContext.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/HLLConfig.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/HandlerInfo.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/IOExceptionMessages.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/IOOps.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/IndyBootstrap.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/JavaCallinException.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/LibraryLoader.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/NativeCallOps.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ResumeException.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ResumeStatus.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/SaveStackException.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/StaticCodeInfo.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ThreadContext.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/UnwindException.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/AbstractParametricity.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/BoolificationSpec.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/CodePairContainerConfigurer.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/CodePairContainerSpec.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/ContainerConfigurer.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/ContainerSpec.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/InvocationSpec.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/KnowHOWBootstrapper.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/KnowHOWMethods.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/NativeRefContainerConfigurer.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/NativeRefContainerSpec.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/ParameterizedType.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/ParametricType.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/REPR.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/REPRRegistry.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/STable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/SerializationContext.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/SerializationReader.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/SerializationWriter.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/SixModelObject.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/StorageSpec.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/TypeObject.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/AsyncTask.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/AsyncTaskInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CArray.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CArrayInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CArrayREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CPPStruct.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CPPStructInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CPPStructREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CPointer.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CPointerInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CStr.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CStrInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CStruct.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CStructInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CStructREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CUnion.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CUnionInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CUnionREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CallCapture.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CallCaptureInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CodeRefREPR.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ConcBlockingQueue.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ConcBlockingQueueInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ConditionVariable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ConditionVariableInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ContextRef.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ContextRefInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/Continuation.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/Decoder.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/DecoderInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/IOHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/IOHandleInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/JavaObjectWrapper.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/JavaWrap.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/KnowHOWAttribute.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/KnowHOWAttributeInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/KnowHOWREPR.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/KnowHOWREPRInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiCache.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiCacheInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArray.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstanceBase.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_i.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_i16.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_i32.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_i8.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_n.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_s.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_u16.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_u32.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_u8.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NFA.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NFAInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NFAStateInfo.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeCall.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeCallBody.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeCallInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRef.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefInstanceAttribute.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefInstanceIntLex.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefInstanceMultidim.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefInstanceNumLex.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefInstancePositional.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefInstanceStrLex.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6Opaque.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6OpaqueBaseInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6OpaqueDelegateInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6OpaqueREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6bigint.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6bigintInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6int.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6intInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6num.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6numInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6str.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6strInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ReentrantMutex.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ReentrantMutexInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/Refreshable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/SCRef.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/SCRefInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/Semaphore.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/SemaphoreInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/Uninstantiable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArray.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstanceBase.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_i.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_i16.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_i32.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_i8.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_n.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_s.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_u16.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_u32.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_u8.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMException.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMExceptionInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMHash.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMHashInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMIter.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMIterInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMThread.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMThreadInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/tools/EvalServer.java
nqp-2020.01/src/vm/jvm/stage0/JASTNodes.jar
nqp-2020.01/src/vm/jvm/stage0/ModuleLoader.jar
nqp-2020.01/src/vm/jvm/stage0/NQPCORE.setting.jar
nqp-2020.01/src/vm/jvm/stage0/NQPHLL.jar
nqp-2020.01/src/vm/jvm/stage0/NQPP6QRegex.jar
nqp-2020.01/src/vm/jvm/stage0/QAST.jar
nqp-2020.01/src/vm/jvm/stage0/QASTNode.jar
nqp-2020.01/src/vm/jvm/stage0/QRegex.jar
nqp-2020.01/src/vm/jvm/stage0/nqp.jar
nqp-2020.01/src/vm/jvm/stage0/nqpmo.jar
nqp-2020.01/src/vm/moar/HLL/Backend.nqp
nqp-2020.01/src/vm/moar/ModuleLoader.nqp
nqp-2020.01/src/vm/moar/NQP/Ops.nqp
nqp-2020.01/src/vm/moar/QAST/QASTCompilerMAST.nqp
nqp-2020.01/src/vm/moar/QAST/QASTOperationsMAST.nqp
nqp-2020.01/src/vm/moar/QAST/QASTRegexCompilerMAST.nqp
nqp-2020.01/src/vm/moar/profiler/template.html
nqp-2020.01/src/vm/moar/runner/main.c
nqp-2020.01/src/vm/moar/stage0/MASTNodes.moarvm
nqp-2020.01/src/vm/moar/stage0/MASTOps.moarvm
nqp-2020.01/src/vm/moar/stage0/ModuleLoader.moarvm
nqp-2020.01/src/vm/moar/stage0/NQPCORE.setting.moarvm
nqp-2020.01/src/vm/moar/stage0/NQPHLL.moarvm
nqp-2020.01/src/vm/moar/stage0/NQPP6QRegex.moarvm
nqp-2020.01/src/vm/moar/stage0/QAST.moarvm
nqp-2020.01/src/vm/moar/stage0/QASTNode.moarvm
nqp-2020.01/src/vm/moar/stage0/QRegex.moarvm
nqp-2020.01/src/vm/moar/stage0/nqp.moarvm
nqp-2020.01/src/vm/moar/stage0/nqpmo.moarvm
nqp-2020.01/t/concurrency/01-thread.t
nqp-2020.01/t/concurrency/02-lock.t
nqp-2020.01/t/concurrency/03-semaphore.t
nqp-2020.01/t/concurrency/04-osr-crash.t
nqp-2020.01/t/concurrency/TODO
nqp-2020.01/t/docs/opcodes.t
nqp-2020.01/t/docs/tests.t
nqp-2020.01/t/hll/01-language.t
nqp-2020.01/t/hll/02-modules.t
nqp-2020.01/t/hll/03-exports.t
nqp-2020.01/t/hll/04-import.t
nqp-2020.01/t/hll/05-commandline.t
nqp-2020.01/t/hll/06-sprintf.t
nqp-2020.01/t/js/continuations.t
nqp-2020.01/t/js/getcomp-js.t
nqp-2020.01/t/js/varint.js
nqp-2020.01/t/jvm/01-continuations.t
nqp-2020.01/t/jvm/05-decoder.t
nqp-2020.01/t/moar/01-continuations.t
nqp-2020.01/t/moar/02-qast-references.t
nqp-2020.01/t/moar/03-line-seps.t
nqp-2020.01/t/moar/04-argument-truncation.t
nqp-2020.01/t/moar/05-decoder.t
nqp-2020.01/t/moar/07-eqatic.t
nqp-2020.01/t/moar/08-indexic.t
nqp-2020.01/t/moar/09-concat.t
nqp-2020.01/t/moar/10-eqatim.t
nqp-2020.01/t/moar/11-decode.t
nqp-2020.01/t/moar/13-writeint.t
nqp-2020.01/t/moar/50-jit-register-alloc.t
nqp-2020.01/t/moar/51-jit-div_i.t
nqp-2020.01/t/moar/52-pluggable-spesh.t
nqp-2020.01/t/nativecall/01-basic.t
nqp-2020.01/t/nqp/001-literals.t
nqp-2020.01/t/nqp/002-if.t
nqp-2020.01/t/nqp/003-if-else.t
nqp-2020.01/t/nqp/004-unless.t
nqp-2020.01/t/nqp/005-comments.t
nqp-2020.01/t/nqp/006-args-pos.t
nqp-2020.01/t/nqp/007-boolean.t
nqp-2020.01/t/nqp/008-blocks.t
nqp-2020.01/t/nqp/009-var.t
nqp-2020.01/t/nqp/010-cmp.t
nqp-2020.01/t/nqp/011-sub.t
nqp-2020.01/t/nqp/012-logical.t
nqp-2020.01/t/nqp/013-op.t
nqp-2020.01/t/nqp/014-while.t
nqp-2020.01/t/nqp/015-list.t
nqp-2020.01/t/nqp/016-ternary.t
nqp-2020.01/t/nqp/017-positional.t
nqp-2020.01/t/nqp/018-associative.t
nqp-2020.01/t/nqp/019-chars.txt
nqp-2020.01/t/nqp/019-file-ops.t
nqp-2020.01/t/nqp/020-return.t
nqp-2020.01/t/nqp/021-contextual.t
nqp-2020.01/t/nqp/022-optional-args.t
nqp-2020.01/t/nqp/023-named-args.t
nqp-2020.01/t/nqp/024-module.t
nqp-2020.01/t/nqp/025-class.t
nqp-2020.01/t/nqp/026-methodops.t
nqp-2020.01/t/nqp/027-self.t
nqp-2020.01/t/nqp/028-subclass.t
nqp-2020.01/t/nqp/029-make.t
nqp-2020.01/t/nqp/031-grammar.t
nqp-2020.01/t/nqp/032-protoregex.t
nqp-2020.01/t/nqp/033-init.t
nqp-2020.01/t/nqp/034-rxcodeblock.t
nqp-2020.01/t/nqp/035-prefix-sigil.t
nqp-2020.01/t/nqp/036-callable.t
nqp-2020.01/t/nqp/037-slurpy.t
nqp-2020.01/t/nqp/038-quotes.t
nqp-2020.01/t/nqp/039-pointy.t
nqp-2020.01/t/nqp/040-lists.t
nqp-2020.01/t/nqp/041-flat.t
nqp-2020.01/t/nqp/042-cond-loop.t
nqp-2020.01/t/nqp/043-package-var.t
nqp-2020.01/t/nqp/044-try-catch.t
nqp-2020.01/t/nqp/045-smartmatch.t
nqp-2020.01/t/nqp/046-charspec.t
nqp-2020.01/t/nqp/047-loop-control.t
nqp-2020.01/t/nqp/048-closure.t
nqp-2020.01/t/nqp/049-regex-interpolation.t
nqp-2020.01/t/nqp/050-regex.t
nqp-2020.01/t/nqp/051-multi.t
nqp-2020.01/t/nqp/053-knowhow.t
nqp-2020.01/t/nqp/055-multi-method.t
nqp-2020.01/t/nqp/056-role.t
nqp-2020.01/t/nqp/057-construction.t
nqp-2020.01/t/nqp/058-attrs.t
nqp-2020.01/t/nqp/059-nqpop.t
nqp-2020.01/t/nqp/060-bigint.t
nqp-2020.01/t/nqp/061-mixin.t
nqp-2020.01/t/nqp/062-subst.t
nqp-2020.01/t/nqp/063-slurp.t
nqp-2020.01/t/nqp/064-native.t
nqp-2020.01/t/nqp/065-how.t
nqp-2020.01/t/nqp/066-pararole.t
nqp-2020.01/t/nqp/067-container.t
nqp-2020.01/t/nqp/068-associative-for.t
nqp-2020.01/t/nqp/069-js-keywords-as-identifier.t
nqp-2020.01/t/nqp/070-invokespec.t
nqp-2020.01/t/nqp/071-setboolspec.t
nqp-2020.01/t/nqp/072-rolehow.t
nqp-2020.01/t/nqp/073-delegation.t
nqp-2020.01/t/nqp/074-nfa.t
nqp-2020.01/t/nqp/075-curcode.t
nqp-2020.01/t/nqp/076-capture.t
nqp-2020.01/t/nqp/077-curlexpad.t
nqp-2020.01/t/nqp/079-callercode.t
nqp-2020.01/t/nqp/080-matches.t
nqp-2020.01/t/nqp/081-radix.t
nqp-2020.01/t/nqp/082-decode.t
nqp-2020.01/t/nqp/083-math.t
nqp-2020.01/t/nqp/084-loop-labels.t
nqp-2020.01/t/nqp/085-type-tester.t
nqp-2020.01/t/nqp/087-parametric-6model.t
nqp-2020.01/t/nqp/088-more-if-tests.t
nqp-2020.01/t/nqp/089-istype.t
nqp-2020.01/t/nqp/090-findmethod.t
nqp-2020.01/t/nqp/091-codename.t
nqp-2020.01/t/nqp/092-where.t
nqp-2020.01/t/nqp/093-oo-ops.t
nqp-2020.01/t/nqp/094-clone.t
nqp-2020.01/t/nqp/095-cclass.t
nqp-2020.01/t/nqp/096-array-methods.t
nqp-2020.01/t/nqp/097-hll.t
nqp-2020.01/t/nqp/098-boxing.t
nqp-2020.01/t/nqp/099-getstaticcode.t
nqp-2020.01/t/nqp/100-dispatcher.t
nqp-2020.01/t/nqp/101-lexpad-stuff.t
nqp-2020.01/t/nqp/102-multidim.t
nqp-2020.01/t/nqp/103-typecache.t
nqp-2020.01/t/nqp/104-method-cache.t
nqp-2020.01/t/nqp/104-refs.t
nqp-2020.01/t/nqp/105-multicache.t
nqp-2020.01/t/nqp/106-unicodenames.t
nqp-2020.01/t/nqp/107-index.t
nqp-2020.01/t/nqp/108-vmhash.t
nqp-2020.01/t/nqp/109-coercions.t
nqp-2020.01/t/nqp/110-normalization.t
nqp-2020.01/t/nqp/111-spawnprocasync.t
nqp-2020.01/t/nqp/112-call.t
nqp-2020.01/t/nqp/112-continuations.t
nqp-2020.01/t/nqp/113-run-command.t
nqp-2020.01/t/nqp/114-pod-panic.t
nqp-2020.01/t/nqp/115-nums.t
nqp-2020.01/t/nqp/19-readline.txt
nqp-2020.01/t/nqp/19-setinputlinesep.txt
nqp-2020.01/t/p5regex/01-p5regex.t
nqp-2020.01/t/p5regex/rx_basic
nqp-2020.01/t/p5regex/rx_captures
nqp-2020.01/t/p5regex/rx_charclass
nqp-2020.01/t/p5regex/rx_metachars
nqp-2020.01/t/p5regex/rx_modifiers
nqp-2020.01/t/p5regex/rx_quantifiers
nqp-2020.01/t/qast/01-qast.t
nqp-2020.01/t/qast/02-manipulation.t
nqp-2020.01/t/qregex/01-qregex.t
nqp-2020.01/t/qregex/rx_backtrack
nqp-2020.01/t/qregex/rx_basic
nqp-2020.01/t/qregex/rx_captures
nqp-2020.01/t/qregex/rx_charclass
nqp-2020.01/t/qregex/rx_goal
nqp-2020.01/t/qregex/rx_lookarounds
nqp-2020.01/t/qregex/rx_metachars
nqp-2020.01/t/qregex/rx_modifiers
nqp-2020.01/t/qregex/rx_qcaps
nqp-2020.01/t/qregex/rx_quantifiers
nqp-2020.01/t/qregex/rx_subrules
nqp-2020.01/t/qregex/rx_syntax
nqp-2020.01/t/serialization/01-basic.t
nqp-2020.01/t/serialization/02-types.t
nqp-2020.01/t/serialization/03-closures.t
nqp-2020.01/t/serialization/04-repossession.t
nqp-2020.01/tools/analyze-parse
nqp-2020.01/tools/build/gen-bootstrap.pl
nqp-2020.01/tools/build/gen-cat.pl
nqp-2020.01/tools/build/gen-js-cross-runner.pl
nqp-2020.01/tools/build/gen-js-makefile.nqp
nqp-2020.01/tools/build/gen-js-runner.pl
nqp-2020.01/tools/build/gen-jvm-properties.pl
nqp-2020.01/tools/build/gen-version.pl
nqp-2020.01/tools/build/generate-constants.pl
nqp-2020.01/tools/build/install-js-runner.pl
nqp-2020.01/tools/build/install-jvm-runner.pl.in
nqp-2020.01/tools/build/npm-install-or-link.pl
nqp-2020.01/tools/build/process-qregex-tests
nqp-2020.01/tools/find-undocumented-ops.p6
nqp-2020.01/tools/jvm/eval-client.pl
nqp-2020.01/tools/lib/NQP/Config/NQP.pm
nqp-2020.01/tools/missing-js-tests
nqp-2020.01/tools/templates/MOAR_REVISION
nqp-2020.01/tools/templates/Makefile-backend-common.in
nqp-2020.01/tools/templates/Makefile-common.in
nqp-2020.01/tools/templates/Makefile.in
nqp-2020.01/tools/templates/js/Makefile.in
nqp-2020.01/tools/templates/jvm/Makefile.in
nqp-2020.01/tools/templates/jvm/nqp-j.in
nqp-2020.01/tools/templates/jvm/qast_sources
nqp-2020.01/tools/templates/jvm/runner-prelude
nqp-2020.01/tools/templates/moar/Makefile.in
nqp-2020.01/tools/templates/moar/qast_sources
nqp-2020.01/tools/templates/unix/nqp-m-build.c
nqp-2020.01/tools/templates/windows/nqp-m-build.c
rm nqp-2020.01
nqp-2020.01/MANIFEST
nqp-2020.01/.editorconfig
nqp-2020.01/.eslintrc.js
nqp-2020.01/.gitignore
nqp-2020.01/.gitmodules
nqp-2020.01/.travis.yml
nqp-2020.01/3rdparty/asm/LICENSE.txt
nqp-2020.01/3rdparty/asm/asm-4.1.jar
nqp-2020.01/3rdparty/asm/asm-tree-4.1.jar
nqp-2020.01/3rdparty/jline/LICENSE.txt
nqp-2020.01/3rdparty/jline/jline-1.0.jar
nqp-2020.01/3rdparty/jna/ASL2.0
nqp-2020.01/3rdparty/jna/LICENSE.ASL
nqp-2020.01/3rdparty/jna/jna-4.0.0.jar
nqp-2020.01/3rdparty/nqp-configure/
nqp-2020.01/3rdparty/nqp-configure/bin/
nqp-2020.01/3rdparty/nqp-configure/bin/make.nqp
nqp-2020.01/3rdparty/nqp-configure/README.md
nqp-2020.01/3rdparty/nqp-configure/t/
nqp-2020.01/3rdparty/nqp-configure/t/20-macros.t
nqp-2020.01/3rdparty/nqp-configure/t/10-config.t
nqp-2020.01/3rdparty/nqp-configure/t/30-if-macro.t
nqp-2020.01/3rdparty/nqp-configure/doc/
nqp-2020.01/3rdparty/nqp-configure/doc/NQP-Config.md
nqp-2020.01/3rdparty/nqp-configure/doc/Macros.md
nqp-2020.01/3rdparty/nqp-configure/lib/
nqp-2020.01/3rdparty/nqp-configure/lib/NQP/
nqp-2020.01/3rdparty/nqp-configure/lib/NQP/Config.pm
nqp-2020.01/3rdparty/nqp-configure/lib/NQP/Config/
nqp-2020.01/3rdparty/nqp-configure/lib/NQP/Config/Test.pm
nqp-2020.01/3rdparty/nqp-configure/lib/NQP/Macros.pm
nqp-2020.01/3rdparty/nqp-configure/LICENSE
nqp-2020.01/3rdparty/nqp-configure/.git
nqp-2020.01/CREDITS
nqp-2020.01/Configure.pl
nqp-2020.01/LICENSE
nqp-2020.01/README.pod
nqp-2020.01/VERSION
nqp-2020.01/docs/6model/faq.markdown
nqp-2020.01/docs/6model/overview.markdown
nqp-2020.01/docs/6model/repr-compose-protocol.markdown
nqp-2020.01/docs/HACKING-js
nqp-2020.01/docs/bootstrapping.pod
nqp-2020.01/docs/built-ins.md
nqp-2020.01/docs/continuations.pod
nqp-2020.01/docs/jvminterop-goals.pod
nqp-2020.01/docs/jvminterop.pod
nqp-2020.01/docs/nqp-overview.txt
nqp-2020.01/docs/ops.markdown
nqp-2020.01/docs/qast.markdown
nqp-2020.01/docs/release_guide.pod
nqp-2020.01/docs/serialization_format.markdown
nqp-2020.01/docs/using-pod-in-nqp.md
nqp-2020.01/examples/CallFromJava.java
nqp-2020.01/examples/fib.nqp
nqp-2020.01/examples/hello_world.nqp
nqp-2020.01/examples/loops.nqp
nqp-2020.01/examples/rubyish/README.md
nqp-2020.01/examples/rubyish/examples-rubyish/closure.rbi
nqp-2020.01/examples/rubyish/examples-rubyish/fractal-tree.rbi
nqp-2020.01/examples/rubyish/examples-rubyish/pi.rbi
nqp-2020.01/examples/rubyish/examples-rubyish/template.rbi
nqp-2020.01/examples/rubyish/rubyish.nqp
nqp-2020.01/examples/rubyish/t/00hello-worldish.t
nqp-2020.01/examples/rubyish/t/arrays.t
nqp-2020.01/examples/rubyish/t/bitwise.t
nqp-2020.01/examples/rubyish/t/contextual.t
nqp-2020.01/examples/rubyish/t/functional.t
nqp-2020.01/examples/rubyish/t/hashs.t
nqp-2020.01/examples/rubyish/t/if-then-else.t
nqp-2020.01/examples/rubyish/t/infix.t
nqp-2020.01/examples/rubyish/t/inheritance.t
nqp-2020.01/examples/rubyish/t/interpolation.t
nqp-2020.01/examples/rubyish/t/lambda.t
nqp-2020.01/examples/rubyish/t/line-spanning.t
nqp-2020.01/examples/rubyish/t/loops.t
nqp-2020.01/examples/rubyish/t/modifiers.t
nqp-2020.01/examples/rubyish/t/nqp-ops.t
nqp-2020.01/examples/rubyish/t/params.t
nqp-2020.01/examples/rubyish/t/recursion.t
nqp-2020.01/examples/rubyish/t/rubyish-3-tests.t
nqp-2020.01/examples/rubyish/t/rubyish-4-tests.t
nqp-2020.01/examples/rubyish/t/scoping.t
nqp-2020.01/examples/rubyish/t/template.t
nqp-2020.01/examples/sub-lines2words.nqp
nqp-2020.01/examples/test-ws.nqp
nqp-2020.01/examples/use-classes.nqp
nqp-2020.01/examples/use-hashes.nqp
nqp-2020.01/examples/webpacked/README.md
nqp-2020.01/examples/webpacked/example.nqp
nqp-2020.01/examples/webpacked/index.html
nqp-2020.01/examples/webpacked/webpack.config.js
nqp-2020.01/gen/js/.gitignore
nqp-2020.01/gen/jvm/.gitignore
nqp-2020.01/gen/moar/.gitignore
nqp-2020.01/nqp-js-on-js/.gitignore
nqp-2020.01/nqp-js-on-js/.npmignore
nqp-2020.01/nqp-js-on-js/package.json
nqp-2020.01/package.json
nqp-2020.01/src/HLL/Actions.nqp
nqp-2020.01/src/HLL/CommandLine.nqp
nqp-2020.01/src/HLL/Compiler.nqp
nqp-2020.01/src/HLL/Grammar.nqp
nqp-2020.01/src/HLL/World.nqp
nqp-2020.01/src/HLL/sprintf.nqp
nqp-2020.01/src/NQP/Actions.nqp
nqp-2020.01/src/NQP/Compiler.nqp
nqp-2020.01/src/NQP/Grammar.nqp
nqp-2020.01/src/NQP/Optimizer.nqp
nqp-2020.01/src/NQP/World.nqp
nqp-2020.01/src/QAST/BVal.nqp
nqp-2020.01/src/QAST/Block.nqp
nqp-2020.01/src/QAST/Children.nqp
nqp-2020.01/src/QAST/CompUnit.nqp
nqp-2020.01/src/QAST/CompileTimeValue.nqp
nqp-2020.01/src/QAST/IVal.nqp
nqp-2020.01/src/QAST/InlinePlaceholder.nqp
nqp-2020.01/src/QAST/NVal.nqp
nqp-2020.01/src/QAST/Node.nqp
nqp-2020.01/src/QAST/NodeList.nqp
nqp-2020.01/src/QAST/Op.nqp
nqp-2020.01/src/QAST/ParamTypeCheck.nqp
nqp-2020.01/src/QAST/Regex.nqp
nqp-2020.01/src/QAST/SVal.nqp
nqp-2020.01/src/QAST/SpecialArg.nqp
nqp-2020.01/src/QAST/Stmt.nqp
nqp-2020.01/src/QAST/Stmts.nqp
nqp-2020.01/src/QAST/Unquote.nqp
nqp-2020.01/src/QAST/VM.nqp
nqp-2020.01/src/QAST/Var.nqp
nqp-2020.01/src/QAST/VarWithFallback.nqp
nqp-2020.01/src/QAST/WVal.nqp
nqp-2020.01/src/QAST/Want.nqp
nqp-2020.01/src/QRegex/Cursor.nqp
nqp-2020.01/src/QRegex/NFA.nqp
nqp-2020.01/src/QRegex/P5Regex/Actions.nqp
nqp-2020.01/src/QRegex/P5Regex/Compiler.nqp
nqp-2020.01/src/QRegex/P5Regex/Grammar.nqp
nqp-2020.01/src/QRegex/P6Regex/Actions.nqp
nqp-2020.01/src/QRegex/P6Regex/Compiler.nqp
nqp-2020.01/src/QRegex/P6Regex/Grammar.nqp
nqp-2020.01/src/QRegex/P6Regex/Optimizer.nqp
nqp-2020.01/src/core/Hash.nqp
nqp-2020.01/src/core/IO.nqp
nqp-2020.01/src/core/NQPCapture.nqp
nqp-2020.01/src/core/NQPLock.nqp
nqp-2020.01/src/core/NQPMu.nqp
nqp-2020.01/src/core/NQPRoutine.nqp
nqp-2020.01/src/core/NativeTypes.nqp
nqp-2020.01/src/core/Regex.nqp
nqp-2020.01/src/core/YOUAREHERE.nqp
nqp-2020.01/src/core/testing.nqp
nqp-2020.01/src/how/Archetypes.nqp
nqp-2020.01/src/how/EXPORTHOW.nqp
nqp-2020.01/src/how/NQPAttribute.nqp
nqp-2020.01/src/how/NQPClassHOW.nqp
nqp-2020.01/src/how/NQPConcreteRoleHOW.nqp
nqp-2020.01/src/how/NQPCurriedRoleHOW.nqp
nqp-2020.01/src/how/NQPModuleHOW.nqp
nqp-2020.01/src/how/NQPNativeHOW.nqp
nqp-2020.01/src/how/NQPParametricRoleHOW.nqp
nqp-2020.01/src/how/RoleToClassApplier.nqp
nqp-2020.01/src/how/RoleToRoleApplier.nqp
nqp-2020.01/src/vm/js/BlockBarrier.nqp
nqp-2020.01/src/vm/js/Chunk.nqp
nqp-2020.01/src/vm/js/Compiler.nqp
nqp-2020.01/src/vm/js/DWIMYNameMangling.nqp
nqp-2020.01/src/vm/js/HLL/Backend.nqp
nqp-2020.01/src/vm/js/LoopInfo.nqp
nqp-2020.01/src/vm/js/ModuleLoader.nqp
nqp-2020.01/src/vm/js/Operations.nqp
nqp-2020.01/src/vm/js/QAST.nqp
nqp-2020.01/src/vm/js/RegexCompiler.nqp
nqp-2020.01/src/vm/js/ReturnInfo.nqp
nqp-2020.01/src/vm/js/SerializeOnce.nqp
nqp-2020.01/src/vm/js/Utils.nqp
nqp-2020.01/src/vm/js/bin/build-sourcemap.js
nqp-2020.01/src/vm/js/bin/cross-compile.nqp
nqp-2020.01/src/vm/js/bin/gen_sourcemap.js
nqp-2020.01/src/vm/js/bin/nqp-js.nqp
nqp-2020.01/src/vm/js/bin/run_tests.pl
nqp-2020.01/src/vm/js/bin/run_tests_bootstrapped.pl
nqp-2020.01/src/vm/js/const_map.nqp
nqp-2020.01/src/vm/js/nqp-loader/main.js
nqp-2020.01/src/vm/js/nqp-loader/package.json
nqp-2020.01/src/vm/js/nqp-runtime/BOOT.js
nqp-2020.01/src/vm/js/nqp-runtime/as-int-n.js
nqp-2020.01/src/vm/js/nqp-runtime/async-continuations.js
nqp-2020.01/src/vm/js/nqp-runtime/bignum.js
nqp-2020.01/src/vm/js/nqp-runtime/bootstrap.js
nqp-2020.01/src/vm/js/nqp-runtime/browser.js
nqp-2020.01/src/vm/js/nqp-runtime/capture.js
nqp-2020.01/src/vm/js/nqp-runtime/cclass.js
nqp-2020.01/src/vm/js/nqp-runtime/code-ref-with-statevars.js
nqp-2020.01/src/vm/js/nqp-runtime/code-ref.js
nqp-2020.01/src/vm/js/nqp-runtime/codecs.js
nqp-2020.01/src/vm/js/nqp-runtime/coercions.js
nqp-2020.01/src/vm/js/nqp-runtime/constants.js
nqp-2020.01/src/vm/js/nqp-runtime/container-specs.js
nqp-2020.01/src/vm/js/nqp-runtime/core.js
nqp-2020.01/src/vm/js/nqp-runtime/ctx-just-handler.js
nqp-2020.01/src/vm/js/nqp-runtime/ctx-with-static.js
nqp-2020.01/src/vm/js/nqp-runtime/ctx.js
nqp-2020.01/src/vm/js/nqp-runtime/curlexpad.js
nqp-2020.01/src/vm/js/nqp-runtime/dbcs-codec.js
nqp-2020.01/src/vm/js/nqp-runtime/deserialization.js
nqp-2020.01/src/vm/js/nqp-runtime/fake-stable.js
nqp-2020.01/src/vm/js/nqp-runtime/fiber-continuations.js
nqp-2020.01/src/vm/js/nqp-runtime/global-context.js
nqp-2020.01/src/vm/js/nqp-runtime/graphemes.js
nqp-2020.01/src/vm/js/nqp-runtime/hash-iter.js
nqp-2020.01/src/vm/js/nqp-runtime/hash.js
nqp-2020.01/src/vm/js/nqp-runtime/hll.js
nqp-2020.01/src/vm/js/nqp-runtime/io.js
nqp-2020.01/src/vm/js/nqp-runtime/iter.js
nqp-2020.01/src/vm/js/nqp-runtime/multicache.js
nqp-2020.01/src/vm/js/nqp-runtime/native-args.js
nqp-2020.01/src/vm/js/nqp-runtime/nativecall.js
nqp-2020.01/src/vm/js/nqp-runtime/nfa.js
nqp-2020.01/src/vm/js/nqp-runtime/nqp-exception-with-ctx.js
nqp-2020.01/src/vm/js/nqp-runtime/nqp-exception.js
nqp-2020.01/src/vm/js/nqp-runtime/nqp-int.js
nqp-2020.01/src/vm/js/nqp-runtime/nqp-num.js
nqp-2020.01/src/vm/js/nqp-runtime/nqp-object.js
nqp-2020.01/src/vm/js/nqp-runtime/nqp-str.js
nqp-2020.01/src/vm/js/nqp-runtime/null.js
nqp-2020.01/src/vm/js/nqp-runtime/null_s.js
nqp-2020.01/src/vm/js/nqp-runtime/package.json
nqp-2020.01/src/vm/js/nqp-runtime/refs.js
nqp-2020.01/src/vm/js/nqp-runtime/reprs.js
nqp-2020.01/src/vm/js/nqp-runtime/resolve-sourcemap-browser.js
nqp-2020.01/src/vm/js/nqp-runtime/resolve-sourcemap.js
nqp-2020.01/src/vm/js/nqp-runtime/runtime.js
nqp-2020.01/src/vm/js/nqp-runtime/serialization-context.js
nqp-2020.01/src/vm/js/nqp-runtime/serialization.js
nqp-2020.01/src/vm/js/nqp-runtime/shared-io.js
nqp-2020.01/src/vm/js/nqp-runtime/sixmodel.js
nqp-2020.01/src/vm/js/nqp-runtime/static-ctx.js
nqp-2020.01/src/vm/js/nqp-runtime/strip-marks.js
nqp-2020.01/src/vm/js/nqp-runtime/tables/shiftjis.json
nqp-2020.01/src/vm/js/nqp-runtime/tap-console.js
nqp-2020.01/src/vm/js/nqp-runtime/unicode-data.js
nqp-2020.01/src/vm/js/nqp-runtime/unicode-props.js
nqp-2020.01/src/vm/jvm/HLL/Backend.nqp
nqp-2020.01/src/vm/jvm/ModuleLoader.nqp
nqp-2020.01/src/vm/jvm/NQP/Ops.nqp
nqp-2020.01/src/vm/jvm/QAST/Compiler.nqp
nqp-2020.01/src/vm/jvm/QAST/JASTNodes.nqp
nqp-2020.01/src/vm/jvm/runners/nqp-j
nqp-2020.01/src/vm/jvm/runners/nqp-j.bat
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/AsyncFileHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/AsyncProcessHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/AsyncServerSocketHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/AsyncSocketHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/FileHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOAsyncReadable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOAsyncWritable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOBindable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOCancelable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOClosable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOEncodable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOExitable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOInteractive.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOLineSeparable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOLockable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOPossiblyTTY.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOSeekable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOSyncReadable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/IIOSyncWritable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/ProcessChannel.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/ServerSocketHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/SocketHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/StandardReadHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/StandardWriteHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/SyncHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/io/SyncProcessHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/jast2bc/AutosplitMethodWriter.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/jast2bc/JASTCompiler.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/jast2bc/JastClass.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/jast2bc/JastField.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/jast2bc/JastMethod.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/jast2bc/JavaClass.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ArgsExpectation.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/Base64.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/BaseControlException.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/BootJavaInterop.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/Buffers.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ByteClassLoader.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/CallFrame.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/CallSiteDescriptor.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/CodeRef.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/CodeRefAnnotation.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/CompilationUnit.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ContextKey.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ControlException.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/EvalResult.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ExceptionHandling.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/GlobalContext.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/HLLConfig.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/HandlerInfo.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/IOExceptionMessages.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/IOOps.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/IndyBootstrap.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/JavaCallinException.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/LibraryLoader.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/NativeCallOps.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ResumeException.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ResumeStatus.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/SaveStackException.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/StaticCodeInfo.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/ThreadContext.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/runtime/UnwindException.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/AbstractParametricity.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/BoolificationSpec.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/CodePairContainerConfigurer.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/CodePairContainerSpec.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/ContainerConfigurer.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/ContainerSpec.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/InvocationSpec.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/KnowHOWBootstrapper.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/KnowHOWMethods.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/NativeRefContainerConfigurer.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/NativeRefContainerSpec.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/ParameterizedType.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/ParametricType.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/REPR.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/REPRRegistry.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/STable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/SerializationContext.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/SerializationReader.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/SerializationWriter.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/SixModelObject.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/StorageSpec.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/TypeObject.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/AsyncTask.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/AsyncTaskInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CArray.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CArrayInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CArrayREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CPPStruct.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CPPStructInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CPPStructREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CPointer.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CPointerInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CStr.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CStrInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CStruct.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CStructInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CStructREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CUnion.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CUnionInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CUnionREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CallCapture.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CallCaptureInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/CodeRefREPR.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ConcBlockingQueue.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ConcBlockingQueueInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ConditionVariable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ConditionVariableInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ContextRef.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ContextRefInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/Continuation.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/Decoder.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/DecoderInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/IOHandle.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/IOHandleInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/JavaObjectWrapper.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/JavaWrap.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/KnowHOWAttribute.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/KnowHOWAttributeInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/KnowHOWREPR.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/KnowHOWREPRInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiCache.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiCacheInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArray.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstanceBase.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_i.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_i16.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_i32.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_i8.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_n.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_s.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_u16.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_u32.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayInstance_u8.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/MultiDimArrayREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NFA.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NFAInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NFAStateInfo.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeCall.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeCallBody.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeCallInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRef.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefInstanceAttribute.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefInstanceIntLex.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefInstanceMultidim.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefInstanceNumLex.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefInstancePositional.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefInstanceStrLex.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/NativeRefREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6Opaque.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6OpaqueBaseInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6OpaqueDelegateInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6OpaqueREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6bigint.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6bigintInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6int.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6intInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6num.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6numInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6str.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/P6strInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ReentrantMutex.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/ReentrantMutexInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/Refreshable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/SCRef.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/SCRefInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/Semaphore.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/SemaphoreInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/Uninstantiable.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArray.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstanceBase.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_i.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_i16.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_i32.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_i8.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_n.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_s.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_u16.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_u32.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayInstance_u8.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMArrayREPRData.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMException.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMExceptionInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMHash.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMHashInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMIter.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMIterInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMThread.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/sixmodel/reprs/VMThreadInstance.java
nqp-2020.01/src/vm/jvm/runtime/org/perl6/nqp/tools/EvalServer.java
nqp-2020.01/src/vm/jvm/stage0/JASTNodes.jar
nqp-2020.01/src/vm/jvm/stage0/ModuleLoader.jar
nqp-2020.01/src/vm/jvm/stage0/NQPCORE.setting.jar
nqp-2020.01/src/vm/jvm/stage0/NQPHLL.jar
nqp-2020.01/src/vm/jvm/stage0/NQPP6QRegex.jar
nqp-2020.01/src/vm/jvm/stage0/QAST.jar
nqp-2020.01/src/vm/jvm/stage0/QASTNode.jar
nqp-2020.01/src/vm/jvm/stage0/QRegex.jar
nqp-2020.01/src/vm/jvm/stage0/nqp.jar
nqp-2020.01/src/vm/jvm/stage0/nqpmo.jar
nqp-2020.01/src/vm/moar/HLL/Backend.nqp
nqp-2020.01/src/vm/moar/ModuleLoader.nqp
nqp-2020.01/src/vm/moar/NQP/Ops.nqp
nqp-2020.01/src/vm/moar/QAST/QASTCompilerMAST.nqp
nqp-2020.01/src/vm/moar/QAST/QASTOperationsMAST.nqp
nqp-2020.01/src/vm/moar/QAST/QASTRegexCompilerMAST.nqp
nqp-2020.01/src/vm/moar/profiler/template.html
nqp-2020.01/src/vm/moar/runner/main.c
nqp-2020.01/src/vm/moar/stage0/MASTNodes.moarvm
nqp-2020.01/src/vm/moar/stage0/MASTOps.moarvm
nqp-2020.01/src/vm/moar/stage0/ModuleLoader.moarvm
nqp-2020.01/src/vm/moar/stage0/NQPCORE.setting.moarvm
nqp-2020.01/src/vm/moar/stage0/NQPHLL.moarvm
nqp-2020.01/src/vm/moar/stage0/NQPP6QRegex.moarvm
nqp-2020.01/src/vm/moar/stage0/QAST.moarvm
nqp-2020.01/src/vm/moar/stage0/QASTNode.moarvm
nqp-2020.01/src/vm/moar/stage0/QRegex.moarvm
nqp-2020.01/src/vm/moar/stage0/nqp.moarvm
nqp-2020.01/src/vm/moar/stage0/nqpmo.moarvm
nqp-2020.01/t/concurrency/01-thread.t
nqp-2020.01/t/concurrency/02-lock.t
nqp-2020.01/t/concurrency/03-semaphore.t
nqp-2020.01/t/concurrency/04-osr-crash.t
nqp-2020.01/t/concurrency/TODO
nqp-2020.01/t/docs/opcodes.t
nqp-2020.01/t/docs/tests.t
nqp-2020.01/t/hll/01-language.t
nqp-2020.01/t/hll/02-modules.t
nqp-2020.01/t/hll/03-exports.t
nqp-2020.01/t/hll/04-import.t
nqp-2020.01/t/hll/05-commandline.t
nqp-2020.01/t/hll/06-sprintf.t
nqp-2020.01/t/js/continuations.t
nqp-2020.01/t/js/getcomp-js.t
nqp-2020.01/t/js/varint.js
nqp-2020.01/t/jvm/01-continuations.t
nqp-2020.01/t/jvm/05-decoder.t
nqp-2020.01/t/moar/01-continuations.t
nqp-2020.01/t/moar/02-qast-references.t
nqp-2020.01/t/moar/03-line-seps.t
nqp-2020.01/t/moar/04-argument-truncation.t
nqp-2020.01/t/moar/05-decoder.t
nqp-2020.01/t/moar/07-eqatic.t
nqp-2020.01/t/moar/08-indexic.t
nqp-2020.01/t/moar/09-concat.t
nqp-2020.01/t/moar/10-eqatim.t
nqp-2020.01/t/moar/11-decode.t
nqp-2020.01/t/moar/13-writeint.t
nqp-2020.01/t/moar/50-jit-register-alloc.t
nqp-2020.01/t/moar/51-jit-div_i.t
nqp-2020.01/t/moar/52-pluggable-spesh.t
nqp-2020.01/t/nativecall/01-basic.t
nqp-2020.01/t/nqp/001-literals.t
nqp-2020.01/t/nqp/002-if.t
nqp-2020.01/t/nqp/003-if-else.t
nqp-2020.01/t/nqp/004-unless.t
nqp-2020.01/t/nqp/005-comments.t
nqp-2020.01/t/nqp/006-args-pos.t
nqp-2020.01/t/nqp/007-boolean.t
nqp-2020.01/t/nqp/008-blocks.t
nqp-2020.01/t/nqp/009-var.t
nqp-2020.01/t/nqp/010-cmp.t
nqp-2020.01/t/nqp/011-sub.t
nqp-2020.01/t/nqp/012-logical.t
nqp-2020.01/t/nqp/013-op.t
nqp-2020.01/t/nqp/014-while.t
nqp-2020.01/t/nqp/015-list.t
nqp-2020.01/t/nqp/016-ternary.t
nqp-2020.01/t/nqp/017-positional.t
nqp-2020.01/t/nqp/018-associative.t
nqp-2020.01/t/nqp/019-chars.txt
nqp-2020.01/t/nqp/019-file-ops.t
nqp-2020.01/t/nqp/020-return.t
nqp-2020.01/t/nqp/021-contextual.t
nqp-2020.01/t/nqp/022-optional-args.t
nqp-2020.01/t/nqp/023-named-args.t
nqp-2020.01/t/nqp/024-module.t
nqp-2020.01/t/nqp/025-class.t
nqp-2020.01/t/nqp/026-methodops.t
nqp-2020.01/t/nqp/027-self.t
nqp-2020.01/t/nqp/028-subclass.t
nqp-2020.01/t/nqp/029-make.t
nqp-2020.01/t/nqp/031-grammar.t
nqp-2020.01/t/nqp/032-protoregex.t
nqp-2020.01/t/nqp/033-init.t
nqp-2020.01/t/nqp/034-rxcodeblock.t
nqp-2020.01/t/nqp/035-prefix-sigil.t
nqp-2020.01/t/nqp/036-callable.t
nqp-2020.01/t/nqp/037-slurpy.t
nqp-2020.01/t/nqp/038-quotes.t
nqp-2020.01/t/nqp/039-pointy.t
nqp-2020.01/t/nqp/040-lists.t
nqp-2020.01/t/nqp/041-flat.t
nqp-2020.01/t/nqp/042-cond-loop.t
nqp-2020.01/t/nqp/043-package-var.t
nqp-2020.01/t/nqp/044-try-catch.t
nqp-2020.01/t/nqp/045-smartmatch.t
nqp-2020.01/t/nqp/046-charspec.t
nqp-2020.01/t/nqp/047-loop-control.t
nqp-2020.01/t/nqp/048-closure.t
nqp-2020.01/t/nqp/049-regex-interpolation.t
nqp-2020.01/t/nqp/050-regex.t
nqp-2020.01/t/nqp/051-multi.t
nqp-2020.01/t/nqp/053-knowhow.t
nqp-2020.01/t/nqp/055-multi-method.t
nqp-2020.01/t/nqp/056-role.t
nqp-2020.01/t/nqp/057-construction.t
nqp-2020.01/t/nqp/058-attrs.t
nqp-2020.01/t/nqp/059-nqpop.t
nqp-2020.01/t/nqp/060-bigint.t
nqp-2020.01/t/nqp/061-mixin.t
nqp-2020.01/t/nqp/062-subst.t
nqp-2020.01/t/nqp/063-slurp.t
nqp-2020.01/t/nqp/064-native.t
nqp-2020.01/t/nqp/065-how.t
nqp-2020.01/t/nqp/066-pararole.t
nqp-2020.01/t/nqp/067-container.t
nqp-2020.01/t/nqp/068-associative-for.t
nqp-2020.01/t/nqp/069-js-keywords-as-identifier.t
nqp-2020.01/t/nqp/070-invokespec.t
nqp-2020.01/t/nqp/071-setboolspec.t
nqp-2020.01/t/nqp/072-rolehow.t
nqp-2020.01/t/nqp/073-delegation.t
nqp-2020.01/t/nqp/074-nfa.t
nqp-2020.01/t/nqp/075-curcode.t
nqp-2020.01/t/nqp/076-capture.t
nqp-2020.01/t/nqp/077-curlexpad.t
nqp-2020.01/t/nqp/079-callercode.t
nqp-2020.01/t/nqp/080-matches.t
nqp-2020.01/t/nqp/081-radix.t
nqp-2020.01/t/nqp/082-decode.t
nqp-2020.01/t/nqp/083-math.t
nqp-2020.01/t/nqp/084-loop-labels.t
nqp-2020.01/t/nqp/085-type-tester.t
nqp-2020.01/t/nqp/087-parametric-6model.t
nqp-2020.01/t/nqp/088-more-if-tests.t
nqp-2020.01/t/nqp/089-istype.t
nqp-2020.01/t/nqp/090-findmethod.t
nqp-2020.01/t/nqp/091-codename.t
nqp-2020.01/t/nqp/092-where.t
nqp-2020.01/t/nqp/093-oo-ops.t
nqp-2020.01/t/nqp/094-clone.t
nqp-2020.01/t/nqp/095-cclass.t
nqp-2020.01/t/nqp/096-array-methods.t
nqp-2020.01/t/nqp/097-hll.t
nqp-2020.01/t/nqp/098-boxing.t
nqp-2020.01/t/nqp/099-getstaticcode.t
nqp-2020.01/t/nqp/100-dispatcher.t
nqp-2020.01/t/nqp/101-lexpad-stuff.t
nqp-2020.01/t/nqp/102-multidim.t
nqp-2020.01/t/nqp/103-typecache.t
nqp-2020.01/t/nqp/104-method-cache.t
nqp-2020.01/t/nqp/104-refs.t
nqp-2020.01/t/nqp/105-multicache.t
nqp-2020.01/t/nqp/106-unicodenames.t
nqp-2020.01/t/nqp/107-index.t
nqp-2020.01/t/nqp/108-vmhash.t
nqp-2020.01/t/nqp/109-coercions.t
nqp-2020.01/t/nqp/110-normalization.t
nqp-2020.01/t/nqp/111-spawnprocasync.t
nqp-2020.01/t/nqp/112-call.t
nqp-2020.01/t/nqp/112-continuations.t
nqp-2020.01/t/nqp/113-run-command.t
nqp-2020.01/t/nqp/114-pod-panic.t
nqp-2020.01/t/nqp/115-nums.t
nqp-2020.01/t/nqp/19-readline.txt
nqp-2020.01/t/nqp/19-setinputlinesep.txt
nqp-2020.01/t/p5regex/01-p5regex.t
nqp-2020.01/t/p5regex/rx_basic
nqp-2020.01/t/p5regex/rx_captures
nqp-2020.01/t/p5regex/rx_charclass
nqp-2020.01/t/p5regex/rx_metachars
nqp-2020.01/t/p5regex/rx_modifiers
nqp-2020.01/t/p5regex/rx_quantifiers
nqp-2020.01/t/qast/01-qast.t
nqp-2020.01/t/qast/02-manipulation.t
nqp-2020.01/t/qregex/01-qregex.t
nqp-2020.01/t/qregex/rx_backtrack
nqp-2020.01/t/qregex/rx_basic
nqp-2020.01/t/qregex/rx_captures
nqp-2020.01/t/qregex/rx_charclass
nqp-2020.01/t/qregex/rx_goal
nqp-2020.01/t/qregex/rx_lookarounds
nqp-2020.01/t/qregex/rx_metachars
nqp-2020.01/t/qregex/rx_modifiers
nqp-2020.01/t/qregex/rx_qcaps
nqp-2020.01/t/qregex/rx_quantifiers
nqp-2020.01/t/qregex/rx_subrules
nqp-2020.01/t/qregex/rx_syntax
nqp-2020.01/t/serialization/01-basic.t
nqp-2020.01/t/serialization/02-types.t
nqp-2020.01/t/serialization/03-closures.t
nqp-2020.01/t/serialization/04-repossession.t
nqp-2020.01/tools/analyze-parse
nqp-2020.01/tools/build/gen-bootstrap.pl
nqp-2020.01/tools/build/gen-cat.pl
nqp-2020.01/tools/build/gen-js-cross-runner.pl
nqp-2020.01/tools/build/gen-js-makefile.nqp
nqp-2020.01/tools/build/gen-js-runner.pl
nqp-2020.01/tools/build/gen-jvm-properties.pl
nqp-2020.01/tools/build/gen-version.pl
nqp-2020.01/tools/build/generate-constants.pl
nqp-2020.01/tools/build/install-js-runner.pl
nqp-2020.01/tools/build/install-jvm-runner.pl.in
nqp-2020.01/tools/build/npm-install-or-link.pl
nqp-2020.01/tools/build/process-qregex-tests
nqp-2020.01/tools/find-undocumented-ops.p6
nqp-2020.01/tools/jvm/eval-client.pl
nqp-2020.01/tools/lib/NQP/Config/NQP.pm
nqp-2020.01/tools/missing-js-tests
nqp-2020.01/tools/templates/MOAR_REVISION
nqp-2020.01/tools/templates/Makefile-backend-common.in
nqp-2020.01/tools/templates/Makefile-common.in
nqp-2020.01/tools/templates/Makefile.in
nqp-2020.01/tools/templates/js/Makefile.in
nqp-2020.01/tools/templates/jvm/Makefile.in
nqp-2020.01/tools/templates/jvm/nqp-j.in
nqp-2020.01/tools/templates/jvm/qast_sources
nqp-2020.01/tools/templates/jvm/runner-prelude
nqp-2020.01/tools/templates/moar/Makefile.in
nqp-2020.01/tools/templates/moar/qast_sources
nqp-2020.01/tools/templates/unix/nqp-m-build.c
nqp-2020.01/tools/templates/windows/nqp-m-build.c
===ATTENTION===
No --prefix supplied, building and installing to /home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install
Cloning from https://github.com/MoarVM/MoarVM.git
Cloning into 'MoarVM'...
remote: Enumerating objects: 31, done.
remote: Counting objects: 100% (31/31), done.
remote: Compressing objects: 100% (23/23), done.
remote: Total 81491 (delta 11), reused 20 (delta 7), pack-reused 81460
Receiving objects: 100% (81491/81491), 55.24 MiB | 2.90 MiB/s, done.
Resolving deltas: 100% (60659/60659), done.
Note: switching to '2020.01.1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at efb014f19 First stab at a script for automating release steps
Configuring and building MoarVM ...
/usr/bin/perl Configure.pl --optimize --prefix=/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install --make-install
Welcome to MoarVM!
Updating submodules .................................... OK
Configuring native build environment ...................
trying to compile a simple C program ............... YES
probing support of -Werror=* ....................... YES
Testing pkgconfig .................................. 1.6.3
OK
probing whether your compiler thinks that it is gcc YES
probing how your compiler does static inline ....... static __inline__
your CPU can read unaligned values for all of int32 int64 num64
probing the size of pointers ....................... 8
probing C type support for: _Bool, bool ............ YES: _Bool,bool
probing computed goto support ...................... YES
probing pthread_yield support ...................... NO
probing existance of optional malloc_trim() ........ YES
probing support of rdtscp intrinsic ................ YES
make: make
compile: gcc -Wextra -Wall -Wno-unused-parameter -Wno-unused-function -Wno-missing-braces -Werror=pointer-arith -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DMVM_HEAPSNAPSHOT_FORMAT=3
includes: -I3rdparty/libuv/include -I3rdparty/libuv/src -I3rdparty/libatomicops/src -I3rdparty/libtommath -I3rdparty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback
link: gcc -O3 -DNDEBUG -Wl,-rpath,"/@libdir@"
libs: -lm -lpthread -lrt -ldl -lzstd
byte order: little endian
Configuring 3rdparty libs .............................. OK
3rdparty: 3rdparty/cmp/libcmp.a
3rdparty/dyncall/dyncall/libdyncall_s.a
3rdparty/dyncall/dyncallback/libdyncallback_s.a
3rdparty/dyncall/dynload/libdynload_s.a
3rdparty/libatomicops/src/libatomic_ops.a
3rdparty/libtommath/libtommath.a
3rdparty/libuv/libuv.a
3rdparty/sha1/libsha1.a
3rdparty/tinymt/libtinymt.a
Generating src/gen/config.c ............................ OK
Generating src/gen/config.h ............................ OK
Generating Makefile .................................... OK
Generating tools/check.mk .............................. OK
Generating build/mk-moar-pc.pl ......................... OK
Configuration SUCCESS.
Type 'make' to build and 'make help' to see a list of
available make targets.
compiling src/main.o
compiling src/core/callsite.o
compiling src/core/args.o
compiling src/core/exceptions.o
compiling src/core/interp.o
src/core/interp.c: In function 'MVM_interp_run':
src/core/interp.c:142:16: warning: variable 'backup_interp_cur_op' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
142 | MVMuint8 **backup_interp_cur_op = NULL;
| ^~~~~~~~~~~~~~~~~~~~
src/core/interp.c:143:16: warning: variable 'backup_interp_bytecode_start' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
143 | MVMuint8 **backup_interp_bytecode_start = NULL;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/core/interp.c:144:19: warning: variable 'backup_interp_reg_base' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
144 | MVMRegister **backup_interp_reg_base = NULL;
| ^~~~~~~~~~~~~~~~~~~~~~
src/core/interp.c:145:19: warning: variable 'backup_interp_cu' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
145 | MVMCompUnit **backup_interp_cu = NULL;
| ^~~~~~~~~~~~~~~~
compiling src/core/threadcontext.o
compiling src/core/compunit.o
compiling src/core/bytecode.o
compiling src/core/frame.o
compiling src/core/callstack.o
compiling src/core/validation.o
compiling src/core/bytecodedump.o
compiling src/core/threads.o
compiling src/core/ops.o
compiling src/core/hll.o
compiling src/core/loadbytecode.o
compiling src/math/num.o
compiling src/math/grisu.o
compiling src/core/coerce.o
compiling src/core/dll.o
compiling src/core/ext.o
compiling src/core/nativecall.o
compiling src/core/nativecall_dyncall.o
compiling src/core/continuation.o
compiling src/core/intcache.o
compiling src/core/fixedsizealloc.o
compiling src/core/regionalloc.o
compiling src/debug/debugserver.o
compiling src/gen/config.o
compiling src/gc/orchestrate.o
compiling src/gc/allocation.o
compiling src/gc/worklist.o
compiling src/gc/roots.o
compiling src/gc/collect.o
compiling src/gc/gen2.o
compiling src/gc/wb.o
compiling src/gc/objectid.o
compiling src/gc/finalize.o
compiling src/gc/debug.o
compiling src/io/io.o
compiling src/io/eventloop.o
compiling src/io/syncfile.o
compiling src/io/syncsocket.o
compiling src/io/fileops.o
compiling src/io/dirops.o
compiling src/io/procops.o
compiling src/io/timers.o
compiling src/io/filewatchers.o
compiling src/io/signals.o
compiling src/io/asyncsocket.o
compiling src/io/asyncsocketudp.o
compiling src/6model/reprs.o
compiling src/6model/reprconv.o
compiling src/6model/containers.o
compiling src/6model/parametric.o
compiling src/6model/reprs/MVMString.o
compiling src/6model/reprs/VMArray.o
compiling src/6model/reprs/MVMHash.o
compiling src/6model/reprs/MVMCFunction.o
compiling src/6model/reprs/KnowHOWREPR.o
compiling src/6model/reprs/KnowHOWAttributeREPR.o
compiling src/6model/reprs/P6str.o
compiling src/6model/reprs/P6opaque.o
compiling src/6model/reprs/MVMCode.o
compiling src/6model/reprs/MVMOSHandle.o
compiling src/6model/reprs/MVMCompUnit.o
compiling src/6model/reprs/MVMStaticFrame.o
compiling src/6model/reprs/P6int.o
compiling src/6model/reprs/P6num.o
compiling src/6model/reprs/Uninstantiable.o
compiling src/6model/reprs/HashAttrStore.o
compiling src/6model/reprs/MVMThread.o
compiling src/6model/reprs/MVMIter.o
compiling src/6model/reprs/MVMContext.o
compiling src/6model/reprs/SCRef.o
compiling src/6model/reprs/MVMCallCapture.o
compiling src/6model/reprs/P6bigint.o
compiling src/6model/reprs/NFA.o
compiling src/6model/reprs/MVMException.o
compiling src/6model/reprs/MVMDLLSym.o
compiling src/6model/reprs/MVMMultiCache.o
compiling src/6model/reprs/MVMContinuation.o
compiling src/6model/reprs/NativeCall.o
compiling src/6model/reprs/CPointer.o
compiling src/6model/reprs/CStr.o
compiling src/6model/reprs/CArray.o
compiling src/6model/reprs/CStruct.o
compiling src/6model/reprs/CUnion.o
compiling src/6model/reprs/ReentrantMutex.o
compiling src/6model/reprs/ConditionVariable.o
compiling src/6model/reprs/Semaphore.o
compiling src/6model/reprs/ConcBlockingQueue.o
compiling src/6model/reprs/MVMAsyncTask.o
compiling src/6model/reprs/MVMNull.o
compiling src/6model/reprs/CPPStruct.o
compiling src/6model/reprs/NativeRef.o
compiling src/6model/reprs/MultiDimArray.o
compiling src/6model/reprs/Decoder.o
compiling src/6model/reprs/MVMSpeshLog.o
compiling src/6model/reprs/MVMStaticFrameSpesh.o
compiling src/6model/reprs/MVMSpeshPluginState.o
compiling src/6model/6model.o
compiling src/6model/bootstrap.o
compiling src/6model/sc.o
compiling src/6model/serialization.o
compiling src/spesh/dump.o
compiling src/spesh/graph.o
compiling src/spesh/codegen.o
compiling src/spesh/candidate.o
compiling src/spesh/manipulate.o
compiling src/spesh/args.o
compiling src/spesh/usages.o
compiling src/spesh/facts.o
compiling src/spesh/optimize.o
compiling src/spesh/dead_bb_elimination.o
compiling src/spesh/dead_ins_elimination.o
compiling src/spesh/deopt.o
compiling src/spesh/log.o
compiling src/spesh/threshold.o
compiling src/spesh/inline.o
compiling src/spesh/osr.o
compiling src/spesh/lookup.o
compiling src/spesh/iterator.o
compiling src/spesh/worker.o
compiling src/spesh/debug.o
compiling src/spesh/stats.o
compiling src/spesh/plan.o
compiling src/spesh/arg_guard.o
compiling src/spesh/plugin.o
compiling src/spesh/frame_walker.o
compiling src/spesh/pea.o
compiling src/strings/decode_stream.o
compiling src/strings/ascii.o
compiling src/strings/parse_num.o
compiling src/strings/utf8.o
compiling src/strings/utf8_c8.o
compiling src/strings/nfg.o
compiling src/strings/ops.o
generating src/strings/unicode.c
compiling src/strings/unicode.o
compiling src/strings/normalize.o
compiling src/strings/latin1.o
compiling src/strings/utf16.o
compiling src/strings/windows1252.o
compiling src/strings/shiftjis.o
compiling src/strings/gb2312.o
compiling src/strings/gb18030.o
compiling src/math/bigintops.o
compiling src/profiler/instrument.o
compiling src/profiler/log.o
compiling src/profiler/profile.o
compiling src/profiler/heapsnapshot.o
src/profiler/heapsnapshot.c: In function 'serialize_attribute_stream':
src/profiler/heapsnapshot.c:895:9: warning: 'strncpy' specified bound 8 equals destination size [-Wstringop-truncation]
895 | strncpy(namebuf, name, 8);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compiling src/profiler/telemeh.o
compiling src/profiler/configuration.o
compiling src/instrument/crossthreadwrite.o
compiling src/instrument/line_coverage.o
compiling src/platform/sys.o
compiling src/platform/random.o
compiling src/platform/memmem32.o
compiling src/platform/malloc_trim.o
compiling src/moar.o
compiling src/platform/posix/mmap.o
compiling src/platform/posix/time.o
compiling src/platform/posix/io.o
compiling src/platform/posix/fork.o
compiling src/jit/graph.o
compiling src/jit/label.o
compiling src/jit/compile.o
compiling src/jit/dump.o
Precompiling templates from src/jit/core_templates.expr
compiling src/jit/expr.o
Building tile tables from src/jit/x64/tile_pattern.tile
compiling src/jit/tile.o
compiling src/jit/linear_scan.o
compiling src/jit/interface.o
gcc 3rdparty/dynasm/minilua.c -lm -o 3rdparty/dynasm/minilua
preprocessing src/jit/x64/emit.dasc
compiling src/jit/x64/emit.o
compiling src/jit/x64/arch.o
compiling 3rdparty/cmp/cmp.o
linking 3rdparty/cmp/libcmp.a
building dyncall...
Configuration written to Makefile.config
ar: creating libdyncall_s.a
ar: creating libdyncallback_s.a
ar: creating libdynload_s.a
done.
linking 3rdparty/libatomicops/src/libatomic_ops.a
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for PIC compiler flag... -fPIC
checking whether gcc -fPIC causes __PIC__ definition... yes
checking for gcc -Wextra... yes
checking for pthread_self in -lpthread... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing default commands
make[1]: Entering directory '/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/MoarVM/3rdparty/libatomicops/src'
sed -e s:XSIZE:char:g -e s:XCTYPE:unsigned/**/char:g atomic_ops/sysdeps/gcc/generic-small.template > atomic_ops/sysdeps/gcc/generic-small.h
sed -e s:XSIZE:short:g -e s:XCTYPE:unsigned/**/short:g atomic_ops/sysdeps/gcc/generic-small.template >> atomic_ops/sysdeps/gcc/generic-small.h
sed -e s:XSIZE:int:g -e s:XCTYPE:unsigned:g atomic_ops/sysdeps/gcc/generic-small.template >> atomic_ops/sysdeps/gcc/generic-small.h
sed -e s:XSIZE_::g -e s:XCTYPE:AO_t:g atomic_ops/sysdeps/gcc/generic-small.template >> atomic_ops/sysdeps/gcc/generic-small.h
make all-am
make[2]: Entering directory '/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/MoarVM/3rdparty/libatomicops/src'
gcc -DHAVE_CONFIG_H -I../src -I../src -fPIC -Wall -Wextra -Wextra -Wall -Wno-unused-parameter -Wno-unused-function -Wno-missing-braces -Werror=pointer-arith -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DMVM_HEAPSNAPSHOT_FORMAT=3 -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_RDTSCP=1 -MT atomic_ops.o -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.o atomic_ops.c
mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Po
rm -f libatomic_ops.a
ar cru libatomic_ops.a atomic_ops.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libatomic_ops.a
make[2]: Leaving directory '/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/MoarVM/3rdparty/libatomicops/src'
make[1]: Leaving directory '/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/MoarVM/3rdparty/libatomicops/src'
compiling 3rdparty/tinymt/tinymt64.o
linking 3rdparty/tinymt/libtinymt.a
compiling 3rdparty/sha1/sha1.o
linking 3rdparty/sha1/libsha1.a
compiling 3rdparty/libtommath/bn_error.o
compiling 3rdparty/libtommath/bn_fast_mp_invmod.o
compiling 3rdparty/libtommath/bn_fast_mp_montgomery_reduce.o
compiling 3rdparty/libtommath/bn_fast_s_mp_mul_digs.o
compiling 3rdparty/libtommath/bn_fast_s_mp_mul_high_digs.o
compiling 3rdparty/libtommath/bn_fast_s_mp_sqr.o
compiling 3rdparty/libtommath/bn_mp_2expt.o
compiling 3rdparty/libtommath/bn_mp_abs.o
compiling 3rdparty/libtommath/bn_mp_add.o
compiling 3rdparty/libtommath/bn_mp_add_d.o
compiling 3rdparty/libtommath/bn_mp_addmod.o
compiling 3rdparty/libtommath/bn_mp_and.o
compiling 3rdparty/libtommath/bn_mp_clamp.o
compiling 3rdparty/libtommath/bn_mp_clear.o
compiling 3rdparty/libtommath/bn_mp_clear_multi.o
compiling 3rdparty/libtommath/bn_mp_cmp.o
compiling 3rdparty/libtommath/bn_mp_cmp_d.o
compiling 3rdparty/libtommath/bn_mp_cmp_mag.o
compiling 3rdparty/libtommath/bn_mp_cnt_lsb.o
compiling 3rdparty/libtommath/bn_mp_copy.o
compiling 3rdparty/libtommath/bn_mp_count_bits.o
compiling 3rdparty/libtommath/bn_mp_div.o
compiling 3rdparty/libtommath/bn_mp_div_2.o
compiling 3rdparty/libtommath/bn_mp_div_2d.o
compiling 3rdparty/libtommath/bn_mp_div_3.o
compiling 3rdparty/libtommath/bn_mp_div_d.o
compiling 3rdparty/libtommath/bn_mp_dr_is_modulus.o
compiling 3rdparty/libtommath/bn_mp_dr_reduce.o
compiling 3rdparty/libtommath/bn_mp_dr_setup.o
compiling 3rdparty/libtommath/bn_mp_exch.o
compiling 3rdparty/libtommath/bn_mp_export.o
compiling 3rdparty/libtommath/bn_mp_expt_d.o
compiling 3rdparty/libtommath/bn_mp_expt_d_ex.o
compiling 3rdparty/libtommath/bn_mp_exptmod.o
compiling 3rdparty/libtommath/bn_mp_exptmod_fast.o
compiling 3rdparty/libtommath/bn_mp_exteuclid.o
compiling 3rdparty/libtommath/bn_mp_fread.o
compiling 3rdparty/libtommath/bn_mp_fwrite.o
compiling 3rdparty/libtommath/bn_mp_gcd.o
compiling 3rdparty/libtommath/bn_mp_get_int.o
compiling 3rdparty/libtommath/bn_mp_get_long.o
compiling 3rdparty/libtommath/bn_mp_get_long_long.o
compiling 3rdparty/libtommath/bn_mp_grow.o
compiling 3rdparty/libtommath/bn_mp_import.o
compiling 3rdparty/libtommath/bn_mp_init.o
compiling 3rdparty/libtommath/bn_mp_init_copy.o
compiling 3rdparty/libtommath/bn_mp_init_multi.o
compiling 3rdparty/libtommath/bn_mp_init_set.o
compiling 3rdparty/libtommath/bn_mp_init_set_int.o
compiling 3rdparty/libtommath/bn_mp_init_size.o
compiling 3rdparty/libtommath/bn_mp_invmod.o
compiling 3rdparty/libtommath/bn_mp_invmod_slow.o
compiling 3rdparty/libtommath/bn_mp_is_square.o
compiling 3rdparty/libtommath/bn_mp_jacobi.o
compiling 3rdparty/libtommath/bn_mp_karatsuba_mul.o
compiling 3rdparty/libtommath/bn_mp_karatsuba_sqr.o
compiling 3rdparty/libtommath/bn_mp_lcm.o
compiling 3rdparty/libtommath/bn_mp_lshd.o
compiling 3rdparty/libtommath/bn_mp_mod.o
compiling 3rdparty/libtommath/bn_mp_mod_2d.o
compiling 3rdparty/libtommath/bn_mp_mod_d.o
compiling 3rdparty/libtommath/bn_mp_montgomery_calc_normalization.o
compiling 3rdparty/libtommath/bn_mp_montgomery_reduce.o
compiling 3rdparty/libtommath/bn_mp_montgomery_setup.o
compiling 3rdparty/libtommath/bn_mp_mul.o
compiling 3rdparty/libtommath/bn_mp_mul_2.o
compiling 3rdparty/libtommath/bn_mp_mul_2d.o
compiling 3rdparty/libtommath/bn_mp_mul_d.o
compiling 3rdparty/libtommath/bn_mp_mulmod.o
compiling 3rdparty/libtommath/bn_mp_n_root.o
compiling 3rdparty/libtommath/bn_mp_n_root_ex.o
compiling 3rdparty/libtommath/bn_mp_neg.o
compiling 3rdparty/libtommath/bn_mp_or.o
compiling 3rdparty/libtommath/bn_mp_prime_fermat.o
compiling 3rdparty/libtommath/bn_mp_prime_is_divisible.o
compiling 3rdparty/libtommath/bn_mp_prime_is_prime.o
compiling 3rdparty/libtommath/bn_mp_prime_miller_rabin.o
compiling 3rdparty/libtommath/bn_mp_prime_next_prime.o
compiling 3rdparty/libtommath/bn_mp_prime_rabin_miller_trials.o
compiling 3rdparty/libtommath/bn_mp_prime_random_ex.o
compiling 3rdparty/libtommath/bn_mp_radix_size.o
compiling 3rdparty/libtommath/bn_mp_radix_smap.o
compiling 3rdparty/libtommath/bn_mp_rand.o
compiling 3rdparty/libtommath/bn_mp_read_radix.o
compiling 3rdparty/libtommath/bn_mp_read_signed_bin.o
compiling 3rdparty/libtommath/bn_mp_read_unsigned_bin.o
compiling 3rdparty/libtommath/bn_mp_reduce.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k_l.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k_setup.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k_setup_l.o
compiling 3rdparty/libtommath/bn_mp_reduce_is_2k.o
compiling 3rdparty/libtommath/bn_mp_reduce_is_2k_l.o
compiling 3rdparty/libtommath/bn_mp_reduce_setup.o
compiling 3rdparty/libtommath/bn_mp_rshd.o
compiling 3rdparty/libtommath/bn_mp_set.o
compiling 3rdparty/libtommath/bn_mp_set_int.o
compiling 3rdparty/libtommath/bn_mp_set_long.o
compiling 3rdparty/libtommath/bn_mp_set_long_long.o
compiling 3rdparty/libtommath/bn_mp_shrink.o
compiling 3rdparty/libtommath/bn_mp_signed_bin_size.o
compiling 3rdparty/libtommath/bn_mp_sqr.o
compiling 3rdparty/libtommath/bn_mp_sqrmod.o
compiling 3rdparty/libtommath/bn_mp_sqrt.o
compiling 3rdparty/libtommath/bn_mp_sqrtmod_prime.o
compiling 3rdparty/libtommath/bn_mp_sub.o
compiling 3rdparty/libtommath/bn_mp_sub_d.o
compiling 3rdparty/libtommath/bn_mp_submod.o
compiling 3rdparty/libtommath/bn_mp_to_signed_bin.o
compiling 3rdparty/libtommath/bn_mp_to_signed_bin_n.o
compiling 3rdparty/libtommath/bn_mp_to_unsigned_bin.o
compiling 3rdparty/libtommath/bn_mp_to_unsigned_bin_n.o
compiling 3rdparty/libtommath/bn_mp_toom_mul.o
compiling 3rdparty/libtommath/bn_mp_toom_sqr.o
compiling 3rdparty/libtommath/bn_mp_toradix.o
compiling 3rdparty/libtommath/bn_mp_toradix_n.o
compiling 3rdparty/libtommath/bn_mp_unsigned_bin_size.o
compiling 3rdparty/libtommath/bn_mp_xor.o
compiling 3rdparty/libtommath/bn_mp_zero.o
compiling 3rdparty/libtommath/bn_prime_tab.o
compiling 3rdparty/libtommath/bn_reverse.o
compiling 3rdparty/libtommath/bn_s_mp_add.o
compiling 3rdparty/libtommath/bn_s_mp_exptmod.o
compiling 3rdparty/libtommath/bn_s_mp_mul_digs.o
compiling 3rdparty/libtommath/bn_s_mp_mul_high_digs.o
compiling 3rdparty/libtommath/bn_s_mp_sqr.o
compiling 3rdparty/libtommath/bn_s_mp_sub.o
compiling 3rdparty/libtommath/bncore.o
linking 3rdparty/libtommath/libtommath.a
compiling 3rdparty/libuv/src/unix/linux-core.o
3rdparty/libuv/src/unix/linux-core.c: In function 'uv__io_poll':
3rdparty/libuv/src/unix/linux-core.c:363:5: warning: converting a packed 'struct epoll_event' pointer (alignment 1) to a 'uv__io_t' {aka 'struct uv__io_s'} pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member]
363 | loop->watchers[loop->nwatchers] = (void*) events;
| ^~~~
In file included from 3rdparty/libuv/src/unix/linux-core.c:38:
/usr/include/sys/epoll.h:83:8: note: defined here
83 | struct epoll_event
| ^~~~~~~~~~~
In file included from 3rdparty/libuv/include/uv.h:66,
from 3rdparty/libuv/src/unix/linux-core.c:26:
3rdparty/libuv/include/uv/unix.h:94:8: note: defined here
94 | struct uv__io_s {
| ^~~~~~~~
compiling 3rdparty/libuv/src/unix/linux-inotify.o
compiling 3rdparty/libuv/src/unix/linux-syscalls.o
compiling 3rdparty/libuv/src/unix/procfs-exepath.o
compiling 3rdparty/libuv/src/unix/proctitle.o
compiling 3rdparty/libuv/src/strscpy.o
compiling 3rdparty/libuv/src/fs-poll.o
compiling 3rdparty/libuv/src/inet.o
compiling 3rdparty/libuv/src/uv-common.o
compiling 3rdparty/libuv/src/version.o
compiling 3rdparty/libuv/src/timer.o
compiling 3rdparty/libuv/src/unix/async.o
compiling 3rdparty/libuv/src/unix/core.o
compiling 3rdparty/libuv/src/unix/dl.o
compiling 3rdparty/libuv/src/unix/fs.o
compiling 3rdparty/libuv/src/unix/getaddrinfo.o
compiling 3rdparty/libuv/src/unix/loop-watcher.o
compiling 3rdparty/libuv/src/unix/loop.o
compiling 3rdparty/libuv/src/unix/pipe.o
compiling 3rdparty/libuv/src/unix/poll.o
compiling 3rdparty/libuv/src/unix/process.o
compiling 3rdparty/libuv/src/unix/signal.o
3rdparty/libuv/src/unix/signal.c: In function 'uv__signal_stop':
3rdparty/libuv/src/unix/signal.c:544:7: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
544 | int ret;
| ^~~
compiling 3rdparty/libuv/src/unix/stream.o
compiling 3rdparty/libuv/src/unix/tcp.o
compiling 3rdparty/libuv/src/unix/thread.o
compiling 3rdparty/libuv/src/threadpool.o
compiling 3rdparty/libuv/src/unix/tty.o
compiling 3rdparty/libuv/src/unix/udp.o
linking 3rdparty/libuv/libuv.a
linking libmoar.so
linking moar
/usr/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/bin"
/usr/bin/perl -MExtUtils::Command -e cp moar "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/bin"
/usr/bin/perl -MExtUtils::Command -e chmod 755 "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/bin/moar"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/lib"
/usr/bin/perl -MExtUtils::Command -e rm_f "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/lib/libmoar.so"
/usr/bin/perl -MExtUtils::Command -e cp libmoar.so "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/lib"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/share/nqp/lib/MAST"
/usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Nodes.nqp "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/share/nqp/lib/MAST"
/usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Ops.nqp "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/share/nqp/lib/MAST"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/share/pkgconfig"
/usr/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/share/pkgconfig"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar"
/usr/bin/perl -MExtUtils::Command -e cp src/gen/config.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/6model/reprs"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/core"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/gc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/gen"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/io"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/math"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/platform"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/profiler"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/spesh"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/debug"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/strings"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/strings/siphash"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/jit"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/instrument"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar"
/usr/bin/perl -MExtUtils::Command -e cp src/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar"
/usr/bin/perl -MExtUtils::Command -e cp src/6model/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/6model"
/usr/bin/perl -MExtUtils::Command -e cp src/6model/reprs/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/6model/reprs"
/usr/bin/perl -MExtUtils::Command -e cp src/core/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/core"
/usr/bin/perl -MExtUtils::Command -e cp src/gc/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/gc"
/usr/bin/perl -MExtUtils::Command -e cp src/gen/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/gen"
/usr/bin/perl -MExtUtils::Command -e cp src/io/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/io"
/usr/bin/perl -MExtUtils::Command -e cp src/math/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/math"
/usr/bin/perl -MExtUtils::Command -e cp src/platform/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/platform"
/usr/bin/perl -MExtUtils::Command -e cp src/profiler/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/profiler"
/usr/bin/perl -MExtUtils::Command -e cp src/spesh/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/spesh"
/usr/bin/perl -MExtUtils::Command -e cp src/debug/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/debug"
/usr/bin/perl -MExtUtils::Command -e cp src/strings/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/strings"
/usr/bin/perl -MExtUtils::Command -e cp src/strings/siphash/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/strings/siphash"
/usr/bin/perl -MExtUtils::Command -e cp src/jit/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/jit"
/usr/bin/perl -MExtUtils::Command -e cp src/instrument/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/moar/instrument"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libuv"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libuv/uv"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libuv"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/uv/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libuv/uv"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/armcc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/gcc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/hpc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/ibmc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/icc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/loadstore"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/msftc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/sunc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/armcc/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/armcc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/gcc/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/gcc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/hpc/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/hpc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/ibmc/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/ibmc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/icc/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/icc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/loadstore/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/loadstore"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/msftc/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/msftc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/sunc/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libatomic_ops/atomic_ops/sysdeps/sunc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libtommath"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libtommath/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/libtommath"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/dyncall"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dynload/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/dyncall"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncall/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/dyncall"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h "/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/install/include/dyncall"
Cleaning up ...
You can now use 'make' to build NQP.
After that, 'make test' will run some tests and
'make install' will install NQP.
+++ Preparing MOAR build directories
++++++ BUILDING MOAR BACKEND
++++++ STAGE1 ++++++
+++ Generating gen/moar/stage1/nqpmo.nqp
+++ Compiling gen/moar/stage1/nqpmo.moarvm
+++ Compiling gen/moar/stage1/ModuleLoader.moarvm
+++ Generating gen/moar/stage1/NQPCORE.setting
+++ Compiling gen/moar/stage1/NQPCORE.setting.moarvm
+++ Generating gen/moar/stage1/QASTNode.nqp
+++ Compiling gen/moar/stage1/QASTNode.moarvm
+++ Generating gen/moar/stage1/QRegex.nqp
+++ Compiling gen/moar/stage1/QRegex.moarvm
+++ Generating gen/moar/stage1/NQPHLL.nqp
+++ Generating gen/moar/stage1/MASTNodes.nqp
+++ Compiling gen/moar/stage1/MASTOps.moarvm
+++ Compiling gen/moar/stage1/MASTNodes.moarvm
+++ Compiling gen/moar/stage1/NQPHLL.moarvm
+++ Generating gen/moar/stage1/QAST.nqp
+++ Compiling gen/moar/stage1/QAST.moarvm
+++ Generating gen/moar/stage1/NQPP6QRegex.nqp
+++ Compiling gen/moar/stage1/NQPP6QRegex.moarvm
+++ Creating stage 1 NQP
++++++ STAGE2 ++++++
+++ Generating gen/moar/stage2/nqpmo.nqp
+++ Compiling gen/moar/stage2/nqpmo.moarvm
+++ Compiling gen/moar/stage2/ModuleLoader.moarvm
+++ Generating gen/moar/stage2/NQPCORE.setting
+++ Compiling gen/moar/stage2/NQPCORE.setting.moarvm
+++ Generating gen/moar/stage2/QASTNode.nqp
+++ Compiling gen/moar/stage2/QASTNode.moarvm
+++ Generating gen/moar/stage2/QRegex.nqp
+++ Compiling gen/moar/stage2/QRegex.moarvm
+++ Generating gen/moar/stage2/NQPHLL.nqp
+++ Generating gen/moar/stage2/MASTNodes.nqp
+++ Compiling gen/moar/stage2/MASTOps.moarvm
+++ Compiling gen/moar/stage2/MASTNodes.moarvm
+++ Compiling gen/moar/stage2/NQPHLL.moarvm
+++ Generating gen/moar/stage2/QAST.nqp
+++ Compiling gen/moar/stage2/QAST.moarvm
+++ Generating gen/moar/stage2/NQPP6QRegex.nqp
+++ Compiling gen/moar/stage2/NQPP6QRegex.moarvm
+++ Creating stage 2 NQP
+++ Installing MOAR stage 2 files locally
+++ Setting up nqp-m
+++ Compiling NQPP5QRegex.moarvm
+++ Compiling inst-nqp-m
+++ Compiling inst-nqp
+++ Compiling MOAR default runner
+++ Preparing MOAR build directories
++++++ BUILDING MOAR BACKEND
++++++ STAGE1 ++++++
++++++ STAGE2 ++++++
+++ Installing MOAR stage 2 files locally
+++ Compiling NQPP5QRegex.moarvm
prove -j0 -r --exec '/home/koto/Devel/rakudo-dev/temp/nqp-test/nqp-2020.01/nqp-m' t/nqp t/hll t/qregex t/p5regex t/qast t/moar t/serialization t/nativecall t/concurrency
t/nqp/001-literals.t ................... ok
t/nqp/002-if.t ......................... ok
t/nqp/003-if-else.t .................... ok
t/nqp/004-unless.t ..................... ok
t/nqp/005-comments.t ................... ok
t/nqp/006-args-pos.t ................... ok
t/nqp/007-boolean.t .................... ok
t/nqp/008-blocks.t ..................... ok
t/nqp/009-var.t ........................ ok
t/nqp/010-cmp.t ........................ ok
t/nqp/011-sub.t ........................ ok
t/nqp/012-logical.t .................... ok
t/nqp/013-op.t ......................... ok
t/nqp/014-while.t ...................... ok
t/nqp/015-list.t ....................... ok
t/nqp/016-ternary.t .................... ok
t/nqp/017-positional.t ................. ok
t/nqp/018-associative.t ................ ok
t/nqp/019-file-ops.t ................... ok
t/nqp/020-return.t ..................... ok
t/nqp/021-contextual.t ................. ok
t/nqp/022-optional-args.t .............. ok
t/nqp/023-named-args.t ................. ok
t/nqp/024-module.t ..................... ok
t/nqp/025-class.t ...................... ok
t/nqp/026-methodops.t .................. ok
t/nqp/027-self.t ....................... ok
t/nqp/028-subclass.t ................... ok
t/nqp/029-make.t ....................... ok
t/nqp/031-grammar.t .................... ok
t/nqp/032-protoregex.t ................. ok
t/nqp/033-init.t ....................... ok
t/nqp/034-rxcodeblock.t ................ ok
t/nqp/035-prefix-sigil.t ............... ok
t/nqp/036-callable.t ................... ok
t/nqp/037-slurpy.t ..................... ok
t/nqp/038-quotes.t ..................... ok
t/nqp/039-pointy.t ..................... ok
t/nqp/040-lists.t ...................... ok
t/nqp/041-flat.t ....................... ok
t/nqp/042-cond-loop.t .................. ok
t/nqp/043-package-var.t ................ ok
t/nqp/044-try-catch.t .................. ok
t/nqp/045-smartmatch.t ................. ok
t/nqp/046-charspec.t ................... ok
t/nqp/047-loop-control.t ............... ok
t/nqp/048-closure.t .................... ok
t/nqp/049-regex-interpolation.t ........ ok
t/nqp/050-regex.t ...................... ok
t/nqp/051-multi.t ...................... ok
t/nqp/053-knowhow.t .................... ok
t/nqp/055-multi-method.t ............... ok
t/nqp/056-role.t ....................... ok
t/nqp/057-construction.t ............... ok
t/nqp/058-attrs.t ...................... ok
t/nqp/059-nqpop.t ...................... ok
t/nqp/060-bigint.t ..................... ok
t/nqp/061-mixin.t ...................... ok
t/nqp/062-subst.t ...................... ok
t/nqp/063-slurp.t ...................... ok
t/nqp/064-native.t ..................... ok
t/nqp/065-how.t ........................ ok
t/nqp/066-pararole.t ................... ok
t/nqp/067-container.t .................. ok
t/nqp/068-associative-for.t ............ ok
t/nqp/069-js-keywords-as-identifier.t .. ok
t/nqp/070-invokespec.t ................. ok
t/nqp/071-setboolspec.t ................ ok
t/nqp/072-rolehow.t .................... ok
t/nqp/073-delegation.t ................. ok
t/nqp/074-nfa.t ........................ ok
t/nqp/075-curcode.t .................... ok
t/nqp/076-capture.t .................... ok
t/nqp/077-curlexpad.t .................. ok
t/nqp/079-callercode.t ................. ok
t/nqp/080-matches.t .................... ok
t/nqp/081-radix.t ...................... ok
t/nqp/082-decode.t ..................... ok
t/nqp/083-math.t ....................... ok
t/nqp/084-loop-labels.t ................ ok
t/nqp/085-type-tester.t ................ ok
t/nqp/087-parametric-6model.t .......... ok
t/nqp/088-more-if-tests.t .............. ok
t/nqp/089-istype.t ..................... ok
t/nqp/090-findmethod.t ................. ok
t/nqp/091-codename.t ................... ok
t/nqp/092-where.t ...................... ok
t/nqp/093-oo-ops.t ..................... ok
t/nqp/094-clone.t ...................... ok
t/nqp/095-cclass.t ..................... ok
t/nqp/096-array-methods.t .............. ok
t/nqp/097-hll.t ........................ ok
t/nqp/098-boxing.t ..................... ok
t/nqp/099-getstaticcode.t .............. ok
t/nqp/100-dispatcher.t ................. ok
t/nqp/101-lexpad-stuff.t ............... ok
t/nqp/102-multidim.t ................... ok
t/nqp/103-typecache.t .................. ok
t/nqp/104-method-cache.t ............... ok
t/nqp/104-refs.t ....................... ok
t/nqp/105-multicache.t ................. ok
t/nqp/106-unicodenames.t ............... ok
t/nqp/107-index.t ...................... ok
t/nqp/108-vmhash.t ..................... ok
t/nqp/109-coercions.t .................. ok
t/nqp/110-normalization.t .............. ok
t/nqp/111-spawnprocasync.t ............. ok
t/nqp/112-call.t ....................... ok
t/nqp/112-continuations.t .............. ok
t/nqp/113-run-command.t ................ ok
t/nqp/114-pod-panic.t .................. ok
t/nqp/115-nums.t ....................... ok
t/hll/01-language.t .................... ok
t/hll/02-modules.t ..................... skipped: design changes, need re-work
t/hll/03-exports.t ..................... skipped: design changes (EXPORT now lexical), need re-work
t/hll/04-import.t ...................... skipped: design changes (EXPORT now lexical), need re-work
t/hll/05-commandline.t ................. ok
t/hll/06-sprintf.t ..................... ok
t/qregex/01-qregex.t ................... ok
t/p5regex/01-p5regex.t ................. ok
t/qast/01-qast.t ....................... ok
t/qast/02-manipulation.t ............... ok
t/moar/01-continuations.t .............. ok
t/moar/02-qast-references.t ............ ok
t/moar/03-line-seps.t .................. ok
t/moar/04-argument-truncation.t ........ ok
t/moar/05-decoder.t .................... ok
t/moar/07-eqatic.t ..................... ok
t/moar/08-indexic.t .................... ok
t/moar/09-concat.t ..................... ok
t/moar/10-eqatim.t ..................... ok
t/moar/11-decode.t ..................... ok
t/moar/13-writeint.t ................... ok
t/moar/50-jit-register-alloc.t ......... ok
t/moar/51-jit-div_i.t .................. ok
t/moar/52-pluggable-spesh.t ............ ok
t/serialization/01-basic.t ............. ok
t/serialization/02-types.t ............. ok
t/serialization/03-closures.t .......... ok
t/serialization/04-repossession.t ...... ok
t/nativecall/01-basic.t ................ ok
t/concurrency/01-thread.t .............. ok
t/concurrency/02-lock.t ................ ok
t/concurrency/03-semaphore.t ........... ok
t/concurrency/04-osr-crash.t ........... ok
All tests successful.
Files=145, Tests=13330, 22 wallclock secs ( 0.84 usr 0.12 sys + 22.61 cusr 1.78 csys = 25.35 CPU)
Result: PASS
Connection to localhost closed.
gpg: using "DE8F8F5E97A8FCDE" as default secret key for signing
Note: switching to '2020.01'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at bb0a003a6 [release] Bump VERSION to 2020.01
[release-2020.01 57e82d621] [release] Bump NQP revision to 2020.01
1 file changed, 1 insertion(+), 1 deletion(-)
[release-2020.01 fbdbf6c72] [release] Bump VERSION to 2020.01
1 file changed, 1 insertion(+), 1 deletion(-)
Cloning into 'nqp'...
done.
Updating nqp-configure submodule...
OK
===ATTENTION===
No --prefix supplied, building and installing to /home/koto/Devel/rakudo-dev/rakudo/install
No pre-existing installed file found at /home/koto/Devel/rakudo-dev/rakudo/install/bin/nqp-m
Note: switching to '2020.01'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at bb0a003a6 [release] Bump VERSION to 2020.01
Building NQP ...
/usr/bin/perl Configure.pl --prefix=/home/koto/Devel/rakudo-dev/rakudo/install --make-install --git-protocol=https --no-relocatable --no-ignore-errors --silent-build --no-force-rebuild --backends=moar --gen-moar
Updating nqp-configure submodule...
OK
Cloning from https://github.com/MoarVM/MoarVM.git
Cloning into 'MoarVM'...
remote: Enumerating objects: 31, done.
remote: Counting objects: 100% (31/31), done.
remote: Compressing objects: 100% (23/23), done.
remote: Total 81491 (delta 11), reused 20 (delta 7), pack-reused 81460
Receiving objects: 100% (81491/81491), 55.24 MiB | 3.71 MiB/s, done.
Resolving deltas: 100% (60658/60658), done.
Note: switching to '2020.01.1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at efb014f19 First stab at a script for automating release steps
Configuring and building MoarVM ...
/usr/bin/perl Configure.pl --optimize --prefix=/home/koto/Devel/rakudo-dev/rakudo/install --make-install
Welcome to MoarVM!
Updating submodules .................................... OK
Configuring native build environment ...................
trying to compile a simple C program ............... YES
probing support of -Werror=* ....................... YES
Testing pkgconfig .................................. 1.6.3
OK
probing whether your compiler thinks that it is gcc YES
probing how your compiler does static inline ....... static __inline__
your CPU can read unaligned values for all of int32 int64 num64
probing the size of pointers ....................... 8
probing C type support for: _Bool, bool ............ YES: _Bool,bool
probing computed goto support ...................... YES
probing pthread_yield support ...................... NO
probing existance of optional malloc_trim() ........ YES
probing support of rdtscp intrinsic ................ YES
make: make
compile: gcc -Wextra -Wall -Wno-unused-parameter -Wno-unused-function -Wno-missing-braces -Werror=pointer-arith -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DMVM_HEAPSNAPSHOT_FORMAT=3
includes: -I3rdparty/libuv/include -I3rdparty/libuv/src -I3rdparty/libatomicops/src -I3rdparty/libtommath -I3rdparty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback
link: gcc -O3 -DNDEBUG -Wl,-rpath,"/@libdir@"
libs: -lm -lpthread -lrt -ldl -lzstd
byte order: little endian
Configuring 3rdparty libs .............................. OK
3rdparty: 3rdparty/cmp/libcmp.a
3rdparty/dyncall/dyncall/libdyncall_s.a
3rdparty/dyncall/dyncallback/libdyncallback_s.a
3rdparty/dyncall/dynload/libdynload_s.a
3rdparty/libatomicops/src/libatomic_ops.a
3rdparty/libtommath/libtommath.a
3rdparty/libuv/libuv.a
3rdparty/sha1/libsha1.a
3rdparty/tinymt/libtinymt.a
Generating src/gen/config.c ............................ OK
Generating src/gen/config.h ............................ OK
Generating Makefile .................................... OK
Generating tools/check.mk .............................. OK
Generating build/mk-moar-pc.pl ......................... OK
Configuration SUCCESS.
Type 'make' to build and 'make help' to see a list of
available make targets.
compiling src/main.o
compiling src/core/callsite.o
compiling src/core/args.o
compiling src/core/exceptions.o
compiling src/core/interp.o
src/core/interp.c: In function 'MVM_interp_run':
src/core/interp.c:142:16: warning: variable 'backup_interp_cur_op' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
142 | MVMuint8 **backup_interp_cur_op = NULL;
| ^~~~~~~~~~~~~~~~~~~~
src/core/interp.c:143:16: warning: variable 'backup_interp_bytecode_start' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
143 | MVMuint8 **backup_interp_bytecode_start = NULL;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/core/interp.c:144:19: warning: variable 'backup_interp_reg_base' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
144 | MVMRegister **backup_interp_reg_base = NULL;
| ^~~~~~~~~~~~~~~~~~~~~~
src/core/interp.c:145:19: warning: variable 'backup_interp_cu' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
145 | MVMCompUnit **backup_interp_cu = NULL;
| ^~~~~~~~~~~~~~~~
compiling src/core/threadcontext.o
compiling src/core/compunit.o
compiling src/core/bytecode.o
compiling src/core/frame.o
compiling src/core/callstack.o
compiling src/core/validation.o
compiling src/core/bytecodedump.o
compiling src/core/threads.o
compiling src/core/ops.o
compiling src/core/hll.o
compiling src/core/loadbytecode.o
compiling src/math/num.o
compiling src/math/grisu.o
compiling src/core/coerce.o
compiling src/core/dll.o
compiling src/core/ext.o
compiling src/core/nativecall.o
compiling src/core/nativecall_dyncall.o
compiling src/core/continuation.o
compiling src/core/intcache.o
compiling src/core/fixedsizealloc.o
compiling src/core/regionalloc.o
compiling src/debug/debugserver.o
compiling src/gen/config.o
compiling src/gc/orchestrate.o
compiling src/gc/allocation.o
compiling src/gc/worklist.o
compiling src/gc/roots.o
compiling src/gc/collect.o
compiling src/gc/gen2.o
compiling src/gc/wb.o
compiling src/gc/objectid.o
compiling src/gc/finalize.o
compiling src/gc/debug.o
compiling src/io/io.o
compiling src/io/eventloop.o
compiling src/io/syncfile.o
compiling src/io/syncsocket.o
compiling src/io/fileops.o
compiling src/io/dirops.o
compiling src/io/procops.o
compiling src/io/timers.o
compiling src/io/filewatchers.o
compiling src/io/signals.o
compiling src/io/asyncsocket.o
compiling src/io/asyncsocketudp.o
compiling src/6model/reprs.o
compiling src/6model/reprconv.o
compiling src/6model/containers.o
compiling src/6model/parametric.o
compiling src/6model/reprs/MVMString.o
compiling src/6model/reprs/VMArray.o
compiling src/6model/reprs/MVMHash.o
compiling src/6model/reprs/MVMCFunction.o
compiling src/6model/reprs/KnowHOWREPR.o
compiling src/6model/reprs/KnowHOWAttributeREPR.o
compiling src/6model/reprs/P6str.o
compiling src/6model/reprs/P6opaque.o
compiling src/6model/reprs/MVMCode.o
compiling src/6model/reprs/MVMOSHandle.o
compiling src/6model/reprs/MVMCompUnit.o
compiling src/6model/reprs/MVMStaticFrame.o
compiling src/6model/reprs/P6int.o
compiling src/6model/reprs/P6num.o
compiling src/6model/reprs/Uninstantiable.o
compiling src/6model/reprs/HashAttrStore.o
compiling src/6model/reprs/MVMThread.o
compiling src/6model/reprs/MVMIter.o
compiling src/6model/reprs/MVMContext.o
compiling src/6model/reprs/SCRef.o
compiling src/6model/reprs/MVMCallCapture.o
compiling src/6model/reprs/P6bigint.o
compiling src/6model/reprs/NFA.o
compiling src/6model/reprs/MVMException.o
compiling src/6model/reprs/MVMDLLSym.o
compiling src/6model/reprs/MVMMultiCache.o
compiling src/6model/reprs/MVMContinuation.o
compiling src/6model/reprs/NativeCall.o
compiling src/6model/reprs/CPointer.o
compiling src/6model/reprs/CStr.o
compiling src/6model/reprs/CArray.o
compiling src/6model/reprs/CStruct.o
compiling src/6model/reprs/CUnion.o
compiling src/6model/reprs/ReentrantMutex.o
compiling src/6model/reprs/ConditionVariable.o
compiling src/6model/reprs/Semaphore.o
compiling src/6model/reprs/ConcBlockingQueue.o
compiling src/6model/reprs/MVMAsyncTask.o
compiling src/6model/reprs/MVMNull.o
compiling src/6model/reprs/CPPStruct.o
compiling src/6model/reprs/NativeRef.o
compiling src/6model/reprs/MultiDimArray.o
compiling src/6model/reprs/Decoder.o
compiling src/6model/reprs/MVMSpeshLog.o
compiling src/6model/reprs/MVMStaticFrameSpesh.o
compiling src/6model/reprs/MVMSpeshPluginState.o
compiling src/6model/6model.o
compiling src/6model/bootstrap.o
compiling src/6model/sc.o
compiling src/6model/serialization.o
compiling src/spesh/dump.o
compiling src/spesh/graph.o
compiling src/spesh/codegen.o
compiling src/spesh/candidate.o
compiling src/spesh/manipulate.o
compiling src/spesh/args.o
compiling src/spesh/usages.o
compiling src/spesh/facts.o
compiling src/spesh/optimize.o
compiling src/spesh/dead_bb_elimination.o
compiling src/spesh/dead_ins_elimination.o
compiling src/spesh/deopt.o
compiling src/spesh/log.o
compiling src/spesh/threshold.o
compiling src/spesh/inline.o
compiling src/spesh/osr.o
compiling src/spesh/lookup.o
compiling src/spesh/iterator.o
compiling src/spesh/worker.o
compiling src/spesh/debug.o
compiling src/spesh/stats.o
compiling src/spesh/plan.o
compiling src/spesh/arg_guard.o
compiling src/spesh/plugin.o
compiling src/spesh/frame_walker.o
compiling src/spesh/pea.o
compiling src/strings/decode_stream.o
compiling src/strings/ascii.o
compiling src/strings/parse_num.o
compiling src/strings/utf8.o
compiling src/strings/utf8_c8.o
compiling src/strings/nfg.o
compiling src/strings/ops.o
generating src/strings/unicode.c
compiling src/strings/unicode.o
compiling src/strings/normalize.o
compiling src/strings/latin1.o
compiling src/strings/utf16.o
compiling src/strings/windows1252.o
compiling src/strings/shiftjis.o
compiling src/strings/gb2312.o
compiling src/strings/gb18030.o
compiling src/math/bigintops.o
compiling src/profiler/instrument.o
compiling src/profiler/log.o
compiling src/profiler/profile.o
compiling src/profiler/heapsnapshot.o
src/profiler/heapsnapshot.c: In function 'serialize_attribute_stream':
src/profiler/heapsnapshot.c:895:9: warning: 'strncpy' specified bound 8 equals destination size [-Wstringop-truncation]
895 | strncpy(namebuf, name, 8);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
compiling src/profiler/telemeh.o
compiling src/profiler/configuration.o
compiling src/instrument/crossthreadwrite.o
compiling src/instrument/line_coverage.o
compiling src/platform/sys.o
compiling src/platform/random.o
compiling src/platform/memmem32.o
compiling src/platform/malloc_trim.o
compiling src/moar.o
compiling src/platform/posix/mmap.o
compiling src/platform/posix/time.o
compiling src/platform/posix/io.o
compiling src/platform/posix/fork.o
compiling src/jit/graph.o
compiling src/jit/label.o
compiling src/jit/compile.o
compiling src/jit/dump.o
Precompiling templates from src/jit/core_templates.expr
compiling src/jit/expr.o
Building tile tables from src/jit/x64/tile_pattern.tile
compiling src/jit/tile.o
compiling src/jit/linear_scan.o
compiling src/jit/interface.o
gcc 3rdparty/dynasm/minilua.c -lm -o 3rdparty/dynasm/minilua
preprocessing src/jit/x64/emit.dasc
compiling src/jit/x64/emit.o
compiling src/jit/x64/arch.o
compiling 3rdparty/cmp/cmp.o
linking 3rdparty/cmp/libcmp.a
building dyncall...
Configuration written to Makefile.config
ar: creating libdyncall_s.a
ar: creating libdyncallback_s.a
ar: creating libdynload_s.a
done.
linking 3rdparty/libatomicops/src/libatomic_ops.a
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for PIC compiler flag... -fPIC
checking whether gcc -fPIC causes __PIC__ definition... yes
checking for gcc -Wextra... yes
checking for pthread_self in -lpthread... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing default commands
make[1]: Entering directory '/home/koto/Devel/rakudo-dev/rakudo/nqp/MoarVM/3rdparty/libatomicops/src'
make all-am
make[2]: Entering directory '/home/koto/Devel/rakudo-dev/rakudo/nqp/MoarVM/3rdparty/libatomicops/src'
gcc -DHAVE_CONFIG_H -I../src -I../src -fPIC -Wall -Wextra -Wextra -Wall -Wno-unused-parameter -Wno-unused-function -Wno-missing-braces -Werror=pointer-arith -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DMVM_HEAPSNAPSHOT_FORMAT=3 -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_RDTSCP=1 -MT atomic_ops.o -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.o atomic_ops.c
mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Po
rm -f libatomic_ops.a
ar cru libatomic_ops.a atomic_ops.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libatomic_ops.a
make[2]: Leaving directory '/home/koto/Devel/rakudo-dev/rakudo/nqp/MoarVM/3rdparty/libatomicops/src'
make[1]: Leaving directory '/home/koto/Devel/rakudo-dev/rakudo/nqp/MoarVM/3rdparty/libatomicops/src'
compiling 3rdparty/tinymt/tinymt64.o
linking 3rdparty/tinymt/libtinymt.a
compiling 3rdparty/sha1/sha1.o
linking 3rdparty/sha1/libsha1.a
compiling 3rdparty/libtommath/bn_error.o
compiling 3rdparty/libtommath/bn_fast_mp_invmod.o
compiling 3rdparty/libtommath/bn_fast_mp_montgomery_reduce.o
compiling 3rdparty/libtommath/bn_fast_s_mp_mul_digs.o
compiling 3rdparty/libtommath/bn_fast_s_mp_mul_high_digs.o
compiling 3rdparty/libtommath/bn_fast_s_mp_sqr.o
compiling 3rdparty/libtommath/bn_mp_2expt.o
compiling 3rdparty/libtommath/bn_mp_abs.o
compiling 3rdparty/libtommath/bn_mp_add.o
compiling 3rdparty/libtommath/bn_mp_add_d.o
compiling 3rdparty/libtommath/bn_mp_addmod.o
compiling 3rdparty/libtommath/bn_mp_and.o
compiling 3rdparty/libtommath/bn_mp_clamp.o
compiling 3rdparty/libtommath/bn_mp_clear.o
compiling 3rdparty/libtommath/bn_mp_clear_multi.o
compiling 3rdparty/libtommath/bn_mp_cmp.o
compiling 3rdparty/libtommath/bn_mp_cmp_d.o
compiling 3rdparty/libtommath/bn_mp_cmp_mag.o
compiling 3rdparty/libtommath/bn_mp_cnt_lsb.o
compiling 3rdparty/libtommath/bn_mp_copy.o
compiling 3rdparty/libtommath/bn_mp_count_bits.o
compiling 3rdparty/libtommath/bn_mp_div.o
compiling 3rdparty/libtommath/bn_mp_div_2.o
compiling 3rdparty/libtommath/bn_mp_div_2d.o
compiling 3rdparty/libtommath/bn_mp_div_3.o
compiling 3rdparty/libtommath/bn_mp_div_d.o
compiling 3rdparty/libtommath/bn_mp_dr_is_modulus.o
compiling 3rdparty/libtommath/bn_mp_dr_reduce.o
compiling 3rdparty/libtommath/bn_mp_dr_setup.o
compiling 3rdparty/libtommath/bn_mp_exch.o
compiling 3rdparty/libtommath/bn_mp_export.o
compiling 3rdparty/libtommath/bn_mp_expt_d.o
compiling 3rdparty/libtommath/bn_mp_expt_d_ex.o
compiling 3rdparty/libtommath/bn_mp_exptmod.o
compiling 3rdparty/libtommath/bn_mp_exptmod_fast.o
compiling 3rdparty/libtommath/bn_mp_exteuclid.o
compiling 3rdparty/libtommath/bn_mp_fread.o
compiling 3rdparty/libtommath/bn_mp_fwrite.o
compiling 3rdparty/libtommath/bn_mp_gcd.o
compiling 3rdparty/libtommath/bn_mp_get_int.o
compiling 3rdparty/libtommath/bn_mp_get_long.o
compiling 3rdparty/libtommath/bn_mp_get_long_long.o
compiling 3rdparty/libtommath/bn_mp_grow.o
compiling 3rdparty/libtommath/bn_mp_import.o
compiling 3rdparty/libtommath/bn_mp_init.o
compiling 3rdparty/libtommath/bn_mp_init_copy.o
compiling 3rdparty/libtommath/bn_mp_init_multi.o
compiling 3rdparty/libtommath/bn_mp_init_set.o
compiling 3rdparty/libtommath/bn_mp_init_set_int.o
compiling 3rdparty/libtommath/bn_mp_init_size.o
compiling 3rdparty/libtommath/bn_mp_invmod.o
compiling 3rdparty/libtommath/bn_mp_invmod_slow.o
compiling 3rdparty/libtommath/bn_mp_is_square.o
compiling 3rdparty/libtommath/bn_mp_jacobi.o
compiling 3rdparty/libtommath/bn_mp_karatsuba_mul.o
compiling 3rdparty/libtommath/bn_mp_karatsuba_sqr.o
compiling 3rdparty/libtommath/bn_mp_lcm.o
compiling 3rdparty/libtommath/bn_mp_lshd.o
compiling 3rdparty/libtommath/bn_mp_mod.o
compiling 3rdparty/libtommath/bn_mp_mod_2d.o
compiling 3rdparty/libtommath/bn_mp_mod_d.o
compiling 3rdparty/libtommath/bn_mp_montgomery_calc_normalization.o
compiling 3rdparty/libtommath/bn_mp_montgomery_reduce.o
compiling 3rdparty/libtommath/bn_mp_montgomery_setup.o
compiling 3rdparty/libtommath/bn_mp_mul.o
compiling 3rdparty/libtommath/bn_mp_mul_2.o
compiling 3rdparty/libtommath/bn_mp_mul_2d.o
compiling 3rdparty/libtommath/bn_mp_mul_d.o
compiling 3rdparty/libtommath/bn_mp_mulmod.o
compiling 3rdparty/libtommath/bn_mp_n_root.o
compiling 3rdparty/libtommath/bn_mp_n_root_ex.o
compiling 3rdparty/libtommath/bn_mp_neg.o
compiling 3rdparty/libtommath/bn_mp_or.o
compiling 3rdparty/libtommath/bn_mp_prime_fermat.o
compiling 3rdparty/libtommath/bn_mp_prime_is_divisible.o
compiling 3rdparty/libtommath/bn_mp_prime_is_prime.o
compiling 3rdparty/libtommath/bn_mp_prime_miller_rabin.o
compiling 3rdparty/libtommath/bn_mp_prime_next_prime.o
compiling 3rdparty/libtommath/bn_mp_prime_rabin_miller_trials.o
compiling 3rdparty/libtommath/bn_mp_prime_random_ex.o
compiling 3rdparty/libtommath/bn_mp_radix_size.o
compiling 3rdparty/libtommath/bn_mp_radix_smap.o
compiling 3rdparty/libtommath/bn_mp_rand.o
compiling 3rdparty/libtommath/bn_mp_read_radix.o
compiling 3rdparty/libtommath/bn_mp_read_signed_bin.o
compiling 3rdparty/libtommath/bn_mp_read_unsigned_bin.o
compiling 3rdparty/libtommath/bn_mp_reduce.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k_l.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k_setup.o
compiling 3rdparty/libtommath/bn_mp_reduce_2k_setup_l.o
compiling 3rdparty/libtommath/bn_mp_reduce_is_2k.o
compiling 3rdparty/libtommath/bn_mp_reduce_is_2k_l.o
compiling 3rdparty/libtommath/bn_mp_reduce_setup.o
compiling 3rdparty/libtommath/bn_mp_rshd.o
compiling 3rdparty/libtommath/bn_mp_set.o
compiling 3rdparty/libtommath/bn_mp_set_int.o
compiling 3rdparty/libtommath/bn_mp_set_long.o
compiling 3rdparty/libtommath/bn_mp_set_long_long.o
compiling 3rdparty/libtommath/bn_mp_shrink.o
compiling 3rdparty/libtommath/bn_mp_signed_bin_size.o
compiling 3rdparty/libtommath/bn_mp_sqr.o
compiling 3rdparty/libtommath/bn_mp_sqrmod.o
compiling 3rdparty/libtommath/bn_mp_sqrt.o
compiling 3rdparty/libtommath/bn_mp_sqrtmod_prime.o
compiling 3rdparty/libtommath/bn_mp_sub.o
compiling 3rdparty/libtommath/bn_mp_sub_d.o
compiling 3rdparty/libtommath/bn_mp_submod.o
compiling 3rdparty/libtommath/bn_mp_to_signed_bin.o
compiling 3rdparty/libtommath/bn_mp_to_signed_bin_n.o
compiling 3rdparty/libtommath/bn_mp_to_unsigned_bin.o
compiling 3rdparty/libtommath/bn_mp_to_unsigned_bin_n.o
compiling 3rdparty/libtommath/bn_mp_toom_mul.o
compiling 3rdparty/libtommath/bn_mp_toom_sqr.o
compiling 3rdparty/libtommath/bn_mp_toradix.o
compiling 3rdparty/libtommath/bn_mp_toradix_n.o
compiling 3rdparty/libtommath/bn_mp_unsigned_bin_size.o
compiling 3rdparty/libtommath/bn_mp_xor.o
compiling 3rdparty/libtommath/bn_mp_zero.o
compiling 3rdparty/libtommath/bn_prime_tab.o
compiling 3rdparty/libtommath/bn_reverse.o
compiling 3rdparty/libtommath/bn_s_mp_add.o
compiling 3rdparty/libtommath/bn_s_mp_exptmod.o
compiling 3rdparty/libtommath/bn_s_mp_mul_digs.o
compiling 3rdparty/libtommath/bn_s_mp_mul_high_digs.o
compiling 3rdparty/libtommath/bn_s_mp_sqr.o
compiling 3rdparty/libtommath/bn_s_mp_sub.o
compiling 3rdparty/libtommath/bncore.o
linking 3rdparty/libtommath/libtommath.a
compiling 3rdparty/libuv/src/unix/linux-core.o
3rdparty/libuv/src/unix/linux-core.c: In function 'uv__io_poll':
3rdparty/libuv/src/unix/linux-core.c:363:5: warning: converting a packed 'struct epoll_event' pointer (alignment 1) to a 'uv__io_t' {aka 'struct uv__io_s'} pointer (alignment 8) may result in an unaligned pointer value [-Waddress-of-packed-member]
363 | loop->watchers[loop->nwatchers] = (void*) events;
| ^~~~
In file included from 3rdparty/libuv/src/unix/linux-core.c:38:
/usr/include/sys/epoll.h:83:8: note: defined here
83 | struct epoll_event
| ^~~~~~~~~~~
In file included from 3rdparty/libuv/include/uv.h:66,
from 3rdparty/libuv/src/unix/linux-core.c:26:
3rdparty/libuv/include/uv/unix.h:94:8: note: defined here
94 | struct uv__io_s {
| ^~~~~~~~
compiling 3rdparty/libuv/src/unix/linux-inotify.o
compiling 3rdparty/libuv/src/unix/linux-syscalls.o
compiling 3rdparty/libuv/src/unix/procfs-exepath.o
compiling 3rdparty/libuv/src/unix/proctitle.o
compiling 3rdparty/libuv/src/strscpy.o
compiling 3rdparty/libuv/src/fs-poll.o
compiling 3rdparty/libuv/src/inet.o
compiling 3rdparty/libuv/src/uv-common.o
compiling 3rdparty/libuv/src/version.o
compiling 3rdparty/libuv/src/timer.o
compiling 3rdparty/libuv/src/unix/async.o
compiling 3rdparty/libuv/src/unix/core.o
compiling 3rdparty/libuv/src/unix/dl.o
compiling 3rdparty/libuv/src/unix/fs.o
compiling 3rdparty/libuv/src/unix/getaddrinfo.o
compiling 3rdparty/libuv/src/unix/loop-watcher.o
compiling 3rdparty/libuv/src/unix/loop.o
compiling 3rdparty/libuv/src/unix/pipe.o
compiling 3rdparty/libuv/src/unix/poll.o
compiling 3rdparty/libuv/src/unix/process.o
compiling 3rdparty/libuv/src/unix/signal.o
3rdparty/libuv/src/unix/signal.c: In function 'uv__signal_stop':
3rdparty/libuv/src/unix/signal.c:544:7: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
544 | int ret;
| ^~~
compiling 3rdparty/libuv/src/unix/stream.o
compiling 3rdparty/libuv/src/unix/tcp.o
compiling 3rdparty/libuv/src/unix/thread.o
compiling 3rdparty/libuv/src/threadpool.o
compiling 3rdparty/libuv/src/unix/tty.o
compiling 3rdparty/libuv/src/unix/udp.o
linking 3rdparty/libuv/libuv.a
linking libmoar.so
linking moar
/usr/bin/perl build/mk-moar-pc.pl pkgconfig/moar.pc
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/bin"
/usr/bin/perl -MExtUtils::Command -e cp moar "/home/koto/Devel/rakudo-dev/rakudo/install/bin"
/usr/bin/perl -MExtUtils::Command -e chmod 755 "/home/koto/Devel/rakudo-dev/rakudo/install/bin/moar"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/lib"
/usr/bin/perl -MExtUtils::Command -e rm_f "/home/koto/Devel/rakudo-dev/rakudo/install/lib/libmoar.so"
/usr/bin/perl -MExtUtils::Command -e cp libmoar.so "/home/koto/Devel/rakudo-dev/rakudo/install/lib"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/share/nqp/lib/MAST"
/usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Nodes.nqp "/home/koto/Devel/rakudo-dev/rakudo/install/share/nqp/lib/MAST"
/usr/bin/perl -MExtUtils::Command -e cp lib/MAST/Ops.nqp "/home/koto/Devel/rakudo-dev/rakudo/install/share/nqp/lib/MAST"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/share/pkgconfig"
/usr/bin/perl -MExtUtils::Command -e cp pkgconfig/moar.pc "/home/koto/Devel/rakudo-dev/rakudo/install/share/pkgconfig"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar"
/usr/bin/perl -MExtUtils::Command -e cp src/gen/config.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/6model/reprs"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/core"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/gc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/gen"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/io"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/math"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/platform"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/profiler"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/spesh"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/debug"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/strings"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/strings/siphash"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/jit"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/instrument"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar"
/usr/bin/perl -MExtUtils::Command -e cp src/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar"
/usr/bin/perl -MExtUtils::Command -e cp src/6model/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/6model"
/usr/bin/perl -MExtUtils::Command -e cp src/6model/reprs/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/6model/reprs"
/usr/bin/perl -MExtUtils::Command -e cp src/core/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/core"
/usr/bin/perl -MExtUtils::Command -e cp src/gc/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/gc"
/usr/bin/perl -MExtUtils::Command -e cp src/gen/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/gen"
/usr/bin/perl -MExtUtils::Command -e cp src/io/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/io"
/usr/bin/perl -MExtUtils::Command -e cp src/math/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/math"
/usr/bin/perl -MExtUtils::Command -e cp src/platform/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/platform"
/usr/bin/perl -MExtUtils::Command -e cp src/profiler/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/profiler"
/usr/bin/perl -MExtUtils::Command -e cp src/spesh/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/spesh"
/usr/bin/perl -MExtUtils::Command -e cp src/debug/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/debug"
/usr/bin/perl -MExtUtils::Command -e cp src/strings/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/strings"
/usr/bin/perl -MExtUtils::Command -e cp src/strings/siphash/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/strings/siphash"
/usr/bin/perl -MExtUtils::Command -e cp src/jit/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/jit"
/usr/bin/perl -MExtUtils::Command -e cp src/instrument/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/moar/instrument"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/libuv"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/libuv/uv"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/libuv"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libuv/include/uv/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/libuv/uv"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/armcc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/gcc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/hpc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/ibmc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/icc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/loadstore"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/msftc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/sunc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/armcc/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/armcc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/gcc/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/gcc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/hpc/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/hpc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/ibmc/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/ibmc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/icc/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/icc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/loadstore/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/loadstore"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/msftc/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/msftc"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libatomicops/src/atomic_ops/sysdeps/sunc/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/libatomic_ops/atomic_ops/sysdeps/sunc"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/libtommath"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/libtommath/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/libtommath"
/usr/bin/perl -MExtUtils::Command -e mkpath "/home/koto/Devel/rakudo-dev/rakudo/install/include/dyncall"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dynload/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/dyncall"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncall/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/dyncall"
/usr/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h "/home/koto/Devel/rakudo-dev/rakudo/install/include/dyncall"
Cleaning up ...
+++ Preparing MOAR build directories
++++++ BUILDING MOAR BACKEND
++++++ STAGE1 ++++++
+++ Generating gen/moar/stage1/nqpmo.nqp
+++ Compiling gen/moar/stage1/nqpmo.moarvm
+++ Compiling gen/moar/stage1/ModuleLoader.moarvm
+++ Generating gen/moar/stage1/NQPCORE.setting
+++ Compiling gen/moar/stage1/NQPCORE.setting.moarvm
+++ Generating gen/moar/stage1/QASTNode.nqp
+++ Compiling gen/moar/stage1/QASTNode.moarvm
+++ Generating gen/moar/stage1/QRegex.nqp
+++ Compiling gen/moar/stage1/QRegex.moarvm
+++ Generating gen/moar/stage1/NQPHLL.nqp
+++ Generating gen/moar/stage1/MASTNodes.nqp
+++ Compiling gen/moar/stage1/MASTOps.moarvm
+++ Compiling gen/moar/stage1/MASTNodes.moarvm
+++ Compiling gen/moar/stage1/NQPHLL.moarvm
+++ Generating gen/moar/stage1/QAST.nqp
+++ Compiling gen/moar/stage1/QAST.moarvm
+++ Generating gen/moar/stage1/NQPP6QRegex.nqp
+++ Compiling gen/moar/stage1/NQPP6QRegex.moarvm
+++ Creating stage 1 NQP
++++++ STAGE2 ++++++
+++ Generating gen/moar/stage2/nqpmo.nqp
+++ Compiling gen/moar/stage2/nqpmo.moarvm
+++ Compiling gen/moar/stage2/ModuleLoader.moarvm
+++ Generating gen/moar/stage2/NQPCORE.setting
+++ Compiling gen/moar/stage2/NQPCORE.setting.moarvm
+++ Generating gen/moar/stage2/QASTNode.nqp
+++ Compiling gen/moar/stage2/QASTNode.moarvm
+++ Generating gen/moar/stage2/QRegex.nqp
+++ Compiling gen/moar/stage2/QRegex.moarvm
+++ Generating gen/moar/stage2/NQPHLL.nqp
+++ Generating gen/moar/stage2/MASTNodes.nqp
+++ Compiling gen/moar/stage2/MASTOps.moarvm
+++ Compiling gen/moar/stage2/MASTNodes.moarvm
+++ Compiling gen/moar/stage2/NQPHLL.moarvm
+++ Generating gen/moar/stage2/QAST.nqp
+++ Compiling gen/moar/stage2/QAST.moarvm
+++ Generating gen/moar/stage2/NQPP6QRegex.nqp
+++ Compiling gen/moar/stage2/NQPP6QRegex.moarvm
+++ Creating stage 2 NQP
+++ Installing MOAR stage 2 files locally
+++ Setting up nqp-m
+++ Compiling NQPP5QRegex.moarvm
+++ Compiling inst-nqp-m
+++ Compiling inst-nqp
+++ Compiling MOAR default runner
+++ Preparing MOAR build directories
++++++ BUILDING MOAR BACKEND
++++++ STAGE1 ++++++
++++++ STAGE2 ++++++
+++ Installing MOAR stage 2 files locally
+++ Compiling NQPP5QRegex.moarvm
+++ Creating MOAR installation directories
+++ Installing into /home/koto/Devel/rakudo-dev/rakudo/install
+++ Installing MOAR specifics
+++ Compiling MOAR default runner
+++ Installing default runner
NQP has been built and installed.
Using /home/koto/Devel/rakudo-dev/rakudo/install/bin/nqp-m (version 2020.01 / MoarVM 2020.01.1).
Cleaning up ...
You can now use 'make' to build Rakudo.
After that, 'make test' will run some tests and
'make install' will install Rakudo.
+++ Checking for moar NQP version
+++ Expanding gen/moar/main-version.nqp
+++ Generating gen/moar/perl6.nqp
+++ Generating gen/moar/Grammar.nqp
+++ Generating gen/moar/World.nqp
+++ Generating gen/moar/ModuleLoader.nqp
+++ Compiling blib/Perl6/ModuleLoader.moarvm
+++ Generating gen/moar/Ops.nqp
+++ Compiling dynext/libperl6_ops_moar.so
+++ Compiling blib/Perl6/Ops.moarvm
+++ Generating gen/moar/Pod.nqp
+++ Compiling blib/Perl6/Pod.moarvm
+++ Compiling blib/Perl6/World.moarvm
+++ Generating gen/moar/Actions.nqp
+++ Compiling blib/Perl6/Actions.moarvm
+++ Compiling blib/Perl6/Grammar.moarvm
+++ Generating gen/moar/Compiler.nqp
+++ Generating gen/moar/Optimizer.nqp
+++ Compiling blib/Perl6/Optimizer.moarvm
+++ Compiling blib/Perl6/Compiler.moarvm
+++ Compiling perl6.moarvm
+++ Generating gen/moar/BOOTSTRAP/v6c.nqp
+++ Generating gen/moar/Metamodel.nqp
+++ Compiling blib/Perl6/Metamodel.moarvm
+++ Compiling blib/Perl6/BOOTSTRAP/v6c.moarvm
+++ Compiling blib/CORE.c.setting.moarvm
The following step can take a long time, please be patient.
Stage start : 0.000
Stage parse : 55.428
Stage syntaxcheck: 0.000
Stage ast : 0.000
Stage optimize : 5.964
Stage mast : 11.925
Stage mbc : 0.293
+++ Generating gen/moar/BOOTSTRAP/v6d.nqp
+++ Compiling blib/Perl6/BOOTSTRAP/v6d.moarvm
+++ Compiling blib/CORE.d.setting.moarvm
The following step can take a long time, please be patient.
Stage start : 0.000
Stage parse : 0.285
Stage syntaxcheck: 0.000
Stage ast : 0.000
Stage optimize : 0.017
Stage mast : 0.058
Stage mbc : 0.002
+++ Generating gen/moar/BOOTSTRAP/v6e.nqp
+++ Compiling blib/Perl6/BOOTSTRAP/v6e.moarvm
+++ Compiling blib/CORE.e.setting.moarvm
The following step can take a long time, please be patient.
Stage start : 0.000
Stage parse : 0.672
Stage syntaxcheck: 0.000
Stage ast : 0.000
Stage optimize : 0.046
Stage mast : 0.135
Stage mbc : 0.003
+++ Generating perl6-m
+++ Generating gen/moar/perl6-debug.nqp
+++ Compiling perl6-debug.moarvm
+++ Compiling inst-perl6-m
+++ Compiling inst-perl6-debug-m
+++ Compiling inst-perl6
+++ Compiling inst-perl6-debug
+++ Generating rakudo-gdb-m
+++ Generating rakudo-lldb-m
+++ Generating rakudo-valgrind-m
+++ Generating perl6-gdb-m
+++ Generating perl6-lldb-m
+++ Generating perl6-valgrind-m
+++ Checking for moar NQP version
+++ Creating installation directories
+++ Removing old files
+++ Installing files
+++ Preparing installation
+++ MOAR BACKEND INSTALLED
+++ Installing MOAR launchers
+++ Creating Raku executable alias
+++ Rakudo installed succesfully!
+++ Checking for moar NQP version
'/usr/bin/perl' -I'/home/koto/Devel/rakudo-dev/rakudo/tools/lib' -I'/home/koto/Devel/rakudo-dev/rakudo/3rdparty/nqp-configure/lib' t/harness5 --moar t/01-sanity t/02-rakudo t/04-nativecall t/05-messages t/06-telemetry t/07-pod-to-text t/08-performance t/09-moar t/10-qast
t/01-sanity/04-op-cmp.t ......................................... ok
t/01-sanity/03-op-logic.t ....................................... ok
t/01-sanity/02-op-math.t ........................................ ok
t/01-sanity/01-literals.t ....................................... ok
t/01-sanity/05-var.t ............................................ ok
t/01-sanity/06-op-inplace.t ..................................... ok
t/01-sanity/07-op-string.t ...................................... ok
t/01-sanity/09-end-blocks.t ..................................... ok
t/01-sanity/12-counter.t ........................................ ok
t/01-sanity/08-var-array.t ...................................... ok
t/01-sanity/11-tap.t ............................................ ok
t/01-sanity/10-regex.t .......................................... ok
t/01-sanity/13-equal.t .......................................... ok
t/01-sanity/14-if.t ............................................. ok
t/01-sanity/15-sub.t ............................................ ok
t/01-sanity/16-eqv.t ............................................ ok
t/01-sanity/18-simple-multisubs.t ............................... ok
t/01-sanity/19-say.t ............................................ ok
t/01-sanity/17-isa.t ............................................ ok
t/01-sanity/20-defined.t ........................................ ok
t/01-sanity/21-try.t ............................................ ok
t/01-sanity/98-test-deprecated.t ................................ ok
t/02-rakudo/01-is_approx.t ...................................... ok
t/01-sanity/53-transpose.t ...................................... ok
t/01-sanity/56-use-isms.t ....................................... ok
t/01-sanity/55-use-trace.t ...................................... ok
t/01-sanity/99-test-basic.t ..................................... ok
t/02-rakudo/03-corekeys-6d.t .................................... ok
t/02-rakudo/03-corekeys-6c.t .................................... ok
t/02-rakudo/03-corekeys.t ....................................... ok
t/02-rakudo/03-corekeys-6e.t .................................... ok
t/02-rakudo/04-settingkeys-6c.t ................................. ok
t/02-rakudo/04-diag.t ........................................... ok
t/02-rakudo/06-is.t ............................................. ok
t/02-rakudo/04-settingkeys-6d.t ................................. ok
t/02-rakudo/05-range-in-range.t ................................. ok
t/02-rakudo/08-repeat.t ......................................... ok
t/02-rakudo/08-inline-native-arith.t ............................ ok
t/02-rakudo/04-settingkeys-6e.t ................................. ok
t/02-rakudo/09-thread-id-after-await.t .......................... ok
t/02-rakudo/10-nqp-ops.t ........................................ ok
t/02-rakudo/13-exceptions.t ..................................... ok
t/02-rakudo/11-deprecated.t ..................................... ok
t/02-rakudo/08-slangs.t ......................................... ok
t/02-rakudo/12-proto-arity-count.t .............................. ok
t/02-rakudo/dump.t .............................................. ok
t/02-rakudo/dd.t ................................................ ok
t/02-rakudo/v6.d-tests/01-deprecations.t ........................ ok
t/02-rakudo/03-cmp-ok.t ......................................... ok
t/02-rakudo/14-revisions.t ...................................... ok
t/04-nativecall/01-argless.t .................................... ok
t/04-nativecall/02-simple-args.t ................................ ok
t/04-nativecall/03-simple-returns.t ............................. ok
t/04-nativecall/04-pointers.t ................................... ok
t/04-nativecall/05-arrays.t ..................................... ok
t/04-nativecall/06-struct.t ..................................... ok
t/04-nativecall/07-writebarrier.t ............................... ok
t/04-nativecall/08-callbacks.t .................................. ok
t/02-rakudo/reproducible-builds.t ............................... ok
t/04-nativecall/10-cglobals.t ................................... ok
t/04-nativecall/09-nativecast.t ................................. ok
t/02-rakudo/99-misc.t ........................................... ok
t/04-nativecall/00-misc.t ....................................... ok
t/04-nativecall/11-cpp.t ........................................ ok
t/04-nativecall/12-sizeof.t ..................................... ok
t/04-nativecall/14-rw-attrs.t ................................... ok
t/04-nativecall/16-rt125408.t ................................... ok
t/04-nativecall/13-union.t ...................................... ok
t/04-nativecall/16-rt125729.t ................................... ok
t/04-nativecall/17-libnames.t ................................... ok
t/02-rakudo/repl.t .............................................. ok
t/04-nativecall/19-function-pointers.t .......................... ok
t/04-nativecall/21-callback-other-thread.t ...................... ok
t/04-nativecall/13-cpp-mangling.t ............................... ok
t/04-nativecall/15-rw-args.t .................................... ok
t/02-rakudo/15-gh_1202.t ........................................ ok
t/04-nativecall/23-incomplete-types.t ........................... ok
t/04-nativecall/20-concurrent.t ................................. ok
t/04-nativecall/18-routine-sig-sanity.t ......................... ok
t/04-nativecall/22-method.t ..................................... ok
t/05-messages/v6.d-tests/01-errors.t ............................ ok
t/05-messages/11-overflow.t ..................................... ok
t/05-messages/moar/01-errors.t .................................. ok
t/05-messages/03-errors.t ....................................... ok
t/06-telemetry/03-thread.t ...................................... ok
t/06-telemetry/02-usage.t ....................................... ok
t/05-messages/10-warnings.t ..................................... ok
t/06-telemetry/04-threadpool.t .................................. ok
t/08-performance/01-iterators.t ................................. ok
t/08-performance/05-processkeys.t ............................... ok
t/07-pod-to-text/02-input-output.t .............................. ok
t/07-pod-to-text/01-whitespace.t ................................ ok
t/05-messages/01-errors.t ....................................... ok
t/08-performance/02-qast-rewrites.t ............................. ok
t/05-messages/02-errors.t ....................................... ok
t/06-telemetry/01-basic.t ....................................... ok
t/10-qast/00-misc.t ............................................. ok
t/09-moar/Line_Break__LineBreak.t ............................... ok
t/09-moar/00-misc.t ............................................. ok
t/08-performance/99-misc.t ...................................... ok
t/09-moar/General_Category__UnicodeData__2.t .................... ok
t/09-moar/General_Category__extracted-DerivedGeneralCategory.t .. ok
t/09-moar/NAME__UnicodeData.t ................................... ok
All tests successful.
Test Summary Report
-------------------
t/09-moar/Line_Break__LineBreak.t (Wstat: 0 Tests: 2 Failed: 0)
TODO passed: 2
t/09-moar/General_Category__extracted-DerivedGeneralCategory.t (Wstat: 0 Tests: 1 Failed: 0)
TODO passed: 1
Files=103, Tests=1789, 82 wallclock secs ( 0.57 usr 0.16 sys + 289.75 cusr 20.88 csys = 311.36 CPU)
Result: PASS
git clone https://github.com/perl6/roast.git t/spec
Cloning into 't/spec'...
remote: Enumerating objects: 116, done.
remote: Counting objects: 100% (116/116), done.
remote: Compressing objects: 100% (99/99), done.
remote: Total 88402 (delta 36), reused 46 (delta 17), pack-reused 88286
Receiving objects: 100% (88402/88402), 28.39 MiB | 3.14 MiB/s, done.
Resolving deltas: 100% (56572/56572), done.
cd t/spec && git config remote.origin.pushurl git@github.com:perl6/roast.git
Note: switching to 'b425a4b31fb36b91bbac15e5d63b992f6acf5bc1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at b425a4b31 Add tests for Supply.comb(Regex,limit)
+++ Checking for moar NQP version
cd t/spec && git pull --ff-only
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
make: [Makefile:142: spectest_update] Error 1 (ignored)
'/usr/bin/perl' -I'/home/koto/Devel/rakudo-dev/rakudo/tools/lib' -I'/home/koto/Devel/rakudo-dev/rakudo/3rdparty/nqp-configure/lib' t/harness5 --moar --fudge --keep-exit-code --tests-from-file=t/spec/spectest.data
Inline::Perl5 not installed: not running Perl 5 integration tests
You can install Inline::Perl5 into the build directory with
zef --install-to=inst#/home/koto/Devel/rakudo-dev/rakudo/t/../gen/build_rakudo_home/site install Inline::Perl5
t/spec/APPENDICES/A02-some-day-maybe/concreteness.t ............... ok
t/spec/APPENDICES/A02-some-day-maybe/io-cathandle.t ............... ok
t/spec/APPENDICES/A02-some-day-maybe/multi-no-match.t ............. ok
t/spec/MISC/bug-coverage-6.d.t .................................... ok
t/spec/APPENDICES/A02-some-day-maybe/misc.t ....................... ok
t/spec/APPENDICES/A01-limits/misc.rakudo.moar ..................... ok
t/spec/S01-perl-5-integration/array.rakudo.moar ................... ok
t/spec/APPENDICES/A04-experimental/01-misc.rakudo.moar ............ ok
t/spec/S01-perl-5-integration/class.rakudo.moar ................... ok
t/spec/APPENDICES/A01-limits/overflow.rakudo.moar ................. ok
t/spec/S01-perl-5-integration/basic.t ............................. ok
t/spec/S01-perl-5-integration/context.rakudo.moar ................. ok
t/spec/S01-perl-5-integration/exception_handling.t ................ ok
t/spec/S01-perl-5-integration/eval_lex.rakudo.moar ................ ok
t/spec/S01-perl-5-integration/import.t ............................ ok
t/spec/S01-perl-5-integration/isms.t .............................. ok
t/spec/S01-perl-5-integration/hash.t .............................. ok
t/spec/S01-perl-5-integration/return.t ............................ ok
t/spec/S01-perl-5-integration/method.rakudo.moar .................. ok
t/spec/S01-perl-5-integration/roundtrip.t ......................... ok
t/spec/S02-lexical-conventions/bom.t .............................. ok
t/spec/S01-perl-5-integration/strings.rakudo.moar ................. ok
t/spec/S01-perl-5-integration/subs.t .............................. ok
t/spec/S02-lexical-conventions/finish-pod.t ....................... ok
t/spec/MISC/misc-6.d.rakudo.moar .................................. ok
t/spec/S02-lexical-conventions/minimal-whitespace.t ............... ok
t/spec/S02-lexical-conventions/one-pass-parsing.t ................. ok
t/spec/S02-lexical-conventions/comments.t ......................... ok
t/spec/S02-lexical-conventions/pod-in-multi-line-exprs.t .......... ok
t/spec/S02-lexical-conventions/sub-block-parsing.t ................ ok
t/spec/S02-lists/indexing.t ....................................... ok
t/spec/S02-lexical-conventions/unicode.t .......................... ok
t/spec/S02-lexical-conventions/unicode-whitespace.t ............... ok
t/spec/S02-lists/tree.t ........................................... ok
t/spec/S02-literals/adverbs.rakudo.moar ........................... ok
t/spec/MISC/bug-coverage.t ........................................ ok
t/spec/S02-literals/array-interpolation.t ......................... ok
t/spec/S02-literals/char-by-name.t ................................ ok
t/spec/S02-literals/autoref.t ..................................... ok
t/spec/S02-lexical-conventions/unspace.rakudo.moar ................ ok
t/spec/S02-literals/char-by-number.t .............................. ok
t/spec/S02-literals/fmt-interpolation.t ........................... ok
t/spec/S02-literals/hash-interpolation.t .......................... ok
t/spec/APPENDICES/A03-older-specs/01-misc.rakudo.moar ............. ok
t/spec/S02-literals/hex_chars.t ................................... ok
t/spec/S17-lowlevel/lock.t ........................................ ok
t/spec/S02-literals/heredocs.rakudo.moar .......................... ok
t/spec/S02-literals/allomorphic.t ................................. ok
t/spec/S02-literals/listquote-whitespace.t ........................ ok
t/spec/S02-literals/listquote.rakudo.moar ......................... ok
t/spec/S02-literals/pair-boolean.t ................................ ok
t/spec/S02-literals/misc-interpolation.t .......................... ok
t/spec/S02-literals/pod.rakudo.moar ............................... ok
t/spec/S02-literals/numeric.rakudo.moar ........................... ok
t/spec/S02-literals/sub-calls.t ................................... ok
t/spec/S02-literals/subscript.t ................................... ok
t/spec/S02-literals/quoting-unicode.t ............................. ok
t/spec/S02-literals/pairs.t ....................................... ok
t/spec/S02-literals/types.t ....................................... ok
t/spec/S02-literals/underscores.t ................................. ok
t/spec/S02-literals/version.rakudo.moar ........................... ok
t/spec/S02-magicals/GROUP.t ....................................... ok
t/spec/S02-magicals/DISTRO.rakudo.moar ............................ ok
t/spec/S02-magicals/78258.t ....................................... ok
t/spec/S02-literals/quoting.t ..................................... ok
t/spec/S02-magicals/RAKU.rakudo.moar .............................. ok
t/spec/S02-magicals/PERL.rakudo.moar .............................. ok
t/spec/S02-literals/radix.rakudo.moar ............................. ok
t/spec/S02-magicals/USER.t ........................................ ok
t/spec/S02-magicals/KERNEL.rakudo.moar ............................ ok
t/spec/S02-magicals/VM.rakudo.moar ................................ ok
t/spec/S02-magicals/block.t ....................................... ok
t/spec/S02-magicals/file_line.t ................................... ok
t/spec/S02-magicals/dollar_bang.t ................................. ok
t/spec/S02-magicals/dollar-underscore.t ........................... ok
t/spec/S02-magicals/args.t ........................................ ok
t/spec/S02-magicals/env.rakudo.moar ............................... ok
t/spec/S02-magicals/progname.t .................................... ok
t/spec/S02-magicals/pid.t ......................................... ok
t/spec/S02-magicals/subname.t ..................................... ok
t/spec/S02-names-vars/contextual.t ................................ ok
t/spec/S02-names-vars/fmt.t ....................................... ok
t/spec/S02-magicals/sub.rakudo.moar ............................... ok
t/spec/S02-names-vars/list_array_perl.t ........................... ok
t/spec/S02-names-vars/signature.t ................................. ok
t/spec/S02-names-vars/variables-and-packages.t .................... ok
t/spec/S02-literals/string-interpolation.t ........................ ok
t/spec/S02-names/SETTING-6c.rakudo.moar ........................... ok
t/spec/S02-names/SETTING-6e.t ..................................... ok
t/spec/S02-names-vars/perl.rakudo.moar ............................ ok
t/spec/S02-names/bare-sigil.t ..................................... ok
t/spec/S02-names/caller.rakudo.moar ............................... ok
t/spec/S02-names-vars/names.rakudo.moar ........................... ok
t/spec/S02-names/dynamic-scope.t .................................. ok
t/spec/S02-names/identifier.t ..................................... ok
t/spec/S02-names/indirect.t ....................................... ok
t/spec/S02-names-vars/varnames.rakudo.moar ........................ ok
t/spec/S02-names/is_cached.t ...................................... ok
t/spec/S02-names/is_dynamic.t ..................................... ok
t/spec/S02-names/our.rakudo.moar .................................. ok
t/spec/S02-names/name.t ........................................... ok
t/spec/S02-names/strict.rakudo.moar ............................... ok
t/spec/S02-names/pseudo-6c.rakudo.moar ............................ ok
t/spec/S02-names/pseudo-6d.rakudo.moar ............................ ok
t/spec/S02-names/symbolic-deref.rakudo.moar ....................... ok
t/spec/S02-one-pass-parsing/less-than.t ........................... ok
t/spec/S02-names/is_default.rakudo.moar ........................... ok
t/spec/S02-one-pass-parsing/misc.t ................................ ok
t/spec/S02-packages/package-lookup.t .............................. ok
t/spec/S02-types/anon_block.rakudo.moar ........................... ok
t/spec/S02-types/array-shapes.rakudo.moar ......................... ok
t/spec/S02-types/WHICH.t .......................................... ok
t/spec/S02-types/array_extending.t ................................ ok
t/spec/S02-types/array_ref.t ...................................... ok
t/spec/S02-types/assigning-refs.t ................................. ok
t/spec/S02-types/array.rakudo.moar ................................ ok
t/spec/S02-types/autovivification.t ............................... ok
t/spec/S02-names/pseudo-6e.rakudo.moar ............................ ok
t/spec/S02-types/baggy.t .......................................... ok
t/spec/S02-types/bag-iterator.t ................................... ok
t/spec/S17-procasync/no-runaway-file-limit.t ...................... ok
t/spec/S02-types/built-in.t ....................................... ok
t/spec/S02-types/bool.t ........................................... ok
t/spec/S02-types/catch_type_cast_mismatch.t ....................... ok
t/spec/S02-types/compact.rakudo.moar .............................. ok
t/spec/S02-types/bag.t ............................................ ok
t/spec/S02-types/fatrat.t ......................................... ok
t/spec/S02-types/declare.rakudo.moar .............................. ok
t/spec/S02-types/flattening.t ..................................... ok
t/spec/S02-types/capture.t ........................................ ok
t/spec/S02-types/hash_ref.t ....................................... ok
t/spec/S02-types/baghash.rakudo.moar .............................. ok
t/spec/S02-types/hyperwhatever.t .................................. ok
t/spec/S02-types/hash.rakudo.moar ................................. ok
t/spec/S02-types/infinity.rakudo.moar ............................. ok
t/spec/S02-types/is-type.rakudo.moar .............................. ok
t/spec/S02-types/instants-and-durations.t ......................... ok
t/spec/S02-types/keyhash.rakudo.moar .............................. ok
t/spec/S02-types/isDEPRECATED.rakudo.moar ......................... ok
t/spec/S02-types/lazy-lists.t ..................................... ok
t/spec/S02-types/list.t ........................................... ok
t/spec/S02-types/mix-iterator.t ................................... ok
t/spec/S02-types/lists.t .......................................... ok
t/spec/S02-types/int-uint.rakudo.moar ............................. ok
t/spec/S02-types/mixed_multi_dimensional.rakudo.moar .............. ok
t/spec/S02-types/multi_dimensional_array.rakudo.moar .............. ok
t/spec/S02-types/mu.t ............................................. ok
t/spec/S02-types/nan.t ............................................ ok
t/spec/S02-types/nested_arrays.t .................................. ok
t/spec/S02-types/nested_pairs.t ................................... ok
t/spec/S02-types/mix.t ............................................ ok
t/spec/S02-types/nil.rakudo.moar .................................. ok
t/spec/S02-types/mixhash.rakudo.moar .............................. ok
t/spec/S02-types/native.rakudo.moar ............................... ok
t/spec/S02-types/parsing-bool.t ................................... ok
t/spec/S02-types/range-iterator.t ................................. ok
t/spec/S02-types/resolved-in-setting.t ............................ ok
t/spec/S02-types/pair.rakudo.moar ................................. ok
t/spec/S02-types/set-iterator.t ................................... ok
t/spec/S17-procasync/many-processes-no-close-stdin.t .............. ok
t/spec/S10-packages/precompilation.rakudo.moar .................... ok
t/spec/S02-types/sigils-and-types.rakudo.moar ..................... ok
t/spec/S02-types/range.t .......................................... ok
t/spec/S02-types/stash.t .......................................... ok
t/spec/S02-types/subscripts_and_context.t ......................... ok
t/spec/S02-types/set.rakudo.moar .................................. ok
t/spec/S02-types/subset-6c.t ...................................... ok
t/spec/S02-types/sethash.t ........................................ ok
t/spec/S02-types/undefined-types.rakudo.moar ...................... ok
t/spec/S02-types/unicode.t ........................................ ok
t/spec/S02-types/type.rakudo.moar ................................. ok
t/spec/S02-types/version.t ........................................ ok
t/spec/S03-binding/attributes.rakudo.moar ......................... ok
t/spec/S03-binding/arrays.t ....................................... ok
t/spec/S03-binding/closure.rakudo.moar ............................ ok
t/spec/S03-binding/ro.rakudo.moar ................................. ok
t/spec/S03-binding/hashes.t ....................................... ok
t/spec/S03-binding/nested.t ....................................... ok
t/spec/S02-types/num.rakudo.moar .................................. ok
t/spec/S03-binding/scalars.rakudo.moar ............................ ok
t/spec/S02-types/subset-6e.t ...................................... ok
t/spec/S03-buf/read-num.t ......................................... ok
t/spec/S03-feeds/basic.rakudo.moar ................................ ok
t/spec/S03-buf/write-num.t ........................................ ok
t/spec/S03-buf/read-int.t ......................................... ok
t/spec/S03-junctions/associative.t ................................ ok
t/spec/S17-promise/allof.t ........................................ ok
t/spec/S02-types/whatever.rakudo.moar ............................. ok
t/spec/S03-metaops/eager-hyper.t .................................. ok
t/spec/S03-junctions/boolean-context.t ............................ ok
t/spec/S03-junctions/autothreading.t .............................. ok
t/spec/S03-metaops/misc.t ......................................... ok
t/spec/S03-metaops/cross.t ........................................ ok
t/spec/S03-junctions/misc.t ....................................... ok
t/spec/S03-metaops/not.rakudo.moar ................................ ok
t/spec/S03-buf/read-write-bits.t .................................. ok
t/spec/S03-metaops/zip.t .......................................... ok
t/spec/S03-metaops/reverse.t ...................................... ok
t/spec/S03-operators/also.rakudo.moar ............................. ok
t/spec/S03-metaops/infix.t ........................................ ok
t/spec/S03-operators/andthen.t .................................... ok
t/spec/S03-operators/assign-is-not-binding.t ...................... ok
t/spec/S03-buf/write-int.t ........................................ ok
t/spec/S03-operators/arith.t ...................................... ok
t/spec/S03-operators/autoincrement-range.t ........................ ok
t/spec/S03-operators/autoincrement.t .............................. ok
t/spec/S03-metaops/reduce.rakudo.moar ............................. ok
t/spec/S17-promise/in.t ........................................... ok
t/spec/S03-operators/adverbial-modifiers.rakudo.moar .............. ok
t/spec/S03-operators/basic-types.t ................................ ok
t/spec/S03-operators/autovivification.t ........................... ok
t/spec/S03-operators/boolean-bitwise.t ............................ ok
t/spec/S03-operators/brainos.t .................................... ok
t/spec/S03-operators/bit.t ........................................ ok
t/spec/S03-operators/chained-declarators.t ........................ ok
t/spec/S03-operators/comparison-simple.t .......................... ok
t/spec/S03-operators/comparison.t ................................. ok
t/spec/S03-operators/composition.t ................................ ok
t/spec/S03-operators/cmp.t ........................................ ok
t/spec/S03-operators/assign.rakudo.moar ........................... ok
t/spec/S03-operators/custom.t ..................................... ok
t/spec/S03-operators/div.t ........................................ ok
t/spec/S03-operators/context.t .................................... ok
t/spec/S03-operators/context-forcers.t ............................ ok
t/spec/S03-operators/buf.t ........................................ ok
t/spec/S03-operators/equality.t ................................... ok
t/spec/S03-operators/gcd.t ........................................ ok
t/spec/S03-operators/infixed-function.t ........................... ok
t/spec/S03-operators/eqv.rakudo.moar .............................. ok
t/spec/S03-operators/identity.rakudo.moar ......................... ok
t/spec/S03-operators/increment.t .................................. ok
t/spec/S03-operators/is-divisible-by.rakudo.moar .................. ok
t/spec/S03-operators/lcm.t ........................................ ok
t/spec/S03-operators/list-quote-junction.t ........................ ok
t/spec/S03-operators/flip-flop.rakudo.moar ........................ ok
t/spec/S03-operators/names.t ...................................... ok
t/spec/S03-operators/not.t ........................................ ok
t/spec/S03-operators/minmax.rakudo.moar ........................... ok
t/spec/S03-operators/notandthen.t ................................. ok
t/spec/S03-operators/nesting.t .................................... ok
t/spec/S03-operators/numeric-shift.t .............................. ok
t/spec/S03-operators/orelse.t ..................................... ok
t/spec/S03-operators/inplace.rakudo.moar .......................... ok
t/spec/S03-operators/overflow.t ................................... ok
t/spec/S03-operators/range-basic.t ................................ ok
t/spec/S03-operators/misc.rakudo.moar ............................. ok
t/spec/S03-operators/reduce-le1arg.rakudo.moar .................... ok
t/spec/S03-metaops/hyper.rakudo.moar .............................. ok
t/spec/S03-operators/scalar-assign.t .............................. ok
t/spec/S03-operators/range-int.t .................................. ok
t/spec/S03-operators/precedence.rakudo.moar ....................... ok
t/spec/S03-operators/relational.t ................................. ok
t/spec/S03-operators/range.t ...................................... ok
t/spec/S03-operators/repeat.t ..................................... ok
t/spec/S03-operators/set_elem.t ................................... ok
t/spec/S03-operators/set_precedes.t ............................... ok
t/spec/S03-operators/set_addition.t ............................... ok
t/spec/S03-operators/set_difference.t ............................. ok
t/spec/S03-operators/set_intersection.t ........................... ok
t/spec/S03-operators/set_multiply.t ............................... ok
t/spec/S03-operators/set_proper_subset.t .......................... ok
t/spec/S03-operators/so.t ......................................... ok
t/spec/S03-operators/set_subset.t ................................. ok
t/spec/S03-operators/spaceship-and-containers.t ................... ok
t/spec/S03-operators/spaceship.t .................................. ok
t/spec/S03-operators/set_union.t .................................. ok
t/spec/S03-operators/subscript-vs-lt.t ............................ ok
t/spec/S03-operators/set_symmetric_difference.t ................... ok
t/spec/S03-operators/subscript-adverbs.t .......................... ok
t/spec/S03-operators/short-circuit.t .............................. ok
t/spec/S03-sequence/arity-2-or-more.t ............................. ok
t/spec/S03-operators/u2212-minus.t ................................ ok
t/spec/S03-operators/value_equivalence.t .......................... ok
t/spec/S03-sequence/arity0.t ...................................... ok
t/spec/S03-sequence/limit-arity-2-or-more.t ....................... ok
t/spec/S03-smartmatch/any-any.t ................................... ok
t/spec/S03-sequence/nonnumeric.rakudo.moar ........................ ok
t/spec/S03-smartmatch/any-bool.t .................................. ok
t/spec/S03-smartmatch/any-callable.t .............................. ok
t/spec/S03-smartmatch/any-hash-pair.t ............................. ok
t/spec/S03-operators/ternary.t .................................... ok
t/spec/S03-smartmatch/any-complex.t ............................... ok
t/spec/S03-smartmatch/any-method.t ................................ ok
t/spec/S03-sequence/basic.t ....................................... ok
t/spec/S03-smartmatch/any-pair.t .................................. ok
t/spec/S03-smartmatch/any-str.t ................................... ok
t/spec/S17-promise/start.t ........................................ ok
t/spec/S03-sequence/misc.t ........................................ ok
t/spec/S03-smartmatch/any-num.t ................................... ok
t/spec/S03-smartmatch/any-sub.t ................................... ok
t/spec/S03-smartmatch/array-hash.rakudo.moar ...................... ok
t/spec/S03-smartmatch/any-type.t .................................. ok
t/spec/S03-smartmatch/capture-signature.t ......................... ok
t/spec/S03-smartmatch/hash-hash.t ................................. ok
t/spec/S03-smartmatch/regex-hash.t ................................ ok
t/spec/S03-smartmatch/disorganized.t .............................. ok
t/spec/S03-smartmatch/scalar-hash.t ............................... ok
t/spec/S03-smartmatch/array-array.t ............................... ok
t/spec/S03-smartmatch/signature-signature.rakudo.moar ............. ok
t/spec/S04-blocks-and-statements/pointy-rw.t ...................... ok
t/spec/S04-blocks-and-statements/let.t ............................ ok
t/spec/S04-blocks-and-statements/pointy.rakudo.moar ............... ok
t/spec/S03-smartmatch/range-range.t ............................... ok
t/spec/S04-declarations/implicit-parameter.t ...................... ok
t/spec/S04-declarations/multiple.t ................................ ok
t/spec/S04-blocks-and-statements/temp.rakudo.moar ................. ok
t/spec/S04-declarations/our.t ..................................... ok
t/spec/S04-declarations/smiley.t .................................. ok
t/spec/S04-declarations/will.rakudo.moar .......................... ok
t/spec/S04-declarations/my-6c.rakudo.moar ......................... ok
t/spec/S04-declarations/state.rakudo.moar ......................... ok
t/spec/S04-declarations/my-6e.rakudo.moar ......................... ok
t/spec/S04-exception-handlers/top-level.t ......................... ok
t/spec/S04-exceptions/control_across_runloop.t .................... ok
t/spec/S04-exception-handlers/catch.t ............................. ok
t/spec/S04-exceptions/fail-6e.t ................................... ok
t/spec/S04-exception-handlers/control.t ........................... ok
t/spec/S04-exceptions/pending.rakudo.moar ......................... ok
t/spec/S04-phasers/ascending-order.t .............................. ok
t/spec/S04-exceptions/fail.t ...................................... ok
t/spec/S04-exceptions/exceptions-alternatives.t ................... ok
t/spec/S04-phasers/descending-order.t ............................. ok
t/spec/S04-phasers/begin.rakudo.moar .............................. ok
t/spec/S04-phasers/check.t ........................................ ok
t/spec/S04-declarations/constant.rakudo.moar ...................... ok
t/spec/S04-phasers/first.t ........................................ ok
t/spec/S04-declarations/constant-6.d.t ............................ ok
t/spec/S04-phasers/end.t .......................................... ok
t/spec/S04-phasers/in-eval.rakudo.moar ............................ ok
t/spec/S04-phasers/enter-leave.rakudo.moar ........................ ok
t/spec/S04-phasers/init.t ......................................... ok
t/spec/S04-phasers/in-loop.rakudo.moar ............................ ok
t/spec/S04-phasers/multiple.t ..................................... ok
t/spec/S04-phasers/keep-undo.t .................................... ok
t/spec/S04-phasers/next.rakudo.moar ............................... ok
t/spec/S04-phasers/pre-post.rakudo.moar ........................... ok
t/spec/S04-phasers/rvalue.t ....................................... ok
t/spec/S04-statement-modifiers/given.t ............................ ok
t/spec/S04-statement-modifiers/if.t ............................... ok
t/spec/S04-statement-modifiers/unless.t ........................... ok
t/spec/S04-statement-modifiers/until.t ............................ ok
t/spec/S04-statement-modifiers/for.t .............................. ok
t/spec/S04-statement-modifiers/while.t ............................ ok
t/spec/S04-statement-modifiers/values_in_bool_context.t ........... ok
t/spec/S04-statement-parsing/hash.t ............................... ok
t/spec/S04-statement-modifiers/without.t .......................... ok
t/spec/S04-statement-modifiers/with.rakudo.moar ................... ok
t/spec/S04-statements/for-scope.t ................................. ok
t/spec/S04-statements/do.rakudo.moar .............................. ok
t/spec/S04-statements/for_with_only_one_item.t .................... ok
t/spec/S17-scheduler/at.t ......................................... ok
t/spec/S04-statements/label.t ..................................... ok
t/spec/S04-statements/given.t ..................................... ok
t/spec/S04-statements/gather.rakudo.moar .......................... ok
t/spec/S04-statements/last.t ...................................... ok
t/spec/S04-statements/map-and-sort-in-for.t ....................... ok
t/spec/S04-statements/if.t ........................................ ok
t/spec/S04-statements/no-implicit-block.t ......................... ok
t/spec/S04-statements/next.t ...................................... ok
t/spec/S04-statements/loop.t ...................................... ok
t/spec/S04-statements/for.rakudo.moar ............................. ok
t/spec/S04-statements/once.t ...................................... ok
t/spec/S04-statements/redo.t ...................................... ok
t/spec/S04-statements/repeat.t .................................... ok
t/spec/S04-statements/quietly.t ................................... ok
t/spec/S04-statements/terminator.t ................................ ok
t/spec/S04-statements/sink.t ...................................... ok
t/spec/S04-statements/until.t ..................................... ok
t/spec/S04-statements/unless.t .................................... ok
t/spec/S04-statements/try.t ....................................... ok
t/spec/S04-statements/when.t ...................................... ok
t/spec/S04-statements/while.t ..................................... ok
t/spec/S05-capture/alias.rakudo.moar .............................. ok
t/spec/S04-statements/return.t .................................... ok
t/spec/S05-capture/array-alias.rakudo.moar ........................ ok
t/spec/S04-statements/with.t ...................................... ok
t/spec/S05-capture/caps.t ......................................... ok
t/spec/S05-capture/named.rakudo.moar .............................. ok
t/spec/S05-capture/match-object.rakudo.moar ....................... ok
t/spec/S05-capture/subrule.t ...................................... ok
t/spec/S05-grammar/example.rakudo.moar ............................ ok
t/spec/S05-grammar/action-stubs.t ................................. ok
t/spec/S05-grammar/inheritance.rakudo.moar ........................ ok
t/spec/S05-grammar/namespace-6e.t ................................. ok
t/spec/S05-grammar/methods.t ...................................... ok
t/spec/S05-capture/dot.rakudo.moar ................................ ok
t/spec/S05-grammar/namespace.t .................................... ok
t/spec/S05-grammar/parse_and_parsefile-6c.t ....................... ok
t/spec/S05-grammar/polymorphism.t ................................. ok
t/spec/S05-grammar/protos.t ....................................... ok
t/spec/S05-grammar/parse_and_parsefile-6e.t ....................... ok
t/spec/S05-grammar/signatures.t ................................... ok
t/spec/S17-scheduler/every.t ...................................... ok
t/spec/S05-grammar/protoregex.rakudo.moar ......................... ok
t/spec/S05-grammar/ws.rakudo.moar ................................. ok
t/spec/S05-interpolation/lexicals.t ............................... ok
t/spec/S05-mass/charsets.t ........................................ ok
t/spec/S05-interpolation/regex-in-variable.rakudo.moar ............ ok
t/spec/S05-mass/recursive.t ....................................... ok
t/spec/S05-mass/properties-derived.t .............................. ok
t/spec/S05-mass/named-chars.t ..................................... ok
t/spec/S05-mass/properties-script.t ............................... ok
t/spec/S05-match/arrayhash.t ...................................... ok
t/spec/S05-match/blocks.rakudo.moar ............................... ok
t/spec/S05-mass/stdrules.t ........................................ ok
t/spec/S05-match/make.t ........................................... ok
t/spec/S05-mass/properties-general.rakudo.moar .................... ok
t/spec/S05-match/non-capturing.t .................................. ok
t/spec/S05-match/positions.t ...................................... ok
t/spec/S05-mass/properties-block.t ................................ ok
t/spec/S05-match/raku.rakudo.moar ................................. ok
t/spec/S05-metachars/closure.rakudo.moar .......................... ok
t/spec/S05-metachars/newline.t .................................... ok
t/spec/S17-scheduler/times.t ...................................... ok
t/spec/S05-metachars/line-anchors.t ............................... ok
t/spec/S17-scheduler/in.t ......................................... ok
t/spec/S05-metasyntax/assertions.t ................................ ok
t/spec/S05-metachars/tilde.t ...................................... ok
t/spec/S05-metasyntax/changed.t ................................... ok
t/spec/S05-match/capturing-contexts.rakudo.moar ................... ok
t/spec/S05-metasyntax/charset.t ................................... ok
t/spec/S05-metasyntax/litvar.t .................................... ok
t/spec/S05-metasyntax/interpolating-closure.rakudo.moar ........... ok
t/spec/S05-metasyntax/angle-brackets.rakudo.moar .................. ok
t/spec/S05-metasyntax/null.t ...................................... ok
t/spec/S05-metasyntax/lookaround.t ................................ ok
t/spec/S05-metasyntax/proto-token-ltm.t ........................... ok
t/spec/S05-metasyntax/delimiters.t ................................ ok
t/spec/S05-metasyntax/sequential-alternation.t .................... ok
t/spec/S05-metasyntax/single-quotes.t ............................. ok
t/spec/S05-metasyntax/longest-alternative.rakudo.moar ............. ok
t/spec/S05-metasyntax/unicode-property-pair.t ..................... ok
t/spec/S05-metasyntax/repeat.t .................................... ok
t/spec/S05-mass/rx.rakudo.moar .................................... ok
t/spec/S05-metasyntax/unknown.rakudo.moar ......................... ok
t/spec/S05-modifier/Perl_10.t ..................................... ok
t/spec/S05-modifier/Perl_0.rakudo.moar ............................ ok
t/spec/S05-modifier/Perl_1.t ...................................... ok
t/spec/S05-metasyntax/regex.t ..................................... ok
t/spec/S05-modifier/Perl_3.t ...................................... ok
t/spec/S05-modifier/Perl_2.t ...................................... ok
t/spec/S05-modifier/Perl_4.t ...................................... ok
t/spec/S05-modifier/Perl_5.rakudo.moar ............................ ok
t/spec/S05-modifier/continue.t .................................... ok
t/spec/S05-modifier/Perl_6.rakudo.moar ............................ ok
t/spec/S05-modifier/global.t ...................................... ok
t/spec/S05-modifier/counted-match.t ............................... ok
t/spec/S05-modifier/Perl_8.rakudo.moar ............................ ok
t/spec/S05-modifier/Perl_7.t ...................................... ok
t/spec/S17-supply/act.t ........................................... ok
t/spec/S05-modifier/Perl_9.rakudo.moar ............................ ok
t/spec/S05-modifier/ignorecase-and-ignoremark.t ................... ok
t/spec/S05-modifier/ii.rakudo.moar ................................ ok
t/spec/S05-modifier/counted.t ..................................... ok
t/spec/S05-modifier/ignoremark.t .................................. ok
t/spec/S05-modifier/my.rakudo.moar ................................ ok
t/spec/S05-modifier/overlapping.t ................................. ok
t/spec/S05-modifier/repetition-exhaustive.rakudo.moar ............. ok
t/spec/S05-modifier/repetition.t .................................. ok
t/spec/S05-substitution/67222.t ................................... ok
t/spec/S05-modifier/samemark.t .................................... ok
t/spec/S05-modifier/pos.rakudo.moar ............................... ok
t/spec/S05-modifier/sigspace.t .................................... ok
t/spec/S05-syntactic-categories/new-symbols.rakudo.moar ........... ok
t/spec/S05-transliteration/79778.t ................................ ok
t/spec/S05-substitution/match.t ................................... ok
t/spec/S05-transliteration/trans-TR-operator.t .................... ok
t/spec/S06-advanced/callsame.t .................................... ok
t/spec/S05-transliteration/with-closure.rakudo.moar ............... ok
t/spec/S05-transliteration/trans-tr-lowercase-operator.t .......... ok
t/spec/S06-advanced/callframe.rakudo.moar ......................... ok
t/spec/S06-advanced/recurse.t ..................................... ok
t/spec/S05-transliteration/trans.rakudo.moar ...................... ok
t/spec/S06-advanced/return.rakudo.moar ............................ ok
t/spec/S06-advanced/stub.rakudo.moar .............................. ok
t/spec/S06-advanced/lexical-subs.t ................................ ok
t/spec/S06-advanced/wrap.rakudo.moar .............................. ok
t/spec/S06-currying/assuming-and-mmd.t ............................ ok
t/spec/S06-macros/errors.t ........................................ ok
t/spec/S05-substitution/subst.rakudo.moar ......................... ok
t/spec/S06-macros/opaque-ast.rakudo.moar .......................... ok
t/spec/S06-currying/named.t ....................................... ok
t/spec/S06-multi/by-trait.t ....................................... ok
t/spec/S06-currying/misc.rakudo.moar .............................. ok
t/spec/S06-multi/lexical-multis.rakudo.moar ....................... ok
t/spec/S06-multi/compile-time.t ................................... ok
t/spec/S06-macros/unquoting.rakudo.moar ........................... ok
t/spec/S06-multi/positional-vs-named.t ............................ ok
t/spec/S06-macros/quasi-blocks.rakudo.moar ........................ ok
t/spec/S06-currying/slurpy.t ...................................... ok
t/spec/S06-multi/redispatch.t ..................................... ok
t/spec/S06-multi/syntax.t ......................................... ok
t/spec/S06-multi/unpackability.t .................................. ok
t/spec/S06-multi/type-based.rakudo.moar ........................... ok
t/spec/S06-multi/value-based.t .................................... ok
t/spec/S06-multi/proto.rakudo.moar ................................ ok
t/spec/S06-multi/subsignature.rakudo.moar ......................... ok
t/spec/S06-operator-overloading/methods.rakudo.moar ............... ok
t/spec/S05-modifier/ignorecase.rakudo.moar ........................ ok
t/spec/S06-operator-overloading/semicolon.t ....................... ok
t/spec/S06-currying/positional.t .................................. ok
t/spec/S06-operator-overloading/imported-subs.t ................... ok
t/spec/S06-operator-overloading/prefix.t .......................... ok
t/spec/S06-other/anon-hashes-vs-blocks.t .......................... ok
t/spec/S06-other/introspection.t .................................. ok
t/spec/S06-other/main-eval.t ...................................... ok
t/spec/S06-other/main-refactored.t ................................ ok
t/spec/S06-operator-overloading/term.t ............................ ok
t/spec/S06-other/main-semicolon.t ................................. ok
t/spec/S17-supply/batch.t ......................................... ok
t/spec/S06-other/misc.t ........................................... ok
t/spec/S06-other/pairs-as-lvalues.t ............................... ok
t/spec/S06-other/main.t ........................................... ok
t/spec/S06-parameters/smiley.rakudo.moar .......................... ok
t/spec/S06-routine-modifiers/lvalue-subroutines.t ................. ok
t/spec/S06-routine-modifiers/native-lvalue-subroutines.t .......... ok
t/spec/S06-operator-overloading/workout.t ......................... ok
t/spec/S06-routine-modifiers/proxy.t .............................. ok
t/spec/S06-signature/closure-over-parameters.t .................... ok
t/spec/S06-routine-modifiers/scoped-named-subs.t .................. ok
t/spec/S06-signature/arity.t ...................................... ok
t/spec/S06-signature/code.rakudo.moar ............................. ok
t/spec/S06-signature/closure-parameters.rakudo.moar ............... ok
t/spec/S06-signature/defaults.t ................................... ok
t/spec/S06-signature/definite-return.rakudo.moar .................. ok
t/spec/S06-operator-overloading/circumfix.rakudo.moar ............. ok
t/spec/S06-signature/errors.t ..................................... ok
t/spec/S06-signature/mixed-placeholders.t ......................... ok
t/spec/S06-signature/multi-invocant.t ............................. ok
t/spec/S17-supply/delayed.rakudo.moar ............................. ok
t/spec/S06-signature/multidimensional.t ........................... ok
t/spec/S06-operator-overloading/sub.rakudo.moar ................... ok
t/spec/S06-signature/named-placeholders.t ......................... ok
t/spec/S06-signature/named-renaming.t ............................. ok
t/spec/S06-signature/outside-subroutine.rakudo.moar ............... ok
t/spec/S06-operator-overloading/infix.rakudo.moar ................. ok
t/spec/S06-signature/optional.t ................................... ok
t/spec/S06-signature/passing-arrays.t ............................. ok
t/spec/S06-signature/passing-hashes.t ............................. ok
t/spec/S06-signature/positional-placeholders.t .................... ok
t/spec/S06-signature/scalar-type.t ................................ ok
t/spec/S06-signature/positional.t ................................. ok
t/spec/S06-signature/introspection.rakudo.moar .................... ok
t/spec/S06-signature/sigilless.t .................................. ok
t/spec/S06-signature/slurpy-and-interpolation.t ................... ok
t/spec/S06-signature/shape.t ...................................... ok
t/spec/S06-signature/slurpy-placeholders.t ........................ ok
t/spec/S06-signature/named-parameters.rakudo.moar ................. ok
t/spec/S06-signature/tree-node-parameters.rakudo.moar ............. ok
t/spec/S06-signature/type-capture.t ............................... ok
t/spec/S06-signature/sub-ref.rakudo.moar .......................... ok
t/spec/S06-signature/unpack-object.t .............................. ok
t/spec/S06-signature/unpack-array.t ............................... ok
t/spec/S06-signature/slurpy-params.t .............................. ok
t/spec/S06-traits/as.t ............................................ ok
t/spec/S06-signature/unspecified.t ................................ ok
t/spec/S06-traits/is-readonly.t ................................... ok
t/spec/S06-traits/is-rw.t ......................................... ok
t/spec/S06-traits/is-copy.t ....................................... ok
t/spec/S06-traits/native-is-copy.t ................................ ok
t/spec/S06-traits/slurpy-is-rw.t .................................. ok
t/spec/S06-traits/native-is-rw.t .................................. ok
t/spec/S06-traits/misc.rakudo.moar ................................ ok
t/spec/S06-other/main-usage.rakudo.moar ........................... ok
t/spec/S06-signature/types.t ...................................... ok
t/spec/S07-iterators/range-iterator.rakudo.moar ................... ok
t/spec/S09-autovivification/autoincrement.t ....................... ok
t/spec/S07-hyperrace/for.t ........................................ ok
t/spec/S09-autovivification/autovivification.rakudo.moar .......... ok
t/spec/S09-hashes/objecthash.rakudo.moar .......................... ok
t/spec/S09-multidim/XX-POS-on-dimensioned.t ....................... ok
t/spec/S09-multidim/XX-POS-on-undimensioned.t ..................... ok
t/spec/S06-traits/is-assoc.rakudo.moar ............................ ok
t/spec/S09-multidim/decl.t ........................................ ok
t/spec/S09-multidim/assign.t ...................................... ok
t/spec/S09-multidim/indexing.t .................................... ok
t/spec/S17-supply/elems.t ......................................... ok
t/spec/S09-subscript/multidim-assignment.t ........................ ok
t/spec/S09-multidim/subs.t ........................................ ok
t/spec/S07-hyperrace/basics.rakudo.moar ........................... ok
t/spec/S09-multidim/methods.t ..................................... ok
t/spec/S09-typed-arrays/native-decl.t ............................. ok
t/spec/S09-subscript/slice.rakudo.moar ............................ ok
t/spec/S09-typed-arrays/hashes.t .................................. ok
t/spec/S09-typed-arrays/arrays.rakudo.moar ........................ ok
t/spec/S09-typed-arrays/native-num.rakudo.moar .................... ok
t/spec/S09-typed-arrays/native-str.rakudo.moar .................... ok
t/spec/S07-slip/slip.t ............................................ ok
t/spec/S09-typed-arrays/native.t .................................. ok
t/spec/S11-compunit/compunit-dependencyspecification.t ............ ok
t/spec/S10-packages/joined-namespaces.t ........................... ok
t/spec/S11-compunit/compunit-repository.t ......................... ok
t/spec/S09-typed-arrays/native-int.rakudo.moar .................... ok
t/spec/S11-modules/import-multi.rakudo.moar ....................... ok
t/spec/S10-packages/require-and-use.t ............................. ok
t/spec/S10-packages/use-with-class.t .............................. ok
t/spec/S11-compunit/rt126904.t .................................... ok
t/spec/S06-traits/precedence.rakudo.moar .......................... ok
t/spec/S11-modules/module-file.t .................................. ok
t/spec/S11-modules/import.rakudo.moar ............................. ok
t/spec/S11-modules/module.t ....................................... ok
t/spec/S11-modules/import-tag.t ................................... ok
t/spec/S11-modules/lexical.t ...................................... ok
t/spec/S11-modules/need.t ......................................... ok
t/spec/S11-modules/export.rakudo.moar ............................. ok
t/spec/S11-modules/perl6lib.t ..................................... ok
t/spec/S11-modules/importing.t .................................... ok
t/spec/S11-modules/runtime.t ...................................... ok
t/spec/S11-repository/curli-install.t ............................. ok
t/spec/S12-attributes/class.t ..................................... ok
t/spec/S17-supply/stable.rakudo.moar .............................. ok
t/spec/S12-attributes/clone.t ..................................... ok
t/spec/S12-attributes/defaults.t .................................. ok
t/spec/S12-attributes/inheritance.t ............................... ok
t/spec/S12-attributes/delegation.t ................................ ok
t/spec/S11-modules/require.t ...................................... ok
t/spec/S12-attributes/mutators.rakudo.moar ........................ ok
t/spec/S12-attributes/native.rakudo.moar .......................... ok
t/spec/S12-attributes/recursive.t ................................. ok
t/spec/S11-repository/cur-current-distribution.t .................. ok
t/spec/S11-repository/cur-candidates.t ............................ ok
t/spec/S12-attributes/instance.rakudo.moar ........................ ok
t/spec/S12-attributes/undeclared.t ................................ ok
t/spec/S12-class/anonymous.rakudo.moar ............................ ok
t/spec/S11-modules/nested.t ....................................... ok
t/spec/S12-class/attributes-required.t ............................ ok
t/spec/S12-class/declaration-order.t .............................. ok
t/spec/S12-attributes/smiley.t .................................... ok
t/spec/S12-class/augment-supersede.rakudo.moar .................... ok
t/spec/S12-class/extending-arrays.t ............................... ok
t/spec/S12-class/inheritance-class-methods.t ...................... ok
t/spec/S12-class/attributes.t ..................................... ok
t/spec/S12-class/basic.t .......................................... ok
t/spec/S12-class/interface-consistency.t .......................... ok
t/spec/S12-class/instantiate.rakudo.moar .......................... ok
t/spec/S12-class/lexical.t ........................................ ok
t/spec/S12-class/literal.t ........................................ ok
t/spec/S12-class/inheritance.t .................................... ok
t/spec/S12-class/namespaced.t ..................................... ok
t/spec/S12-class/magical-vars.t ................................... ok
t/spec/S12-class/open.t ........................................... ok
t/spec/S12-class/mro-6c.t ......................................... ok
t/spec/S12-class/parent_attributes.rakudo.moar .................... ok
t/spec/S12-class/self-inheritance.t ............................... ok
t/spec/S12-class/rw.t ............................................. ok
t/spec/S12-class/type-object.t .................................... ok
t/spec/S12-coercion/coercion-types.rakudo.moar .................... ok
t/spec/S12-class/mro-6e.t ......................................... ok
t/spec/S12-construction/TWEAK.t ................................... ok
t/spec/S12-construction/autopairs.t ............................... ok
t/spec/S12-class/stubs.rakudo.moar ................................ ok
t/spec/S12-construction/destruction.t ............................. ok
t/spec/S12-construction/named-params-in-BUILD.t ................... ok
t/spec/S12-construction/construction.t ............................ ok
t/spec/S12-construction/BUILD.rakudo.moar ......................... ok
t/spec/S17-supply/start.t ......................................... ok
t/spec/S12-construction/new.rakudo.moar ........................... ok
t/spec/S12-enums/anonymous.t ...................................... ok
t/spec/S12-enums/as-role.t ........................................ ok
t/spec/S12-enums/non-int.rakudo.moar .............................. ok
t/spec/S12-enums/pseudo-functional.t .............................. ok
t/spec/S12-enums/misc.t ........................................... ok
t/spec/S12-construction/roles-6e.t ................................ ok
t/spec/S10-packages/basic.rakudo.moar ............................. ok
t/spec/S12-introspection/WHAT.t ................................... ok
t/spec/S12-enums/thorough.rakudo.moar ............................. ok
t/spec/S12-introspection/attributes.rakudo.moar ................... ok
t/spec/S12-introspection/definite.t ............................... ok
t/spec/S12-introspection/can.t .................................... ok
t/spec/S12-introspection/meta-class.t ............................. ok
t/spec/S12-introspection/parents.t ................................ ok
t/spec/S12-enums/basic.rakudo.moar ................................ ok
t/spec/S12-introspection/roles.t .................................. ok
t/spec/S12-introspection/methods.rakudo.moar ...................... ok
t/spec/S12-meta/grammarhow.t ...................................... ok
t/spec/S12-meta/classhow.t ........................................ ok
t/spec/S12-introspection/walk.t ................................... ok
t/spec/S12-meta/primitives.t ...................................... ok
t/spec/S12-methods/accessors.t .................................... ok
t/spec/S12-methods/attribute-params.t ............................. ok
t/spec/S12-methods/calling_syntax.t ............................... ok
t/spec/S12-methods/chaining.t ..................................... ok
t/spec/S12-methods/class-and-instance.t ........................... ok
t/spec/S12-methods/calling_sets.t ................................. ok
t/spec/S12-methods/default-trait.t ................................ ok
t/spec/S12-methods/defer-call.t ................................... ok
t/spec/S12-methods/how.t .......................................... ok
t/spec/S12-methods/delegation.t ................................... ok
t/spec/S12-methods/fallback.t ..................................... ok
t/spec/S12-methods/indirect_notation.rakudo.moar .................. ok
t/spec/S12-methods/method-vs-sub.t ................................ ok
t/spec/S12-methods/defer-next.t ................................... ok
t/spec/S12-methods/lastcall.t ..................................... ok
t/spec/S12-methods/lvalue.t ....................................... ok
t/spec/S12-methods/instance.t ..................................... ok
t/spec/S12-methods/submethods.rakudo.moar ......................... ok
t/spec/S12-methods/multi.rakudo.moar .............................. ok
t/spec/S12-methods/parallel-dispatch.rakudo.moar .................. ok
t/spec/S12-methods/topic.t ........................................ ok
t/spec/S12-methods/syntax.rakudo.moar ............................. ok
t/spec/S12-methods/private.t ...................................... ok
t/spec/S12-methods/trusts.t ....................................... ok
t/spec/S12-methods/qualified.t .................................... ok
t/spec/S12-methods/typed-attributes.t ............................. ok
t/spec/S12-subset/multi-dispatch.t ................................ ok
t/spec/S12-methods/what.t ......................................... ok
t/spec/S13-type-casting/methods.t ................................. ok
t/spec/S13-overloading/metaoperators.t ............................ ok
t/spec/S13-overloading/typecasting-long.t ......................... ok
t/spec/S14-roles/anonymous.t ...................................... ok
t/spec/S17-supply/syntax.t ........................................ ok
t/spec/S12-meta/exporthow.rakudo.moar ............................. ok
t/spec/S14-roles/bool.t ........................................... ok
t/spec/S14-roles/attributes.t ..................................... ok
t/spec/S14-roles/crony.t .......................................... ok
t/spec/S14-roles/conflicts.t ...................................... ok
t/spec/S12-subset/subtypes.rakudo.moar ............................ ok
t/spec/S14-roles/instantiation.t .................................. ok
t/spec/S14-roles/basic.rakudo.moar ................................ ok
t/spec/S14-roles/lexical.t ........................................ ok
t/spec/S13-overloading/operators.t ................................ ok
t/spec/S14-roles/namespaced.t ..................................... ok
t/spec/S14-roles/composition.rakudo.moar .......................... ok
t/spec/S14-roles/parameter-subtyping.t ............................ ok
t/spec/S14-roles/parameterized-mixin.rakudo.moar .................. ok
t/spec/S14-roles/submethods.t ..................................... ok
t/spec/S14-roles/submethods-6e.t .................................. ok
t/spec/S14-roles/stubs.t .......................................... ok
t/spec/S14-roles/parameterized-type.t ............................. ok
t/spec/S14-traits/attributes.t .................................... ok
t/spec/S14-roles/typecheck.t ...................................... ok
t/spec/S14-roles/parameterized-basic.t ............................ ok
t/spec/S15-literals/identifiers.t ................................. ok
t/spec/S15-nfg/cgj.t .............................................. ok
t/spec/S15-nfg/case-change.t ...................................... ok
t/spec/S15-literals/numbers.t ..................................... ok
t/spec/S14-traits/routines.rakudo.moar ............................ ok
t/spec/S15-nfg/concatenation.t .................................... ok
t/spec/S14-roles/mixin.t .......................................... ok
t/spec/S15-nfg/crlf-encoding.t .................................... ok
t/spec/S15-nfg/from-file.rakudo.moar .............................. ok
t/spec/S15-nfg/from-buf.t ......................................... ok
t/spec/S15-nfg/grapheme-break.t ................................... ok
t/spec/S15-nfg/many-combiners.t ................................... ok
t/spec/S15-nfg/long-uni.t ......................................... ok
t/spec/S15-nfg/many-threads.t ..................................... ok
t/spec/S15-nfg/GraphemeBreakTest.t ................................ ok
t/spec/S15-nfg/mass-roundtrip-nfd.t ............................... ok
t/spec/S15-nfg/mass-roundtrip-nfkc.t .............................. ok
t/spec/S15-nfg/regex.t ............................................ ok
t/spec/S15-nfg/mass-roundtrip-nfkd.t .............................. ok
t/spec/S15-nfg/mass-roundtrip-nfc.t ............................... ok
t/spec/S17-supply/throttle.t ...................................... ok
t/spec/S15-nfg/mass-equality.t .................................... ok
t/spec/S15-normalization/nfc-sanity.t ............................. ok
t/spec/S15-string-types/NF-types.rakudo.moar ...................... ok
t/spec/S15-string-types/NFK-types.rakudo.moar ..................... ok
t/spec/S15-string-types/Str.rakudo.moar ........................... ok
t/spec/S15-string-types/Uni.t ..................................... ok
t/spec/S15-normalization/nfd-sanity.t ............................. ok
t/spec/S15-normalization/nfkc-sanity.t ............................ ok
t/spec/S15-unicode-information/uniname.rakudo.moar ................ ok
t/spec/S15-unicode-information/unimatch-general.t ................. ok
t/spec/S15-unicode-information/unival.t ........................... ok
t/spec/S15-normalization/nfkd-sanity.t ............................ ok
t/spec/S16-filehandles/chmod.t .................................... ok
t/spec/S15-nfg/concat-stable.t .................................... ok
t/spec/S16-filehandles/filestat.rakudo.moar ....................... ok
t/spec/S15-unicode-information/uniprop.rakudo.moar ................ ok
t/spec/S16-filehandles/filetest.rakudo.moar ....................... ok
t/spec/S16-filehandles/io_in_for_loops.t .......................... ok
t/spec/S16-filehandles/io_in_while_loops.t ........................ ok
t/spec/S16-filehandles/io.t ....................................... ok
t/spec/S16-filehandles/mkdir_rmdir.t .............................. ok
t/spec/S16-filehandles/open.t ..................................... ok
t/spec/S16-filehandles/mode.t ..................................... ok
t/spec/S16-filehandles/misc.t ..................................... ok
t/spec/S16-filehandles/unlink.t ................................... ok
t/spec/S15-nfg/emoji-test.t ....................................... ok
t/spec/S16-io/basic-open.t ........................................ ok
t/spec/S16-io/bom.t ............................................... ok
t/spec/S16-io/cwd.t ............................................... ok
t/spec/S16-io/getc.t .............................................. ok
t/spec/S16-io/comb.t .............................................. ok
t/spec/S16-io/eof.t ............................................... ok
t/spec/S16-io/handles-between-threads.t ........................... ok
t/spec/S16-io/bare-say.t .......................................... ok
t/spec/S16-filehandles/argfiles.t ................................. ok
t/spec/S16-io/home.t .............................................. ok
t/spec/S16-io/newline.t ........................................... ok
t/spec/S16-io/note.t .............................................. ok
t/spec/S16-io/prompt.t ............................................ ok
t/spec/S16-io/put.t ............................................... ok
t/spec/S16-io/readchars.t ......................................... ok
t/spec/S16-io/say.t ............................................... ok
t/spec/S16-io/lines.t ............................................. ok
t/spec/S16-io/split.t ............................................. ok
t/spec/S16-io/supply.t ............................................ ok
t/spec/S16-io/say-and-ref.t ....................................... ok
t/spec/S16-io/tmpdir.t ............................................ ok
t/spec/S16-io/watch.t ............................................. ok
t/spec/S16-unfiled/rebindstdhandles.rakudo.moar ................... ok
t/spec/S17-channel/subscription-drain-in-react.t .................. ok
t/spec/S17-channel/basic.t ........................................ ok
t/spec/S16-io/words.t ............................................. ok
t/spec/S17-lowlevel/atomic-ops.t .................................. ok
t/spec/S17-lowlevel/atomic.t ...................................... ok
t/spec/S17-lowlevel/cas-loop-int.t ................................ ok
t/spec/S17-lowlevel/cas-loop.t .................................... ok
t/spec/S17-lowlevel/semaphore.t ................................... ok
t/spec/S17-lowlevel/cas.t ......................................... ok
t/spec/S16-io/print.t ............................................. ok
t/spec/S17-lowlevel/thread.t ...................................... ok
t/spec/S17-procasync/nonexistent.t ................................ ok
t/spec/S17-procasync/basic.rakudo.moar ............................ ok
t/spec/S17-procasync/bind-handles.t ............................... ok
t/spec/S17-promise/anyof.t ........................................ ok
t/spec/S17-procasync/print.rakudo.moar ............................ ok
t/spec/S17-supply/wait.t .......................................... ok
t/spec/S17-supply/unique.t ........................................ ok
t/spec/S17-procasync/encoding.t ................................... ok
t/spec/S17-lowlevel/cas-int.t ..................................... ok
t/spec/S17-promise/single-assignment.t ............................ ok
t/spec/S17-promise/lock-async.t ................................... ok
t/spec/S17-promise/then.t ......................................... ok
t/spec/S17-supply/Channel.t ....................................... ok
t/spec/S17-scheduler/basic.rakudo.moar ............................ ok
t/spec/S17-supply/Promise.t ....................................... ok
t/spec/S17-supply/categorize.t .................................... ok
t/spec/S17-supply/classify.t ...................................... ok
t/spec/S17-supply/basic.t ......................................... ok
t/spec/S17-supply/do.t ............................................ ok
t/spec/S17-promise/at.t ........................................... ok
t/spec/S17-promise/nonblocking-await.t ............................ ok
t/spec/S17-supply/comb.t .......................................... ok
t/spec/S17-supply/flat.t .......................................... ok
t/spec/S17-supply/from-list.t ..................................... ok
t/spec/S17-supply/grab.t .......................................... ok
t/spec/S17-supply/grep.t .......................................... ok
t/spec/S17-supply/head.t .......................................... ok
t/spec/S17-supply/list.t .......................................... ok
t/spec/S17-supply/lines.t ......................................... ok
t/spec/S17-supply/map.t ........................................... ok
t/spec/S17-promise/basic.t ........................................ ok
t/spec/S17-supply/max.t ........................................... ok
t/spec/S17-supply/merge.t ......................................... ok
t/spec/S17-supply/migrate.t ....................................... ok
t/spec/S17-supply/min.t ........................................... ok
t/spec/S17-supply/interval.t ...................................... ok
t/spec/S17-supply/on-demand.t ..................................... ok
t/spec/S17-supply/minmax.t ........................................ ok
t/spec/S17-supply/produce.t ....................................... ok
t/spec/S17-supply/return-in-tap.t ................................. ok
t/spec/S17-supply/reverse.t ....................................... ok
t/spec/S17-supply/reduce.t ........................................ ok
t/spec/S17-supply/schedule-on.t ................................... ok
t/spec/S17-supply/skip.t .......................................... ok
t/spec/S17-supply/rotor.rakudo.moar ............................... ok
t/spec/S17-supply/sort.t .......................................... ok
t/spec/S17-supply/squish.t ........................................ ok
t/spec/S17-supply/split.t ......................................... ok
t/spec/S17-supply/supplier-preserving.t ........................... ok
t/spec/S17-supply/tail.t .......................................... ok
t/spec/S17-supply/words.t ......................................... ok
t/spec/S17-supply/syntax-nonblocking-await.t ...................... ok
t/spec/S17-supply/zip.t ........................................... ok
t/spec/S19-command-line-options/04-negation.rakudo.moar ........... ok
t/spec/S19-command-line-options/05-delimited-options.rakudo.moar .. ok
t/spec/S19-command-line-options/03-dash-p.t ....................... ok
t/spec/S17-supply/zip-latest.t .................................... ok
t/spec/S19-command-line/help.t .................................... ok
t/spec/S19-command-line-options/02-dash-n.rakudo.moar ............. ok
t/spec/S19-command-line/repl.t .................................... ok
t/spec/S24-testing/0-compile.t .................................... ok
t/spec/S19-command-line/arguments.t ............................... ok
t/spec/S19-command-line/dash-e.t .................................. ok
t/spec/S24-testing/10-is-approx.t ................................. ok
t/spec/S22-package-format/local.t ................................. ok
t/spec/S24-testing/13-cmp-ok.t .................................... ok
t/spec/S24-testing/14-like-unlike.t ............................... ok
t/spec/S24-testing/11-plan-skip-all-subtests.t .................... ok
t/spec/S24-testing/7-bail_out.t ................................... ok
t/spec/S24-testing/fails-like.t ................................... ok
t/spec/S24-testing/3-output.t ..................................... ok
t/spec/S24-testing/8-die_on_fail.t ................................ ok
t/spec/S24-testing/12-subtest-todo.t .............................. ok
t/spec/S24-testing/9-is_deeply.t .................................. ok
t/spec/S26-documentation/01-delimited.t ........................... ok
t/spec/S26-documentation/03-abbreviated.t ......................... ok
t/spec/S26-documentation/04-code.t ................................ ok
t/spec/S26-documentation/02-paragraph.t ........................... ok
t/spec/S26-documentation/05-comment.t ............................. ok
t/spec/S26-documentation/06-lists.t ............................... ok
t/spec/S29-context/sleep.t ........................................ ok
t/spec/S26-documentation/07-tables.t .............................. ok
t/spec/S26-documentation/07b-tables.t ............................. ok
t/spec/S26-documentation/07a-tables.t ............................. ok
t/spec/S26-documentation/07c-tables.t ............................. ok
t/spec/S26-documentation/04a-input-output.t ....................... ok
t/spec/S26-documentation/08-formattingcodes.t ..................... ok
t/spec/S26-documentation/14-defn.t ................................ ok
t/spec/S26-documentation/15-numbered-alias.rakudo.moar ............ ok
t/spec/S26-documentation/09-configuration.t ....................... ok
t/spec/S26-documentation/10-doc-cli.t ............................. ok
t/spec/S26-documentation/module-comment.t ......................... ok
t/spec/S26-documentation/block-leading-user-format.t .............. ok
t/spec/S26-documentation/multiline-leading.t ...................... ok
t/spec/S26-documentation/block-trailing.t ......................... ok
t/spec/S26-documentation/block-leading.t .......................... ok
t/spec/S26-documentation/multiline-trailing.t ..................... ok
t/spec/S24-testing/line-numbers.t ................................. ok
t/spec/S26-documentation/wacky.t .................................. ok
t/spec/S28-named-variables/cwd.t .................................. ok
t/spec/S28-named-variables/init-instant.t ......................... ok
t/spec/S28-named-variables/slangs.t ............................... ok
t/spec/S26-documentation/why-leading.t ............................ ok
t/spec/S29-any/cmp.t .............................................. ok
t/spec/S26-documentation/why-trailing.t ........................... ok
t/spec/S26-documentation/why-both.t ............................... ok
t/spec/S29-any/deg-trans.t ........................................ ok
t/spec/S29-any/minpairs-maxpairs.t ................................ ok
t/spec/S29-any/isa.t .............................................. ok
t/spec/S29-context/evalfile.t ..................................... ok
t/spec/S29-context/exit-in-if.t ................................... ok
t/spec/S29-conversions/hash.t ..................................... ok
t/spec/S29-conversions/ord_and_chr.rakudo.moar .................... ok
t/spec/S29-context/die.t .......................................... ok
t/spec/S29-context/exit.t ......................................... ok
t/spec/S29-context/eval.rakudo.moar ............................... ok
t/spec/S32-array/bool.t ........................................... ok
t/spec/S32-array/create.t ......................................... ok
t/spec/S32-array/delete.t ......................................... ok
t/spec/S32-array/delete-adverb-native.t ........................... ok
t/spec/S32-array/delete-adverb.t .................................. ok
t/spec/S32-array/end.t ............................................ ok
t/spec/S32-array/elems.t .......................................... ok
t/spec/S32-array/kv.t ............................................. ok
t/spec/S32-array/keys_values.t .................................... ok
t/spec/S32-array/exists-adverb.t .................................. ok
t/spec/S32-array/pairs.t .......................................... ok
t/spec/S32-array/perl.t ........................................... ok
t/spec/S32-array/pop.rakudo.moar .................................. ok
t/spec/S32-array/push.t ........................................... ok
t/spec/S32-array/rotate.t ......................................... ok
t/spec/S32-array/adverbs.t ........................................ ok
t/spec/S32-array/shift.t .......................................... ok
t/spec/S32-basics/pairup.t ........................................ ok
t/spec/S32-array/unshift.t ........................................ ok
t/spec/S32-basics/xxKEY.rakudo.moar ............................... ok
t/spec/S32-basics/xxPOS-native.t .................................. ok
t/spec/S32-basics/warn.t .......................................... ok
t/spec/S32-temporal/DateTime.t .................................... ok
t/spec/S32-basics/xxPOS.rakudo.moar ............................... ok
t/spec/S32-container/cat.rakudo.moar .............................. ok
t/spec/S32-container/stringify.t .................................. ok
t/spec/S32-container/roundrobin.t ................................. ok
t/spec/S32-array/splice.rakudo.moar ............................... ok
t/spec/S32-container/buf.t ........................................ ok
t/spec/S32-container/zip.rakudo.moar .............................. ok
t/spec/S32-encoding/encoder.t ..................................... ok
t/spec/S32-encoding/decoder.t ..................................... ok
t/spec/S32-encoding/registry.t .................................... ok
t/spec/S32-hash/antipairs.t ....................................... ok
t/spec/S32-hash/delete-adverb.t ................................... ok
t/spec/S32-hash/delete.t .......................................... ok
t/spec/S32-hash/exists-adverb.t ................................... ok
t/spec/S32-hash/exists.rakudo.moar ................................ ok
t/spec/S32-hash/invert.t .......................................... ok
t/spec/S29-os/system.rakudo.moar .................................. ok
t/spec/S32-hash/iterator.t ........................................ ok
t/spec/S32-hash/keys_values.t ..................................... ok
t/spec/S15-normalization/nfc-concat.t ............................. ok
t/spec/S32-hash/adverbs.t ......................................... ok
t/spec/S32-hash/pairs.t ........................................... ok
t/spec/S32-hash/kv.t .............................................. ok
t/spec/S32-hash/map.t ............................................. ok
t/spec/S32-io/lock.t .............................................. ok
t/spec/S32-exceptions/misc2.rakudo.moar ........................... ok
t/spec/S32-io/IO-Socket-Async-UDP.t ............................... ok
t/spec/S32-hash/push.t ............................................ ok
t/spec/S32-hash/slice.rakudo.moar ................................. ok
t/spec/S32-hash/perl.t ............................................ ok
t/spec/S32-io/chdir-process.t ..................................... ok
t/spec/S32-io/copy.t .............................................. ok
t/spec/S32-io/IO-Socket-Async.t ................................... ok
t/spec/S32-io/chdir.t ............................................. ok
t/spec/S32-io/dir.rakudo.moar ..................................... ok
t/spec/S32-io/IO-Socket-INET.t .................................... ok
t/spec/S32-io/io-path-cygwin.rakudo.moar .......................... ok
t/spec/S32-io/file-tests.t ........................................ ok
t/spec/S32-io/io-path-subclasses.t ................................ ok
t/spec/S32-io/io-handle.t ......................................... ok
t/spec/S32-io/io-path-symlink.t ................................... ok
t/spec/S32-io/indir.t ............................................. ok
t/spec/S32-io/io-path-unix.rakudo.moar ............................ ok
t/spec/S32-io/io-path-win.rakudo.moar ............................. ok
t/spec/integration/advent2012-day19.t ............................. ok
t/spec/S32-io/io-spec-cygwin.t .................................... ok
t/spec/S32-io/io-spec-qnx.t ....................................... ok
t/spec/S32-io/io-cathandle.rakudo.moar ............................ ok
t/spec/S32-io/io-path-extension.t ................................. ok
t/spec/S32-io/io-special.t ........................................ ok
t/spec/S32-io/io-spec-unix.t ...................................... ok
t/spec/S32-io/native-descriptor.t ................................. ok
t/spec/S32-io/mkdir_rmdir.rakudo.moar ............................. ok
t/spec/S32-io/move.t .............................................. ok
t/spec/S32-io/null-char.t ......................................... ok
t/spec/S32-io/io-spec-win.t ....................................... ok
t/spec/S32-io/other.t ............................................. ok
t/spec/S32-io/io-path.t ........................................... ok
t/spec/S32-io/open.t .............................................. ok
t/spec/S32-io/out-buffering.t ..................................... ok
t/spec/S32-io/rename.t ............................................ ok
t/spec/S32-io/note.t .............................................. ok
t/spec/S32-io/signals.t ........................................... ok
t/spec/S32-io/seek.t .............................................. ok
t/spec/S32-io/socket-accept-and-working-threads.t ................. ok
t/spec/S32-io/socket-fail-invalid-values.t ........................ ok
t/spec/S32-io/socket-host-port-split.rakudo.moar .................. ok
t/spec/S32-io/slurp.t ............................................. ok
t/spec/S32-io/socket-recv-vs-read.t ............................... ok
t/spec/S32-io/pipe.t .............................................. ok
t/spec/S32-io/tell.t .............................................. ok
t/spec/S32-io/spurt.t ............................................. ok
t/spec/S32-list/batch.t ........................................... ok
t/spec/S32-io/utf16.t ............................................. ok
t/spec/S32-list/categorize.t ...................................... ok
t/spec/S32-exceptions/misc.rakudo.moar ............................ ok
t/spec/S32-list/classify.rakudo.moar .............................. ok
t/spec/S32-list/create.t .......................................... ok
t/spec/S32-list/cross.t ........................................... ok
t/spec/S32-list/combinations.t .................................... ok
t/spec/S32-list/deepmap.t ......................................... ok
t/spec/S32-list/end.t ............................................. ok
t/spec/S32-list/duckmap.t ......................................... ok
t/spec/S32-list/first-end-k.rakudo.moar ........................... ok
t/spec/S32-list/first-end-kv.t .................................... ok
t/spec/S32-list/first-end-p.t ..................................... ok
t/spec/S32-list/first-end-v.t ..................................... ok
t/spec/S32-list/first-end.t ....................................... ok
t/spec/S32-list/first-k.rakudo.moar ............................... ok
t/spec/S32-list/first-kv.t ........................................ ok
t/spec/S32-list/first-p.t ......................................... ok
t/spec/S32-list/first-v.t ......................................... ok
t/spec/S32-list/flat.t ............................................ ok
t/spec/S32-list/first.rakudo.moar ................................. ok
t/spec/S32-list/grep-k.rakudo.moar ................................ ok
t/spec/S32-list/grep-kv.t ......................................... ok
t/spec/S32-list/grep-p.t .......................................... ok
t/spec/S32-list/grep-v.t .......................................... ok
t/spec/S32-list/classify-list.t ................................... ok
t/spec/S32-list/head.t ............................................ ok
t/spec/S32-list/join.t ............................................ ok
t/spec/S32-list/map_function_return_values.t ...................... ok
t/spec/S32-list/grep.rakudo.moar .................................. ok
t/spec/integration/advent2013-day14.t ............................. ok
t/spec/S32-list/iterator.t ........................................ ok
t/spec/S32-list/permutations.t .................................... ok
t/spec/S32-list/map.rakudo.moar ................................... ok
t/spec/S32-list/minmax.t .......................................... ok
t/spec/S32-list/repeated.t ........................................ ok
t/spec/S32-list/categorize-list.t ................................. ok
t/spec/S32-list/reverse.t ......................................... ok
t/spec/S32-list/pick.t ............................................ ok
t/spec/S32-list/rotor.t ........................................... ok
t/spec/S32-list/produce.t ......................................... ok
t/spec/S32-io/other-stress.t ...................................... ok
t/spec/S32-list/seq.rakudo.moar ................................... ok
t/spec/S32-list/skip.t ............................................ ok
t/spec/S32-list/roll.t ............................................ ok
t/spec/S32-list/reduce.t .......................................... ok
t/spec/S32-num/abs.t .............................................. ok
t/spec/S32-list/tail.t ............................................ ok
t/spec/S32-list/squish.t .......................................... ok
t/spec/S32-list/unique.t .......................................... ok
t/spec/S32-list/sort.t ............................................ ok
t/spec/S32-num/base.t ............................................. ok
t/spec/S32-num/cool-num.rakudo.moar ............................... ok
t/spec/S32-num/expmod.rakudo.moar ................................. ok
t/spec/S32-num/exp.t .............................................. ok
t/spec/S32-num/narrow.t ........................................... ok
t/spec/S32-num/log.rakudo.moar .................................... ok
t/spec/S32-num/is-prime.t ......................................... ok
t/spec/S32-num/complex.t .......................................... ok
t/spec/S32-num/pi.t ............................................... ok
t/spec/S32-num/polar.t ............................................ ok
t/spec/S32-num/polymod.t .......................................... ok
t/spec/S32-num/negative-zero.t .................................... ok
t/spec/S32-num/rand.rakudo.moar ................................... ok
t/spec/S32-num/int.t .............................................. ok
t/spec/S32-num/roots.t ............................................ ok
t/spec/S32-num/real-bridge.t ...................................... ok
t/spec/integration/error-reporting.t .............................. ok
t/spec/S32-num/power.rakudo.moar .................................. ok
t/spec/S32-num/sign.t ............................................. ok
t/spec/S32-num/sqrt.t ............................................. ok
t/spec/S32-num/rounders.t ......................................... ok
t/spec/S32-num/stringify.rakudo.moar .............................. ok
t/spec/S32-scalar/defined.t ....................................... ok
t/spec/S32-num/unpolar.t .......................................... ok
t/spec/S32-scalar/perl.rakudo.moar ................................ ok
t/spec/S32-num/fatrat.t ........................................... ok
t/spec/S32-str/Collation.t ........................................ ok
t/spec/S32-num/rat.t .............................................. ok
t/spec/S32-scalar/undef.rakudo.moar ............................... ok
t/spec/S32-str/append.t ........................................... ok
t/spec/S32-str/bool.t ............................................. ok
t/spec/S32-num/rshift_pos_amount.t ................................ ok
t/spec/S32-str/capitalize.t ....................................... ok
t/spec/S32-str/chop.t ............................................. ok
t/spec/S32-str/chomp.t ............................................ ok
t/spec/integration/eval-and-threads.t ............................. ok
t/spec/S32-str/contains.t ......................................... ok
t/spec/S32-str/encode.rakudo.moar ................................. ok
t/spec/S32-str/ends-with.t ........................................ ok
t/spec/S32-str/comb.t ............................................. ok
t/spec/S32-str/fc.t ............................................... ok
t/spec/S32-str/flip.t ............................................. ok
t/spec/S32-str/gb18030-encode-decode.t ............................ ok
t/spec/S32-str/gb2312-encode-decode.t ............................. ok
t/spec/S32-str/indent.rakudo.moar ................................. ok
t/spec/S32-str/index.t ............................................ ok
t/spec/S32-str/indices.t .......................................... ok
t/spec/S32-str/length.t ........................................... ok
t/spec/S32-str/lc.t ............................................... ok
t/spec/S32-str/lines.t ............................................ ok
t/spec/S32-str/ords.t ............................................. ok
t/spec/S32-str/numeric.rakudo.moar ................................ ok
t/spec/S32-str/pack.t ............................................. ok
t/spec/S32-str/parse-base.t ....................................... ok
t/spec/S32-str/pos.t .............................................. ok
t/spec/S32-str/rindex.t ........................................... ok
t/spec/S32-str/samecase.t ......................................... ok
t/spec/S32-str/samemark.t ......................................... ok
t/spec/S32-str/shiftjis-encode-decode.t ........................... ok
t/spec/S32-str/split-simple.t ..................................... ok
t/spec/S32-str/CollationTest_NON_IGNORABLE-3.t .................... ok
t/spec/S32-str/CollationTest_NON_IGNORABLE-0.t .................... ok
t/spec/S32-str/CollationTest_NON_IGNORABLE-1.t .................... ok
t/spec/S32-str/CollationTest_NON_IGNORABLE-2.t .................... ok
t/spec/S32-str/split.rakudo.moar .................................. ok
t/spec/S32-str/sprintf-c.t ........................................ ok
t/spec/S32-str/sprintf-s.t ........................................ ok
t/spec/S32-str/sprintf-u.t ........................................ ok
t/spec/S32-str/sprintf-o.t ........................................ ok
t/spec/integration/precompiled.t .................................. ok
t/spec/S32-str/starts-with.t ...................................... ok
t/spec/S32-str/substr-eq.t ........................................ ok
t/spec/S32-str/sprintf.t .......................................... ok
t/spec/S32-str/substr-rw.rakudo.moar .............................. ok
t/spec/S32-str/sprintf-e.t ........................................ ok
t/spec/S32-str/tc.t ............................................... ok
t/spec/S32-str/tclc.t ............................................. ok
t/spec/S32-str/sprintf-b.t ........................................ ok
t/spec/S32-str/substr.t ........................................... ok
t/spec/S32-str/trim.t ............................................. ok
t/spec/S32-str/sprintf-d.t ........................................ ok
t/spec/S32-str/uc.t ............................................... ok
t/spec/S32-str/uniparse.t ......................................... ok
t/spec/S32-str/unpack.t ........................................... ok
t/spec/S32-str/words.t ............................................ ok
t/spec/S32-str/windows-1251-windows-1252-encode-decode.t .......... ok
t/spec/S32-str/sprintf-f.t ........................................ ok
t/spec/S32-temporal/DateTime-Instant-Duration.t ................... ok
t/spec/S32-temporal/local.rakudo.moar ............................. ok
t/spec/S32-temporal/Date.t ........................................ ok
t/spec/S32-temporal/calendar.t .................................... ok
t/spec/S32-trig/cos.t ............................................. ok
t/spec/S32-trig/atan2.t ........................................... ok
t/spec/S32-trig/cosec.t ........................................... ok
t/spec/S32-trig/cosech.t .......................................... ok
t/spec/S32-trig/e.t ............................................... ok
t/spec/S32-trig/pi.t .............................................. ok
t/spec/S32-trig/cosh.t ............................................ ok
t/spec/S32-str/utf8-c8.t .......................................... ok
t/spec/S32-trig/cotan.t ........................................... ok
t/spec/S32-trig/cotanh.t .......................................... ok
t/spec/S32-trig/simple.t .......................................... ok
t/spec/S32-trig/sec.t ............................................. ok
t/spec/S32-trig/sech.t ............................................ ok
t/spec/S32-trig/sin.t ............................................. ok
t/spec/S32-trig/sinh.t ............................................ ok
t/spec/S32-trig/tanh.t ............................................ ok
t/spec/S32-trig/tan.t ............................................. ok
t/spec/integration/99problems-01-to-10.t .......................... ok
t/spec/integration/99problems-11-to-20.t .......................... ok
t/spec/integration/99problems-21-to-30.t .......................... ok
t/spec/integration/99problems-31-to-40.t .......................... ok
t/spec/integration/advent2009-day01.t ............................. ok
t/spec/integration/advent2009-day02.t ............................. ok
t/spec/integration/99problems-61-to-70.t .......................... ok
t/spec/integration/99problems-51-to-60.t .......................... ok
t/spec/integration/advent2009-day04.t ............................. ok
t/spec/integration/advent2009-day03.t ............................. ok
t/spec/integration/99problems-41-to-50.t .......................... ok
t/spec/integration/advent2009-day05.t ............................. ok
t/spec/integration/advent2009-day06.t ............................. ok
t/spec/integration/advent2009-day08.t ............................. ok
t/spec/integration/advent2009-day07.t ............................. ok
t/spec/integration/advent2009-day09.t ............................. ok
t/spec/integration/advent2009-day10.t ............................. ok
t/spec/integration/advent2009-day11.t ............................. ok
t/spec/integration/advent2009-day13.t ............................. ok
t/spec/integration/advent2009-day14.t ............................. ok
t/spec/integration/advent2009-day15.t ............................. ok
t/spec/integration/advent2009-day12.t ............................. ok
t/spec/integration/advent2009-day19.t ............................. ok
t/spec/integration/advent2009-day16.t ............................. ok
t/spec/integration/advent2009-day20.t ............................. ok
t/spec/S32-str/sprintf-x.t ........................................ ok
t/spec/integration/advent2009-day18.t ............................. ok
t/spec/integration/advent2009-day21.t ............................. ok
t/spec/integration/advent2009-day24.t ............................. ok
t/spec/integration/advent2009-day17.t ............................. ok
t/spec/integration/advent2009-day23.t ............................. ok
t/spec/integration/advent2010-day03.t ............................. ok
t/spec/integration/advent2010-day04.t ............................. ok
t/spec/integration/advent2010-day07.t ............................. ok
t/spec/integration/advent2009-day22.t ............................. ok
t/spec/integration/advent2010-day06.t ............................. ok
t/spec/integration/advent2010-day08.t ............................. ok
t/spec/integration/advent2010-day10.rakudo.moar ................... ok
t/spec/integration/advent2010-day11.t ............................. ok
t/spec/integration/advent2010-day19.t ............................. ok
t/spec/integration/advent2010-day16.t ............................. ok
t/spec/integration/advent2010-day21.t ............................. ok
t/spec/integration/advent2010-day12.t ............................. ok
t/spec/integration/advent2010-day14.t ............................. ok
t/spec/integration/advent2010-day22.t ............................. ok
t/spec/integration/advent2010-day23.t ............................. ok
t/spec/integration/advent2011-day05.t ............................. ok
t/spec/integration/advent2011-day03.t ............................. ok
t/spec/integration/advent2011-day04.t ............................. ok
t/spec/integration/advent2011-day11.t ............................. ok
t/spec/integration/advent2011-day07.t ............................. ok
t/spec/integration/advent2011-day16.t ............................. ok
t/spec/integration/advent2011-day15.t ............................. ok
t/spec/integration/advent2011-day20.t ............................. ok
t/spec/integration/advent2011-day24.t ............................. ok
t/spec/integration/advent2011-day10.t ............................. ok
t/spec/integration/advent2012-day02.t ............................. ok
t/spec/integration/advent2011-day14.t ............................. ok
t/spec/integration/advent2012-day03.t ............................. ok
t/spec/integration/advent2012-day09.t ............................. ok
t/spec/integration/advent2012-day10.t ............................. ok
t/spec/integration/advent2012-day12.t ............................. ok
t/spec/integration/advent2011-day22.t ............................. ok
t/spec/integration/advent2011-day23.t ............................. ok
t/spec/integration/advent2012-day06.t ............................. ok
t/spec/integration/advent2012-day13.t ............................. ok
t/spec/integration/advent2012-day15.t ............................. ok
t/spec/integration/advent2012-day16.t ............................. ok
t/spec/integration/advent2012-day22.t ............................. ok
t/spec/integration/advent2012-day20.t ............................. ok
t/spec/integration/advent2012-day14.t ............................. ok
t/spec/integration/advent2012-day23.t ............................. ok
t/spec/integration/advent2013-day02.t ............................. ok
t/spec/integration/advent2013-day04.t ............................. ok
t/spec/integration/advent2012-day24.t ............................. ok
t/spec/integration/advent2013-day07.t ............................. ok
t/spec/integration/weird-errors.rakudo.moar ....................... ok
t/spec/integration/advent2013-day06.t ............................. ok
t/spec/integration/advent2013-day08.t ............................. ok
t/spec/integration/advent2013-day09.t ............................. ok
t/spec/integration/advent2013-day15.t ............................. ok
t/spec/integration/advent2013-day12.t ............................. ok
t/spec/integration/advent2013-day19.t ............................. ok
t/spec/integration/advent2013-day10.t ............................. ok
t/spec/integration/advent2013-day18.t ............................. ok
t/spec/integration/advent2013-day20.t ............................. ok
t/spec/integration/advent2013-day21.t ............................. ok
t/spec/integration/advent2013-day23.t ............................. ok
t/spec/integration/code-blocks-as-sub-args.t ...................... ok
t/spec/integration/advent2014-day13.t ............................. ok
t/spec/integration/advent2014-day16.t ............................. ok
t/spec/integration/lazy-bentley-generator.t ....................... ok
t/spec/integration/lexical-array-in-inner-block.t ................. ok
t/spec/integration/advent2013-day22.t ............................. ok
t/spec/integration/lexicals-and-attributes.t ...................... ok
t/spec/integration/failure-and-callsame.t ......................... ok
t/spec/integration/man-or-boy.t ................................... ok
t/spec/integration/method-calls-and-instantiation.t ............... ok
t/spec/integration/no-indirect-new.t .............................. ok
t/spec/integration/packages.t ..................................... ok
t/spec/integration/pair-in-array.t ................................ ok
t/spec/integration/passing-pair-class-to-sub.t .................... ok
t/spec/integration/rule-in-class-Str.t ............................ ok
t/spec/integration/deep-recursion-initing-native-array.t .......... ok
t/spec/integration/substr-after-match-in-gather-in-for.t .......... ok
t/spec/integration/say-crash.t .................................... ok
t/spec/integration/real-strings.t ................................. ok
t/spec/integration/topic_in_double_loop.t ......................... ok
t/spec/integration/role-composition-vs-attribute.rakudo.moar ...... ok
t/spec/integration/variables-in-do.t .............................. ok
t/spec/rosettacode/greatest_element_of_a_list.t ................... ok
t/spec/rosettacode/sierpinski_triangle.t .......................... ok
All tests successful.
Files=1296, Tests=109769, 745 wallclock secs (30.37 usr 3.60 sys + 2679.98 cusr 153.94 csys = 2867.89 CPU)
Result: PASS
Cloning into 'zef'...
remote: Enumerating objects: 218, done.
remote: Counting objects: 100% (218/218), done.
remote: Compressing objects: 100% (136/136), done.
remote: Total 10255 (delta 115), reused 153 (delta 81), pack-reused 10037
Receiving objects: 100% (10255/10255), 1.92 MiB | 1.69 MiB/s, done.
Resolving deltas: 100% (6290/6290), done.
===> Testing: zef:ver<0.8.2>:auth<github:ugexe>:api<0>
===> Testing [OK] for zef:ver<0.8.2>:auth<github:ugexe>:api<0>
===> Installing: zef:ver<0.8.2>:auth<github:ugexe>:api<0>
1 bin/ script [zef] installed to:
/home/koto/Devel/rakudo-dev/rakudo/install/share/perl6/site/bin
===> Searching for: Inline::Perl5
===> Updating cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Updating p6c mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json
===> Updated p6c mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json
===> Updated cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Searching for missing dependencies: LibraryMake, File::Temp
===> Searching for missing dependencies: Shell::Command, File::Directory::Tree
===> Searching for missing dependencies: File::Which, File::Find
===> Building: Inline::Perl5:ver<0.43>:auth<github:niner>
===> Building [OK] for Inline::Perl5:ver<0.43>:auth<github:niner>
===> Testing: File::Which:ver<1.0.1>
[File::Which] # Found perl6 at '/home/koto/Devel/rakudo-dev/rakudo/install/bin/perl6'
[File::Which] # Found perl6 at '/home/koto/Devel/rakudo-dev/rakudo/install/bin/perl6' using whence
===> Testing [OK] for File::Which:ver<1.0.1>
===> Testing: File::Find:ver<0.1>
===> Testing [OK] for File::Find:ver<0.1>
===> Testing: Shell::Command
===> Testing [OK] for Shell::Command
===> Testing: LibraryMake:ver<1.0.0>:auth<github:retupmoca>
===> Testing [OK] for LibraryMake:ver<1.0.0>:auth<github:retupmoca>
===> Testing: File::Directory::Tree:auth<labster>
===> Testing [OK] for File::Directory::Tree:auth<labster>
===> Testing: File::Temp:ver<0.0.8>
===> Testing [OK] for File::Temp:ver<0.0.8>
===> Testing: Inline::Perl5:ver<0.43>:auth<github:niner>
===> Testing [OK] for Inline::Perl5:ver<0.43>:auth<github:niner>
===> Installing: File::Which:ver<1.0.1>
===> Installing: File::Find:ver<0.1>
===> Installing: Shell::Command
===> Installing: LibraryMake:ver<1.0.0>:auth<github:retupmoca>
===> Installing: File::Directory::Tree:auth<labster>
===> Installing: File::Temp:ver<0.0.8>
===> Installing: Inline::Perl5:ver<0.43>:auth<github:niner>
HEAD is now at b425a4b31 Add tests for Supply.comb(Regex,limit)
+++ Checking for moar NQP version
cd t/spec && git pull --ff-only
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
make: [Makefile:142: spectest_update] Error 1 (ignored)
'/usr/bin/perl' -I'/home/koto/Devel/rakudo-dev/rakudo/tools/lib' -I'/home/koto/Devel/rakudo-dev/rakudo/3rdparty/nqp-configure/lib' t/harness5 --moar --fudge --keep-exit-code --tests-from-file=t/spec/spectest.data --stress
Inline::Perl5 not installed: not running Perl 5 integration tests
You can install Inline::Perl5 into the build directory with
zef --install-to=inst#/home/koto/Devel/rakudo-dev/rakudo/t/../gen/build_rakudo_home/site install Inline::Perl5
t/spec/APPENDICES/A02-some-day-maybe/concreteness.t ............... ok
t/spec/APPENDICES/A02-some-day-maybe/io-cathandle.t ............... ok
t/spec/APPENDICES/A02-some-day-maybe/multi-no-match.t ............. ok
t/spec/APPENDICES/A02-some-day-maybe/misc.t ....................... ok
t/spec/APPENDICES/A01-limits/misc.rakudo.moar ..................... ok
t/spec/MISC/bug-coverage-6.d.t .................................... ok
t/spec/MISC/bug-coverage-stress-6.d.t ............................. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/spec/APPENDICES/A01-limits/overflow.rakudo.moar ................. ok
t/spec/APPENDICES/A04-experimental/01-misc.rakudo.moar ............ ok
t/spec/S01-perl-5-integration/array.rakudo.moar ................... ok
t/spec/S01-perl-5-integration/basic.t ............................. ok
t/spec/S01-perl-5-integration/class.rakudo.moar ................... ok
t/spec/S01-perl-5-integration/context.rakudo.moar ................. ok
t/spec/S01-perl-5-integration/eval_lex.rakudo.moar ................ ok
t/spec/S01-perl-5-integration/exception_handling.t ................ ok
t/spec/S01-perl-5-integration/import.t ............................ ok
t/spec/S01-perl-5-integration/hash.t .............................. ok
t/spec/S01-perl-5-integration/isms.t .............................. ok
t/spec/S01-perl-5-integration/method.rakudo.moar .................. ok
t/spec/S01-perl-5-integration/return.t ............................ ok
t/spec/S01-perl-5-integration/roundtrip.t ......................... ok
t/spec/S01-perl-5-integration/strings.rakudo.moar ................. ok
t/spec/S02-lexical-conventions/bom.t .............................. ok
t/spec/S01-perl-5-integration/subs.t .............................. ok
t/spec/MISC/misc-6.d.rakudo.moar .................................. ok
t/spec/S02-lexical-conventions/finish-pod.t ....................... ok
t/spec/S02-lexical-conventions/minimal-whitespace.t ............... ok
t/spec/S02-lexical-conventions/one-pass-parsing.t ................. ok
t/spec/S02-lexical-conventions/comments.t ......................... ok
t/spec/S02-lexical-conventions/pod-in-multi-line-exprs.t .......... ok
t/spec/S02-lexical-conventions/sub-block-parsing.t ................ ok
t/spec/MISC/bug-coverage.t ........................................ ok
t/spec/S02-lexical-conventions/unicode.t .......................... ok
t/spec/S02-lexical-conventions/unicode-whitespace.t ............... ok
t/spec/S02-lists/indexing.t ....................................... ok
t/spec/APPENDICES/A03-older-specs/01-misc.rakudo.moar ............. ok
t/spec/S02-lists/tree.t ........................................... ok
t/spec/S02-literals/array-interpolation.t ......................... ok
t/spec/S02-literals/adverbs.rakudo.moar ........................... ok
t/spec/S02-literals/char-by-name.t ................................ ok
t/spec/S02-lexical-conventions/unspace.rakudo.moar ................ ok
t/spec/S02-literals/autoref.t ..................................... ok
t/spec/MISC/bug-coverage-stress.rakudo.moar ....................... ok
t/spec/S02-literals/char-by-number.t .............................. ok
t/spec/S02-literals/hash-interpolation.t .......................... ok
t/spec/S02-literals/fmt-interpolation.t ........................... ok
t/spec/S02-literals/hex_chars.t ................................... ok
t/spec/S02-literals/listquote.rakudo.moar ......................... ok
t/spec/S02-literals/listquote-whitespace.t ........................ ok
t/spec/S02-literals/heredocs.rakudo.moar .......................... ok
t/spec/S02-literals/allomorphic.t ................................. ok
t/spec/S02-literals/pair-boolean.t ................................ ok
t/spec/S02-literals/misc-interpolation.t .......................... ok
t/spec/S02-literals/pod.rakudo.moar ............................... ok
t/spec/S02-literals/numeric.rakudo.moar ........................... ok
t/spec/S02-literals/pairs.t ....................................... ok
t/spec/S02-literals/quoting-unicode.t ............................. ok
t/spec/S02-literals/sub-calls.t ................................... ok
t/spec/S02-literals/subscript.t ................................... ok
t/spec/S02-literals/types.t ....................................... ok
t/spec/S02-literals/underscores.t ................................. ok
t/spec/S02-literals/quoting.t ..................................... ok
t/spec/S02-literals/version.rakudo.moar ........................... ok
t/spec/S02-magicals/78258.t ....................................... ok
t/spec/S02-magicals/GROUP.t ....................................... ok
t/spec/S02-magicals/DISTRO.rakudo.moar ............................ ok
t/spec/S02-magicals/PERL.rakudo.moar .............................. ok
t/spec/S02-literals/radix.rakudo.moar ............................. ok
t/spec/S02-magicals/RAKU.rakudo.moar .............................. ok
t/spec/S17-channel/stress.t ....................................... ok
t/spec/S02-magicals/USER.t ........................................ ok
t/spec/S02-magicals/KERNEL.rakudo.moar ............................ ok
t/spec/S02-magicals/VM.rakudo.moar ................................ ok
t/spec/S02-magicals/block.t ....................................... ok
t/spec/S02-magicals/dollar-underscore.t ........................... ok
t/spec/S02-magicals/dollar_bang.t ................................. ok
t/spec/S02-magicals/args.t ........................................ ok
t/spec/S02-magicals/file_line.t ................................... ok
t/spec/S02-magicals/env.rakudo.moar ............................... ok
t/spec/S02-magicals/pid.t ......................................... ok
t/spec/S17-lowlevel/lock.t ........................................ ok
t/spec/S02-magicals/progname.t .................................... ok
t/spec/S02-magicals/subname.t ..................................... ok
t/spec/S02-names-vars/fmt.t ....................................... ok
t/spec/S02-names-vars/contextual.t ................................ ok
t/spec/S02-magicals/sub.rakudo.moar ............................... ok
t/spec/S02-names-vars/list_array_perl.t ........................... ok
t/spec/S02-names-vars/signature.t ................................. ok
t/spec/S02-literals/string-interpolation.t ........................ ok
t/spec/S02-names/SETTING-6c.rakudo.moar ........................... ok
t/spec/S02-names-vars/variables-and-packages.t .................... ok
t/spec/S02-names/SETTING-6e.t ..................................... ok
t/spec/S02-names/bare-sigil.t ..................................... ok
t/spec/S02-names/caller.rakudo.moar ............................... ok
t/spec/S02-names/dynamic-scope.t .................................. ok
t/spec/S10-packages/precompilation.rakudo.moar .................... ok
t/spec/S02-names/indirect.t ....................................... ok
t/spec/S02-names/identifier.t ..................................... ok
t/spec/S02-names-vars/perl.rakudo.moar ............................ ok
t/spec/S02-names/is_cached.t ...................................... ok
t/spec/S02-names-vars/names.rakudo.moar ........................... ok
t/spec/S02-names/is_dynamic.t ..................................... ok
t/spec/S02-names/our.rakudo.moar .................................. ok
t/spec/S02-names-vars/varnames.rakudo.moar ........................ ok
t/spec/S02-names/strict.rakudo.moar ............................... ok
t/spec/S02-names/symbolic-deref.rakudo.moar ....................... ok
t/spec/S02-one-pass-parsing/less-than.t ........................... ok
t/spec/S02-names/name.t ........................................... ok
t/spec/S17-procasync/kill.rakudo.moar ............................. ok
t/spec/S02-one-pass-parsing/misc.t ................................ ok
t/spec/S02-names/pseudo-6c.rakudo.moar ............................ ok
t/spec/S02-packages/package-lookup.t .............................. ok
t/spec/S02-names/is_default.rakudo.moar ........................... ok
t/spec/S02-names/pseudo-6d.rakudo.moar ............................ ok
t/spec/S02-types/anon_block.rakudo.moar ........................... ok
t/spec/S02-types/array_extending.t ................................ ok
t/spec/S02-types/array-shapes.rakudo.moar ......................... ok
t/spec/S02-types/WHICH.t .......................................... ok
t/spec/S02-types/array_ref.t ...................................... ok
t/spec/S02-types/assigning-refs.t ................................. ok
t/spec/S02-types/bag-iterator.t ................................... ok
t/spec/S02-names/pseudo-6e.rakudo.moar ............................ ok
t/spec/S02-types/autovivification.t ............................... ok
t/spec/S02-types/array.rakudo.moar ................................ ok
t/spec/S02-types/built-in.t ....................................... ok
t/spec/S02-types/baggy.t .......................................... ok
t/spec/S02-types/catch_type_cast_mismatch.t ....................... ok
t/spec/S02-types/bool.t ........................................... ok
t/spec/S02-types/compact.rakudo.moar .............................. ok
t/spec/S02-types/fatrat.t ......................................... ok
t/spec/S02-types/declare.rakudo.moar .............................. ok
t/spec/S02-types/flattening.t ..................................... ok
t/spec/S02-types/hash_ref.t ....................................... ok
t/spec/S02-types/hyperwhatever.t .................................. ok
t/spec/S02-types/capture.t ........................................ ok
t/spec/S02-types/infinity.rakudo.moar ............................. ok
t/spec/S02-types/bag.t ............................................ ok
t/spec/S02-types/is-type.rakudo.moar .............................. ok
t/spec/S02-types/instants-and-durations.t ......................... ok
t/spec/S02-types/hash.rakudo.moar ................................. ok
t/spec/S02-types/keyhash.rakudo.moar .............................. ok
t/spec/S02-types/baghash.rakudo.moar .............................. ok
t/spec/S02-types/isDEPRECATED.rakudo.moar ......................... ok
t/spec/S02-types/mix-iterator.t ................................... ok
t/spec/S02-types/lazy-lists.t ..................................... ok
t/spec/S02-types/list.t ........................................... ok
t/spec/S02-types/lists.t .......................................... ok
t/spec/S02-types/mixed_multi_dimensional.rakudo.moar .............. ok
t/spec/S02-types/int-uint.rakudo.moar ............................. ok
t/spec/S02-types/mu.t ............................................. ok
t/spec/S02-types/multi_dimensional_array.rakudo.moar .............. ok
t/spec/S02-types/nan.t ............................................ ok
t/spec/S02-types/nested_arrays.t .................................. ok
t/spec/S02-types/nested_pairs.t ................................... ok
t/spec/S02-types/mix.t ............................................ ok
t/spec/S02-types/nil.rakudo.moar .................................. ok
t/spec/S02-types/native.rakudo.moar ............................... ok
t/spec/S02-types/parsing-bool.t ................................... ok
t/spec/S02-types/resolved-in-setting.t ............................ ok
t/spec/S02-types/mixhash.rakudo.moar .............................. ok
t/spec/S02-types/range-iterator.t ................................. ok
t/spec/S02-types/pair.rakudo.moar ................................. ok
t/spec/S02-types/set-iterator.t ................................... ok
t/spec/S02-types/stash.t .......................................... ok
t/spec/S02-types/sigils-and-types.rakudo.moar ..................... ok
t/spec/S02-types/subscripts_and_context.t ......................... ok
t/spec/S02-types/range.t .......................................... ok
t/spec/S02-types/set.rakudo.moar .................................. ok
t/spec/S02-types/subset-6c.t ...................................... ok
t/spec/S02-types/sethash.t ........................................ ok
t/spec/S02-types/unicode.t ........................................ ok
t/spec/S02-types/type.rakudo.moar ................................. ok
t/spec/S02-types/undefined-types.rakudo.moar ...................... ok
t/spec/S02-types/version-stress.t ................................. ok
t/spec/S02-types/version.t ........................................ ok
t/spec/S03-binding/arrays.t ....................................... ok
t/spec/S03-binding/attributes.rakudo.moar ......................... ok
t/spec/S03-binding/closure.rakudo.moar ............................ ok
t/spec/S02-types/subset-6e.t ...................................... ok
t/spec/S03-binding/ro.rakudo.moar ................................. ok
t/spec/S03-binding/hashes.t ....................................... ok
t/spec/S03-binding/scalars.rakudo.moar ............................ ok
t/spec/S03-binding/nested.t ....................................... ok
t/spec/S02-types/num.rakudo.moar .................................. ok
t/spec/S03-buf/read-num.t ......................................... ok
t/spec/S03-buf/read-int.t ......................................... ok
t/spec/S03-buf/write-num.t ........................................ ok
t/spec/S03-feeds/basic.rakudo.moar ................................ ok
t/spec/S03-junctions/associative.t ................................ ok
t/spec/S17-procasync/no-runaway-file-limit.t ...................... ok
t/spec/S02-types/whatever.rakudo.moar ............................. ok
t/spec/S03-junctions/autothreading.t .............................. ok
t/spec/S03-junctions/boolean-context.t ............................ ok
t/spec/S03-metaops/eager-hyper.t .................................. ok
t/spec/S03-metaops/cross.t ........................................ ok
t/spec/S03-metaops/misc.t ......................................... ok
t/spec/S03-junctions/misc.t ....................................... ok
t/spec/S03-metaops/not.rakudo.moar ................................ ok
t/spec/S03-buf/read-write-bits.t .................................. ok
t/spec/S03-metaops/zip.t .......................................... ok
t/spec/S03-metaops/reverse.t ...................................... ok
t/spec/S03-buf/write-int.t ........................................ ok
t/spec/S03-metaops/infix.t ........................................ ok
t/spec/S03-operators/also.rakudo.moar ............................. ok
t/spec/S03-operators/andthen.t .................................... ok
t/spec/S03-operators/assign-is-not-binding.t ...................... ok
t/spec/S03-operators/arith.t ...................................... ok
t/spec/S03-operators/autoincrement-range.t ........................ ok
t/spec/S17-procasync/many-processes-no-close-stdin.t .............. ok
t/spec/S03-operators/autovivification.t ........................... ok
t/spec/S03-operators/autoincrement.t .............................. ok
t/spec/S03-operators/basic-types.t ................................ ok
t/spec/S03-operators/boolean-bitwise.t ............................ ok
t/spec/S03-metaops/reduce.rakudo.moar ............................. ok
t/spec/S03-operators/brainos.t .................................... ok
t/spec/S03-operators/adverbial-modifiers.rakudo.moar .............. ok
t/spec/S03-operators/bit.t ........................................ ok
t/spec/S03-operators/chained-declarators.t ........................ ok
t/spec/S03-operators/comparison-simple.t .......................... ok
t/spec/S03-operators/cmp.t ........................................ ok
t/spec/S03-operators/comparison.t ................................. ok
t/spec/S03-operators/composition.t ................................ ok
t/spec/S03-operators/buf.t ........................................ ok
t/spec/S03-operators/context.t .................................... ok
t/spec/S03-operators/custom.t ..................................... ok
t/spec/S03-operators/context-forcers.t ............................ ok
t/spec/S03-operators/div.t ........................................ ok
t/spec/S03-operators/assign.rakudo.moar ........................... ok
t/spec/S03-operators/equality.t ................................... ok
t/spec/S03-operators/gcd.t ........................................ ok
t/spec/S03-operators/eqv.rakudo.moar .............................. ok
t/spec/S03-operators/identity.rakudo.moar ......................... ok
t/spec/S03-operators/infixed-function.t ........................... ok
t/spec/S03-operators/flip-flop.rakudo.moar ........................ ok
t/spec/S03-operators/increment.t .................................. ok
t/spec/S03-operators/is-divisible-by.rakudo.moar .................. ok
t/spec/S03-operators/lcm.t ........................................ ok
t/spec/S03-operators/list-quote-junction.t ........................ ok
t/spec/S03-operators/names.t ...................................... ok
t/spec/S03-operators/inplace.rakudo.moar .......................... ok
t/spec/S03-operators/minmax.rakudo.moar ........................... ok
t/spec/S03-operators/not.t ........................................ ok
t/spec/S03-operators/nesting.t .................................... ok
t/spec/S03-operators/notandthen.t ................................. ok
t/spec/S03-operators/numeric-shift.t .............................. ok
t/spec/S03-operators/orelse.t ..................................... ok
t/spec/S03-metaops/hyper.rakudo.moar .............................. ok
t/spec/S03-operators/overflow.t ................................... ok
t/spec/S03-operators/range-basic.t ................................ ok
t/spec/S03-operators/reduce-le1arg.rakudo.moar .................... ok
t/spec/S03-operators/misc.rakudo.moar ............................. ok
t/spec/S03-operators/scalar-assign.t .............................. ok
t/spec/S03-operators/relational.t ................................. ok
t/spec/S03-operators/range-int.t .................................. ok
t/spec/S03-operators/range.t ...................................... ok
t/spec/S03-operators/repeat.t ..................................... ok
t/spec/S03-operators/precedence.rakudo.moar ....................... ok
t/spec/S03-operators/set_elem.t ................................... ok
t/spec/S03-operators/set_addition.t ............................... ok
t/spec/S03-operators/set_precedes.t ............................... ok
t/spec/S03-operators/set_difference.t ............................. ok
t/spec/S03-operators/set_intersection.t ........................... ok
t/spec/S03-operators/set_multiply.t ............................... ok
t/spec/S03-operators/set_proper_subset.t .......................... ok
t/spec/S03-operators/set_subset.t ................................. ok
t/spec/S03-operators/so.t ......................................... ok
t/spec/S03-operators/spaceship-and-containers.t ................... ok
t/spec/S03-operators/set_union.t .................................. ok
t/spec/S03-operators/set_symmetric_difference.t ................... ok
t/spec/S03-operators/spaceship.t .................................. ok
t/spec/S03-operators/subscript-vs-lt.t ............................ ok
t/spec/S03-operators/short-circuit.t .............................. ok
t/spec/S03-operators/subscript-adverbs.t .......................... ok
t/spec/S03-sequence/arity-2-or-more.t ............................. ok
t/spec/S03-operators/u2212-minus.t ................................ ok
t/spec/S03-sequence/limit-arity-2-or-more.t ....................... ok
t/spec/S03-sequence/arity0.t ...................................... ok
t/spec/S03-operators/value_equivalence.t .......................... ok
t/spec/S03-smartmatch/any-any.t ................................... ok
t/spec/S03-sequence/nonnumeric.rakudo.moar ........................ ok
t/spec/S03-smartmatch/any-bool.t .................................. ok
t/spec/S03-operators/ternary.t .................................... ok
t/spec/S03-smartmatch/any-callable.t .............................. ok
t/spec/S03-smartmatch/any-hash-pair.t ............................. ok
t/spec/S03-smartmatch/any-complex.t ............................... ok
t/spec/S03-sequence/basic.t ....................................... ok
t/spec/S03-smartmatch/any-method.t ................................ ok
t/spec/S03-smartmatch/any-pair.t .................................. ok
t/spec/S03-smartmatch/any-str.t ................................... ok
t/spec/S03-sequence/misc.t ........................................ ok
t/spec/S03-smartmatch/any-sub.t ................................... ok
t/spec/S03-smartmatch/any-num.t ................................... ok
t/spec/S03-smartmatch/array-hash.rakudo.moar ...................... ok
t/spec/S03-smartmatch/any-type.t .................................. ok
t/spec/S03-smartmatch/capture-signature.t ......................... ok
t/spec/S03-smartmatch/array-array.t ............................... ok
t/spec/S17-promise/allof.t ........................................ ok
t/spec/S03-smartmatch/hash-hash.t ................................. ok
t/spec/S03-smartmatch/disorganized.t .............................. ok
t/spec/S03-smartmatch/regex-hash.t ................................ ok
t/spec/S03-smartmatch/scalar-hash.t ............................... ok
t/spec/S03-smartmatch/signature-signature.rakudo.moar ............. ok
t/spec/S04-blocks-and-statements/let.t ............................ ok
t/spec/S04-blocks-and-statements/pointy-rw.t ...................... ok
t/spec/S03-smartmatch/range-range.t ............................... ok
t/spec/S04-blocks-and-statements/pointy.rakudo.moar ............... ok
t/spec/S04-declarations/multiple.t ................................ ok
t/spec/S04-declarations/implicit-parameter.t ...................... ok
t/spec/S17-promise/in.t ........................................... ok
t/spec/S04-blocks-and-statements/temp.rakudo.moar ................. ok
t/spec/S04-declarations/our.t ..................................... ok
t/spec/S04-declarations/smiley.t .................................. ok
t/spec/S04-declarations/my-6c.rakudo.moar ......................... ok
t/spec/S04-declarations/will.rakudo.moar .......................... ok
t/spec/S04-declarations/state.rakudo.moar ......................... ok
t/spec/S04-declarations/my-6e.rakudo.moar ......................... ok
t/spec/S04-exception-handlers/top-level.t ......................... ok
t/spec/S04-exceptions/control_across_runloop.t .................... ok
t/spec/S04-exceptions/fail-6e.t ................................... ok
t/spec/S04-exception-handlers/catch.t ............................. ok
t/spec/S04-exception-handlers/control.t ........................... ok
t/spec/S04-exceptions/pending.rakudo.moar ......................... ok
t/spec/S04-phasers/ascending-order.t .............................. ok
t/spec/S04-exceptions/fail.t ...................................... ok
t/spec/S04-exceptions/exceptions-alternatives.t ................... ok
t/spec/S04-phasers/check.t ........................................ ok
t/spec/S04-phasers/descending-order.t ............................. ok
t/spec/S04-phasers/begin.rakudo.moar .............................. ok
t/spec/S04-declarations/constant.rakudo.moar ...................... ok
t/spec/S04-phasers/end.t .......................................... ok
t/spec/S04-phasers/first.t ........................................ ok
t/spec/S04-phasers/enter-leave.rakudo.moar ........................ ok
t/spec/S04-declarations/constant-6.d.t ............................ ok
t/spec/S04-phasers/in-eval.rakudo.moar ............................ ok
t/spec/S04-phasers/init.t ......................................... ok
t/spec/S04-phasers/in-loop.rakudo.moar ............................ ok
t/spec/S17-promise/lock-async-stress.t ............................ ok
t/spec/S04-phasers/multiple.t ..................................... ok
t/spec/S04-phasers/next.rakudo.moar ............................... ok
t/spec/S04-phasers/keep-undo.t .................................... ok
t/spec/S04-phasers/pre-post.rakudo.moar ........................... ok
t/spec/S04-statement-modifiers/given.t ............................ ok
t/spec/S04-statement-modifiers/if.t ............................... ok
t/spec/S04-phasers/rvalue.t ....................................... ok
t/spec/S04-statement-modifiers/until.t ............................ ok
t/spec/S04-statement-modifiers/for.t .............................. ok
t/spec/S04-statement-modifiers/unless.t ........................... ok
t/spec/S04-statement-modifiers/while.t ............................ ok
t/spec/S04-statement-modifiers/values_in_bool_context.t ........... ok
t/spec/S04-statement-parsing/hash.t ............................... ok
t/spec/S04-statement-modifiers/without.t .......................... ok
t/spec/S04-statements/for-scope.t ................................. ok
t/spec/S04-statements/do.rakudo.moar .............................. ok
t/spec/S04-statement-modifiers/with.rakudo.moar ................... ok
t/spec/S04-statements/for_with_only_one_item.t .................... ok
t/spec/S04-statements/label.t ..................................... ok
t/spec/S04-statements/last.t ...................................... ok
t/spec/S04-statements/gather.rakudo.moar .......................... ok
t/spec/S04-statements/given.t ..................................... ok
t/spec/S04-statements/if.t ........................................ ok
t/spec/S04-statements/map-and-sort-in-for.t ....................... ok
t/spec/S04-statements/no-implicit-block.t ......................... ok
t/spec/S04-statements/next.t ...................................... ok
t/spec/S04-statements/loop.t ...................................... ok
t/spec/S04-statements/once.t ...................................... ok
t/spec/S04-statements/for.rakudo.moar ............................. ok
t/spec/S04-statements/redo.t ...................................... ok
t/spec/S04-statements/repeat.t .................................... ok
t/spec/S04-statements/quietly.t ................................... ok
t/spec/S17-procasync/stress.t ..................................... ok
t/spec/S04-statements/terminator.t ................................ ok
t/spec/S04-statements/try.t ....................................... ok
t/spec/S04-statements/until.t ..................................... ok
t/spec/S04-statements/unless.t .................................... ok
t/spec/S04-statements/sink.t ...................................... ok
t/spec/S17-promise/lock-async-stress2.t ........................... ok
t/spec/S04-statements/when.t ...................................... ok
t/spec/S04-statements/while.t ..................................... ok
t/spec/S05-capture/alias.rakudo.moar .............................. ok
t/spec/S05-capture/array-alias.rakudo.moar ........................ ok
t/spec/S05-capture/named.rakudo.moar .............................. ok
t/spec/S05-capture/caps.t ......................................... ok
t/spec/S04-statements/return.t .................................... ok
t/spec/S05-capture/subrule.t ...................................... ok
t/spec/S04-statements/with.t ...................................... ok
t/spec/S05-capture/match-object.rakudo.moar ....................... ok
t/spec/S05-grammar/example.rakudo.moar ............................ ok
t/spec/S05-grammar/namespace-6e.t ................................. ok
t/spec/S05-grammar/methods.t ...................................... ok
t/spec/S05-grammar/action-stubs.t ................................. ok
t/spec/S05-grammar/inheritance.rakudo.moar ........................ ok
t/spec/S05-grammar/namespace.t .................................... ok
t/spec/S05-grammar/parse_and_parsefile-6c.t ....................... ok
t/spec/S05-grammar/protos.t ....................................... ok
t/spec/S05-capture/dot.rakudo.moar ................................ ok
t/spec/S05-grammar/polymorphism.t ................................. ok
t/spec/S05-grammar/parse_and_parsefile-6e.t ....................... ok
t/spec/S05-grammar/signatures.t ................................... ok
t/spec/S05-grammar/ws.rakudo.moar ................................. ok
t/spec/S05-interpolation/lexicals.t ............................... ok
t/spec/S05-grammar/protoregex.rakudo.moar ......................... ok
t/spec/S05-mass/charsets.t ........................................ ok
t/spec/S05-interpolation/regex-in-variable.rakudo.moar ............ ok
t/spec/S05-mass/recursive.t ....................................... ok
t/spec/S05-mass/properties-derived.t .............................. ok
t/spec/S05-mass/properties-script.t ............................... ok
t/spec/S05-mass/named-chars.t ..................................... ok
t/spec/S05-match/arrayhash.t ...................................... ok
t/spec/S05-match/blocks.rakudo.moar ............................... ok
t/spec/S05-mass/stdrules.t ........................................ ok
t/spec/S05-match/make.t ........................................... ok
t/spec/S05-match/non-capturing.t .................................. ok
t/spec/S05-match/positions.t ...................................... ok
t/spec/S05-mass/properties-block.t ................................ ok
t/spec/S05-match/raku.rakudo.moar ................................. ok
t/spec/S05-metachars/closure.rakudo.moar .......................... ok
t/spec/S05-mass/properties-general.rakudo.moar .................... ok
t/spec/S05-metachars/line-anchors.t ............................... ok
t/spec/S05-metachars/newline.t .................................... ok
t/spec/S05-metachars/tilde.t ...................................... ok
t/spec/S05-metasyntax/assertions.t ................................ ok
t/spec/S05-metasyntax/changed.t ................................... ok
t/spec/S05-match/capturing-contexts.rakudo.moar ................... ok
t/spec/S05-metasyntax/charset.t ................................... ok
t/spec/S05-metasyntax/angle-brackets.rakudo.moar .................. ok
t/spec/S05-metasyntax/interpolating-closure.rakudo.moar ........... ok
t/spec/S05-metasyntax/litvar.t .................................... ok
t/spec/S05-metasyntax/null.t ...................................... ok
t/spec/S05-metasyntax/lookaround.t ................................ ok
t/spec/S17-promise/start.t ........................................ ok
t/spec/S05-metasyntax/delimiters.t ................................ ok
t/spec/S05-metasyntax/proto-token-ltm.t ........................... ok
t/spec/S05-metasyntax/sequential-alternation.t .................... ok
t/spec/S05-metasyntax/unicode-property-pair.t ..................... ok
t/spec/S05-metasyntax/repeat.t .................................... ok
t/spec/S05-metasyntax/single-quotes.t ............................. ok
t/spec/S05-metasyntax/unknown.rakudo.moar ......................... ok
t/spec/S05-modifier/Perl_0.rakudo.moar ............................ ok
t/spec/S05-metasyntax/longest-alternative.rakudo.moar ............. ok
t/spec/S05-modifier/Perl_10.t ..................................... ok
t/spec/S05-mass/rx.rakudo.moar .................................... ok
t/spec/S05-modifier/Perl_2.t ...................................... ok
t/spec/S05-modifier/Perl_1.t ...................................... ok
t/spec/S05-metasyntax/regex.t ..................................... ok
t/spec/S05-modifier/Perl_3.t ...................................... ok
t/spec/S05-modifier/Perl_4.t ...................................... ok
t/spec/S05-modifier/Perl_5.rakudo.moar ............................ ok
t/spec/S05-modifier/continue.t .................................... ok
t/spec/S05-modifier/Perl_7.t ...................................... ok
t/spec/S05-modifier/Perl_6.rakudo.moar ............................ ok
t/spec/S05-modifier/counted-match.t ............................... ok
t/spec/S05-modifier/global.t ...................................... ok
t/spec/S05-modifier/Perl_8.rakudo.moar ............................ ok
t/spec/S05-modifier/ignorecase-and-ignoremark.t ................... ok
t/spec/S05-modifier/Perl_9.rakudo.moar ............................ ok
t/spec/S05-modifier/ii.rakudo.moar ................................ ok
t/spec/S05-modifier/ignoremark.t .................................. ok
t/spec/S05-modifier/my.rakudo.moar ................................ ok
t/spec/S05-modifier/overlapping.t ................................. ok
t/spec/S05-modifier/counted.t ..................................... ok
t/spec/S05-modifier/repetition-exhaustive.rakudo.moar ............. ok
t/spec/S05-modifier/samemark.t .................................... ok
t/spec/S05-modifier/repetition.t .................................. ok
t/spec/S05-modifier/pos.rakudo.moar ............................... ok
t/spec/S05-substitution/67222.t ................................... ok
t/spec/S05-modifier/sigspace.t .................................... ok
t/spec/S05-syntactic-categories/new-symbols.rakudo.moar ........... ok
t/spec/S05-transliteration/79778.t ................................ ok
t/spec/S05-substitution/match.t ................................... ok
t/spec/S05-transliteration/trans-TR-operator.t .................... ok
t/spec/S05-transliteration/with-closure.rakudo.moar ............... ok
t/spec/S05-transliteration/trans-tr-lowercase-operator.t .......... ok
t/spec/S06-advanced/callsame.t .................................... ok
t/spec/S06-advanced/callframe.rakudo.moar ......................... ok
t/spec/S05-transliteration/trans.rakudo.moar ...................... ok
t/spec/S06-advanced/recurse.t ..................................... ok
t/spec/S06-advanced/lexical-subs.t ................................ ok
t/spec/S06-advanced/return.rakudo.moar ............................ ok
t/spec/S06-advanced/stub.rakudo.moar .............................. ok
t/spec/S06-currying/assuming-and-mmd.t ............................ ok
t/spec/S06-advanced/wrap.rakudo.moar .............................. ok
t/spec/S05-substitution/subst.rakudo.moar ......................... ok
t/spec/S06-currying/misc.rakudo.moar .............................. ok
t/spec/S06-macros/errors.t ........................................ ok
t/spec/S06-currying/named.t ....................................... ok
t/spec/S06-macros/opaque-ast.rakudo.moar .......................... ok
t/spec/S17-scheduler/at.t ......................................... ok
t/spec/S06-currying/slurpy.t ...................................... ok
t/spec/S06-multi/by-trait.t ....................................... ok
t/spec/S06-macros/unquoting.rakudo.moar ........................... ok
t/spec/S06-multi/compile-time.t ................................... ok
t/spec/S06-macros/quasi-blocks.rakudo.moar ........................ ok
t/spec/S06-multi/lexical-multis.rakudo.moar ....................... ok
t/spec/S06-multi/redispatch.t ..................................... ok
t/spec/S06-multi/positional-vs-named.t ............................ ok
t/spec/S06-multi/syntax.t ......................................... ok
t/spec/S06-multi/type-based.rakudo.moar ........................... ok
t/spec/S06-multi/unpackability.t .................................. ok
t/spec/S06-multi/value-based.t .................................... ok
t/spec/S05-modifier/ignorecase.rakudo.moar ........................ ok
t/spec/S06-multi/proto.rakudo.moar ................................ ok
t/spec/S17-scheduler/every.t ...................................... ok
t/spec/S06-operator-overloading/methods.rakudo.moar ............... ok
t/spec/S06-multi/subsignature.rakudo.moar ......................... ok
t/spec/S06-operator-overloading/semicolon.t ....................... ok
t/spec/S06-operator-overloading/imported-subs.t ................... ok
t/spec/S06-operator-overloading/term.t ............................ ok
t/spec/S06-other/anon-hashes-vs-blocks.t .......................... ok
t/spec/S06-other/introspection.t .................................. ok
t/spec/S06-other/main-eval.t ...................................... ok
t/spec/S06-currying/positional.t .................................. ok
t/spec/S06-other/main-refactored.t ................................ ok
t/spec/S06-operator-overloading/prefix.t .......................... ok
t/spec/S06-other/main-semicolon.t ................................. ok
t/spec/S06-operator-overloading/workout.t ......................... ok
t/spec/S06-other/misc.t ........................................... ok
t/spec/S06-other/main.t ........................................... ok
t/spec/S06-other/pairs-as-lvalues.t ............................... ok
t/spec/S06-parameters/smiley.rakudo.moar .......................... ok
t/spec/S06-routine-modifiers/lvalue-subroutines.t ................. ok
t/spec/S06-routine-modifiers/native-lvalue-subroutines.t .......... ok
t/spec/S06-routine-modifiers/proxy.t .............................. ok
t/spec/S06-routine-modifiers/scoped-named-subs.t .................. ok
t/spec/S06-signature/closure-over-parameters.t .................... ok
t/spec/S06-signature/arity.t ...................................... ok
t/spec/S06-signature/code.rakudo.moar ............................. ok
t/spec/S06-signature/closure-parameters.rakudo.moar ............... ok
t/spec/S06-signature/defaults.t ................................... ok
t/spec/S06-signature/definite-return.rakudo.moar .................. ok
t/spec/S06-signature/errors.t ..................................... ok
t/spec/S06-signature/mixed-placeholders.t ......................... ok
t/spec/S06-signature/multi-invocant.t ............................. ok
t/spec/S06-operator-overloading/sub.rakudo.moar ................... ok
t/spec/S06-signature/multidimensional.t ........................... ok
t/spec/S06-signature/named-placeholders.t ......................... ok
t/spec/S06-signature/named-renaming.t ............................. ok
t/spec/S06-signature/introspection.rakudo.moar .................... ok
t/spec/S06-operator-overloading/circumfix.rakudo.moar ............. ok
t/spec/S06-signature/optional.t ................................... ok
t/spec/S06-signature/outside-subroutine.rakudo.moar ............... ok
t/spec/S06-signature/passing-arrays.t ............................. ok
t/spec/S06-signature/passing-hashes.t ............................. ok
t/spec/S06-signature/positional-placeholders.t .................... ok
t/spec/S06-signature/scalar-type.t ................................ ok
t/spec/S06-signature/named-parameters.rakudo.moar ................. ok
t/spec/S06-signature/positional.t ................................. ok
t/spec/S06-signature/sigilless.t .................................. ok
t/spec/S06-signature/shape.t ...................................... ok
t/spec/S06-signature/slurpy-and-interpolation.t ................... ok
t/spec/S06-signature/slurpy-placeholders.t ........................ ok
t/spec/S06-other/main-usage.rakudo.moar ........................... ok
t/spec/S06-operator-overloading/infix.rakudo.moar ................. ok
t/spec/S06-signature/sub-ref.rakudo.moar .......................... ok
t/spec/S06-signature/tree-node-parameters.rakudo.moar ............. ok
t/spec/S06-signature/type-capture.t ............................... ok
t/spec/S06-signature/unpack-array.t ............................... ok
t/spec/S06-signature/slurpy-params.t .............................. ok
t/spec/S06-signature/unpack-object.t .............................. ok
t/spec/S17-scheduler/in.t ......................................... ok
t/spec/S06-signature/unspecified.t ................................ ok
t/spec/S06-traits/is-readonly.t ................................... ok
t/spec/S06-traits/as.t ............................................ ok
t/spec/S17-scheduler/times.t ...................................... ok
t/spec/S06-traits/is-copy.t ....................................... ok
t/spec/S06-traits/is-rw.t ......................................... ok
t/spec/S06-traits/native-is-copy.t ................................ ok
t/spec/S06-traits/slurpy-is-rw.t .................................. ok
t/spec/S06-traits/native-is-rw.t .................................. ok
t/spec/S06-traits/misc.rakudo.moar ................................ ok
t/spec/S06-signature/types.t ...................................... ok
t/spec/S07-hyperrace/for.t ........................................ ok
t/spec/S09-autovivification/autoincrement.t ....................... ok
t/spec/S07-iterators/range-iterator.rakudo.moar ................... ok
t/spec/S09-autovivification/autovivification.rakudo.moar .......... ok
t/spec/S09-hashes/objecthash.rakudo.moar .......................... ok
t/spec/S09-multidim/XX-POS-on-dimensioned.t ....................... ok
t/spec/S09-multidim/XX-POS-on-undimensioned.t ..................... ok
t/spec/S06-traits/is-assoc.rakudo.moar ............................ ok
t/spec/S09-multidim/decl.t ........................................ ok
t/spec/S09-multidim/assign.t ...................................... ok
t/spec/S09-multidim/indexing.t .................................... ok
t/spec/S07-hyperrace/basics.rakudo.moar ........................... ok
t/spec/S09-subscript/multidim-assignment.t ........................ ok
t/spec/S09-multidim/subs.t ........................................ ok
t/spec/S09-multidim/methods.t ..................................... ok
t/spec/S09-subscript/slice.rakudo.moar ............................ ok
t/spec/S09-typed-arrays/native-decl.t ............................. ok
t/spec/S17-supply/act.t ........................................... ok
t/spec/S09-typed-arrays/hashes.t .................................. ok
t/spec/S09-typed-arrays/arrays.rakudo.moar ........................ ok
t/spec/S07-slip/slip.t ............................................ ok
t/spec/S09-typed-arrays/native-str.rakudo.moar .................... ok
t/spec/S09-typed-arrays/native-num.rakudo.moar .................... ok
t/spec/S10-packages/joined-namespaces.t ........................... ok
t/spec/S09-typed-arrays/native.t .................................. ok
t/spec/S11-compunit/compunit-dependencyspecification.t ............ ok
t/spec/S11-compunit/compunit-repository.t ......................... ok
t/spec/S10-packages/use-with-class.t .............................. ok
t/spec/S09-typed-arrays/native-int.rakudo.moar .................... ok
t/spec/S06-traits/precedence.rakudo.moar .......................... ok
t/spec/S11-compunit/rt126904.t .................................... ok
t/spec/S10-packages/require-and-use.t ............................. ok
t/spec/S11-modules/import-multi.rakudo.moar ....................... ok
t/spec/S11-modules/import-tag.t ................................... ok
t/spec/S11-modules/export.rakudo.moar ............................. ok
t/spec/S11-modules/import.rakudo.moar ............................. ok
t/spec/S11-modules/module-file.t .................................. ok
t/spec/S11-modules/lexical.t ...................................... ok
t/spec/S11-modules/importing.t .................................... ok
t/spec/S11-modules/module.t ....................................... ok
t/spec/S11-modules/need.t ......................................... ok
t/spec/S11-modules/runtime.t ...................................... ok
t/spec/S11-modules/perl6lib.t ..................................... ok
t/spec/S11-modules/nested.t ....................................... ok
t/spec/S11-modules/require.t ...................................... ok
t/spec/S11-repository/curli-install.t ............................. ok
t/spec/S12-attributes/class.t ..................................... ok
t/spec/S12-attributes/defaults.t .................................. ok
t/spec/S12-attributes/clone.t ..................................... ok
t/spec/S10-packages/basic.rakudo.moar ............................. ok
t/spec/S12-attributes/inheritance.t ............................... ok
t/spec/S12-attributes/mutators.rakudo.moar ........................ ok
t/spec/S12-attributes/delegation.t ................................ ok
t/spec/S12-attributes/recursive.t ................................. ok
t/spec/S12-attributes/native.rakudo.moar .......................... ok
t/spec/S12-attributes/undeclared.t ................................ ok
t/spec/S11-repository/cur-current-distribution.t .................. ok
t/spec/S12-attributes/instance.rakudo.moar ........................ ok
t/spec/S12-class/anonymous.rakudo.moar ............................ ok
t/spec/S12-class/attributes-required.t ............................ ok
t/spec/S12-attributes/smiley.t .................................... ok
t/spec/S12-class/declaration-order.t .............................. ok
t/spec/S12-class/attributes.t ..................................... ok
t/spec/S11-repository/cur-candidates.t ............................ ok
t/spec/S12-class/augment-supersede.rakudo.moar .................... ok
t/spec/S12-class/inheritance-class-methods.t ...................... ok
t/spec/S12-class/extending-arrays.t ............................... ok
t/spec/S12-class/instantiate.rakudo.moar .......................... ok
t/spec/S12-class/basic.t .......................................... ok
t/spec/S12-class/interface-consistency.t .......................... ok
t/spec/S12-class/lexical.t ........................................ ok
t/spec/S12-class/literal.t ........................................ ok
t/spec/S12-class/magical-vars.t ................................... ok
t/spec/S12-class/inheritance.t .................................... ok
t/spec/S12-class/namespaced.t ..................................... ok
t/spec/S12-class/parent_attributes.rakudo.moar .................... ok
t/spec/S12-class/mro-6c.t ......................................... ok
t/spec/S12-class/open.t ........................................... ok
t/spec/S12-class/rw.t ............................................. ok
t/spec/S12-class/self-inheritance.t ............................... ok
t/spec/S12-class/type-object.t .................................... ok
t/spec/S12-class/mro-6e.t ......................................... ok
t/spec/S12-construction/TWEAK.t ................................... ok
t/spec/S12-construction/autopairs.t ............................... ok
t/spec/S12-coercion/coercion-types.rakudo.moar .................... ok
t/spec/S12-class/stubs.rakudo.moar ................................ ok
t/spec/S07-hyperrace/stress.t ..................................... ok
t/spec/S12-construction/destruction.t ............................. ok
t/spec/S12-construction/BUILD.rakudo.moar ......................... ok
t/spec/S12-construction/construction.t ............................ ok
t/spec/S12-construction/named-params-in-BUILD.t ................... ok
t/spec/S12-construction/new.rakudo.moar ........................... ok
t/spec/S12-enums/anonymous.t ...................................... ok
t/spec/S17-supply/delayed.rakudo.moar ............................. ok
t/spec/S12-enums/as-role.t ........................................ ok
t/spec/S12-enums/pseudo-functional.t .............................. ok
t/spec/S12-enums/non-int.rakudo.moar .............................. ok
t/spec/S12-enums/misc.t ........................................... ok
t/spec/S12-construction/roles-6e.t ................................ ok
t/spec/S12-enums/thorough.rakudo.moar ............................. ok
t/spec/S12-introspection/definite.t ............................... ok
t/spec/S12-introspection/WHAT.t ................................... ok
t/spec/S12-introspection/can.t .................................... ok
t/spec/S12-introspection/attributes.rakudo.moar ................... ok
t/spec/S12-enums/basic.rakudo.moar ................................ ok
t/spec/S12-introspection/meta-class.t ............................. ok
t/spec/S12-introspection/parents.t ................................ ok
t/spec/S12-introspection/roles.t .................................. ok
t/spec/S12-introspection/methods.rakudo.moar ...................... ok
t/spec/S12-meta/classhow.t ........................................ ok
t/spec/S12-meta/grammarhow.t ...................................... ok
t/spec/S12-meta/primitives.t ...................................... ok
t/spec/S12-methods/accessors.t .................................... ok
t/spec/S12-introspection/walk.t ................................... ok
t/spec/S12-methods/attribute-params.t ............................. ok
t/spec/S12-methods/calling_syntax.t ............................... ok
t/spec/S12-methods/chaining.t ..................................... ok
t/spec/S12-methods/class-and-instance.t ........................... ok
t/spec/S12-methods/calling_sets.t ................................. ok
t/spec/S12-methods/default-trait.t ................................ ok
t/spec/S12-methods/defer-call.t ................................... ok
t/spec/S12-methods/how.t .......................................... ok
t/spec/S12-methods/delegation.t ................................... ok
t/spec/S12-methods/fallback.t ..................................... ok
t/spec/S12-methods/indirect_notation.rakudo.moar .................. ok
t/spec/S12-methods/lvalue.t ....................................... ok
t/spec/S12-methods/lastcall.t ..................................... ok
t/spec/S12-methods/defer-next.t ................................... ok
t/spec/S12-methods/instance.t ..................................... ok
t/spec/S12-methods/method-vs-sub.t ................................ ok
t/spec/S12-methods/parallel-dispatch.rakudo.moar .................. ok
t/spec/S12-methods/multi.rakudo.moar .............................. ok
t/spec/S12-meta/exporthow.rakudo.moar ............................. ok
t/spec/S12-methods/submethods.rakudo.moar ......................... ok
t/spec/S12-methods/private.t ...................................... ok
t/spec/S12-methods/topic.t ........................................ ok
t/spec/S12-methods/qualified.t .................................... ok
t/spec/S12-methods/trusts.t ....................................... ok
t/spec/S12-methods/syntax.rakudo.moar ............................. ok
t/spec/S12-methods/typed-attributes.t ............................. ok
t/spec/S12-methods/what.t ......................................... ok
t/spec/S12-subset/multi-dispatch.t ................................ ok
t/spec/S13-type-casting/methods.t ................................. ok
t/spec/S13-overloading/typecasting-long.t ......................... ok
t/spec/S13-overloading/metaoperators.t ............................ ok
t/spec/S17-supply/elems.t ......................................... ok
t/spec/S14-roles/anonymous.t ...................................... ok
t/spec/S14-roles/bool.t ........................................... ok
t/spec/S14-roles/attributes.t ..................................... ok
t/spec/S14-roles/conflicts.t ...................................... ok
t/spec/S12-subset/subtypes.rakudo.moar ............................ ok
t/spec/S14-roles/crony.t .......................................... ok
t/spec/S17-supply/batch.t ......................................... ok
t/spec/S14-roles/basic.rakudo.moar ................................ ok
t/spec/S14-roles/composition.rakudo.moar .......................... ok
t/spec/S14-roles/instantiation.t .................................. ok
t/spec/S14-roles/lexical.t ........................................ ok
t/spec/S14-roles/namespaced.t ..................................... ok
t/spec/S13-overloading/operators.t ................................ ok
t/spec/S14-roles/parameter-subtyping.t ............................ ok
t/spec/S14-roles/parameterized-mixin.rakudo.moar .................. ok
t/spec/S14-roles/submethods.t ..................................... ok
t/spec/S14-roles/submethods-6e.t .................................. ok
t/spec/S14-roles/typecheck.t ...................................... ok
t/spec/S14-roles/stubs.t .......................................... ok
t/spec/S14-roles/parameterized-type.t ............................. ok
t/spec/S14-traits/attributes.t .................................... ok
t/spec/S14-roles/parameterized-basic.t ............................ ok
t/spec/S15-literals/identifiers.t ................................. ok
t/spec/S17-supply/stable.rakudo.moar .............................. ok
t/spec/S15-nfg/cgj.t .............................................. ok
t/spec/S15-nfg/case-change.t ...................................... ok
t/spec/S14-traits/routines.rakudo.moar ............................ ok
t/spec/S15-nfg/concatenation.t .................................... ok
t/spec/S15-literals/numbers.t ..................................... ok
t/spec/S15-nfg/crlf-encoding.t .................................... ok
t/spec/S15-nfg/grapheme-break.t ................................... ok
t/spec/S15-nfg/from-file.rakudo.moar .............................. ok
t/spec/S15-nfg/from-buf.t ......................................... ok
t/spec/S14-roles/mixin.t .......................................... ok
t/spec/S15-nfg/many-combiners.t ................................... ok
t/spec/S15-nfg/long-uni.t ......................................... ok
t/spec/S15-nfg/many-threads.t ..................................... ok
t/spec/S15-nfg/GraphemeBreakTest.t ................................ ok
t/spec/S15-nfg/mass-roundtrip-nfd.t ............................... ok
t/spec/S15-nfg/mass-roundtrip-nfkc.t .............................. ok
t/spec/S15-nfg/regex.t ............................................ ok
t/spec/S15-nfg/mass-roundtrip-nfkd.t .............................. ok
t/spec/S15-nfg/mass-roundtrip-nfc.t ............................... ok
t/spec/S15-nfg/mass-equality.t .................................... ok
t/spec/S15-nfg/concat-stable.t .................................... ok
t/spec/S15-normalization/nfc-0.t .................................. ok
t/spec/S15-normalization/nfc-1.t .................................. ok
t/spec/S15-normalization/nfc-2.t .................................. ok
t/spec/S15-nfg/emoji-test.t ....................................... ok
t/spec/S15-normalization/nfc-3.t .................................. ok
t/spec/S15-normalization/nfc-5.t .................................. ok
t/spec/S15-normalization/nfc-4.t .................................. ok
t/spec/S15-normalization/nfc-sanity.t ............................. ok
t/spec/S15-normalization/nfc-9.t .................................. ok
t/spec/S15-normalization/nfc-6.t .................................. ok
t/spec/S17-supply/start.t ......................................... ok
t/spec/S15-normalization/nfc-7.t .................................. ok
t/spec/S15-normalization/nfd-0.t .................................. ok
t/spec/S15-normalization/nfc-8.t .................................. ok
t/spec/S15-normalization/nfd-1.t .................................. ok
t/spec/S15-normalization/nfd-2.t .................................. ok
t/spec/S15-normalization/nfd-3.t .................................. ok
t/spec/S15-normalization/nfd-4.t .................................. ok
t/spec/S15-normalization/nfd-sanity.t ............................. ok
t/spec/S15-normalization/nfd-5.t .................................. ok
t/spec/S15-normalization/nfd-6.t .................................. ok
t/spec/S15-normalization/nfd-7.t .................................. ok
t/spec/S15-normalization/nfd-9.t .................................. ok
t/spec/S15-normalization/nfkc-0.t ................................. ok
t/spec/S15-normalization/nfd-8.t .................................. ok
t/spec/S15-normalization/nfkc-3.t ................................. ok
t/spec/S15-normalization/nfkc-1.t ................................. ok
t/spec/S15-normalization/nfkc-2.t ................................. ok
t/spec/S15-normalization/nfkc-4.t ................................. ok
t/spec/S15-normalization/nfkc-sanity.t ............................ ok
t/spec/S15-normalization/nfkc-9.t ................................. ok
t/spec/S15-normalization/nfkc-5.t ................................. ok
t/spec/S15-normalization/nfkc-6.t ................................. ok
t/spec/S15-normalization/nfkc-7.t ................................. ok
t/spec/S15-normalization/nfkc-8.t ................................. ok
t/spec/S15-normalization/nfkd-0.t ................................. ok
t/spec/S15-normalization/nfc-concat.t ............................. ok
t/spec/S15-normalization/nfkd-2.t ................................. ok
t/spec/S15-normalization/nfkd-1.t ................................. ok
t/spec/S15-normalization/nfkd-3.t ................................. ok
t/spec/S15-normalization/nfkd-4.t ................................. ok
t/spec/S15-string-types/NF-types.rakudo.moar ...................... ok
t/spec/S15-string-types/NFK-types.rakudo.moar ..................... ok
t/spec/S15-string-types/Str.rakudo.moar ........................... ok
t/spec/S15-string-types/Uni.t ..................................... ok
t/spec/S15-normalization/nfkd-sanity.t ............................ ok
t/spec/S15-unicode-information/unimatch-general.t ................. ok
t/spec/S15-unicode-information/uniname.rakudo.moar ................ ok
t/spec/S15-normalization/nfkd-5.t ................................. ok
t/spec/S15-unicode-information/unival.t ........................... ok
t/spec/S15-unicode-information/uniprop.rakudo.moar ................ ok
t/spec/S15-normalization/nfkd-6.t ................................. ok
t/spec/S16-filehandles/chmod.t .................................... ok
t/spec/S15-normalization/nfkd-9.t ................................. ok
t/spec/S15-normalization/nfkd-7.t ................................. ok
t/spec/S16-filehandles/filestat.rakudo.moar ....................... ok
t/spec/S17-supply/syntax.t ........................................ ok
t/spec/S16-filehandles/io_in_for_loops.t .......................... ok
t/spec/S16-filehandles/io_in_while_loops.t ........................ ok
t/spec/S16-filehandles/filetest.rakudo.moar ....................... ok
t/spec/S16-filehandles/mkdir_rmdir.t .............................. ok
t/spec/S16-filehandles/open.t ..................................... ok
t/spec/S16-filehandles/misc.t ..................................... ok
t/spec/S16-filehandles/mode.t ..................................... ok
t/spec/S16-filehandles/io.t ....................................... ok
t/spec/S16-filehandles/unlink.t ................................... ok
t/spec/S16-io/cwd.t ............................................... ok
t/spec/S16-io/bom.t ............................................... ok
t/spec/S16-io/basic-open.t ........................................ ok
t/spec/S16-io/getc.t .............................................. ok
t/spec/S16-io/comb.t .............................................. ok
t/spec/S16-io/eof.t ............................................... ok
t/spec/S16-io/handles-between-threads.t ........................... ok
t/spec/S16-io/newline.t ........................................... ok
t/spec/S16-io/note.t .............................................. ok
t/spec/S16-io/home.t .............................................. ok
t/spec/S16-io/bare-say.t .......................................... ok
t/spec/S16-io/prompt.t ............................................ ok
t/spec/S16-io/readchars.t ......................................... ok
t/spec/S16-io/put.t ............................................... ok
t/spec/S16-filehandles/argfiles.t ................................. ok
t/spec/S16-io/say.t ............................................... ok
t/spec/S16-io/lines.t ............................................. ok
t/spec/S16-io/split.t ............................................. ok
t/spec/S16-io/say-and-ref.t ....................................... ok
t/spec/S16-io/supply.t ............................................ ok
t/spec/S16-io/tmpdir.t ............................................ ok
t/spec/S16-io/watch.t ............................................. ok
t/spec/S16-unfiled/rebindstdhandles.rakudo.moar ................... ok
t/spec/S15-normalization/nfkd-8.t ................................. ok
t/spec/S17-channel/subscription-drain-in-react.t .................. ok
t/spec/S17-channel/basic.t ........................................ ok
t/spec/S16-io/words.t ............................................. ok
t/spec/S17-lowlevel/atomic-ops.t .................................. ok
t/spec/S17-lowlevel/cas-loop-int.t ................................ ok
t/spec/S17-lowlevel/atomic.t ...................................... ok
t/spec/S17-lowlevel/cas-loop.t .................................... ok
t/spec/S17-lowlevel/semaphore.t ................................... ok
t/spec/S16-io/print.t ............................................. ok
t/spec/S17-lowlevel/cas.t ......................................... ok
t/spec/S17-lowlevel/thread.t ...................................... ok
t/spec/S17-procasync/bind-handles.t ............................... ok
t/spec/S17-procasync/nonexistent.t ................................ ok
t/spec/S17-procasync/basic.rakudo.moar ............................ ok
t/spec/S17-promise/anyof.t ........................................ ok
t/spec/S17-procasync/print.rakudo.moar ............................ ok
t/spec/S17-procasync/encoding.t ................................... ok
t/spec/S17-supply/throttle.t ...................................... ok
t/spec/S17-promise/lock-async.t ................................... ok
t/spec/S17-promise/single-assignment.t ............................ ok
t/spec/S17-lowlevel/cas-int.t ..................................... ok
t/spec/S17-promise/then.t ......................................... ok
t/spec/S17-promise/stress.t ....................................... ok
t/spec/S17-scheduler/basic.rakudo.moar ............................ ok
t/spec/S17-supply/Channel.t ....................................... ok
t/spec/S17-supply/Promise.t ....................................... ok
t/spec/S17-promise/at.t ........................................... ok
t/spec/S17-supply/classify.t ...................................... ok
t/spec/S17-supply/categorize.t .................................... ok
t/spec/S17-promise/nonblocking-await.t ............................ ok
t/spec/S17-supply/basic.t ......................................... ok
t/spec/S17-supply/comb.t .......................................... ok
t/spec/S17-supply/do.t ............................................ ok
t/spec/S17-supply/flat.t .......................................... ok
t/spec/S17-supply/from-list.t ..................................... ok
t/spec/S17-supply/grab.t .......................................... ok
t/spec/S17-supply/grep.t .......................................... ok
t/spec/S17-supply/head.t .......................................... ok
t/spec/S17-promise/basic.t ........................................ ok
t/spec/S17-supply/lines.t ......................................... ok
t/spec/S17-supply/list.t .......................................... ok
t/spec/S17-supply/max.t ........................................... ok
t/spec/S17-supply/map.t ........................................... ok
t/spec/S17-supply/migrate.t ....................................... ok
t/spec/S17-supply/merge.t ......................................... ok
t/spec/S17-supply/interval.t ...................................... ok
t/spec/S17-supply/min.t ........................................... ok
t/spec/S17-supply/minmax.t ........................................ ok
t/spec/S17-supply/on-demand.t ..................................... ok
t/spec/S17-supply/produce.t ....................................... ok
t/spec/S17-supply/reverse.t ....................................... ok
t/spec/S17-supply/return-in-tap.t ................................. ok
t/spec/S17-supply/schedule-on.t ................................... ok
t/spec/S17-supply/reduce.t ........................................ ok
t/spec/S17-supply/rotor.rakudo.moar ............................... ok
t/spec/S17-supply/skip.t .......................................... ok
t/spec/S17-supply/sort.t .......................................... ok
t/spec/S17-lowlevel/thread-start-join-stress.t .................... ok
t/spec/S17-supply/squish.t ........................................ ok
t/spec/S17-supply/split.t ......................................... ok
t/spec/S17-supply/supplier-preserving.t ........................... ok
t/spec/S17-supply/tail.t .......................................... ok
t/spec/S17-supply/words.t ......................................... ok
t/spec/S17-supply/zip.t ........................................... ok
t/spec/S17-supply/syntax-nonblocking-await.t ...................... ok
t/spec/S19-command-line-options/04-negation.rakudo.moar ........... ok
t/spec/S19-command-line-options/05-delimited-options.rakudo.moar .. ok
t/spec/S17-supply/zip-latest.t .................................... ok
t/spec/S19-command-line-options/03-dash-p.t ....................... ok
t/spec/S19-command-line/help.t .................................... ok
t/spec/S19-command-line-options/02-dash-n.rakudo.moar ............. ok
t/spec/S19-command-line/arguments.t ............................... ok
t/spec/S19-command-line/repl.t .................................... ok
t/spec/S22-package-format/local.t ................................. ok
t/spec/S24-testing/0-compile.t .................................... ok
t/spec/S19-command-line/dash-e.t .................................. ok
t/spec/S24-testing/11-plan-skip-all.t ............................. skipped: Testing skippage of `plan skip-all`
t/spec/S24-testing/10-is-approx.t ................................. ok
t/spec/S24-testing/14-like-unlike.t ............................... ok
t/spec/S17-supply/wait.t .......................................... ok
t/spec/S24-testing/13-cmp-ok.t .................................... ok
t/spec/S24-testing/11-plan-skip-all-subtests.t .................... ok
t/spec/S24-testing/fails-like.t ................................... ok
t/spec/S24-testing/7-bail_out.t ................................... ok
t/spec/S26-documentation/01-delimited.t ........................... ok
t/spec/S24-testing/3-output.t ..................................... ok
t/spec/S24-testing/9-is_deeply.t .................................. ok
t/spec/S24-testing/12-subtest-todo.t .............................. ok
t/spec/S24-testing/8-die_on_fail.t ................................ ok
t/spec/S26-documentation/03-abbreviated.t ......................... ok
t/spec/S26-documentation/02-paragraph.t ........................... ok
t/spec/S26-documentation/04-code.t ................................ ok
t/spec/S26-documentation/05-comment.t ............................. ok
t/spec/S26-documentation/07-tables.t .............................. ok
t/spec/S26-documentation/07b-tables.t ............................. ok
t/spec/S26-documentation/06-lists.t ............................... ok
t/spec/S26-documentation/07c-tables.t ............................. ok
t/spec/S26-documentation/08-formattingcodes.t ..................... ok
t/spec/S26-documentation/07a-tables.t ............................. ok
t/spec/S26-documentation/04a-input-output.t ....................... ok
t/spec/S26-documentation/14-defn.t ................................ ok
t/spec/S26-documentation/09-configuration.t ....................... ok
t/spec/S26-documentation/15-numbered-alias.rakudo.moar ............ ok
t/spec/S17-supply/unique.t ........................................ ok
t/spec/S26-documentation/module-comment.t ......................... ok
t/spec/S26-documentation/10-doc-cli.t ............................. ok
t/spec/S26-documentation/multiline-leading.t ...................... ok
t/spec/S26-documentation/block-leading-user-format.t .............. ok
t/spec/S26-documentation/multiline-trailing.t ..................... ok
t/spec/S24-testing/line-numbers.t ................................. ok
t/spec/S26-documentation/block-leading.t .......................... ok
t/spec/S26-documentation/block-trailing.t ......................... ok
t/spec/S28-named-variables/cwd.t .................................. ok
t/spec/S26-documentation/wacky.t .................................. ok
t/spec/S28-named-variables/init-instant.t ......................... ok
t/spec/S29-any/cmp.t .............................................. ok
t/spec/S28-named-variables/slangs.t ............................... ok
t/spec/S26-documentation/why-leading.t ............................ ok
t/spec/S26-documentation/why-both.t ............................... ok
t/spec/S26-documentation/why-trailing.t ........................... ok
t/spec/S29-any/deg-trans.t ........................................ ok
t/spec/S29-any/minpairs-maxpairs.t ................................ ok
t/spec/S29-any/isa.t .............................................. ok
t/spec/S29-context/exit-in-if.t ................................... ok
t/spec/S29-context/evalfile.t ..................................... ok
t/spec/S29-conversions/hash.t ..................................... ok
t/spec/S29-conversions/ord_and_chr.rakudo.moar .................... ok
t/spec/S29-context/die.t .......................................... ok
t/spec/S29-context/exit.t ......................................... ok
t/spec/S32-array/bool.t ........................................... ok
t/spec/S29-context/eval.rakudo.moar ............................... ok
t/spec/S32-array/create.t ......................................... ok
t/spec/S32-array/delete-adverb-native.t ........................... ok
t/spec/S32-array/elems.t .......................................... ok
t/spec/S32-array/end.t ............................................ ok
t/spec/S32-array/delete.t ......................................... ok
t/spec/S32-array/exists-adverb.t .................................. ok
t/spec/S32-array/keys_values.t .................................... ok
t/spec/S32-array/kv.t ............................................. ok
t/spec/S32-array/delete-adverb.t .................................. ok
t/spec/S32-array/pairs.t .......................................... ok
t/spec/S32-array/perl.t ........................................... ok
t/spec/S32-array/pop.rakudo.moar .................................. ok
t/spec/S32-array/rotate.t ......................................... ok
t/spec/S32-array/push.t ........................................... ok
t/spec/S32-array/shift.t .......................................... ok
t/spec/S32-array/adverbs.t ........................................ ok
t/spec/S32-basics/pairup.t ........................................ ok
t/spec/S32-array/unshift.t ........................................ ok
t/spec/S32-basics/xxPOS-native.t .................................. ok
t/spec/S32-basics/xxKEY.rakudo.moar ............................... ok
t/spec/S29-context/sleep.t ........................................ ok
t/spec/S32-basics/xxPOS.rakudo.moar ............................... ok
t/spec/S32-basics/warn.t .......................................... ok
t/spec/S32-container/cat.rakudo.moar .............................. ok
t/spec/S32-container/stringify.t .................................. ok
t/spec/S32-container/buf.t ........................................ ok
t/spec/S32-container/roundrobin.t ................................. ok
t/spec/S32-container/zip.rakudo.moar .............................. ok
t/spec/S32-encoding/encoder.t ..................................... ok
t/spec/S32-encoding/decoder.t ..................................... ok
t/spec/S32-encoding/registry.t .................................... ok
t/spec/S32-array/splice.rakudo.moar ............................... ok
t/spec/S32-hash/antipairs.t ....................................... ok
t/spec/S32-hash/delete-adverb.t ................................... ok
t/spec/S32-hash/delete.t .......................................... ok
t/spec/S32-hash/exists.rakudo.moar ................................ ok
t/spec/S32-hash/invert.t .......................................... ok
t/spec/S32-hash/exists-adverb.t ................................... ok
t/spec/S32-hash/keys_values.t ..................................... ok
t/spec/S32-hash/iterator.t ........................................ ok
t/spec/S32-hash/kv.t .............................................. ok
t/spec/S32-hash/map.t ............................................. ok
t/spec/S32-hash/pairs.t ........................................... ok
t/spec/S32-hash/push.t ............................................ ok
t/spec/S32-hash/slice.rakudo.moar ................................. ok
t/spec/S32-hash/perl.t ............................................ ok
t/spec/S32-io/IO-Socket-Async-UDP.t ............................... ok
t/spec/S32-hash/adverbs.t ......................................... ok
t/spec/S32-exceptions/misc2.rakudo.moar ........................... ok
t/spec/S29-os/system.rakudo.moar .................................. ok
t/spec/S32-io/chdir-process.t ..................................... ok
t/spec/S32-io/chdir.t ............................................. ok
t/spec/S32-io/IO-Socket-INET.t .................................... ok
t/spec/S32-io/IO-Socket-Async.t ................................... ok
t/spec/S32-io/copy.t .............................................. ok
t/spec/S32-io/dir.rakudo.moar ..................................... ok
t/spec/S32-io/file-tests.t ........................................ ok
t/spec/S32-temporal/DateTime.t .................................... ok
t/spec/S32-io/io-handle.t ......................................... ok
t/spec/S32-io/indir.t ............................................. ok
t/spec/S32-io/io-path-subclasses.t ................................ ok
t/spec/S32-io/io-path-cygwin.rakudo.moar .......................... ok
t/spec/S32-io/io-path-symlink.t ................................... ok
t/spec/S32-io/io-path-unix.rakudo.moar ............................ ok
t/spec/S32-io/io-path-win.rakudo.moar ............................. ok
t/spec/S32-io/io-spec-qnx.t ....................................... ok
t/spec/S32-io/io-spec-cygwin.t .................................... ok
t/spec/S32-io/io-cathandle.rakudo.moar ............................ ok
t/spec/S32-io/io-special.t ........................................ ok
t/spec/S32-io/io-path-extension.t ................................. ok
t/spec/S32-io/io-spec-unix.t ...................................... ok
t/spec/S32-io/mkdir_rmdir.rakudo.moar ............................. ok
t/spec/S32-io/native-descriptor.t ................................. ok
t/spec/S32-io/io-spec-win.t ....................................... ok
t/spec/S32-io/move.t .............................................. ok
t/spec/S32-io/null-char.t ......................................... ok
t/spec/S32-io/other.t ............................................. ok
t/spec/S32-io/io-path.t ........................................... ok
t/spec/S32-io/open.t .............................................. ok
t/spec/S32-io/note.t .............................................. ok
t/spec/S32-io/out-buffering.t ..................................... ok
t/spec/S32-io/rename.t ............................................ ok
t/spec/S32-io/signals.t ........................................... ok
t/spec/S32-io/seek.t .............................................. ok
t/spec/S32-io/lock.t .............................................. ok
t/spec/S32-io/socket-fail-invalid-values.t ........................ ok
t/spec/S32-io/socket-accept-and-working-threads.t ................. ok
t/spec/S32-io/socket-host-port-split.rakudo.moar .................. ok
t/spec/S32-io/slurp.t ............................................. ok
t/spec/S32-io/socket-recv-vs-read.t ............................... ok
t/spec/S32-io/pipe.t .............................................. ok
t/spec/S32-io/tell.t .............................................. ok
t/spec/S32-io/spurt.t ............................................. ok
t/spec/S32-list/batch.t ........................................... ok
t/spec/S32-io/utf16.t ............................................. ok
t/spec/S32-list/categorize.t ...................................... ok
t/spec/S32-exceptions/misc.rakudo.moar ............................ ok
t/spec/S32-list/create.t .......................................... ok
t/spec/S32-list/classify.rakudo.moar .............................. ok
t/spec/S32-list/cross.t ........................................... ok
t/spec/S32-list/combinations.t .................................... ok
t/spec/S32-list/deepmap.t ......................................... ok
t/spec/S32-list/end.t ............................................. ok
t/spec/S32-list/duckmap.t ......................................... ok
t/spec/S32-list/first-end-k.rakudo.moar ........................... ok
t/spec/S32-list/first-end-kv.t .................................... ok
t/spec/S32-list/first-end-p.t ..................................... ok
t/spec/S32-list/first-end-v.t ..................................... ok
t/spec/S32-list/first-end.t ....................................... ok
t/spec/S32-list/first-k.rakudo.moar ............................... ok
t/spec/integration/advent2012-day19.t ............................. ok
t/spec/S32-list/first-kv.t ........................................ ok
t/spec/S32-list/first-p.t ......................................... ok
t/spec/S32-list/first-v.t ......................................... ok
t/spec/S32-list/flat.t ............................................ ok
t/spec/S32-list/first.rakudo.moar ................................. ok
t/spec/S32-list/grep-kv.t ......................................... ok
t/spec/S32-list/grep-p.t .......................................... ok
t/spec/S32-list/grep-k.rakudo.moar ................................ ok
t/spec/S32-list/grep-v.t .......................................... ok
t/spec/S32-list/classify-list.t ................................... ok
t/spec/S32-list/head.t ............................................ ok
t/spec/S32-list/join.t ............................................ ok
t/spec/S32-list/iterator.t ........................................ ok
t/spec/S32-list/grep.rakudo.moar .................................. ok
t/spec/S32-list/map_function_return_values.t ...................... ok
t/spec/S32-list/map.rakudo.moar ................................... ok
t/spec/S32-list/permutations.t .................................... ok
t/spec/S32-list/minmax.t .......................................... ok
t/spec/S32-list/repeated.t ........................................ ok
t/spec/S32-list/pick.t ............................................ ok
t/spec/S32-list/reverse.t ......................................... ok
t/spec/S32-list/categorize-list.t ................................. ok
t/spec/S32-list/rotor.t ........................................... ok
t/spec/S32-io/other-stress.t ...................................... ok
t/spec/S32-list/produce.t ......................................... ok
t/spec/S32-list/reduce.t .......................................... ok
t/spec/S32-list/seq.rakudo.moar ................................... ok
t/spec/S32-list/roll.t ............................................ ok
t/spec/S32-list/skip.t ............................................ ok
t/spec/S32-num/abs.t .............................................. ok
t/spec/S32-list/tail.t ............................................ ok
t/spec/S32-list/unique.t .......................................... ok
t/spec/S32-list/squish.t .......................................... ok
t/spec/S32-list/sort.t ............................................ ok
t/spec/S32-num/expmod.rakudo.moar ................................. ok
t/spec/S32-num/base.t ............................................. ok
t/spec/S32-num/cool-num.rakudo.moar ............................... ok
t/spec/S32-num/exp.t .............................................. ok
t/spec/S32-num/narrow.t ........................................... ok
t/spec/S32-num/log.rakudo.moar .................................... ok
t/spec/S32-num/is-prime.t ......................................... ok
t/spec/S32-num/complex.t .......................................... ok
t/spec/S32-num/pi.t ............................................... ok
t/spec/S32-num/polar.t ............................................ ok
t/spec/S32-num/polymod.t .......................................... ok
t/spec/integration/advent2013-day14.t ............................. ok
t/spec/S32-num/negative-zero.t .................................... ok
t/spec/S32-num/rand.rakudo.moar ................................... ok
t/spec/S32-num/int.t .............................................. ok
t/spec/S32-num/roots.t ............................................ ok
t/spec/S32-num/real-bridge.t ...................................... ok
t/spec/S32-num/power.rakudo.moar .................................. ok
t/spec/S32-num/sign.t ............................................. ok
t/spec/S32-num/sqrt.t ............................................. ok
t/spec/S32-num/rounders.t ......................................... ok
t/spec/S32-num/stringify.rakudo.moar .............................. ok
t/spec/S32-num/unpolar.t .......................................... ok
t/spec/S32-num/rat.t .............................................. ok
t/spec/S32-num/fatrat.t ........................................... ok
t/spec/S32-scalar/defined.t ....................................... ok
t/spec/S32-scalar/perl.rakudo.moar ................................ ok
t/spec/S32-str/Collation.t ........................................ ok
t/spec/S32-scalar/undef.rakudo.moar ............................... ok
t/spec/S32-num/rshift_pos_amount.t ................................ ok
t/spec/S32-str/append.t ........................................... ok
t/spec/S32-str/bool.t ............................................. ok
t/spec/S32-num/stress.t ........................................... ok
t/spec/S32-str/capitalize.t ....................................... ok
t/spec/S32-str/chomp.t ............................................ ok
t/spec/S32-str/chop.t ............................................. ok
t/spec/S32-str/contains.t ......................................... ok
t/spec/integration/error-reporting.t .............................. ok
t/spec/S32-str/comb.t ............................................. ok
t/spec/S32-str/ends-with.t ........................................ ok
t/spec/S32-str/encode.rakudo.moar ................................. ok
t/spec/S32-str/fc.t ............................................... ok
t/spec/S32-str/flip.t ............................................. ok
t/spec/S32-str/gb18030-encode-decode.t ............................ ok
t/spec/S32-str/gb2312-encode-decode.t ............................. ok
t/spec/S32-str/indices.t .......................................... ok
t/spec/S32-str/index.t ............................................ ok
t/spec/S32-str/lc.t ............................................... ok
t/spec/S32-str/indent.rakudo.moar ................................. ok
t/spec/S32-str/length.t ........................................... ok
t/spec/S32-str/ords.t ............................................. ok
t/spec/S32-str/numeric.rakudo.moar ................................ ok
t/spec/S32-str/lines.t ............................................ ok
t/spec/S32-str/pack.t ............................................. ok
t/spec/S32-str/parse-base.t ....................................... ok
t/spec/S32-str/pos.t .............................................. ok
t/spec/S32-str/samecase.t ......................................... ok
t/spec/S32-str/rindex.t ........................................... ok
t/spec/S32-str/samemark.t ......................................... ok
t/spec/S32-str/shiftjis-encode-decode.t ........................... ok
t/spec/S32-str/CollationTest_NON_IGNORABLE-3.t .................... ok
t/spec/S32-str/CollationTest_NON_IGNORABLE-1.t .................... ok
t/spec/S32-str/split-simple.t ..................................... ok
t/spec/integration/eval-and-threads.t ............................. ok
t/spec/S32-str/CollationTest_NON_IGNORABLE-0.t .................... ok
t/spec/S32-str/CollationTest_NON_IGNORABLE-2.t .................... ok
t/spec/S32-str/split.rakudo.moar .................................. ok
t/spec/S32-str/sprintf-c.t ........................................ ok
t/spec/S32-str/sprintf-u.t ........................................ ok
t/spec/S32-str/sprintf-s.t ........................................ ok
t/spec/S32-str/sprintf-o.t ........................................ ok
t/spec/S32-str/starts-with.t ...................................... ok
t/spec/S32-str/substr-eq.t ........................................ ok
t/spec/S32-str/sprintf.t .......................................... ok
t/spec/S32-str/substr-rw.rakudo.moar .............................. ok
t/spec/S32-str/tc.t ............................................... ok
t/spec/S32-str/substr.t ........................................... ok
t/spec/S32-str/tclc.t ............................................. ok
t/spec/S32-str/sprintf-e.t ........................................ ok
t/spec/S32-str/trim.t ............................................. ok
t/spec/S32-str/uc.t ............................................... ok
t/spec/S32-str/uniparse.t ......................................... ok
t/spec/S32-str/unpack.t ........................................... ok
t/spec/S32-str/words.t ............................................ ok
t/spec/S32-str/windows-1251-windows-1252-encode-decode.t .......... ok
t/spec/S32-str/sprintf-d.t ........................................ ok
t/spec/S32-str/sprintf-b.t ........................................ ok
t/spec/S32-temporal/DateTime-Instant-Duration.t ................... ok
t/spec/S32-temporal/Date.t ........................................ ok
t/spec/S32-temporal/local.rakudo.moar ............................. ok
t/spec/S32-str/utf8-c8.t .......................................... ok
t/spec/S32-str/sprintf-f.t ........................................ ok
t/spec/S32-temporal/calendar.t .................................... ok
t/spec/S32-trig/atan2.t ........................................... ok
t/spec/S32-trig/cos.t ............................................. ok
t/spec/S32-trig/cosec.t ........................................... ok
t/spec/S32-trig/e.t ............................................... ok
t/spec/S32-trig/cosech.t .......................................... ok
t/spec/S32-trig/cosh.t ............................................ ok
t/spec/S32-trig/cotan.t ........................................... ok
t/spec/S32-trig/cotanh.t .......................................... ok
t/spec/S32-trig/pi.t .............................................. ok
t/spec/S32-trig/simple.t .......................................... ok
t/spec/S32-trig/sec.t ............................................. ok
t/spec/S32-trig/sech.t ............................................ ok
t/spec/S32-trig/sin.t ............................................. ok
t/spec/S32-trig/sinh.t ............................................ ok
t/spec/S32-trig/tan.t ............................................. ok
t/spec/S32-str/sprintf-x.t ........................................ ok
t/spec/integration/99problems-01-to-10.t .......................... ok
t/spec/S32-trig/tanh.t ............................................ ok
t/spec/integration/99problems-21-to-30.t .......................... ok
t/spec/integration/99problems-11-to-20.t .......................... ok
t/spec/integration/99problems-31-to-40.t .......................... ok
t/spec/integration/advent2009-day01.t ............................. ok
t/spec/integration/advent2009-day02.t ............................. ok
t/spec/integration/99problems-51-to-60.t .......................... ok
t/spec/integration/advent2009-day04.t ............................. ok
t/spec/integration/99problems-61-to-70.t .......................... ok
t/spec/integration/advent2009-day03.t ............................. ok
t/spec/integration/advent2009-day05.t ............................. ok
t/spec/integration/99problems-41-to-50.t .......................... ok
t/spec/integration/advent2009-day06.t ............................. ok
t/spec/integration/precompiled.t .................................. ok
t/spec/integration/advent2009-day08.t ............................. ok
t/spec/integration/advent2009-day10.t ............................. ok
t/spec/integration/advent2009-day07.t ............................. ok
t/spec/integration/advent2009-day09.t ............................. ok
t/spec/integration/advent2009-day11.t ............................. ok
t/spec/integration/advent2009-day13.t ............................. ok
t/spec/integration/advent2009-day14.t ............................. ok
t/spec/integration/advent2009-day15.t ............................. ok
t/spec/integration/advent2009-day12.t ............................. ok
t/spec/integration/advent2009-day19.t ............................. ok
t/spec/integration/advent2009-day16.t ............................. ok
t/spec/integration/advent2009-day20.t ............................. ok
t/spec/integration/advent2009-day21.t ............................. ok
t/spec/integration/advent2009-day18.t ............................. ok
t/spec/integration/advent2009-day23.t ............................. ok
t/spec/integration/advent2009-day24.t ............................. ok
t/spec/integration/advent2010-day03.t ............................. ok
t/spec/integration/advent2009-day17.t ............................. ok
t/spec/integration/advent2010-day04.t ............................. ok
t/spec/integration/advent2010-day06.t ............................. ok
t/spec/integration/advent2010-day08.t ............................. ok
t/spec/integration/advent2010-day10.rakudo.moar ................... ok
t/spec/integration/advent2009-day22.t ............................. ok
t/spec/integration/advent2010-day07.t ............................. ok
t/spec/integration/advent2010-day11.t ............................. ok
t/spec/integration/advent2010-day21.t ............................. ok
t/spec/integration/advent2010-day16.t ............................. ok
t/spec/integration/advent2010-day22.t ............................. ok
t/spec/integration/advent2010-day19.t ............................. ok
t/spec/integration/advent2010-day14.t ............................. ok
t/spec/integration/advent2010-day12.t ............................. ok
t/spec/integration/advent2011-day03.t ............................. ok
t/spec/integration/advent2011-day05.t ............................. ok
t/spec/integration/advent2010-day23.t ............................. ok
t/spec/integration/advent2011-day04.t ............................. ok
t/spec/integration/advent2011-day07.t ............................. ok
t/spec/integration/advent2011-day15.t ............................. ok
t/spec/integration/advent2011-day11.t ............................. ok
t/spec/integration/advent2011-day16.t ............................. ok
t/spec/integration/advent2011-day14.t ............................. ok
t/spec/integration/advent2011-day20.t ............................. ok
t/spec/integration/advent2012-day02.t ............................. ok
t/spec/integration/advent2011-day10.t ............................. ok
t/spec/integration/advent2011-day24.t ............................. ok
t/spec/integration/advent2012-day03.t ............................. ok
t/spec/integration/advent2012-day09.t ............................. ok
t/spec/integration/advent2012-day10.t ............................. ok
t/spec/integration/advent2012-day12.t ............................. ok
t/spec/integration/advent2011-day23.t ............................. ok
t/spec/integration/advent2012-day06.t ............................. ok
t/spec/integration/advent2011-day22.t ............................. ok
t/spec/integration/advent2012-day13.t ............................. ok
t/spec/integration/advent2012-day16.t ............................. ok
t/spec/integration/advent2012-day04.rakudo.moar ................... ok
t/spec/integration/advent2012-day15.t ............................. ok
t/spec/integration/advent2012-day14.t ............................. ok
t/spec/integration/advent2012-day20.t ............................. ok
t/spec/integration/advent2012-day22.t ............................. ok
t/spec/integration/advent2012-day23.t ............................. ok
t/spec/integration/advent2012-day24.t ............................. ok
t/spec/integration/advent2013-day04.t ............................. ok
t/spec/integration/advent2013-day02.t ............................. ok
t/spec/integration/advent2013-day07.t ............................. ok
t/spec/integration/advent2013-day06.t ............................. ok
t/spec/integration/advent2013-day08.t ............................. ok
t/spec/integration/advent2013-day09.t ............................. ok
t/spec/integration/advent2013-day15.t ............................. ok
t/spec/integration/advent2013-day10.t ............................. ok
t/spec/integration/advent2013-day12.t ............................. ok
t/spec/integration/advent2013-day19.t ............................. ok
t/spec/integration/advent2013-day18.t ............................. ok
t/spec/integration/advent2013-day23.t ............................. ok
t/spec/integration/advent2013-day21.t ............................. ok
t/spec/integration/advent2013-day20.t ............................. ok
t/spec/integration/advent2013-day22.t ............................. ok
t/spec/integration/code-blocks-as-sub-args.t ...................... ok
t/spec/integration/advent2014-day16.t ............................. ok
t/spec/integration/advent2014-day13.t ............................. ok
t/spec/integration/lexical-array-in-inner-block.t ................. ok
t/spec/integration/advent2014-day05.rakudo.moar ................... ok
t/spec/integration/lazy-bentley-generator.t ....................... ok
t/spec/integration/weird-errors.rakudo.moar ....................... ok
t/spec/integration/failure-and-callsame.t ......................... ok
t/spec/integration/lexicals-and-attributes.t ...................... ok
t/spec/integration/man-or-boy.t ................................... ok
t/spec/integration/no-indirect-new.t .............................. ok
t/spec/integration/method-calls-and-instantiation.t ............... ok
t/spec/integration/deep-recursion-initing-native-array.t .......... ok
t/spec/integration/pair-in-array.t ................................ ok
t/spec/integration/packages.t ..................................... ok
t/spec/integration/passing-pair-class-to-sub.t .................... ok
t/spec/integration/rule-in-class-Str.t ............................ ok
t/spec/integration/real-strings.t ................................. ok
t/spec/integration/say-crash.t .................................... ok
t/spec/integration/substr-after-match-in-gather-in-for.t .......... ok
t/spec/integration/topic_in_double_loop.t ......................... ok
t/spec/integration/role-composition-vs-attribute.rakudo.moar ...... ok
t/spec/integration/variables-in-do.t .............................. ok
t/spec/rosettacode/sierpinski_triangle.t .......................... ok
t/spec/rosettacode/greatest_element_of_a_list.t ................... ok
t/spec/integration/advent2012-day21.t ............................. ok
Test Summary Report
-------------------
t/spec/MISC/bug-coverage-stress-6.d.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 1 tests but ran 0.
Files=1352, Tests=187175, 884 wallclock secs (36.08 usr 4.00 sys + 3198.33 cusr 169.30 csys = 3407.71 CPU)
Result: FAIL
make: *** [Makefile:666: m-stresstest5] Error 1
Let's try again?
+++ Checking for moar NQP version
cd t/spec && git pull --ff-only
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
make: [Makefile:142: spectest_update] Error 1 (ignored)
'/usr/bin/perl' -I'/home/koto/Devel/rakudo-dev/rakudo/tools/lib' -I'/home/koto/Devel/rakudo-dev/rakudo/3rdparty/nqp-configure/lib' t/harness5 --moar --fudge --keep-exit-code --tests-from-file=t/spec/spectest.data --stress
Inline::Perl5 not installed: not running Perl 5 integration tests
You can install Inline::Perl5 into the build directory with
zef --install-to=inst#/home/koto/Devel/rakudo-dev/rakudo/t/../gen/build_rakudo_home/site install Inline::Perl5
t/spec/APPENDICES/A02-some-day-maybe/concreteness.t ............... ok
t/spec/APPENDICES/A02-some-day-maybe/io-cathandle.t ............... ok
t/spec/APPENDICES/A02-some-day-maybe/multi-no-match.t ............. ok
t/spec/APPENDICES/A02-some-day-maybe/misc.t ....................... ok
t/spec/APPENDICES/A01-limits/misc.rakudo.moar ..................... ok
t/spec/MISC/bug-coverage-6.d.t .................................... ok
t/spec/APPENDICES/A01-limits/overflow.rakudo.moar ................. ok
t/spec/MISC/bug-coverage-stress-6.d.t ............................. ok
t/spec/APPENDICES/A04-experimental/01-misc.rakudo.moar ............ ok
t/spec/S01-perl-5-integration/array.rakudo.moar ................... ok
t/spec/S01-perl-5-integration/basic.t ............................. ok
t/spec/S01-perl-5-integration/class.rakudo.moar ................... ok
t/spec/S01-perl-5-integration/context.rakudo.moar ................. ok
t/spec/S01-perl-5-integration/eval_lex.rakudo.moar ................ ok
t/spec/S01-perl-5-integration/exception_handling.t ................ ok
t/spec/S01-perl-5-integration/import.t ............................ ok
t/spec/S01-perl-5-integration/hash.t .............................. ok
t/spec/S01-perl-5-integration/isms.t .............................. ok
t/spec/S01-perl-5-integration/method.rakudo.moar .................. ok
t/spec/S01-perl-5-integration/return.t ............................ ok
t/spec/MISC/misc-6.d.rakudo.moar .................................. ok
t/spec/S01-perl-5-integration/strings.rakudo.moar ................. ok
t/spec/S01-perl-5-integration/roundtrip.t ......................... ok
t/spec/S01-perl-5-integration/subs.t .............................. ok
t/spec/S02-lexical-conventions/bom.t .............................. ok
t/spec/S02-lexical-conventions/finish-pod.t ....................... ok
t/spec/S02-lexical-conventions/comments.t ......................... ok
t/spec/S02-lexical-conventions/one-pass-parsing.t ................. ok
t/spec/S02-lexical-conventions/minimal-whitespace.t ............... ok
t/spec/S02-lexical-conventions/pod-in-multi-line-exprs.t .......... ok
t/spec/MISC/bug-coverage.t ........................................ ok
t/spec/S02-lexical-conventions/sub-block-parsing.t ................ ok
t/spec/S02-lexical-conventions/unicode.t .......................... ok
t/spec/MISC/bug-coverage-stress.rakudo.moar ....................... ok
t/spec/S02-lexical-conventions/unicode-whitespace.t ............... ok
t/spec/S02-lists/indexing.t ....................................... ok
t/spec/APPENDICES/A03-older-specs/01-misc.rakudo.moar ............. ok
t/spec/S02-lists/tree.t ........................................... ok
t/spec/S02-literals/adverbs.rakudo.moar ........................... ok
t/spec/S02-literals/array-interpolation.t ......................... ok
t/spec/S02-literals/char-by-name.t ................................ ok
t/spec/S02-literals/autoref.t ..................................... ok
t/spec/S02-literals/char-by-number.t .............................. ok
t/spec/S02-lexical-conventions/unspace.rakudo.moar ................ ok
t/spec/S02-literals/fmt-interpolation.t ........................... ok
t/spec/S02-literals/hex_chars.t ................................... ok
t/spec/S02-literals/hash-interpolation.t .......................... ok
t/spec/S02-literals/listquote-whitespace.t ........................ ok
t/spec/S02-literals/heredocs.rakudo.moar .......................... ok
t/spec/S02-literals/listquote.rakudo.moar ......................... ok
t/spec/S02-literals/pair-boolean.t ................................ ok
t/spec/S02-literals/misc-interpolation.t .......................... ok
t/spec/S02-literals/allomorphic.t ................................. ok
t/spec/S02-literals/pod.rakudo.moar ............................... ok
t/spec/S02-literals/numeric.rakudo.moar ........................... ok
t/spec/S02-literals/pairs.t ....................................... ok
t/spec/S02-literals/quoting-unicode.t ............................. ok
t/spec/S02-literals/sub-calls.t ................................... ok
t/spec/S02-literals/subscript.t ................................... ok
t/spec/S02-literals/underscores.t ................................. ok
t/spec/S02-literals/types.t ....................................... ok
t/spec/S02-magicals/78258.t ....................................... ok
t/spec/S02-literals/version.rakudo.moar ........................... ok
t/spec/S02-magicals/GROUP.t ....................................... ok
t/spec/S02-magicals/DISTRO.rakudo.moar ............................ ok
t/spec/S02-literals/quoting.t ..................................... ok
t/spec/S02-magicals/RAKU.rakudo.moar .............................. ok
t/spec/S02-magicals/PERL.rakudo.moar .............................. ok
t/spec/S02-magicals/USER.t ........................................ ok
t/spec/S02-literals/radix.rakudo.moar ............................. ok
t/spec/S02-magicals/KERNEL.rakudo.moar ............................ ok
t/spec/S17-channel/stress.t ....................................... ok
t/spec/S02-magicals/VM.rakudo.moar ................................ ok
t/spec/S02-magicals/block.t ....................................... ok
t/spec/S02-magicals/dollar_bang.t ................................. ok
t/spec/S02-magicals/dollar-underscore.t ........................... ok
t/spec/S17-lowlevel/lock.t ........................................ ok
t/spec/S02-magicals/args.t ........................................ ok
t/spec/S02-magicals/file_line.t ................................... ok
t/spec/S02-magicals/env.rakudo.moar ............................... ok
t/spec/S02-magicals/subname.t ..................................... ok
t/spec/S02-magicals/pid.t ......................................... ok
t/spec/S02-magicals/progname.t .................................... ok
t/spec/S02-names-vars/contextual.t ................................ ok
t/spec/S02-names-vars/fmt.t ....................................... ok
t/spec/S02-magicals/sub.rakudo.moar ............................... ok
t/spec/S02-names-vars/list_array_perl.t ........................... ok
t/spec/S02-names-vars/signature.t ................................. ok
t/spec/S02-names/SETTING-6c.rakudo.moar ........................... ok
t/spec/S02-names-vars/variables-and-packages.t .................... ok
t/spec/S02-literals/string-interpolation.t ........................ ok
t/spec/S02-names/SETTING-6e.t ..................................... ok
t/spec/S02-names/bare-sigil.t ..................................... ok
t/spec/S02-names/caller.rakudo.moar ............................... ok
t/spec/S10-packages/precompilation.rakudo.moar .................... ok
t/spec/S02-names/dynamic-scope.t .................................. ok
t/spec/S02-names-vars/perl.rakudo.moar ............................ ok
t/spec/S02-names/indirect.t ....................................... ok
t/spec/S02-names/identifier.t ..................................... ok
t/spec/S02-names-vars/names.rakudo.moar ........................... ok
t/spec/S02-names/is_cached.t ...................................... ok
t/spec/S02-names/is_dynamic.t ..................................... ok
t/spec/S02-names/our.rakudo.moar .................................. ok
t/spec/S02-names-vars/varnames.rakudo.moar ........................ ok
t/spec/S02-names/strict.rakudo.moar ............................... ok
t/spec/S02-names/symbolic-deref.rakudo.moar ....................... ok
t/spec/S02-one-pass-parsing/less-than.t ........................... ok
t/spec/S17-procasync/kill.rakudo.moar ............................. ok
t/spec/S02-names/name.t ........................................... ok
t/spec/S02-one-pass-parsing/misc.t ................................ ok
t/spec/S02-packages/package-lookup.t .............................. ok
t/spec/S02-names/pseudo-6c.rakudo.moar ............................ ok
t/spec/S02-names/pseudo-6d.rakudo.moar ............................ ok
t/spec/S02-types/anon_block.rakudo.moar ........................... ok
t/spec/S02-names/is_default.rakudo.moar ........................... ok
t/spec/S02-types/array_extending.t ................................ ok
t/spec/S02-types/array-shapes.rakudo.moar ......................... ok
t/spec/S02-types/WHICH.t .......................................... ok
t/spec/S02-types/array_ref.t ...................................... ok
t/spec/S02-types/assigning-refs.t ................................. ok
t/spec/S02-names/pseudo-6e.rakudo.moar ............................ ok
t/spec/S02-types/autovivification.t ............................... ok
t/spec/S02-types/bag-iterator.t ................................... ok
t/spec/S02-types/built-in.t ....................................... ok
t/spec/S02-types/baggy.t .......................................... ok
t/spec/S02-types/array.rakudo.moar ................................ ok
t/spec/S02-types/bool.t ........................................... ok
t/spec/S02-types/compact.rakudo.moar .............................. ok
t/spec/S02-types/catch_type_cast_mismatch.t ....................... ok
t/spec/S02-types/fatrat.t ......................................... ok
t/spec/S02-types/declare.rakudo.moar .............................. ok
t/spec/S02-types/hash_ref.t ....................................... ok
t/spec/S02-types/flattening.t ..................................... ok
t/spec/S02-types/hyperwhatever.t .................................. ok
t/spec/S02-types/infinity.rakudo.moar ............................. ok
t/spec/S02-types/capture.t ........................................ ok
t/spec/S02-types/bag.t ............................................ ok
t/spec/S02-types/instants-and-durations.t ......................... ok
t/spec/S02-types/hash.rakudo.moar ................................. ok
t/spec/S02-types/is-type.rakudo.moar .............................. ok
t/spec/S02-types/keyhash.rakudo.moar .............................. ok
t/spec/S02-types/baghash.rakudo.moar .............................. ok
t/spec/S02-types/isDEPRECATED.rakudo.moar ......................... ok
t/spec/S02-types/lazy-lists.t ..................................... ok
t/spec/S02-types/mix-iterator.t ................................... ok
t/spec/S02-types/list.t ........................................... ok
t/spec/S02-types/lists.t .......................................... ok
t/spec/S02-types/mixed_multi_dimensional.rakudo.moar .............. ok
t/spec/S02-types/mu.t ............................................. ok
t/spec/S02-types/int-uint.rakudo.moar ............................. ok
t/spec/S02-types/nan.t ............................................ ok
t/spec/S02-types/multi_dimensional_array.rakudo.moar .............. ok
t/spec/S02-types/nested_arrays.t .................................. ok
t/spec/S02-types/nested_pairs.t ................................... ok
t/spec/S02-types/mix.t ............................................ ok
t/spec/S02-types/nil.rakudo.moar .................................. ok
t/spec/S02-types/parsing-bool.t ................................... ok
t/spec/S02-types/native.rakudo.moar ............................... ok
t/spec/S02-types/mixhash.rakudo.moar .............................. ok
t/spec/S02-types/resolved-in-setting.t ............................ ok
t/spec/S02-types/range-iterator.t ................................. ok
t/spec/S02-types/pair.rakudo.moar ................................. ok
t/spec/S02-types/set-iterator.t ................................... ok
t/spec/S02-types/stash.t .......................................... ok
t/spec/S02-types/sigils-and-types.rakudo.moar ..................... ok
t/spec/S02-types/subscripts_and_context.t ......................... ok
t/spec/S02-types/range.t .......................................... ok
t/spec/S02-types/set.rakudo.moar .................................. ok
t/spec/S02-types/subset-6c.t ...................................... ok
t/spec/S02-types/unicode.t ........................................ ok
t/spec/S02-types/sethash.t ........................................ ok
t/spec/S02-types/undefined-types.rakudo.moar ...................... ok
t/spec/S02-types/type.rakudo.moar ................................. ok
t/spec/S02-types/version-stress.t ................................. ok
t/spec/S02-types/version.t ........................................ ok
t/spec/S03-binding/arrays.t ....................................... ok
t/spec/S03-binding/attributes.rakudo.moar ......................... ok
t/spec/S03-binding/closure.rakudo.moar ............................ ok
t/spec/S02-types/subset-6e.t ...................................... ok
t/spec/S03-binding/ro.rakudo.moar ................................. ok
t/spec/S03-binding/hashes.t ....................................... ok
t/spec/S03-binding/nested.t ....................................... ok
t/spec/S03-binding/scalars.rakudo.moar ............................ ok
t/spec/S02-types/num.rakudo.moar .................................. ok
t/spec/S03-buf/read-num.t ......................................... ok
t/spec/S03-buf/write-num.t ........................................ ok
t/spec/S03-buf/read-int.t ......................................... ok
t/spec/S03-junctions/associative.t ................................ ok
t/spec/S03-feeds/basic.rakudo.moar ................................ ok
t/spec/S17-procasync/no-runaway-file-limit.t ...................... ok
t/spec/S02-types/whatever.rakudo.moar ............................. ok
t/spec/S03-junctions/boolean-context.t ............................ ok
t/spec/S03-metaops/eager-hyper.t .................................. ok
t/spec/S03-junctions/autothreading.t .............................. ok
t/spec/S03-metaops/cross.t ........................................ ok
t/spec/S03-junctions/misc.t ....................................... ok
t/spec/S03-metaops/misc.t ......................................... ok
t/spec/S03-metaops/not.rakudo.moar ................................ ok
t/spec/S03-buf/read-write-bits.t .................................. ok
t/spec/S03-metaops/infix.t ........................................ ok
t/spec/S03-buf/write-int.t ........................................ ok
t/spec/S03-metaops/zip.t .......................................... ok
t/spec/S03-operators/also.rakudo.moar ............................. ok
t/spec/S03-metaops/reverse.t ...................................... ok
t/spec/S03-operators/andthen.t .................................... ok
t/spec/S03-operators/assign-is-not-binding.t ...................... ok
t/spec/S03-operators/arith.t ...................................... ok
t/spec/S03-operators/autoincrement-range.t ........................ ok
t/spec/S17-procasync/many-processes-no-close-stdin.t .............. ok
t/spec/S03-metaops/reduce.rakudo.moar ............................. ok
t/spec/S03-operators/basic-types.t ................................ ok
t/spec/S03-operators/autoincrement.t .............................. ok
t/spec/S03-operators/autovivification.t ........................... ok
t/spec/S03-operators/boolean-bitwise.t ............................ ok
t/spec/S03-operators/brainos.t .................................... ok
t/spec/S03-operators/bit.t ........................................ ok
t/spec/S03-operators/chained-declarators.t ........................ ok
t/spec/S03-operators/adverbial-modifiers.rakudo.moar .............. ok
t/spec/S03-operators/comparison-simple.t .......................... ok
t/spec/S03-operators/cmp.t ........................................ ok
t/spec/S03-operators/buf.t ........................................ ok
t/spec/S03-operators/composition.t ................................ ok
t/spec/S03-operators/comparison.t ................................. ok
t/spec/S03-operators/custom.t ..................................... ok
t/spec/S03-operators/div.t ........................................ ok
t/spec/S03-operators/context.t .................................... ok
t/spec/S03-operators/context-forcers.t ............................ ok
t/spec/S03-operators/equality.t ................................... ok
t/spec/S03-operators/gcd.t ........................................ ok
t/spec/S03-operators/assign.rakudo.moar ........................... ok
t/spec/S03-operators/eqv.rakudo.moar .............................. ok
t/spec/S03-operators/flip-flop.rakudo.moar ........................ ok
t/spec/S03-operators/infixed-function.t ........................... ok
t/spec/S03-operators/identity.rakudo.moar ......................... ok
t/spec/S03-operators/increment.t .................................. ok
t/spec/S03-operators/lcm.t ........................................ ok
t/spec/S03-operators/is-divisible-by.rakudo.moar .................. ok
t/spec/S03-operators/list-quote-junction.t ........................ ok
t/spec/S03-operators/names.t ...................................... ok
t/spec/S03-operators/minmax.rakudo.moar ........................... ok
t/spec/S03-operators/inplace.rakudo.moar .......................... ok
t/spec/S03-operators/not.t ........................................ ok
t/spec/S03-operators/nesting.t .................................... ok
t/spec/S03-operators/notandthen.t ................................. ok
t/spec/S03-operators/numeric-shift.t .............................. ok
t/spec/S03-metaops/hyper.rakudo.moar .............................. ok
t/spec/S03-operators/orelse.t ..................................... ok
t/spec/S03-operators/overflow.t ................................... ok
t/spec/S03-operators/range-basic.t ................................ ok
t/spec/S03-operators/reduce-le1arg.rakudo.moar .................... ok
t/spec/S03-operators/misc.rakudo.moar ............................. ok
t/spec/S03-operators/scalar-assign.t .............................. ok
t/spec/S03-operators/relational.t ................................. ok
t/spec/S03-operators/repeat.t ..................................... ok
t/spec/S03-operators/range-int.t .................................. ok
t/spec/S03-operators/range.t ...................................... ok
t/spec/S03-operators/precedence.rakudo.moar ....................... ok
t/spec/S03-operators/set_elem.t ................................... ok
t/spec/S03-operators/set_addition.t ............................... ok
t/spec/S03-operators/set_precedes.t ............................... ok
t/spec/S03-operators/set_difference.t ............................. ok
t/spec/S03-operators/set_intersection.t ........................... ok
t/spec/S03-operators/set_multiply.t ............................... ok
t/spec/S03-operators/set_proper_subset.t .......................... ok
t/spec/S03-operators/set_subset.t ................................. ok
t/spec/S03-operators/so.t ......................................... ok
t/spec/S03-operators/set_union.t .................................. ok
t/spec/S03-operators/spaceship-and-containers.t ................... ok
t/spec/S03-operators/set_symmetric_difference.t ................... ok
t/spec/S03-operators/spaceship.t .................................. ok
t/spec/S03-operators/subscript-vs-lt.t ............................ ok
t/spec/S03-operators/short-circuit.t .............................. ok
t/spec/S03-operators/subscript-adverbs.t .......................... ok
t/spec/S03-sequence/arity-2-or-more.t ............................. ok
t/spec/S03-operators/u2212-minus.t ................................ ok
t/spec/S03-operators/value_equivalence.t .......................... ok
t/spec/S03-sequence/arity0.t ...................................... ok
t/spec/S03-sequence/limit-arity-2-or-more.t ....................... ok
t/spec/S03-smartmatch/any-any.t ................................... ok
t/spec/S03-operators/ternary.t .................................... ok
t/spec/S03-smartmatch/any-bool.t .................................. ok
t/spec/S03-sequence/nonnumeric.rakudo.moar ........................ ok
t/spec/S03-smartmatch/any-callable.t .............................. ok
t/spec/S03-smartmatch/any-complex.t ............................... ok
t/spec/S03-smartmatch/any-hash-pair.t ............................. ok
t/spec/S03-smartmatch/any-method.t ................................ ok
t/spec/S03-sequence/basic.t ....................................... ok
t/spec/S03-smartmatch/any-pair.t .................................. ok
t/spec/S03-smartmatch/any-str.t ................................... ok
t/spec/S03-smartmatch/any-num.t ................................... ok
t/spec/S03-smartmatch/any-sub.t ................................... ok
t/spec/S03-sequence/misc.t ........................................ ok
t/spec/S03-smartmatch/array-hash.rakudo.moar ...................... ok
t/spec/S03-smartmatch/any-type.t .................................. ok
t/spec/S03-smartmatch/capture-signature.t ......................... ok
t/spec/S03-smartmatch/array-array.t ............................... ok
t/spec/S03-smartmatch/disorganized.t .............................. ok
t/spec/S17-promise/allof.t ........................................ ok
t/spec/S03-smartmatch/hash-hash.t ................................. ok
t/spec/S03-smartmatch/regex-hash.t ................................ ok
t/spec/S03-smartmatch/scalar-hash.t ............................... ok
t/spec/S03-smartmatch/signature-signature.rakudo.moar ............. ok
t/spec/S04-blocks-and-statements/pointy-rw.t ...................... ok
t/spec/S04-blocks-and-statements/let.t ............................ ok
t/spec/S03-smartmatch/range-range.t ............................... ok
t/spec/S04-blocks-and-statements/pointy.rakudo.moar ............... ok
t/spec/S17-promise/in.t ........................................... ok
t/spec/S04-declarations/multiple.t ................................ ok
t/spec/S04-declarations/implicit-parameter.t ...................... ok
t/spec/S04-blocks-and-statements/temp.rakudo.moar ................. ok
t/spec/S04-declarations/our.t ..................................... ok
t/spec/S04-declarations/smiley.t .................................. ok
t/spec/S04-declarations/state.rakudo.moar ......................... ok
t/spec/S04-declarations/will.rakudo.moar .......................... ok
t/spec/S04-declarations/my-6e.rakudo.moar ......................... ok
t/spec/S04-declarations/my-6c.rakudo.moar ......................... ok
t/spec/S04-exception-handlers/top-level.t ......................... ok
t/spec/S04-exceptions/control_across_runloop.t .................... ok
t/spec/S04-exception-handlers/catch.t ............................. ok
t/spec/S04-exceptions/fail-6e.t ................................... ok
t/spec/S04-exception-handlers/control.t ........................... ok
t/spec/S04-exceptions/pending.rakudo.moar ......................... ok
t/spec/S04-phasers/ascending-order.t .............................. ok
t/spec/S04-exceptions/fail.t ...................................... ok
t/spec/S04-exceptions/exceptions-alternatives.t ................... ok
t/spec/S04-phasers/descending-order.t ............................. ok
t/spec/S04-phasers/check.t ........................................ ok
t/spec/S04-phasers/begin.rakudo.moar .............................. ok
t/spec/S04-phasers/end.t .......................................... ok
t/spec/S04-declarations/constant.rakudo.moar ...................... ok
t/spec/S04-phasers/first.t ........................................ ok
t/spec/S04-declarations/constant-6.d.t ............................ ok
t/spec/S04-phasers/enter-leave.rakudo.moar ........................ ok
t/spec/S04-phasers/in-eval.rakudo.moar ............................ ok
t/spec/S04-phasers/init.t ......................................... ok
t/spec/S04-phasers/in-loop.rakudo.moar ............................ ok
t/spec/S04-phasers/multiple.t ..................................... ok
t/spec/S04-phasers/next.rakudo.moar ............................... ok
t/spec/S17-promise/lock-async-stress.t ............................ ok
t/spec/S04-phasers/keep-undo.t .................................... ok
t/spec/S04-phasers/pre-post.rakudo.moar ........................... ok
t/spec/S04-phasers/rvalue.t ....................................... ok
t/spec/S04-statement-modifiers/given.t ............................ ok
t/spec/S04-statement-modifiers/if.t ............................... ok
t/spec/S04-statement-modifiers/unless.t ........................... ok
t/spec/S04-statement-modifiers/for.t .............................. ok
t/spec/S04-statement-modifiers/until.t ............................ ok
t/spec/S04-statement-modifiers/while.t ............................ ok
t/spec/S04-statement-parsing/hash.t ............................... ok
t/spec/S04-statement-modifiers/values_in_bool_context.t ........... ok
t/spec/S04-statement-modifiers/without.t .......................... ok
t/spec/S04-statement-modifiers/with.rakudo.moar ................... ok
t/spec/S04-statements/for-scope.t ................................. ok
t/spec/S04-statements/do.rakudo.moar .............................. ok
t/spec/S04-statements/for_with_only_one_item.t .................... ok
t/spec/S04-statements/label.t ..................................... ok
t/spec/S04-statements/last.t ...................................... ok
t/spec/S04-statements/gather.rakudo.moar .......................... ok
t/spec/S04-statements/map-and-sort-in-for.t ....................... ok
t/spec/S04-statements/given.t ..................................... ok
t/spec/S04-statements/if.t ........................................ ok
t/spec/S04-statements/no-implicit-block.t ......................... ok
t/spec/S04-statements/next.t ...................................... ok
t/spec/S04-statements/once.t ...................................... ok
t/spec/S04-statements/loop.t ...................................... ok
t/spec/S04-statements/repeat.t .................................... ok
t/spec/S04-statements/redo.t ...................................... ok
t/spec/S04-statements/for.rakudo.moar ............................. ok
t/spec/S17-procasync/stress.t ..................................... ok
t/spec/S04-statements/quietly.t ................................... ok
t/spec/S04-statements/unless.t .................................... ok
t/spec/S04-statements/terminator.t ................................ ok
t/spec/S04-statements/until.t ..................................... ok
t/spec/S04-statements/sink.t ...................................... ok
t/spec/S04-statements/try.t ....................................... ok
t/spec/S17-promise/lock-async-stress2.t ........................... ok
t/spec/S04-statements/when.t ...................................... ok
t/spec/S04-statements/while.t ..................................... ok
t/spec/S05-capture/alias.rakudo.moar .............................. ok
t/spec/S05-capture/array-alias.rakudo.moar ........................ ok
t/spec/S05-capture/caps.t ......................................... ok
t/spec/S04-statements/return.t .................................... ok
t/spec/S04-statements/with.t ...................................... ok
t/spec/S05-capture/named.rakudo.moar .............................. ok
t/spec/S05-capture/match-object.rakudo.moar ....................... ok
t/spec/S05-capture/subrule.t ...................................... ok
t/spec/S05-grammar/methods.t ...................................... ok
t/spec/S05-grammar/example.rakudo.moar ............................ ok
t/spec/S05-grammar/action-stubs.t ................................. ok
t/spec/S05-grammar/namespace-6e.t ................................. ok
t/spec/S05-grammar/inheritance.rakudo.moar ........................ ok
t/spec/S05-grammar/namespace.t .................................... ok
t/spec/S05-grammar/protos.t ....................................... ok
t/spec/S05-grammar/parse_and_parsefile-6c.t ....................... ok
t/spec/S05-capture/dot.rakudo.moar ................................ ok
t/spec/S05-grammar/signatures.t ................................... ok
t/spec/S05-grammar/parse_and_parsefile-6e.t ....................... ok
t/spec/S05-grammar/polymorphism.t ................................. ok
t/spec/S05-grammar/protoregex.rakudo.moar ......................... ok
t/spec/S05-grammar/ws.rakudo.moar ................................. ok
t/spec/S05-interpolation/lexicals.t ............................... ok
t/spec/S05-mass/charsets.t ........................................ ok
t/spec/S05-interpolation/regex-in-variable.rakudo.moar ............ ok
t/spec/S05-mass/recursive.t ....................................... ok
t/spec/S05-mass/properties-derived.t .............................. ok
t/spec/S05-mass/properties-script.t ............................... ok
t/spec/S05-mass/named-chars.t ..................................... ok
t/spec/S05-match/arrayhash.t ...................................... ok
t/spec/S05-mass/stdrules.t ........................................ ok
t/spec/S05-match/blocks.rakudo.moar ............................... ok
t/spec/S05-match/make.t ........................................... ok
t/spec/S05-match/non-capturing.t .................................. ok
t/spec/S05-mass/properties-general.rakudo.moar .................... ok
t/spec/S05-mass/properties-block.t ................................ ok
t/spec/S05-match/positions.t ...................................... ok
t/spec/S05-match/raku.rakudo.moar ................................. ok
t/spec/S05-metachars/closure.rakudo.moar .......................... ok
t/spec/S05-metachars/newline.t .................................... ok
t/spec/S05-metachars/line-anchors.t ............................... ok
t/spec/S05-metasyntax/assertions.t ................................ ok
t/spec/S05-metachars/tilde.t ...................................... ok
t/spec/S05-metasyntax/changed.t ................................... ok
t/spec/S05-metasyntax/charset.t ................................... ok
t/spec/S05-match/capturing-contexts.rakudo.moar ................... ok
t/spec/S05-metasyntax/angle-brackets.rakudo.moar .................. ok
t/spec/S05-metasyntax/interpolating-closure.rakudo.moar ........... ok
t/spec/S17-promise/start.t ........................................ ok
t/spec/S05-metasyntax/lookaround.t ................................ ok
t/spec/S05-metasyntax/litvar.t .................................... ok
t/spec/S05-metasyntax/null.t ...................................... ok
t/spec/S05-metasyntax/proto-token-ltm.t ........................... ok
t/spec/S05-metasyntax/delimiters.t ................................ ok
t/spec/S05-metasyntax/sequential-alternation.t .................... ok
t/spec/S05-metasyntax/single-quotes.t ............................. ok
t/spec/S05-metasyntax/unicode-property-pair.t ..................... ok
t/spec/S05-metasyntax/repeat.t .................................... ok
t/spec/S05-metasyntax/unknown.rakudo.moar ......................... ok
t/spec/S05-metasyntax/longest-alternative.rakudo.moar ............. ok
t/spec/S05-mass/rx.rakudo.moar .................................... ok
t/spec/S05-modifier/Perl_10.t ..................................... ok
t/spec/S05-modifier/Perl_0.rakudo.moar ............................ ok
t/spec/S05-modifier/Perl_1.t ...................................... ok
t/spec/S05-modifier/Perl_2.t ...................................... ok
t/spec/S05-metasyntax/regex.t ..................................... ok
t/spec/S05-modifier/Perl_3.t ...................................... ok
t/spec/S05-modifier/Perl_4.t ...................................... ok
t/spec/S05-modifier/Perl_5.rakudo.moar ............................ ok
t/spec/S05-modifier/continue.t .................................... ok
t/spec/S05-modifier/Perl_6.rakudo.moar ............................ ok
t/spec/S05-modifier/Perl_8.rakudo.moar ............................ ok
t/spec/S05-modifier/Perl_7.t ...................................... ok
t/spec/S05-modifier/counted-match.t ............................... ok
t/spec/S05-modifier/Perl_9.rakudo.moar ............................ ok
t/spec/S05-modifier/global.t ...................................... ok
t/spec/S05-modifier/ignorecase-and-ignoremark.t ................... ok
t/spec/S05-modifier/ignoremark.t .................................. ok
t/spec/S05-modifier/ii.rakudo.moar ................................ ok
t/spec/S05-modifier/my.rakudo.moar ................................ ok
t/spec/S05-modifier/overlapping.t ................................. ok
t/spec/S05-modifier/counted.t ..................................... ok
t/spec/S05-modifier/repetition-exhaustive.rakudo.moar ............. ok
t/spec/S05-modifier/repetition.t .................................. ok
t/spec/S05-modifier/samemark.t .................................... ok
t/spec/S05-substitution/67222.t ................................... ok
t/spec/S05-modifier/pos.rakudo.moar ............................... ok
t/spec/S05-modifier/sigspace.t .................................... ok
t/spec/S05-syntactic-categories/new-symbols.rakudo.moar ........... ok
t/spec/S05-substitution/match.t ................................... ok
t/spec/S05-transliteration/79778.t ................................ ok
t/spec/S05-transliteration/trans-TR-operator.t .................... ok
t/spec/S05-transliteration/with-closure.rakudo.moar ............... ok
t/spec/S05-transliteration/trans-tr-lowercase-operator.t .......... ok
t/spec/S06-advanced/callsame.t .................................... ok
t/spec/S06-advanced/callframe.rakudo.moar ......................... ok
t/spec/S05-transliteration/trans.rakudo.moar ...................... ok
t/spec/S06-advanced/recurse.t ..................................... ok
t/spec/S06-advanced/lexical-subs.t ................................ ok
t/spec/S06-advanced/return.rakudo.moar ............................ ok
t/spec/S06-advanced/stub.rakudo.moar .............................. ok
t/spec/S06-currying/assuming-and-mmd.t ............................ ok
t/spec/S05-substitution/subst.rakudo.moar ......................... ok
t/spec/S06-advanced/wrap.rakudo.moar .............................. ok
t/spec/S06-currying/misc.rakudo.moar .............................. ok
t/spec/S06-macros/errors.t ........................................ ok
t/spec/S06-currying/named.t ....................................... ok
t/spec/S06-macros/opaque-ast.rakudo.moar .......................... ok
t/spec/S17-scheduler/at.t ......................................... ok
t/spec/S06-currying/slurpy.t ...................................... ok
t/spec/S06-multi/by-trait.t ....................................... ok
t/spec/S06-macros/quasi-blocks.rakudo.moar ........................ ok
t/spec/S06-multi/lexical-multis.rakudo.moar ....................... ok
t/spec/S06-macros/unquoting.rakudo.moar ........................... ok
t/spec/S06-multi/compile-time.t ................................... ok
t/spec/S06-multi/positional-vs-named.t ............................ ok
t/spec/S06-multi/redispatch.t ..................................... ok
t/spec/S06-multi/syntax.t ......................................... ok
t/spec/S06-multi/type-based.rakudo.moar ........................... ok
t/spec/S06-multi/unpackability.t .................................. ok
t/spec/S06-multi/value-based.t .................................... ok
t/spec/S05-modifier/ignorecase.rakudo.moar ........................ ok
t/spec/S06-multi/proto.rakudo.moar ................................ ok
t/spec/S06-operator-overloading/methods.rakudo.moar ............... ok
t/spec/S17-scheduler/every.t ...................................... ok
t/spec/S06-multi/subsignature.rakudo.moar ......................... ok
t/spec/S06-operator-overloading/semicolon.t ....................... ok
t/spec/S06-operator-overloading/imported-subs.t ................... ok
t/spec/S06-operator-overloading/term.t ............................ ok
t/spec/S06-other/anon-hashes-vs-blocks.t .......................... ok
t/spec/S06-other/introspection.t .................................. ok
t/spec/S06-other/main-eval.t ...................................... ok
t/spec/S06-other/main-refactored.t ................................ ok
t/spec/S06-currying/positional.t .................................. ok
t/spec/S06-operator-overloading/prefix.t .......................... ok
t/spec/S06-other/main-semicolon.t ................................. ok
t/spec/S06-operator-overloading/workout.t ......................... ok
t/spec/S06-other/misc.t ........................................... ok
t/spec/S06-other/pairs-as-lvalues.t ............................... ok
t/spec/S06-parameters/smiley.rakudo.moar .......................... ok
t/spec/S06-other/main.t ........................................... ok
t/spec/S06-routine-modifiers/lvalue-subroutines.t ................. ok
t/spec/S06-routine-modifiers/native-lvalue-subroutines.t .......... ok
t/spec/S06-routine-modifiers/proxy.t .............................. ok
t/spec/S06-routine-modifiers/scoped-named-subs.t .................. ok
t/spec/S06-signature/closure-over-parameters.t .................... ok
t/spec/S06-signature/arity.t ...................................... ok
t/spec/S06-signature/closure-parameters.rakudo.moar ............... ok
t/spec/S06-signature/code.rakudo.moar ............................. ok
t/spec/S06-signature/defaults.t ................................... ok
t/spec/S06-signature/definite-return.rakudo.moar .................. ok
t/spec/S06-signature/errors.t ..................................... ok
t/spec/S06-signature/mixed-placeholders.t ......................... ok
t/spec/S06-signature/multi-invocant.t ............................. ok
t/spec/S06-operator-overloading/sub.rakudo.moar ................... ok
t/spec/S06-signature/multidimensional.t ........................... ok
t/spec/S06-signature/named-placeholders.t ......................... ok
t/spec/S06-signature/named-renaming.t ............................. ok
t/spec/S06-operator-overloading/circumfix.rakudo.moar ............. ok
t/spec/S06-signature/introspection.rakudo.moar .................... ok
t/spec/S06-signature/optional.t ................................... ok
t/spec/S06-signature/outside-subroutine.rakudo.moar ............... ok
t/spec/S06-signature/passing-arrays.t ............................. ok
t/spec/S06-signature/passing-hashes.t ............................. ok
t/spec/S06-signature/named-parameters.rakudo.moar ................. ok
t/spec/S06-signature/scalar-type.t ................................ ok
t/spec/S06-signature/positional-placeholders.t .................... ok
t/spec/S06-signature/positional.t ................................. ok
t/spec/S06-signature/sigilless.t .................................. ok
t/spec/S06-signature/shape.t ...................................... ok
t/spec/S06-signature/slurpy-placeholders.t ........................ ok
t/spec/S06-signature/slurpy-and-interpolation.t ................... ok
t/spec/S06-other/main-usage.rakudo.moar ........................... ok
t/spec/S06-operator-overloading/infix.rakudo.moar ................. ok
t/spec/S06-signature/sub-ref.rakudo.moar .......................... ok
t/spec/S06-signature/tree-node-parameters.rakudo.moar ............. ok
t/spec/S06-signature/slurpy-params.t .............................. ok
t/spec/S06-signature/type-capture.t ............................... ok
t/spec/S06-signature/unpack-object.t .............................. ok
t/spec/S06-signature/unpack-array.t ............................... ok
t/spec/S06-traits/as.t ............................................ ok
t/spec/S06-signature/unspecified.t ................................ ok
t/spec/S17-scheduler/in.t ......................................... ok
t/spec/S06-traits/is-readonly.t ................................... ok
t/spec/S06-traits/is-rw.t ......................................... ok
t/spec/S06-traits/is-copy.t ....................................... ok
t/spec/S17-scheduler/times.t ...................................... ok
t/spec/S06-traits/native-is-copy.t ................................ ok
t/spec/S06-traits/slurpy-is-rw.t .................................. ok
t/spec/S06-traits/misc.rakudo.moar ................................ ok
t/spec/S06-signature/types.t ...................................... ok
t/spec/S06-traits/native-is-rw.t .................................. ok
t/spec/S07-hyperrace/for.t ........................................ ok
t/spec/S09-autovivification/autoincrement.t ....................... ok
t/spec/S07-iterators/range-iterator.rakudo.moar ................... ok
t/spec/S09-autovivification/autovivification.rakudo.moar .......... ok
t/spec/S09-hashes/objecthash.rakudo.moar .......................... ok
t/spec/S09-multidim/XX-POS-on-dimensioned.t ....................... ok
t/spec/S09-multidim/XX-POS-on-undimensioned.t ..................... ok
t/spec/S06-traits/is-assoc.rakudo.moar ............................ ok
t/spec/S07-hyperrace/basics.rakudo.moar ........................... ok
t/spec/S09-multidim/decl.t ........................................ ok
t/spec/S09-multidim/assign.t ...................................... ok
t/spec/S09-multidim/indexing.t .................................... ok
t/spec/S09-subscript/multidim-assignment.t ........................ ok
t/spec/S09-multidim/subs.t ........................................ ok
t/spec/S09-multidim/methods.t ..................................... ok
t/spec/S09-subscript/slice.rakudo.moar ............................ ok
t/spec/S17-supply/act.t ........................................... ok
t/spec/S09-typed-arrays/native-decl.t ............................. ok
t/spec/S09-typed-arrays/hashes.t .................................. ok
t/spec/S09-typed-arrays/arrays.rakudo.moar ........................ ok
t/spec/S09-typed-arrays/native-num.rakudo.moar .................... ok
t/spec/S09-typed-arrays/native-str.rakudo.moar .................... ok
t/spec/S07-slip/slip.t ............................................ ok
t/spec/S09-typed-arrays/native.t .................................. ok
t/spec/S10-packages/joined-namespaces.t ........................... ok
t/spec/S11-compunit/compunit-dependencyspecification.t ............ ok
t/spec/S11-compunit/compunit-repository.t ......................... ok
t/spec/S10-packages/use-with-class.t .............................. ok
t/spec/S11-compunit/rt126904.t .................................... ok
t/spec/S06-traits/precedence.rakudo.moar .......................... ok
t/spec/S10-packages/require-and-use.t ............................. ok
t/spec/S11-modules/import-multi.rakudo.moar ....................... ok
t/spec/S11-modules/import-tag.t ................................... ok
t/spec/S11-modules/export.rakudo.moar ............................. ok
t/spec/S11-modules/import.rakudo.moar ............................. ok
t/spec/S11-modules/module-file.t .................................. ok
t/spec/S11-modules/module.t ....................................... ok
t/spec/S11-modules/lexical.t ...................................... ok
t/spec/S11-modules/importing.t .................................... ok
t/spec/S11-modules/need.t ......................................... ok
t/spec/S11-modules/perl6lib.t ..................................... ok
t/spec/S11-modules/nested.t ....................................... ok
t/spec/S11-modules/runtime.t ...................................... ok
t/spec/S09-typed-arrays/native-int.rakudo.moar .................... ok
t/spec/S11-modules/require.t ...................................... ok
t/spec/S10-packages/basic.rakudo.moar ............................. ok
t/spec/S11-repository/curli-install.t ............................. ok
t/spec/S12-attributes/clone.t ..................................... ok
t/spec/S12-attributes/defaults.t .................................. ok
t/spec/S12-attributes/class.t ..................................... ok
t/spec/S12-attributes/inheritance.t ............................... ok
t/spec/S12-attributes/mutators.rakudo.moar ........................ ok
t/spec/S12-attributes/delegation.t ................................ ok
t/spec/S12-attributes/recursive.t ................................. ok
t/spec/S12-attributes/native.rakudo.moar .......................... ok
t/spec/S12-attributes/undeclared.t ................................ ok
t/spec/S12-attributes/instance.rakudo.moar ........................ ok
t/spec/S11-repository/cur-current-distribution.t .................. ok
t/spec/S12-class/attributes-required.t ............................ ok
t/spec/S12-class/anonymous.rakudo.moar ............................ ok
t/spec/S12-attributes/smiley.t .................................... ok
t/spec/S12-class/declaration-order.t .............................. ok
t/spec/S12-class/attributes.t ..................................... ok
t/spec/S12-class/augment-supersede.rakudo.moar .................... ok
t/spec/S12-class/extending-arrays.t ............................... ok
t/spec/S12-class/inheritance-class-methods.t ...................... ok
t/spec/S12-class/basic.t .......................................... ok
t/spec/S11-repository/cur-candidates.t ............................ ok
t/spec/S12-class/instantiate.rakudo.moar .......................... ok
t/spec/S12-class/literal.t ........................................ ok
t/spec/S12-class/interface-consistency.t .......................... ok
t/spec/S12-class/lexical.t ........................................ ok
t/spec/S12-class/inheritance.t .................................... ok
t/spec/S12-class/magical-vars.t ................................... ok
t/spec/S12-class/namespaced.t ..................................... ok
t/spec/S12-class/mro-6c.t ......................................... ok
t/spec/S12-class/parent_attributes.rakudo.moar .................... ok
t/spec/S12-class/rw.t ............................................. ok
t/spec/S12-class/open.t ........................................... ok
t/spec/S12-class/self-inheritance.t ............................... ok
t/spec/S12-class/type-object.t .................................... ok
t/spec/S12-class/mro-6e.t ......................................... ok
t/spec/S12-coercion/coercion-types.rakudo.moar .................... ok
t/spec/S12-construction/TWEAK.t ................................... ok
t/spec/S12-class/stubs.rakudo.moar ................................ ok
t/spec/S12-construction/autopairs.t ............................... ok
t/spec/S07-hyperrace/stress.t ..................................... ok
t/spec/S12-construction/destruction.t ............................. ok
t/spec/S12-construction/BUILD.rakudo.moar ......................... ok
t/spec/S12-construction/named-params-in-BUILD.t ................... ok
t/spec/S12-construction/construction.t ............................ ok
t/spec/S12-construction/new.rakudo.moar ........................... ok
t/spec/S12-enums/anonymous.t ...................................... ok
t/spec/S12-enums/as-role.t ........................................ ok
t/spec/S17-supply/delayed.rakudo.moar ............................. ok
t/spec/S12-enums/pseudo-functional.t .............................. ok
t/spec/S12-construction/roles-6e.t ................................ ok
t/spec/S12-enums/non-int.rakudo.moar .............................. ok
t/spec/S12-enums/misc.t ........................................... ok
t/spec/S12-introspection/WHAT.t ................................... ok
t/spec/S12-enums/thorough.rakudo.moar ............................. ok
t/spec/S12-introspection/attributes.rakudo.moar ................... ok
t/spec/S12-introspection/definite.t ............................... ok
t/spec/S12-introspection/can.t .................................... ok
t/spec/S12-enums/basic.rakudo.moar ................................ ok
t/spec/S12-introspection/meta-class.t ............................. ok
t/spec/S12-introspection/parents.t ................................ ok
t/spec/S12-introspection/roles.t .................................. ok
t/spec/S12-introspection/methods.rakudo.moar ...................... ok
t/spec/S12-introspection/walk.t ................................... ok
t/spec/S12-meta/classhow.t ........................................ ok
t/spec/S12-meta/grammarhow.t ...................................... ok
t/spec/S12-methods/accessors.t .................................... ok
t/spec/S12-meta/primitives.t ...................................... ok
t/spec/S12-methods/calling_syntax.t ............................... ok
t/spec/S12-methods/attribute-params.t ............................. ok
t/spec/S12-methods/calling_sets.t ................................. ok
t/spec/S12-methods/class-and-instance.t ........................... ok
t/spec/S12-methods/chaining.t ..................................... ok
t/spec/S12-methods/default-trait.t ................................ ok
t/spec/S12-methods/defer-call.t ................................... ok
t/spec/S12-methods/how.t .......................................... ok
t/spec/S12-methods/fallback.t ..................................... ok
t/spec/S12-methods/delegation.t ................................... ok
t/spec/S12-methods/indirect_notation.rakudo.moar .................. ok
t/spec/S12-methods/lastcall.t ..................................... ok
t/spec/S12-methods/defer-next.t ................................... ok
t/spec/S12-methods/lvalue.t ....................................... ok
t/spec/S12-methods/instance.t ..................................... ok
t/spec/S12-methods/method-vs-sub.t ................................ ok
t/spec/S12-methods/multi.rakudo.moar .............................. ok
t/spec/S12-methods/parallel-dispatch.rakudo.moar .................. ok
t/spec/S12-meta/exporthow.rakudo.moar ............................. ok
t/spec/S12-methods/syntax.rakudo.moar ............................. ok
t/spec/S12-methods/submethods.rakudo.moar ......................... ok
t/spec/S12-methods/private.t ...................................... ok
t/spec/S12-methods/topic.t ........................................ ok
t/spec/S12-methods/qualified.t .................................... ok
t/spec/S12-methods/trusts.t ....................................... ok
t/spec/S12-methods/typed-attributes.t ............................. ok
t/spec/S12-subset/multi-dispatch.t ................................ ok
t/spec/S12-methods/what.t ......................................... ok
t/spec/S13-type-casting/methods.t ................................. ok
t/spec/S17-supply/elems.t ......................................... ok
t/spec/S13-overloading/typecasting-long.t ......................... ok
t/spec/S13-overloading/metaoperators.t ............................ ok
t/spec/S14-roles/anonymous.t ...................................... ok
t/spec/S14-roles/bool.t ........................................... ok
t/spec/S14-roles/conflicts.t ...................................... ok
t/spec/S14-roles/attributes.t ..................................... ok
t/spec/S14-roles/crony.t .......................................... ok
t/spec/S12-subset/subtypes.rakudo.moar ............................ ok
t/spec/S14-roles/basic.rakudo.moar ................................ ok
t/spec/S17-supply/batch.t ......................................... ok
t/spec/S14-roles/composition.rakudo.moar .......................... ok
t/spec/S13-overloading/operators.t ................................ ok
t/spec/S14-roles/instantiation.t .................................. ok
t/spec/S14-roles/lexical.t ........................................ ok
t/spec/S14-roles/namespaced.t ..................................... ok
t/spec/S14-roles/parameter-subtyping.t ............................ ok
t/spec/S14-roles/parameterized-mixin.rakudo.moar .................. ok
t/spec/S14-roles/submethods.t ..................................... ok
t/spec/S14-roles/parameterized-type.t ............................. ok
t/spec/S14-roles/submethods-6e.t .................................. ok
t/spec/S14-roles/typecheck.t ...................................... ok
t/spec/S14-roles/stubs.t .......................................... ok
t/spec/S14-traits/attributes.t .................................... ok
t/spec/S15-literals/identifiers.t ................................. ok
t/spec/S17-supply/stable.rakudo.moar .............................. ok
t/spec/S14-roles/parameterized-basic.t ............................ ok
t/spec/S15-nfg/cgj.t .............................................. ok
t/spec/S14-traits/routines.rakudo.moar ............................ ok
t/spec/S15-nfg/case-change.t ...................................... ok
t/spec/S15-literals/numbers.t ..................................... ok
t/spec/S15-nfg/concatenation.t .................................... ok
t/spec/S15-nfg/crlf-encoding.t .................................... ok
t/spec/S15-nfg/from-buf.t ......................................... ok
t/spec/S15-nfg/from-file.rakudo.moar .............................. ok
t/spec/S15-nfg/grapheme-break.t ................................... ok
t/spec/S14-roles/mixin.t .......................................... ok
t/spec/S15-nfg/many-combiners.t ................................... ok
t/spec/S15-nfg/long-uni.t ......................................... ok
t/spec/S15-nfg/many-threads.t ..................................... ok
t/spec/S15-nfg/GraphemeBreakTest.t ................................ ok
t/spec/S15-nfg/mass-roundtrip-nfd.t ............................... ok
t/spec/S15-nfg/mass-roundtrip-nfkc.t .............................. ok
t/spec/S15-nfg/regex.t ............................................ ok
t/spec/S15-nfg/mass-roundtrip-nfkd.t .............................. ok
t/spec/S15-nfg/mass-roundtrip-nfc.t ............................... ok
t/spec/S15-nfg/mass-equality.t .................................... ok
t/spec/S15-nfg/concat-stable.t .................................... ok
t/spec/S15-nfg/emoji-test.t ....................................... ok
t/spec/S15-normalization/nfc-2.t .................................. ok
t/spec/S15-normalization/nfc-0.t .................................. ok
t/spec/S15-normalization/nfc-1.t .................................. ok
t/spec/S15-normalization/nfc-3.t .................................. ok
t/spec/S15-normalization/nfc-4.t .................................. ok
t/spec/S15-normalization/nfc-sanity.t ............................. ok
t/spec/S15-normalization/nfc-9.t .................................. ok
t/spec/S15-normalization/nfc-5.t .................................. ok
t/spec/S15-normalization/nfc-6.t .................................. ok
t/spec/S15-normalization/nfc-7.t .................................. ok
t/spec/S17-supply/start.t ......................................... ok
t/spec/S15-normalization/nfc-8.t .................................. ok
t/spec/S15-normalization/nfd-0.t .................................. ok
t/spec/S15-normalization/nfd-1.t .................................. ok
t/spec/S15-normalization/nfd-2.t .................................. ok
t/spec/S15-normalization/nfd-3.t .................................. ok
t/spec/S15-normalization/nfd-4.t .................................. ok
t/spec/S15-normalization/nfd-sanity.t ............................. ok
t/spec/S15-normalization/nfd-5.t .................................. ok
t/spec/S15-normalization/nfd-6.t .................................. ok
t/spec/S15-normalization/nfd-9.t .................................. ok
t/spec/S15-normalization/nfd-7.t .................................. ok
t/spec/S15-normalization/nfd-8.t .................................. ok
t/spec/S15-normalization/nfkc-0.t ................................. ok
t/spec/S15-normalization/nfkc-1.t ................................. ok
t/spec/S15-normalization/nfkc-2.t ................................. ok
t/spec/S15-normalization/nfkc-3.t ................................. ok
t/spec/S15-normalization/nfkc-4.t ................................. ok
t/spec/S15-normalization/nfkc-sanity.t ............................ ok
t/spec/S15-normalization/nfkc-5.t ................................. ok
t/spec/S15-normalization/nfkc-6.t ................................. ok
t/spec/S15-normalization/nfkc-9.t ................................. ok
t/spec/S15-normalization/nfkc-7.t ................................. ok
t/spec/S15-normalization/nfkc-8.t ................................. ok
t/spec/S15-normalization/nfkd-0.t ................................. ok
t/spec/S15-normalization/nfc-concat.t ............................. ok
t/spec/S15-normalization/nfkd-1.t ................................. ok
t/spec/S15-normalization/nfkd-2.t ................................. ok
t/spec/S15-normalization/nfkd-3.t ................................. ok
t/spec/S15-normalization/nfkd-4.t ................................. ok
t/spec/S15-string-types/NF-types.rakudo.moar ...................... ok
t/spec/S15-string-types/NFK-types.rakudo.moar ..................... ok
t/spec/S15-string-types/Str.rakudo.moar ........................... ok
t/spec/S15-string-types/Uni.t ..................................... ok
t/spec/S15-unicode-information/unimatch-general.t ................. ok
t/spec/S15-normalization/nfkd-sanity.t ............................ ok
t/spec/S15-unicode-information/uniname.rakudo.moar ................ ok
t/spec/S15-normalization/nfkd-5.t ................................. ok
t/spec/S15-unicode-information/unival.t ........................... ok
t/spec/S15-unicode-information/uniprop.rakudo.moar ................ ok
t/spec/S15-normalization/nfkd-9.t ................................. ok
t/spec/S16-filehandles/chmod.t .................................... ok
t/spec/S15-normalization/nfkd-6.t ................................. ok
t/spec/S17-supply/syntax.t ........................................ ok
t/spec/S16-filehandles/filestat.rakudo.moar ....................... ok
t/spec/S15-normalization/nfkd-7.t ................................. ok
t/spec/S16-filehandles/io_in_while_loops.t ........................ ok
t/spec/S16-filehandles/filetest.rakudo.moar ....................... ok
t/spec/S16-filehandles/io_in_for_loops.t .......................... ok
t/spec/S16-filehandles/mkdir_rmdir.t .............................. ok
t/spec/S16-filehandles/mode.t ..................................... ok
t/spec/S16-filehandles/open.t ..................................... ok
t/spec/S16-filehandles/misc.t ..................................... ok
t/spec/S16-filehandles/unlink.t ................................... ok
t/spec/S16-filehandles/io.t ....................................... ok
t/spec/S16-io/bom.t ............................................... ok
t/spec/S16-io/basic-open.t ........................................ ok
t/spec/S16-io/cwd.t ............................................... ok
t/spec/S16-io/getc.t .............................................. ok
t/spec/S16-io/comb.t .............................................. ok
t/spec/S16-io/eof.t ............................................... ok
t/spec/S16-io/handles-between-threads.t ........................... ok
t/spec/S16-io/newline.t ........................................... ok
t/spec/S16-io/note.t .............................................. ok
t/spec/S16-filehandles/argfiles.t ................................. ok
t/spec/S16-io/bare-say.t .......................................... ok
t/spec/S16-io/home.t .............................................. ok
t/spec/S16-io/prompt.t ............................................ ok
t/spec/S16-io/put.t ............................................... ok
t/spec/S16-io/readchars.t ......................................... ok
t/spec/S15-normalization/nfkd-8.t ................................. ok
t/spec/S16-io/say.t ............................................... ok
t/spec/S16-io/supply.t ............................................ ok
t/spec/S16-io/split.t ............................................. ok
t/spec/S16-io/say-and-ref.t ....................................... ok
t/spec/S16-io/lines.t ............................................. ok
t/spec/S16-io/tmpdir.t ............................................ ok
t/spec/S16-io/watch.t ............................................. ok
t/spec/S16-unfiled/rebindstdhandles.rakudo.moar ................... ok
t/spec/S17-channel/subscription-drain-in-react.t .................. ok
t/spec/S17-channel/basic.t ........................................ ok
t/spec/S17-lowlevel/atomic-ops.t .................................. ok
t/spec/S17-lowlevel/cas-loop-int.t ................................ ok
t/spec/S16-io/words.t ............................................. ok
t/spec/S17-lowlevel/atomic.t ...................................... ok
t/spec/S17-lowlevel/cas-loop.t .................................... ok
t/spec/S17-lowlevel/semaphore.t ................................... ok
t/spec/S16-io/print.t ............................................. ok
t/spec/S17-lowlevel/cas.t ......................................... ok
t/spec/S17-lowlevel/thread.t ...................................... ok
t/spec/S17-procasync/nonexistent.t ................................ ok
t/spec/S17-procasync/basic.rakudo.moar ............................ ok
t/spec/S17-procasync/bind-handles.t ............................... ok
t/spec/S17-promise/anyof.t ........................................ ok
t/spec/S17-procasync/print.rakudo.moar ............................ ok
t/spec/S17-promise/lock-async.t ................................... ok
t/spec/S17-supply/throttle.t ...................................... ok
t/spec/S17-procasync/encoding.t ................................... ok
t/spec/S17-promise/single-assignment.t ............................ ok
t/spec/S17-lowlevel/cas-int.t ..................................... ok
t/spec/S17-promise/then.t ......................................... ok
t/spec/S17-scheduler/basic.rakudo.moar ............................ ok
t/spec/S17-promise/stress.t ....................................... ok
t/spec/S17-supply/Channel.t ....................................... ok
t/spec/S17-supply/Promise.t ....................................... ok
t/spec/S17-promise/at.t ........................................... ok
t/spec/S17-supply/classify.t ...................................... ok
t/spec/S17-supply/categorize.t .................................... ok
t/spec/S17-supply/comb.t .......................................... ok
t/spec/S17-supply/basic.t ......................................... ok
t/spec/S17-promise/nonblocking-await.t ............................ ok
t/spec/S17-supply/do.t ............................................ ok
t/spec/S17-supply/flat.t .......................................... ok
t/spec/S17-supply/from-list.t ..................................... ok
t/spec/S17-supply/grab.t .......................................... ok
t/spec/S17-promise/basic.t ........................................ ok
t/spec/S17-supply/grep.t .......................................... ok
t/spec/S17-supply/head.t .......................................... ok
t/spec/S17-supply/lines.t ......................................... ok
t/spec/S17-supply/map.t ........................................... ok
t/spec/S17-supply/list.t .......................................... ok
t/spec/S17-supply/max.t ........................................... ok
t/spec/S17-supply/merge.t ......................................... ok
t/spec/S17-supply/migrate.t ....................................... ok
t/spec/S17-supply/min.t ........................................... ok
t/spec/S17-supply/interval.t ...................................... ok
t/spec/S17-supply/minmax.t ........................................ ok
t/spec/S17-supply/on-demand.t ..................................... ok
t/spec/S17-supply/produce.t ....................................... ok
t/spec/S17-supply/reduce.t ........................................ ok
t/spec/S17-supply/reverse.t ....................................... ok
t/spec/S17-supply/return-in-tap.t ................................. ok
t/spec/S17-supply/schedule-on.t ................................... ok
t/spec/S17-supply/skip.t .......................................... ok
t/spec/S17-supply/sort.t .......................................... ok
t/spec/S17-supply/rotor.rakudo.moar ............................... ok
t/spec/S17-lowlevel/thread-start-join-stress.t .................... ok
t/spec/S17-supply/supplier-preserving.t ........................... ok
t/spec/S17-supply/split.t ......................................... ok
t/spec/S17-supply/squish.t ........................................ ok
t/spec/S17-supply/tail.t .......................................... ok
t/spec/S17-supply/words.t ......................................... ok
t/spec/S17-supply/syntax-nonblocking-await.t ...................... ok
t/spec/S17-supply/zip.t ........................................... ok
t/spec/S19-command-line-options/05-delimited-options.rakudo.moar .. ok
t/spec/S19-command-line-options/04-negation.rakudo.moar ........... ok
t/spec/S19-command-line-options/03-dash-p.t ....................... ok
t/spec/S17-supply/zip-latest.t .................................... ok
t/spec/S19-command-line/help.t .................................... ok
t/spec/S19-command-line-options/02-dash-n.rakudo.moar ............. ok
t/spec/S19-command-line/arguments.t ............................... ok
t/spec/S22-package-format/local.t ................................. ok
t/spec/S24-testing/0-compile.t .................................... ok
t/spec/S19-command-line/repl.t .................................... ok
t/spec/S19-command-line/dash-e.t .................................. ok
t/spec/S24-testing/11-plan-skip-all.t ............................. skipped: Testing skippage of `plan skip-all`
t/spec/S24-testing/10-is-approx.t ................................. ok
t/spec/S17-supply/wait.t .......................................... ok
t/spec/S24-testing/14-like-unlike.t ............................... ok
t/spec/S24-testing/13-cmp-ok.t .................................... ok
t/spec/S24-testing/11-plan-skip-all-subtests.t .................... ok
t/spec/S24-testing/fails-like.t ................................... ok
t/spec/S24-testing/7-bail_out.t ................................... ok
t/spec/S26-documentation/01-delimited.t ........................... ok
t/spec/S24-testing/3-output.t ..................................... ok
t/spec/S24-testing/9-is_deeply.t .................................. ok
t/spec/S24-testing/12-subtest-todo.t .............................. ok
t/spec/S24-testing/8-die_on_fail.t ................................ ok
t/spec/S26-documentation/03-abbreviated.t ......................... ok
t/spec/S26-documentation/04-code.t ................................ ok
t/spec/S26-documentation/02-paragraph.t ........................... ok
t/spec/S26-documentation/05-comment.t ............................. ok
t/spec/S26-documentation/06-lists.t ............................... ok
t/spec/S26-documentation/07b-tables.t ............................. ok
t/spec/S26-documentation/07-tables.t .............................. ok
t/spec/S26-documentation/07c-tables.t ............................. ok
t/spec/S26-documentation/07a-tables.t ............................. ok
t/spec/S26-documentation/08-formattingcodes.t ..................... ok
t/spec/S26-documentation/04a-input-output.t ....................... ok
t/spec/S26-documentation/14-defn.t ................................ ok
t/spec/S26-documentation/09-configuration.t ....................... ok
t/spec/S26-documentation/15-numbered-alias.rakudo.moar ............ ok
t/spec/S17-supply/unique.t ........................................ ok
t/spec/S26-documentation/module-comment.t ......................... ok
t/spec/S26-documentation/10-doc-cli.t ............................. ok
t/spec/S24-testing/line-numbers.t ................................. ok
t/spec/S26-documentation/multiline-leading.t ...................... ok
t/spec/S26-documentation/multiline-trailing.t ..................... ok
t/spec/S26-documentation/block-leading-user-format.t .............. ok
t/spec/S26-documentation/block-trailing.t ......................... ok
t/spec/S26-documentation/block-leading.t .......................... ok
t/spec/S26-documentation/wacky.t .................................. ok
t/spec/S28-named-variables/cwd.t .................................. ok
t/spec/S28-named-variables/init-instant.t ......................... ok
t/spec/S28-named-variables/slangs.t ............................... ok
t/spec/S26-documentation/why-both.t ............................... ok
t/spec/S29-any/cmp.t .............................................. ok
t/spec/S29-any/deg-trans.t ........................................ ok
t/spec/S26-documentation/why-leading.t ............................ ok
t/spec/S29-any/isa.t .............................................. ok
t/spec/S26-documentation/why-trailing.t ........................... ok
t/spec/S29-context/exit-in-if.t ................................... ok
t/spec/S29-any/minpairs-maxpairs.t ................................ ok
t/spec/S29-context/evalfile.t ..................................... ok
t/spec/S29-conversions/hash.t ..................................... ok
t/spec/S29-conversions/ord_and_chr.rakudo.moar .................... ok
t/spec/S29-context/exit.t ......................................... ok
t/spec/S29-context/die.t .......................................... ok
t/spec/S32-array/bool.t ........................................... ok
t/spec/S29-context/eval.rakudo.moar ............................... ok
t/spec/S32-array/create.t ......................................... ok
t/spec/S32-array/elems.t .......................................... ok
t/spec/S32-array/delete-adverb-native.t ........................... ok
t/spec/S32-array/delete.t ......................................... ok
t/spec/S32-array/end.t ............................................ ok
t/spec/S32-array/delete-adverb.t .................................. ok
t/spec/S32-array/keys_values.t .................................... ok
t/spec/S32-array/exists-adverb.t .................................. ok
t/spec/S32-array/kv.t ............................................. ok
t/spec/S32-array/pairs.t .......................................... ok
t/spec/S32-array/perl.t ........................................... ok
t/spec/S32-array/pop.rakudo.moar .................................. ok
t/spec/S32-array/push.t ........................................... ok
t/spec/S32-array/rotate.t ......................................... ok
t/spec/S32-array/shift.t .......................................... ok
t/spec/S32-array/unshift.t ........................................ ok
t/spec/S32-array/adverbs.t ........................................ ok
t/spec/S32-basics/pairup.t ........................................ ok
t/spec/S32-basics/xxPOS-native.t .................................. ok
t/spec/S32-basics/xxKEY.rakudo.moar ............................... ok
t/spec/S29-context/sleep.t ........................................ ok
t/spec/S32-basics/xxPOS.rakudo.moar ............................... ok
t/spec/S32-container/cat.rakudo.moar .............................. ok
t/spec/S32-basics/warn.t .......................................... ok
t/spec/S32-container/roundrobin.t ................................. ok
t/spec/S32-container/stringify.t .................................. ok
t/spec/S32-container/buf.t ........................................ ok
t/spec/S32-encoding/encoder.t ..................................... ok
t/spec/S32-container/zip.rakudo.moar .............................. ok
t/spec/S32-encoding/decoder.t ..................................... ok
t/spec/S32-array/splice.rakudo.moar ............................... ok
t/spec/S32-encoding/registry.t .................................... ok
t/spec/S32-hash/antipairs.t ....................................... ok
t/spec/S32-hash/delete.t .......................................... ok
t/spec/S32-hash/delete-adverb.t ................................... ok
t/spec/S32-hash/exists.rakudo.moar ................................ ok
t/spec/S32-hash/exists-adverb.t ................................... ok
t/spec/S32-hash/invert.t .......................................... ok
t/spec/S32-hash/iterator.t ........................................ ok
t/spec/S32-hash/keys_values.t ..................................... ok
t/spec/S32-hash/kv.t .............................................. ok
t/spec/S32-hash/map.t ............................................. ok
t/spec/S32-hash/pairs.t ........................................... ok
t/spec/S32-hash/push.t ............................................ ok
t/spec/S32-hash/perl.t ............................................ ok
t/spec/S32-hash/slice.rakudo.moar ................................. ok
t/spec/S32-exceptions/misc2.rakudo.moar ........................... ok
t/spec/S32-hash/adverbs.t ......................................... ok
t/spec/S32-io/IO-Socket-Async-UDP.t ............................... ok
t/spec/S29-os/system.rakudo.moar .................................. ok
t/spec/S32-io/chdir-process.t ..................................... ok
t/spec/S32-io/IO-Socket-Async.t ................................... ok
t/spec/S32-io/copy.t .............................................. ok
t/spec/S32-io/IO-Socket-INET.t .................................... ok
t/spec/S32-io/chdir.t ............................................. ok
t/spec/S32-io/dir.rakudo.moar ..................................... ok
t/spec/S32-io/file-tests.t ........................................ ok
t/spec/S32-temporal/DateTime.t .................................... ok
t/spec/S32-io/io-path-cygwin.rakudo.moar .......................... ok
t/spec/S32-io/indir.t ............................................. ok
t/spec/S32-io/io-handle.t ......................................... ok
t/spec/S32-io/io-path-subclasses.t ................................ ok
t/spec/S32-io/io-path-symlink.t ................................... ok
t/spec/S32-io/io-path-unix.rakudo.moar ............................ ok
t/spec/S32-io/io-path-win.rakudo.moar ............................. ok
t/spec/S32-io/io-spec-qnx.t ....................................... ok
t/spec/S32-io/io-spec-cygwin.t .................................... ok
t/spec/S32-io/io-cathandle.rakudo.moar ............................ ok
t/spec/S32-io/io-path-extension.t ................................. ok
t/spec/S32-io/io-spec-unix.t ...................................... ok
t/spec/S32-io/io-special.t ........................................ ok
t/spec/S32-io/native-descriptor.t ................................. ok
t/spec/S32-io/mkdir_rmdir.rakudo.moar ............................. ok
t/spec/S32-io/io-spec-win.t ....................................... ok
t/spec/S32-io/move.t .............................................. ok
t/spec/S32-io/null-char.t ......................................... ok
t/spec/S32-io/io-path.t ........................................... ok
t/spec/S32-io/other.t ............................................. ok
t/spec/S32-io/out-buffering.t ..................................... ok
t/spec/S32-io/open.t .............................................. ok
t/spec/S32-io/note.t .............................................. ok
t/spec/S32-io/rename.t ............................................ ok
t/spec/S32-io/signals.t ........................................... ok
t/spec/S32-io/seek.t .............................................. ok
t/spec/S32-io/lock.t .............................................. ok
t/spec/S32-io/socket-accept-and-working-threads.t ................. ok
t/spec/S32-io/socket-fail-invalid-values.t ........................ ok
t/spec/S32-io/socket-host-port-split.rakudo.moar .................. ok
t/spec/S32-io/slurp.t ............................................. ok
t/spec/S32-io/socket-recv-vs-read.t ............................... ok
t/spec/S32-io/pipe.t .............................................. ok
t/spec/S32-io/tell.t .............................................. ok
t/spec/S32-list/batch.t ........................................... ok
t/spec/S32-io/spurt.t ............................................. ok
t/spec/S32-exceptions/misc.rakudo.moar ............................ ok
t/spec/S32-io/utf16.t ............................................. ok
t/spec/S32-list/categorize.t ...................................... ok
t/spec/S32-list/classify.rakudo.moar .............................. ok
t/spec/S32-list/create.t .......................................... ok
t/spec/S32-list/cross.t ........................................... ok
t/spec/S32-list/combinations.t .................................... ok
t/spec/S32-list/deepmap.t ......................................... ok
t/spec/S32-list/end.t ............................................. ok
t/spec/S32-list/duckmap.t ......................................... ok
t/spec/S32-list/first-end-k.rakudo.moar ........................... ok
t/spec/S32-list/first-end-kv.t .................................... ok
t/spec/S32-list/first-end-p.t ..................................... ok
t/spec/S32-list/first-end-v.t ..................................... ok
t/spec/S32-list/first-end.t ....................................... ok
t/spec/S32-list/first-k.rakudo.moar ............................... ok
t/spec/integration/advent2012-day19.t ............................. ok
t/spec/S32-list/first-kv.t ........................................ ok
t/spec/S32-list/first-p.t ......................................... ok
t/spec/S32-list/first-v.t ......................................... ok
t/spec/S32-list/flat.t ............................................ ok
t/spec/S32-list/grep-k.rakudo.moar ................................ ok
t/spec/S32-list/grep-kv.t ......................................... ok
t/spec/S32-list/first.rakudo.moar ................................. ok
t/spec/S32-list/grep-p.t .......................................... ok
t/spec/S32-list/grep-v.t .......................................... ok
t/spec/S32-list/head.t ............................................ ok
t/spec/S32-list/classify-list.t ................................... ok
t/spec/S32-list/join.t ............................................ ok
t/spec/S32-list/iterator.t ........................................ ok
t/spec/S32-list/grep.rakudo.moar .................................. ok
t/spec/S32-list/map_function_return_values.t ...................... ok
t/spec/S32-list/map.rakudo.moar ................................... ok
t/spec/S32-list/permutations.t .................................... ok
t/spec/S32-list/minmax.t .......................................... ok
t/spec/S32-list/pick.t ............................................ ok
t/spec/S32-list/repeated.t ........................................ ok
t/spec/S32-list/reverse.t ......................................... ok
t/spec/S32-list/categorize-list.t ................................. ok
t/spec/S32-io/other-stress.t ...................................... ok
t/spec/S32-list/rotor.t ........................................... ok
t/spec/S32-list/produce.t ......................................... ok
t/spec/S32-list/skip.t ............................................ ok
t/spec/S32-list/roll.t ............................................ ok
t/spec/S32-list/seq.rakudo.moar ................................... ok
t/spec/S32-list/reduce.t .......................................... ok
t/spec/S32-list/tail.t ............................................ ok
t/spec/S32-num/abs.t .............................................. ok
t/spec/S32-list/sort.t ............................................ ok
t/spec/S32-list/squish.t .......................................... ok
t/spec/S32-list/unique.t .......................................... ok
t/spec/S32-num/cool-num.rakudo.moar ............................... ok
t/spec/S32-num/exp.t .............................................. ok
t/spec/S32-num/expmod.rakudo.moar ................................. ok
t/spec/S32-num/base.t ............................................. ok
t/spec/S32-num/narrow.t ........................................... ok
t/spec/S32-num/log.rakudo.moar .................................... ok
t/spec/S32-num/is-prime.t ......................................... ok
t/spec/S32-num/pi.t ............................................... ok
t/spec/S32-num/polar.t ............................................ ok
t/spec/S32-num/complex.t .......................................... ok
t/spec/S32-num/polymod.t .......................................... ok
t/spec/S32-num/negative-zero.t .................................... ok
t/spec/S32-num/rand.rakudo.moar ................................... ok
t/spec/S32-num/int.t .............................................. ok
t/spec/integration/advent2013-day14.t ............................. ok
t/spec/S32-num/roots.t ............................................ ok
t/spec/S32-num/real-bridge.t ...................................... ok
t/spec/S32-num/power.rakudo.moar .................................. ok
t/spec/S32-num/rounders.t ......................................... ok
t/spec/S32-num/sign.t ............................................. ok
t/spec/S32-num/sqrt.t ............................................. ok
t/spec/S32-num/stringify.rakudo.moar .............................. ok
t/spec/S32-num/unpolar.t .......................................... ok
t/spec/S32-scalar/perl.rakudo.moar ................................ ok
t/spec/S32-scalar/defined.t ....................................... ok
t/spec/S32-num/rat.t .............................................. ok
t/spec/S32-num/fatrat.t ........................................... ok
t/spec/S32-str/Collation.t ........................................ ok
t/spec/S32-scalar/undef.rakudo.moar ............................... ok
t/spec/S32-num/rshift_pos_amount.t ................................ ok
t/spec/S32-str/append.t ........................................... ok
t/spec/S32-num/stress.t ........................................... ok
t/spec/S32-str/bool.t ............................................. ok
t/spec/S32-str/capitalize.t ....................................... ok
t/spec/S32-str/chomp.t ............................................ ok
t/spec/S32-str/chop.t ............................................. ok
t/spec/S32-str/contains.t ......................................... ok
t/spec/integration/error-reporting.t .............................. ok
t/spec/S32-str/ends-with.t ........................................ ok
t/spec/S32-str/encode.rakudo.moar ................................. ok
t/spec/S32-str/comb.t ............................................. ok
t/spec/S32-str/fc.t ............................................... ok
t/spec/S32-str/flip.t ............................................. ok
t/spec/S32-str/gb18030-encode-decode.t ............................ ok
t/spec/S32-str/gb2312-encode-decode.t ............................. ok
t/spec/S32-str/index.t ............................................ ok
t/spec/S32-str/indices.t .......................................... ok
t/spec/S32-str/indent.rakudo.moar ................................. ok
t/spec/S32-str/lc.t ............................................... ok
t/spec/S32-str/length.t ........................................... ok
t/spec/S32-str/ords.t ............................................. ok
t/spec/S32-str/lines.t ............................................ ok
t/spec/S32-str/numeric.rakudo.moar ................................ ok
t/spec/S32-str/pack.t ............................................. ok
t/spec/S32-str/parse-base.t ....................................... ok
t/spec/S32-str/pos.t .............................................. ok
t/spec/S32-str/samecase.t ......................................... ok
t/spec/S32-str/rindex.t ........................................... ok
t/spec/S32-str/samemark.t ......................................... ok
t/spec/S32-str/shiftjis-encode-decode.t ........................... ok
t/spec/S32-str/CollationTest_NON_IGNORABLE-0.t .................... ok
t/spec/integration/eval-and-threads.t ............................. ok
t/spec/S32-str/CollationTest_NON_IGNORABLE-1.t .................... ok
t/spec/S32-str/split-simple.t ..................................... ok
t/spec/S32-str/CollationTest_NON_IGNORABLE-3.t .................... ok
t/spec/S32-str/CollationTest_NON_IGNORABLE-2.t .................... ok
t/spec/S32-str/split.rakudo.moar .................................. ok
t/spec/S32-str/sprintf-c.t ........................................ ok
t/spec/S32-str/sprintf-u.t ........................................ ok
t/spec/S32-str/sprintf-s.t ........................................ ok
t/spec/S32-str/sprintf-o.t ........................................ ok
t/spec/S32-str/starts-with.t ...................................... ok
t/spec/S32-str/sprintf.t .......................................... ok
t/spec/S32-str/substr-eq.t ........................................ ok
t/spec/S32-str/substr-rw.rakudo.moar .............................. ok
t/spec/S32-str/tc.t ............................................... ok
t/spec/S32-str/substr.t ........................................... ok
t/spec/S32-str/tclc.t ............................................. ok
t/spec/S32-str/trim.t ............................................. ok
t/spec/S32-str/uc.t ............................................... ok
t/spec/S32-str/uniparse.t ......................................... ok
t/spec/S32-str/sprintf-e.t ........................................ ok
t/spec/S32-str/unpack.t ........................................... ok
t/spec/S32-str/words.t ............................................ ok
t/spec/S32-str/windows-1251-windows-1252-encode-decode.t .......... ok
t/spec/S32-str/sprintf-b.t ........................................ ok
t/spec/S32-str/sprintf-d.t ........................................ ok
t/spec/S32-temporal/DateTime-Instant-Duration.t ................... ok
t/spec/S32-temporal/calendar.t .................................... ok
t/spec/S32-str/sprintf-f.t ........................................ ok
t/spec/S32-temporal/local.rakudo.moar ............................. ok
t/spec/S32-temporal/Date.t ........................................ ok
t/spec/S32-str/utf8-c8.t .......................................... ok
t/spec/S32-trig/cos.t ............................................. ok
t/spec/S32-trig/cosec.t ........................................... ok
t/spec/S32-trig/cosech.t .......................................... ok
t/spec/S32-trig/atan2.t ........................................... ok
t/spec/S32-trig/cosh.t ............................................ ok
t/spec/S32-trig/e.t ............................................... ok
t/spec/S32-trig/pi.t .............................................. ok
t/spec/S32-trig/cotan.t ........................................... ok
t/spec/S32-trig/cotanh.t .......................................... ok
t/spec/S32-trig/simple.t .......................................... ok
t/spec/S32-trig/sec.t ............................................. ok
t/spec/S32-trig/sin.t ............................................. ok
t/spec/S32-trig/sech.t ............................................ ok
t/spec/S32-trig/sinh.t ............................................ ok
t/spec/S32-trig/tan.t ............................................. ok
t/spec/S32-trig/tanh.t ............................................ ok
t/spec/integration/99problems-01-to-10.t .......................... ok
t/spec/integration/99problems-11-to-20.t .......................... ok
t/spec/S32-str/sprintf-x.t ........................................ ok
t/spec/integration/99problems-21-to-30.t .......................... ok
t/spec/integration/99problems-31-to-40.t .......................... ok
t/spec/integration/advent2009-day01.t ............................. ok
t/spec/integration/advent2009-day02.t ............................. ok
t/spec/integration/99problems-61-to-70.t .......................... ok
t/spec/integration/99problems-51-to-60.t .......................... ok
t/spec/integration/advent2009-day04.t ............................. ok
t/spec/integration/advent2009-day03.t ............................. ok
t/spec/integration/99problems-41-to-50.t .......................... ok
t/spec/integration/advent2009-day05.t ............................. ok
t/spec/integration/advent2009-day06.t ............................. ok
t/spec/integration/advent2009-day08.t ............................. ok
t/spec/integration/advent2009-day07.t ............................. ok
t/spec/integration/advent2009-day10.t ............................. ok
t/spec/integration/precompiled.t .................................. ok
t/spec/integration/advent2009-day09.t ............................. ok
t/spec/integration/advent2009-day11.t ............................. ok
t/spec/integration/advent2009-day13.t ............................. ok
t/spec/integration/advent2009-day12.t ............................. ok
t/spec/integration/advent2009-day14.t ............................. ok
t/spec/integration/advent2009-day15.t ............................. ok
t/spec/integration/advent2009-day19.t ............................. ok
t/spec/integration/advent2009-day16.t ............................. ok
t/spec/integration/advent2009-day20.t ............................. ok
t/spec/integration/advent2009-day21.t ............................. ok
t/spec/integration/advent2009-day18.t ............................. ok
t/spec/integration/advent2009-day17.t ............................. ok
t/spec/integration/advent2009-day24.t ............................. ok
t/spec/integration/advent2009-day23.t ............................. ok
t/spec/integration/advent2010-day03.t ............................. ok
t/spec/integration/advent2010-day04.t ............................. ok
t/spec/integration/advent2010-day08.t ............................. ok
t/spec/integration/advent2009-day22.t ............................. ok
t/spec/integration/advent2010-day06.t ............................. ok
t/spec/integration/advent2010-day07.t ............................. ok
t/spec/integration/advent2010-day10.rakudo.moar ................... ok
t/spec/integration/advent2010-day11.t ............................. ok
t/spec/integration/advent2010-day21.t ............................. ok
t/spec/integration/advent2010-day16.t ............................. ok
t/spec/integration/advent2010-day19.t ............................. ok
t/spec/integration/advent2010-day12.t ............................. ok
t/spec/integration/advent2010-day14.t ............................. ok
t/spec/integration/advent2010-day22.t ............................. ok
t/spec/integration/advent2011-day03.t ............................. ok
t/spec/integration/advent2011-day05.t ............................. ok
t/spec/integration/advent2011-day04.t ............................. ok
t/spec/integration/advent2010-day23.t ............................. ok
t/spec/integration/advent2011-day07.t ............................. ok
t/spec/integration/advent2011-day15.t ............................. ok
t/spec/integration/advent2011-day14.t ............................. ok
t/spec/integration/advent2011-day11.t ............................. ok
t/spec/integration/advent2011-day16.t ............................. ok
t/spec/integration/advent2011-day20.t ............................. ok
t/spec/integration/advent2012-day02.t ............................. ok
t/spec/integration/advent2011-day24.t ............................. ok
t/spec/integration/advent2012-day03.t ............................. ok
t/spec/integration/advent2011-day10.t ............................. ok
t/spec/integration/advent2012-day09.t ............................. ok
t/spec/integration/advent2012-day10.t ............................. ok
t/spec/integration/advent2012-day12.t ............................. ok
t/spec/integration/advent2011-day23.t ............................. ok
t/spec/integration/advent2012-day06.t ............................. ok
t/spec/integration/advent2011-day22.t ............................. ok
t/spec/integration/advent2012-day04.rakudo.moar ................... ok
t/spec/integration/advent2012-day13.t ............................. ok
t/spec/integration/advent2012-day16.t ............................. ok
t/spec/integration/advent2012-day15.t ............................. ok
t/spec/integration/advent2012-day14.t ............................. ok
t/spec/integration/advent2012-day20.t ............................. ok
t/spec/integration/advent2012-day22.t ............................. ok
t/spec/integration/advent2012-day23.t ............................. ok
t/spec/integration/advent2012-day24.t ............................. ok
t/spec/integration/advent2013-day02.t ............................. ok
t/spec/integration/advent2013-day04.t ............................. ok
t/spec/integration/advent2013-day06.t ............................. ok
t/spec/integration/advent2013-day07.t ............................. ok
t/spec/integration/advent2013-day08.t ............................. ok
t/spec/integration/advent2013-day09.t ............................. ok
t/spec/integration/advent2013-day15.t ............................. ok
t/spec/integration/advent2013-day12.t ............................. ok
t/spec/integration/advent2013-day10.t ............................. ok
t/spec/integration/advent2013-day19.t ............................. ok
t/spec/integration/advent2013-day18.t ............................. ok
t/spec/integration/advent2013-day23.t ............................. ok
t/spec/integration/advent2013-day21.t ............................. ok
t/spec/integration/advent2013-day20.t ............................. ok
t/spec/integration/advent2013-day22.t ............................. ok
t/spec/integration/advent2014-day16.t ............................. ok
t/spec/integration/advent2014-day13.t ............................. ok
t/spec/integration/code-blocks-as-sub-args.t ...................... ok
t/spec/integration/weird-errors.rakudo.moar ....................... ok
t/spec/integration/lazy-bentley-generator.t ....................... ok
t/spec/integration/lexical-array-in-inner-block.t ................. ok
t/spec/integration/advent2014-day05.rakudo.moar ................... ok
t/spec/integration/lexicals-and-attributes.t ...................... ok
t/spec/integration/failure-and-callsame.t ......................... ok
t/spec/integration/method-calls-and-instantiation.t ............... ok
t/spec/integration/deep-recursion-initing-native-array.t .......... ok
t/spec/integration/man-or-boy.t ................................... ok
t/spec/integration/no-indirect-new.t .............................. ok
t/spec/integration/packages.t ..................................... ok
t/spec/integration/pair-in-array.t ................................ ok
t/spec/integration/passing-pair-class-to-sub.t .................... ok
t/spec/integration/say-crash.t .................................... ok
t/spec/integration/rule-in-class-Str.t ............................ ok
t/spec/integration/real-strings.t ................................. ok
t/spec/integration/substr-after-match-in-gather-in-for.t .......... ok
t/spec/integration/topic_in_double_loop.t ......................... ok
t/spec/integration/role-composition-vs-attribute.rakudo.moar ...... ok
t/spec/integration/variables-in-do.t .............................. ok
t/spec/rosettacode/greatest_element_of_a_list.t ................... ok
t/spec/rosettacode/sierpinski_triangle.t .......................... ok
t/spec/integration/advent2012-day21.t ............................. ok
All tests successful.
Files=1352, Tests=187176, 886 wallclock secs (35.59 usr 3.95 sys + 3210.60 cusr 169.51 csys = 3419.65 CPU)
Result: PASS
Ignore missing file warnings:
Previous HEAD position was b425a4b31 Add tests for Supply.comb(Regex,limit)
Branch '6.c-errata' set up to track remote branch '6.c-errata' from 'origin'.
Switched to a new branch '6.c-errata'
+++ Checking for moar NQP version
cd t/spec && git pull --ff-only
Already up to date.
'/usr/bin/perl' -I'/home/koto/Devel/rakudo-dev/rakudo/tools/lib' -I'/home/koto/Devel/rakudo-dev/rakudo/3rdparty/nqp-configure/lib' t/harness5 --moar --fudge --keep-exit-code --tests-from-file=t/spec/spectest.data --stress
Inline::Perl5 not installed: not running Perl 5 integration tests
You can install Inline::Perl5 into the build directory with
zef --install-to=inst#/home/koto/Devel/rakudo-dev/rakudo/t/../gen/build_rakudo_home/site install Inline::Perl5
t/spec/S02-lexical-conventions/begin_end_pod.t ................ ok
t/spec/S02-lexical-conventions/bom.t .......................... ok
t/spec/S02-lexical-conventions/end-pod.t ...................... ok
t/spec/S02-lexical-conventions/one-pass-parsing.t ............. ok
t/spec/S02-lexical-conventions/minimal-whitespace.t ........... ok
t/spec/S02-lexical-conventions/comments.t ..................... ok
t/spec/S02-lexical-conventions/pod-in-multi-line-exprs.t ...... ok
t/spec/S02-lexical-conventions/sub-block-parsing.t ............ ok
t/spec/S02-lists/indexing.t ................................... ok
t/spec/S02-lists/tree.t ....................................... ok
t/spec/S02-lexical-conventions/unicode.t ...................... ok
t/spec/S02-literals/adverbs.rakudo.moar ....................... ok
t/spec/S02-literals/array-interpolation.t ..................... ok
t/spec/S02-literals/allomorphic.t ............................. ok
t/spec/S02-literals/char-by-name.rakudo.moar .................. ok
t/spec/S02-lexical-conventions/unicode-whitespace.t ........... ok
t/spec/S02-literals/autoref.t ................................. ok
t/spec/S02-literals/char-by-number.t .......................... ok
t/spec/S02-literals/fmt-interpolation.t ....................... ok
t/spec/S02-literals/hash-interpolation.t ...................... ok
t/spec/S02-literals/hex_chars.t ............................... ok
t/spec/S02-lexical-conventions/unspace.rakudo.moar ............ ok
t/spec/S02-literals/heredocs.t ................................ ok
t/spec/S02-literals/listquote-whitespace.t .................... ok
t/spec/S02-literals/listquote.rakudo.moar ..................... ok
t/spec/S02-literals/pair-boolean.t ............................ ok
t/spec/S02-literals/misc-interpolation.t ...................... ok
t/spec/S02-literals/numeric.rakudo.moar ....................... ok
t/spec/S02-literals/pod.rakudo.moar ........................... ok
t/spec/S02-literals/pairs.t ................................... ok
t/spec/S02-literals/sub-calls.t ............................... ok
t/spec/S02-literals/string-interpolation.t .................... ok
t/spec/S02-literals/quoting-unicode.t ......................... ok
t/spec/S02-literals/subscript.t ............................... ok
t/spec/S02-literals/radix.rakudo.moar ......................... ok
t/spec/S02-literals/types.t ................................... ok
t/spec/S02-magicals/78258.t ................................... ok
t/spec/S02-literals/underscores.t ............................. ok
t/spec/S02-literals/version.rakudo.moar ....................... ok
t/spec/S02-literals/quoting.rakudo.moar ....................... ok
t/spec/S02-magicals/DISTRO.rakudo.moar ........................ ok
t/spec/S02-magicals/KERNEL.rakudo.moar ........................ ok
t/spec/S02-magicals/PERL.rakudo.moar .......................... ok
t/spec/S02-magicals/VM.rakudo.moar ............................ ok
t/spec/S17-lowlevel/lock.t .................................... ok
t/spec/S02-magicals/block.t ................................... ok
t/spec/S02-magicals/dollar_bang.t ............................. ok
t/spec/S02-magicals/dollar-underscore.t ....................... ok
t/spec/S02-magicals/file_line.t ............................... ok
t/spec/S02-magicals/args.t .................................... ok
t/spec/S02-magicals/subname.t ................................. ok
t/spec/S02-magicals/pid.t ..................................... ok
t/spec/S02-magicals/env.rakudo.moar ........................... ok
t/spec/S02-magicals/progname.t ................................ ok
t/spec/S02-names-vars/contextual.t ............................ ok
t/spec/S02-names-vars/fmt.t ................................... ok
t/spec/S02-magicals/sub.t ..................................... ok
t/spec/S02-names-vars/list_array_perl.t ....................... ok
t/spec/S02-names-vars/signature.t ............................. ok
t/spec/S02-names-vars/variables-and-packages.rakudo.moar ...... ok
t/spec/S02-names/bare-sigil.t ................................. ok
t/spec/S02-names/caller.rakudo.moar ........................... ok
t/spec/S02-names/indirect.t ................................... ok
t/spec/S02-names/identifier.t ................................. ok
t/spec/S02-names/is_cached.t .................................. ok
t/spec/S02-names-vars/names.rakudo.moar ....................... ok
t/spec/S02-names-vars/perl.rakudo.moar ........................ ok
t/spec/S02-names/is_dynamic.t ................................. ok
t/spec/S02-names/our.rakudo.moar .............................. ok
t/spec/S17-procasync/kill.rakudo.moar ......................... ok
t/spec/S02-names-vars/varnames.rakudo.moar .................... ok
t/spec/S02-names/pseudo.rakudo.moar ........................... ok
t/spec/S02-names/strict.rakudo.moar ........................... ok
t/spec/S02-one-pass-parsing/less-than.t ....................... ok
t/spec/S02-packages/package-lookup.t .......................... ok
t/spec/S02-names/symbolic-deref.rakudo.moar ................... ok
t/spec/S02-names/is_default.rakudo.moar ....................... ok
t/spec/S02-types/anon_block.rakudo.moar ....................... ok
t/spec/S02-types/WHICH.t ...................................... ok
t/spec/S02-types/array-shapes.rakudo.moar ..................... ok
t/spec/S02-types/array_extending.t ............................ ok
t/spec/S02-types/array_ref.t .................................. ok
t/spec/S02-names/name.t ....................................... ok
t/spec/S02-types/autovivification.t ........................... ok
t/spec/S02-types/assigning-refs.t ............................. ok
t/spec/S02-types/built-in.t ................................... ok
t/spec/S02-types/array.rakudo.moar ............................ Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/100 subtests
(less 2 skipped subtests: 97 okay)
t/spec/S02-types/bool.t ....................................... ok
t/spec/S02-types/compact.rakudo.moar .......................... ok
t/spec/S02-types/catch_type_cast_mismatch.t ................... ok
t/spec/S02-types/capture.t .................................... ok
t/spec/S02-types/fatrat.t ..................................... ok
t/spec/S02-types/bag.t ........................................ ok
t/spec/S02-types/declare.rakudo.moar .......................... ok
t/spec/S02-types/flattening.t ................................. ok
t/spec/S02-types/hash_ref.t ................................... ok
t/spec/S02-types/infinity.rakudo.moar ......................... ok
t/spec/S02-types/instants-and-durations.t ..................... ok
t/spec/S02-types/baghash.rakudo.moar .......................... ok
t/spec/S02-types/is-type.rakudo.moar .......................... ok
t/spec/S02-types/keyhash.rakudo.moar .......................... ok
t/spec/S02-types/hash.rakudo.moar ............................. ok
t/spec/S02-types/isDEPRECATED.rakudo.moar ..................... ok
t/spec/S02-types/lazy-lists.t ................................. ok
t/spec/S02-types/list.t ....................................... ok
t/spec/S02-types/lists.rakudo.moar ............................ ok
t/spec/S02-types/int-uint.rakudo.moar ......................... ok
t/spec/S02-types/mixed_multi_dimensional.rakudo.moar .......... ok
t/spec/S02-types/nan.rakudo.moar .............................. ok
t/spec/S02-types/multi_dimensional_array.rakudo.moar .......... ok
t/spec/S02-types/nested_arrays.t .............................. ok
t/spec/S02-types/nested_pairs.t ............................... ok
t/spec/S02-types/mix.t ........................................ ok
t/spec/S02-types/native.rakudo.moar ........................... ok
t/spec/S02-types/mixhash.rakudo.moar .......................... ok
t/spec/S02-types/parsing-bool.t ............................... ok
t/spec/S02-types/nil.rakudo.moar .............................. ok
t/spec/S02-types/num.t ........................................ ok
t/spec/S02-types/resolved-in-setting.t ........................ ok
t/spec/S02-types/pair.rakudo.moar ............................. ok
t/spec/S02-types/sigils-and-types.rakudo.moar ................. ok
t/spec/S02-types/stash.t ...................................... ok
t/spec/S02-types/range.t ...................................... ok
t/spec/S02-types/subscripts_and_context.t ..................... ok
t/spec/S02-types/set.rakudo.moar .............................. ok
t/spec/S02-types/subset.t ..................................... ok
t/spec/S02-types/sethash.rakudo.moar .......................... ok
t/spec/S10-packages/precompilation.rakudo.moar ................ ok
t/spec/S02-types/undefined-types.rakudo.moar .................. ok
t/spec/S02-types/unicode.t .................................... ok
t/spec/S02-types/version.t .................................... ok
t/spec/S03-binding/closure.rakudo.moar ........................ ok
t/spec/S03-binding/attributes.rakudo.moar ..................... ok
t/spec/S02-types/type.rakudo.moar ............................. ok
t/spec/S03-binding/arrays.t ................................... ok
t/spec/S03-binding/hashes.t ................................... ok
t/spec/S03-binding/ro.rakudo.moar ............................. ok
t/spec/S03-binding/scalars.rakudo.moar ........................ ok
t/spec/S03-feeds/basic.rakudo.moar ............................ ok
t/spec/S03-junctions/associative.t ............................ ok
t/spec/S03-binding/nested.t ................................... ok
t/spec/S03-junctions/autothreading.t .......................... ok
t/spec/S02-types/whatever.rakudo.moar ......................... ok
t/spec/S03-metaops/eager-hyper.rakudo.moar .................... ok
t/spec/S03-metaops/cross.rakudo.moar .......................... ok
t/spec/S03-junctions/boolean-context.t ........................ ok
t/spec/S03-junctions/misc.t ................................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/142 subtests
t/spec/S03-metaops/not.t ...................................... ok
t/spec/S03-metaops/zip.t ...................................... ok
t/spec/S03-operators/also.rakudo.moar ......................... ok
t/spec/S03-metaops/reverse.t .................................. ok
t/spec/S03-operators/andthen.t ................................ ok
t/spec/S03-operators/assign-is-not-binding.t .................. ok
t/spec/S03-operators/arith.t .................................. ok
t/spec/S17-procasync/no-runaway-file-limit.t .................. ok
t/spec/S03-operators/autoincrement-range.t .................... ok
t/spec/S03-operators/adverbial-modifiers.rakudo.moar .......... ok
t/spec/S03-metaops/reduce.rakudo.moar ......................... ok
t/spec/S03-operators/autoincrement.t .......................... ok
t/spec/S03-operators/basic-types.t ............................ ok
t/spec/S03-operators/autovivification.t ....................... ok
t/spec/S03-operators/bit.t .................................... ok
t/spec/S03-operators/brainos.t ................................ ok
t/spec/S03-operators/boolean-bitwise.t ........................ ok
t/spec/S03-operators/chained-declarators.t .................... ok
t/spec/S03-operators/cmp.t .................................... ok
t/spec/S03-operators/buf.t .................................... ok
t/spec/S03-operators/comparison-simple.t ...................... ok
t/spec/S03-operators/composition.t ............................ ok
t/spec/S03-operators/comparison.t ............................. ok
t/spec/S03-operators/bag.rakudo.moar .......................... ok
t/spec/S03-operators/context-forcers.rakudo.moar .............. ok
t/spec/S03-operators/context.t ................................ ok
t/spec/S03-operators/custom.t ................................. ok
t/spec/S03-operators/div.t .................................... ok
t/spec/S03-operators/equality.t ............................... ok
t/spec/S03-operators/eqv.rakudo.moar .......................... ok
t/spec/S03-operators/assign.rakudo.moar ....................... ok
t/spec/S03-operators/gcd.t .................................... ok
t/spec/S03-operators/flip-flop.rakudo.moar .................... ok
t/spec/S03-operators/infixed-function.t ....................... ok
t/spec/S03-operators/increment.t .............................. ok
t/spec/S03-operators/identity.rakudo.moar ..................... ok
t/spec/S03-operators/lcm.t .................................... ok
t/spec/S03-operators/is-divisible-by.rakudo.moar .............. ok
t/spec/S03-operators/inplace.rakudo.moar ...................... ok
t/spec/S03-operators/list-quote-junction.t .................... ok
t/spec/S17-procasync/many-processes-no-close-stdin.t .......... ok
t/spec/S03-operators/names.t .................................. ok
t/spec/S03-operators/minmax.rakudo.moar ....................... ok
t/spec/S03-operators/not.t .................................... ok
t/spec/S03-operators/numeric-shift.t .......................... ok
t/spec/S03-operators/nesting.t ................................ ok
t/spec/S03-operators/orelse.t ................................. ok
t/spec/S03-metaops/hyper.rakudo.moar .......................... ok
t/spec/S03-operators/overflow.t ............................... ok
t/spec/S03-operators/precedence.rakudo.moar ................... ok
t/spec/S03-operators/misc.rakudo.moar ......................... ok
t/spec/S03-operators/range-basic.t ............................ ok
t/spec/S03-operators/reduce-le1arg.rakudo.moar ................ ok
t/spec/S03-operators/range.t .................................. ok
t/spec/S03-operators/mix.rakudo.moar .......................... ok
t/spec/S03-operators/scalar-assign.t .......................... ok
t/spec/S03-operators/repeat.t ................................. ok
t/spec/S03-operators/so.t ..................................... ok
t/spec/S03-operators/relational.rakudo.moar ................... ok
t/spec/S03-operators/spaceship-and-containers.t ............... ok
t/spec/S03-operators/spaceship.t .............................. ok
t/spec/S03-operators/range-int.t .............................. ok
t/spec/S03-operators/subscript-vs-lt.t ........................ ok
t/spec/S03-operators/short-circuit.t .......................... ok
t/spec/S03-operators/subscript-adverbs.t ...................... ok
t/spec/S03-operators/set.rakudo.moar .......................... ok
t/spec/S03-sequence/arity-2-or-more.t ......................... ok
t/spec/S03-operators/value_equivalence.t ...................... ok
t/spec/S03-sequence/arity0.t .................................. ok
t/spec/S03-sequence/limit-arity-2-or-more.t ................... ok
t/spec/S03-smartmatch/any-any.t ............................... ok
t/spec/S03-sequence/nonnumeric.rakudo.moar .................... ok
t/spec/S03-smartmatch/any-bool.t .............................. ok
t/spec/S03-operators/ternary.t ................................ ok
t/spec/S17-promise/allof.t .................................... ok
t/spec/S03-smartmatch/any-complex.t ........................... ok
t/spec/S03-smartmatch/any-callable.t .......................... ok
t/spec/S03-sequence/basic.t ................................... ok
t/spec/S03-smartmatch/any-hash-pair.t ......................... ok
t/spec/S03-smartmatch/any-method.t ............................ ok
t/spec/S03-smartmatch/any-num.t ............................... ok
t/spec/S17-promise/in.t ....................................... ok
t/spec/S03-smartmatch/any-str.t ............................... ok
t/spec/S03-smartmatch/any-sub.t ............................... ok
t/spec/S03-smartmatch/any-pair.t .............................. ok
t/spec/S03-smartmatch/any-type.t .............................. ok
t/spec/S03-smartmatch/array-hash.rakudo.moar .................. ok
t/spec/S03-sequence/misc.t .................................... ok
t/spec/S03-smartmatch/capture-signature.t ..................... ok
t/spec/S03-smartmatch/hash-hash.rakudo.moar ................... ok
t/spec/S03-smartmatch/scalar-hash.t ........................... ok
t/spec/S03-smartmatch/range-range.t ........................... ok
t/spec/S03-smartmatch/regex-hash.t ............................ ok
t/spec/S03-smartmatch/disorganized.t .......................... ok
t/spec/S03-smartmatch/array-array.t ........................... ok
t/spec/S03-smartmatch/signature-signature.rakudo.moar ......... ok
t/spec/S04-blocks-and-statements/pointy-rw.t .................. ok
t/spec/S04-blocks-and-statements/let.t ........................ ok
t/spec/S04-blocks-and-statements/pointy.rakudo.moar ........... ok
t/spec/S04-declarations/implicit-parameter.t .................. ok
t/spec/S04-declarations/multiple.rakudo.moar .................. ok
t/spec/S04-blocks-and-statements/temp.rakudo.moar ............. ok
t/spec/S04-declarations/our.t ................................. ok
t/spec/S04-declarations/state.rakudo.moar ..................... ok
t/spec/S04-declarations/will.rakudo.moar ...................... ok
t/spec/S04-declarations/smiley.t .............................. ok
t/spec/S04-exception-handlers/top-level.t ..................... ok
t/spec/S04-exception-handlers/catch.t ......................... ok
t/spec/S04-exceptions/control_across_runloop.t ................ ok
t/spec/S17-promise/start.t .................................... ok
t/spec/S04-exceptions/pending.rakudo.moar ..................... ok
t/spec/S04-declarations/my.t .................................. ok
t/spec/S04-phasers/ascending-order.t .......................... ok
t/spec/S04-exceptions/fail.t .................................. ok
t/spec/S04-exception-handlers/control.t ....................... ok
t/spec/S04-phasers/descending-order.t ......................... ok
t/spec/S04-phasers/check.t .................................... ok
t/spec/S04-phasers/eval-in-begin.t ............................ ok
t/spec/S04-phasers/begin.rakudo.moar .......................... ok
t/spec/S04-phasers/first.t .................................... ok
t/spec/S04-phasers/end.t ...................................... ok
t/spec/S04-phasers/in-loop.rakudo.moar ........................ ok
t/spec/S04-phasers/enter-leave.rakudo.moar .................... ok
t/spec/S04-phasers/in-eval.rakudo.moar ........................ ok
t/spec/S04-phasers/init.t ..................................... ok
t/spec/S04-phasers/multiple.t ................................. ok
t/spec/S04-phasers/next.rakudo.moar ........................... ok
t/spec/S04-phasers/keep-undo.t ................................ ok
t/spec/S04-statement-modifiers/given.t ........................ ok
t/spec/S04-phasers/pre-post.rakudo.moar ....................... ok
t/spec/S04-statement-modifiers/for.t .......................... ok
t/spec/S04-phasers/rvalue.t ................................... ok
t/spec/S04-statement-modifiers/if.t ........................... ok
t/spec/S04-statement-modifiers/unless.t ....................... ok
t/spec/S04-statement-modifiers/until.t ........................ ok
t/spec/S04-statement-modifiers/while.t ........................ ok
t/spec/S04-statement-modifiers/values_in_bool_context.t ....... ok
t/spec/S04-statement-parsing/hash.t ........................... ok
t/spec/S04-statement-modifiers/without.t ...................... ok
t/spec/S04-statement-modifiers/with.rakudo.moar ............... ok
t/spec/S04-statements/for-scope.t ............................. ok
t/spec/S04-declarations/constant.rakudo.moar .................. ok
t/spec/S04-statements/for_with_only_one_item.t ................ ok
t/spec/S04-statements/do.rakudo.moar .......................... ok
t/spec/S04-statements/label.rakudo.moar ....................... ok
t/spec/S04-statements/last.t .................................. ok
t/spec/S04-statements/gather.rakudo.moar ...................... ok
t/spec/S04-statements/if.rakudo.moar .......................... ok
t/spec/S04-statements/loop.t .................................. ok
t/spec/S04-statements/map-and-sort-in-for.t ................... ok
t/spec/S04-statements/given.t ................................. ok
t/spec/S04-statements/next.t .................................. ok
t/spec/S04-statements/no-implicit-block.t ..................... ok
t/spec/S04-statements/once.t .................................. ok
t/spec/S04-statements/redo.t .................................. ok
t/spec/S04-statements/for.rakudo.moar ......................... ok
t/spec/S04-statements/sink.t .................................. ok
t/spec/S04-statements/repeat.t ................................ ok
t/spec/S04-statements/return.t ................................ ok
t/spec/S04-statements/unless.t ................................ ok
t/spec/S04-statements/terminator.t ............................ ok
t/spec/S04-statements/quietly.t ............................... ok
t/spec/S04-statements/until.t ................................. ok
t/spec/S04-statements/try.t ................................... ok
t/spec/S04-statements/when.t .................................. ok
t/spec/S05-capture/alias.rakudo.moar .......................... ok
t/spec/S04-statements/while.rakudo.moar ....................... ok
t/spec/S05-capture/array-alias.rakudo.moar .................... ok
t/spec/S05-capture/match-object.rakudo.moar ................... ok
t/spec/S05-capture/caps.t ..................................... ok
t/spec/S05-capture/named.rakudo.moar .......................... ok
t/spec/S04-statements/with.t .................................. ok
t/spec/S05-capture/subrule.t .................................. ok
t/spec/S05-grammar/example.rakudo.moar ........................ ok
t/spec/S17-scheduler/at.t ..................................... ok
t/spec/S05-grammar/action-stubs.t ............................. ok
t/spec/S05-grammar/namespace.t ................................ ok
t/spec/S05-grammar/inheritance.rakudo.moar .................... ok
t/spec/S05-grammar/methods.t .................................. ok
t/spec/S05-capture/dot.rakudo.moar ............................ ok
t/spec/S05-grammar/protos.t ................................... ok
t/spec/S05-grammar/parse_and_parsefile.t ...................... ok
t/spec/S05-grammar/polymorphism.t ............................. ok
t/spec/S05-grammar/signatures.t ............................... ok
t/spec/S05-grammar/ws.rakudo.moar ............................. ok
t/spec/S05-interpolation/lexicals.t ........................... ok
t/spec/S05-grammar/protoregex.rakudo.moar ..................... ok
t/spec/S05-mass/charsets.t .................................... ok
t/spec/S05-interpolation/regex-in-variable.rakudo.moar ........ ok
t/spec/S05-mass/recursive.t ................................... ok
t/spec/S05-mass/properties-derived.t .......................... ok
t/spec/S05-mass/named-chars.t ................................. ok
t/spec/S05-mass/properties-script.t ........................... ok
t/spec/S05-match/arrayhash.t .................................. ok
t/spec/S05-match/blocks.rakudo.moar ........................... ok
t/spec/S05-match/make.t ....................................... ok
t/spec/S05-mass/stdrules.t .................................... ok
t/spec/S05-mass/properties-block.t ............................ ok
t/spec/S05-match/non-capturing.t .............................. ok
t/spec/S05-match/capturing-contexts.rakudo.moar ............... ok
t/spec/S05-mass/properties-general.rakudo.moar ................ ok
t/spec/S05-match/perl.rakudo.moar ............................. ok
t/spec/S05-metachars/closure.rakudo.moar ...................... ok
t/spec/S05-match/positions.t .................................. ok
t/spec/S17-scheduler/every.t .................................. ok
t/spec/S05-metachars/newline.t ................................ ok
t/spec/S05-metachars/line-anchors.t ........................... ok
t/spec/S05-metasyntax/assertions.t ............................ ok
t/spec/S05-metachars/tilde.t .................................. ok
t/spec/S05-metasyntax/changed.t ............................... ok
t/spec/S05-metasyntax/charset.t ............................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/53 subtests
t/spec/S05-metasyntax/angle-brackets.rakudo.moar .............. ok
t/spec/S05-metasyntax/litvar.t ................................ ok
t/spec/S05-metasyntax/interpolating-closure.rakudo.moar ....... ok
t/spec/S05-metasyntax/lookaround.t ............................ ok
t/spec/S05-metasyntax/null.t .................................. ok
t/spec/S05-metasyntax/proto-token-ltm.t ....................... ok
t/spec/S05-metasyntax/delimiters.t ............................ ok
t/spec/S05-metasyntax/sequential-alternation.t ................ ok
t/spec/S05-metasyntax/repeat.t ................................ ok
t/spec/S05-metasyntax/unicode-property-pair.t ................. ok
t/spec/S05-mass/rx.rakudo.moar ................................ ok
t/spec/S05-metasyntax/single-quotes.t ......................... ok
t/spec/S05-metasyntax/regex.t ................................. ok
t/spec/S05-modifier/continue.t ................................ ok
t/spec/S05-metasyntax/unknown.rakudo.moar ..................... ok
t/spec/S05-metasyntax/longest-alternative.rakudo.moar ......... ok
t/spec/S05-modifier/global.t .................................. ok
t/spec/S05-modifier/counted-match.rakudo.moar ................. ok
t/spec/S05-modifier/ignoremark.t .............................. ok
t/spec/S05-modifier/ignorecase-and-ignoremark.t ............... ok
t/spec/S05-modifier/ignorecase.rakudo.moar .................... ok
t/spec/S05-modifier/ii.rakudo.moar ............................ ok
t/spec/S05-modifier/my.rakudo.moar ............................ ok
t/spec/S05-modifier/overlapping.t ............................. ok
t/spec/S05-modifier/perl5_0.rakudo.moar ....................... ok
t/spec/S05-modifier/counted.t ................................. ok
t/spec/S17-scheduler/in.t ..................................... ok
t/spec/S05-modifier/perl5_1.t ................................. ok
t/spec/S05-modifier/perl5_2.t ................................. ok
t/spec/S05-modifier/perl5_3.t ................................. ok
t/spec/S05-modifier/perl5_4.t ................................. ok
t/spec/S05-modifier/perl5_6.rakudo.moar ....................... ok
t/spec/S05-modifier/perl5_5.rakudo.moar ....................... ok
t/spec/S05-modifier/perl5_7.t ................................. ok
t/spec/S05-modifier/repetition-exhaustive.rakudo.moar ......... ok
t/spec/S05-modifier/repetition.t .............................. ok
t/spec/S05-modifier/pos.rakudo.moar ........................... ok
t/spec/S05-modifier/perl5_8.rakudo.moar ....................... ok
t/spec/S05-substitution/67222.t ............................... ok
t/spec/S05-modifier/sigspace.t ................................ ok
t/spec/S05-transliteration/79778.t ............................ ok
t/spec/S05-modifier/perl5_9.rakudo.moar ....................... ok
t/spec/S05-substitution/match.t ............................... ok
t/spec/S06-advanced/callsame.t ................................ ok
t/spec/S05-transliteration/with-closure.rakudo.moar ........... ok
t/spec/S06-advanced/callframe.rakudo.moar ..................... ok
t/spec/S17-scheduler/times.t .................................. ok
t/spec/S05-transliteration/trans.rakudo.moar .................. ok
t/spec/S06-advanced/recurse.t ................................. ok
t/spec/S06-currying/assuming-and-mmd.t ........................ ok
t/spec/S06-advanced/return.rakudo.moar ........................ ok
t/spec/S06-advanced/lexical-subs.t ............................ ok
t/spec/S06-advanced/stub.rakudo.moar .......................... ok
t/spec/S06-macros/errors.t .................................... ok
t/spec/S06-advanced/wrap.rakudo.moar .......................... ok
t/spec/S06-macros/opaque-ast.rakudo.moar ...................... ok
t/spec/S05-substitution/subst.rakudo.moar ..................... ok
t/spec/S06-multi/by-trait.t ................................... ok
t/spec/S06-multi/lexical-multis.rakudo.moar ................... ok
t/spec/S06-macros/unquoting.rakudo.moar ....................... ok
t/spec/S06-currying/named.t ................................... ok
t/spec/S06-macros/quasi-blocks.rakudo.moar .................... ok
t/spec/S06-multi/positional-vs-named.t ........................ ok
t/spec/S06-currying/misc.rakudo.moar .......................... ok
t/spec/S06-multi/redispatch.t ................................. ok
t/spec/S06-currying/slurpy.t .................................. ok
t/spec/S06-multi/unpackability.t .............................. ok
t/spec/S06-multi/syntax.t ..................................... ok
t/spec/S06-multi/value-based.t ................................ ok
t/spec/S06-multi/type-based.rakudo.moar ....................... ok
t/spec/S17-supply/act.t ....................................... ok
t/spec/S06-operator-overloading/methods.rakudo.moar ........... ok
t/spec/S06-operator-overloading/semicolon.t ................... ok
t/spec/S06-multi/proto.rakudo.moar ............................ ok
t/spec/S06-other/anon-hashes-vs-blocks.t ...................... ok
t/spec/S06-multi/subsignature.rakudo.moar ..................... ok
t/spec/S06-other/introspection.t .............................. ok
t/spec/S06-other/main-eval.rakudo.moar ........................ ok
t/spec/S06-other/main-semicolon.t ............................. ok
t/spec/S06-operator-overloading/term.t ........................ ok
t/spec/S06-other/misc.t ....................................... ok
t/spec/S06-other/pairs-as-lvalues.t ........................... ok
t/spec/S06-other/main.t ....................................... ok
t/spec/S06-parameters/smiley.rakudo.moar ...................... ok
t/spec/S06-routine-modifiers/lvalue-subroutines.t ............. ok
t/spec/S06-routine-modifiers/native-lvalue-subroutines.t ...... ok
t/spec/S06-routine-modifiers/proxy.rakudo.moar ................ ok
t/spec/S06-routine-modifiers/scoped-named-subs.t .............. ok
t/spec/S06-operator-overloading/workout.t ..................... ok
t/spec/S06-signature/closure-over-parameters.t ................ ok
t/spec/S06-signature/caller-param.rakudo.moar ................. ok
t/spec/S06-signature/arity.t .................................. ok
t/spec/S06-signature/code.rakudo.moar ......................... ok
t/spec/S06-signature/closure-parameters.rakudo.moar ........... ok
t/spec/S06-signature/defaults.t ............................... ok
t/spec/S06-signature/definite-return.rakudo.moar .............. ok
t/spec/S06-signature/errors.t ................................. ok
t/spec/S06-signature/mixed-placeholders.t ..................... ok
t/spec/S06-signature/multi-invocant.t ......................... ok
t/spec/S06-signature/multidimensional.t ....................... ok
t/spec/S06-signature/named-placeholders.t ..................... ok
t/spec/S06-operator-overloading/imported-subs.t ............... ok
t/spec/S06-signature/named-renaming.t ......................... ok
t/spec/S06-other/main-usage.rakudo.moar ....................... ok
t/spec/S06-signature/outside-subroutine.t ..................... ok
t/spec/S06-signature/named-parameters.rakudo.moar ............. ok
t/spec/S06-signature/optional.t ............................... ok
t/spec/S06-signature/passing-hashes.t ......................... ok
t/spec/S06-currying/positional.t .............................. ok
t/spec/S06-signature/passing-arrays.t ......................... ok
t/spec/S06-signature/positional-placeholders.t ................ ok
t/spec/S06-signature/scalar-type.t ............................ ok
t/spec/S06-signature/positional.t ............................. ok
t/spec/S06-signature/sigilless.t .............................. ok
t/spec/S06-signature/shape.t .................................. ok
t/spec/S06-signature/slurpy-and-interpolation.t ............... ok
t/spec/S06-signature/slurpy-placeholders.t .................... ok
t/spec/S06-signature/tree-node-parameters.rakudo.moar ......... ok
t/spec/S06-signature/sub-ref.rakudo.moar ...................... ok
t/spec/S06-signature/type-capture.t ........................... ok
t/spec/S06-signature/slurpy-params.t .......................... ok
t/spec/S06-signature/introspection.rakudo.moar ................ ok
t/spec/S06-signature/types.t .................................. ok
t/spec/S06-signature/unpack-array.t ........................... ok
t/spec/S06-signature/unpack-object.t .......................... ok
t/spec/S06-traits/as.t ........................................ ok
t/spec/S06-signature/unspecified.t ............................ ok
t/spec/S06-traits/is-readonly.rakudo.moar ..................... ok
t/spec/S06-traits/is-copy.t ................................... ok
t/spec/S06-traits/is-rw.t ..................................... ok
t/spec/S06-traits/misc.rakudo.moar ............................ ok
t/spec/S06-traits/native-is-copy.t ............................ ok
t/spec/S06-traits/slurpy-is-rw.t .............................. ok
t/spec/S07-hyperrace/hyper.rakudo.moar ........................ ok
t/spec/S06-traits/native-is-rw.t .............................. ok
t/spec/S07-hyperrace/race.rakudo.moar ......................... ok
t/spec/S09-autovivification/autoincrement.t ................... ok
t/spec/S09-autovivification/autovivification.rakudo.moar ...... ok
t/spec/S09-hashes/objecthash.rakudo.moar ...................... ok
t/spec/S09-multidim/XX-POS-on-undimensioned.t ................. ok
t/spec/S09-multidim/XX-POS-on-dimensioned.t ................... ok
t/spec/S17-supply/delayed.rakudo.moar ......................... ok
t/spec/S06-traits/is-assoc.rakudo.moar ........................ ok
t/spec/S09-multidim/decl.t .................................... ok
t/spec/S09-multidim/assign.t .................................. ok
t/spec/S09-multidim/indexing.t ................................ ok
t/spec/S09-multidim/subs.t .................................... ok
t/spec/S09-subscript/multidim-assignment.t .................... ok
t/spec/S09-multidim/methods.t ................................. ok
t/spec/S09-subscript/slice.rakudo.moar ........................ ok
t/spec/S09-typed-arrays/hashes.t .............................. ok
t/spec/S09-typed-arrays/native-decl.t ......................... ok
t/spec/S09-typed-arrays/arrays.rakudo.moar .................... ok
t/spec/S09-typed-arrays/native.t .............................. ok
t/spec/S09-typed-arrays/native-num.rakudo.moar ................ ok
t/spec/S07-slip/slip.t ........................................ ok
t/spec/S09-typed-arrays/native-int.rakudo.moar ................ ok
t/spec/S11-compunit/compunit-dependencyspecification.t ........ ok
t/spec/S11-compunit/compunit-repository.t ..................... ok
t/spec/S10-packages/joined-namespaces.t ....................... ok
t/spec/S06-traits/precedence.rakudo.moar ...................... ok
t/spec/S11-compunit/rt126904.t ................................ ok
t/spec/S11-modules/import-multi.rakudo.moar ................... ok
t/spec/S10-packages/use-with-class.t .......................... ok
t/spec/S11-modules/import.rakudo.moar ......................... ok
t/spec/S11-modules/export.rakudo.moar ......................... ok
t/spec/S11-modules/import-tag.t ............................... ok
t/spec/S10-packages/basic.rakudo.moar ......................... ok
t/spec/S11-modules/lexical.t .................................. ok
t/spec/S11-repository/curli-install.t ......................... ok
t/spec/S11-modules/importing.t ................................ ok
t/spec/S11-modules/need.t ..................................... ok
t/spec/S12-attributes/clone.t ................................. ok
t/spec/S12-attributes/defaults.t .............................. ok
t/spec/S12-attributes/class.t ................................. ok
t/spec/S17-supply/batch.t ..................................... ok
t/spec/S12-attributes/inheritance.t ........................... ok
t/spec/S12-attributes/mutators.rakudo.moar .................... ok
t/spec/S11-modules/nested.t ................................... ok
t/spec/S11-modules/require.t .................................. ok
t/spec/S12-attributes/delegation.t ............................ ok
t/spec/S12-attributes/recursive.t ............................. ok
t/spec/S12-attributes/native.t ................................ ok
t/spec/S12-class/anonymous.rakudo.moar ........................ ok
t/spec/S12-class/attributes-required.t ........................ ok
t/spec/S12-attributes/undeclared.t ............................ ok
t/spec/S12-attributes/instance.rakudo.moar .................... ok
t/spec/S12-attributes/smiley.t ................................ ok
t/spec/S12-class/augment-supersede.rakudo.moar ................ ok
t/spec/S12-class/declaration-order.t .......................... ok
t/spec/S12-class/attributes.t ................................. ok
t/spec/S12-class/extending-arrays.t ........................... ok
t/spec/S12-class/inheritance-class-methods.t .................. ok
t/spec/S17-supply/elems.t ..................................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
t/spec/S12-class/basic.t ...................................... ok
t/spec/S12-class/instantiate.rakudo.moar ...................... ok
t/spec/S12-class/lexical.t .................................... ok
t/spec/S12-class/literal.t .................................... ok
t/spec/S12-class/interface-consistency.t ...................... ok
t/spec/S12-class/inheritance.t ................................ ok
t/spec/S12-class/magical-vars.t ............................... ok
t/spec/S12-class/mro.t ........................................ ok
t/spec/S12-class/parent_attributes.rakudo.moar ................ ok
t/spec/S12-class/rw.t ......................................... ok
t/spec/S12-class/namespaced.t ................................. ok
t/spec/S12-class/open.t ....................................... ok
t/spec/S12-class/self-inheritance.t ........................... ok
t/spec/S12-class/type-object.t ................................ ok
t/spec/S12-class/stubs.rakudo.moar ............................ ok
t/spec/S12-coercion/coercion-types.rakudo.moar ................ ok
t/spec/S12-construction/named-params-in-BUILD.t ............... ok
t/spec/S12-construction/autopairs.t ........................... ok
t/spec/S12-construction/construction.t ........................ ok
t/spec/S12-enums/anonymous.t .................................. ok
t/spec/S12-construction/new.rakudo.moar ....................... ok
t/spec/S12-enums/as-role.t .................................... ok
t/spec/S12-construction/BUILD.rakudo.moar ..................... ok
t/spec/S17-supply/stable.rakudo.moar .......................... ok
t/spec/S12-enums/pseudo-functional.t .......................... ok
t/spec/S12-enums/non-int.rakudo.moar .......................... ok
t/spec/S12-enums/misc.t ....................................... ok
t/spec/S12-enums/basic.rakudo.moar ............................ ok
t/spec/S12-introspection/WHAT.rakudo.moar ..................... ok
t/spec/S12-enums/thorough.rakudo.moar ......................... ok
t/spec/S12-introspection/attributes.rakudo.moar ............... ok
t/spec/S12-introspection/definite.t ........................... ok
t/spec/S12-introspection/can.t ................................ ok
t/spec/S12-introspection/meta-class.t ......................... ok
t/spec/S12-introspection/walk.t ............................... ok
t/spec/S12-introspection/parents.t ............................ ok
t/spec/S12-introspection/methods.rakudo.moar .................. ok
t/spec/S12-meta/grammarhow.t .................................. ok
t/spec/S12-introspection/roles.t .............................. ok
t/spec/S12-meta/primitives.t .................................. ok
t/spec/S12-methods/accessors.t ................................ ok
t/spec/S12-methods/attribute-params.t ......................... ok
t/spec/S12-methods/calling_syntax.t ........................... ok
t/spec/S12-methods/class-and-instance.t ....................... ok
t/spec/S12-methods/calling_sets.t ............................. ok
t/spec/S12-methods/default-trait.t ............................ ok
t/spec/S12-methods/chaining.t ................................. ok
t/spec/S12-methods/defer-call.t ............................... ok
t/spec/S12-methods/how.t ...................................... ok
t/spec/S12-methods/fallback.t ................................. ok
t/spec/S12-methods/defer-next.t ............................... ok
t/spec/S12-methods/delegation.t ............................... ok
t/spec/S12-methods/indirect_notation.rakudo.moar .............. ok
t/spec/S12-methods/lastcall.t ................................. ok
t/spec/S12-methods/lvalue.t ................................... ok
t/spec/S12-methods/method-vs-sub.t ............................ ok
t/spec/S12-methods/instance.t ................................. ok
t/spec/S17-supply/start.t ..................................... ok
t/spec/S12-methods/qualified.t ................................ ok
t/spec/S12-methods/multi.rakudo.moar .......................... ok
t/spec/S12-methods/private.t .................................. ok
t/spec/S12-methods/submethods.rakudo.moar ..................... ok
t/spec/S12-methods/topic.t .................................... ok
t/spec/S12-methods/trusts.t ................................... ok
t/spec/S12-methods/parallel-dispatch.rakudo.moar .............. ok
t/spec/S12-methods/syntax.rakudo.moar ......................... ok
t/spec/S12-methods/typed-attributes.t ......................... ok
t/spec/S12-subset/multi-dispatch.t ............................ ok
t/spec/S12-methods/what.t ..................................... ok
t/spec/S13-type-casting/methods.t ............................. ok
t/spec/S13-overloading/typecasting-long.t ..................... ok
t/spec/S13-overloading/metaoperators.t ........................ ok
t/spec/S14-roles/anonymous.t .................................. ok
t/spec/S14-roles/attributes.t ................................. ok
t/spec/S12-subset/subtypes.t .................................. ok
t/spec/S14-roles/bool.t ....................................... ok
t/spec/S12-meta/exporthow.rakudo.moar ......................... ok
t/spec/S14-roles/crony.t ...................................... ok
t/spec/S14-roles/conflicts.t .................................. ok
t/spec/S13-overloading/operators.t ............................ ok
t/spec/S14-roles/instantiation.t .............................. ok
t/spec/S14-roles/basic.rakudo.moar ............................ ok
t/spec/S14-roles/lexical.t .................................... ok
t/spec/S14-roles/composition.rakudo.moar ...................... ok
t/spec/S14-roles/namespaced.t ................................. ok
t/spec/S14-roles/parameter-subtyping.t ........................ ok
t/spec/S14-roles/parameterized-mixin.rakudo.moar .............. ok
t/spec/S14-roles/submethods.t ................................. ok
t/spec/S14-roles/parameterized-basic.t ........................ ok
t/spec/S14-roles/stubs.t ...................................... ok
t/spec/S14-traits/attributes.t ................................ ok
t/spec/S14-roles/parameterized-type.t ......................... ok
t/spec/S15-literals/identifiers.t ............................. ok
t/spec/S15-literals/numbers.t ................................. ok
t/spec/S15-nfg/case-change.t .................................. ok
t/spec/S14-traits/routines.rakudo.moar ........................ ok
t/spec/S15-nfg/cgj.t .......................................... ok
t/spec/S15-nfg/concatenation.t ................................ ok
t/spec/S15-nfg/crlf-encoding.t ................................ ok
t/spec/S15-nfg/from-file.rakudo.moar .......................... ok
t/spec/S15-nfg/from-buf.t ..................................... ok
t/spec/S14-roles/mixin.t ...................................... ok
t/spec/S17-supply/syntax.t .................................... ok
t/spec/S15-nfg/many-combiners.t ............................... ok
t/spec/S15-nfg/long-uni.t ..................................... ok
t/spec/S15-nfg/many-threads.t ................................. ok
t/spec/S15-nfg/mass-roundtrip-nfd.t ........................... ok
t/spec/S15-nfg/mass-roundtrip-nfkc.t .......................... ok
t/spec/S15-nfg/grapheme-break.t ............................... ok
t/spec/S15-nfg/regex.rakudo.moar .............................. ok
t/spec/S15-nfg/mass-roundtrip-nfkd.t .......................... ok
t/spec/S15-nfg/mass-chars.t ................................... ok
t/spec/S15-nfg/mass-equality.t ................................ ok
t/spec/S15-nfg/mass-roundtrip-nfc.t ........................... ok
t/spec/S15-normalization/nfc-0.t .............................. ok
t/spec/S15-normalization/nfc-1.t .............................. ok
t/spec/S15-normalization/nfc-2.t .............................. ok
t/spec/S15-normalization/nfc-3.t .............................. ok
t/spec/S15-normalization/nfc-4.t .............................. ok
t/spec/S15-normalization/nfc-5.t .............................. ok
t/spec/S15-normalization/nfc-sanity.t ......................... ok
t/spec/S15-normalization/nfc-9.t .............................. ok
t/spec/S06-operator-overloading/sub.rakudo.moar ............... ok
t/spec/S15-normalization/nfc-7.t .............................. ok
t/spec/S15-normalization/nfc-6.t .............................. ok
t/spec/S15-normalization/nfd-0.t .............................. ok
t/spec/S15-normalization/nfc-8.t .............................. ok
t/spec/S15-normalization/nfd-1.t .............................. ok
t/spec/S15-normalization/nfd-2.t .............................. ok
t/spec/S15-normalization/nfd-3.t .............................. ok
t/spec/S17-supply/throttle.t .................................. ok
t/spec/S15-normalization/nfd-5.t .............................. ok
t/spec/S15-normalization/nfd-4.t .............................. ok
t/spec/S15-normalization/nfd-sanity.t ......................... ok
t/spec/S15-normalization/nfd-9.t .............................. ok
t/spec/S15-normalization/nfd-6.t .............................. ok
t/spec/S15-normalization/nfd-7.t .............................. ok
t/spec/S15-normalization/nfd-8.t .............................. ok
t/spec/S15-normalization/nfkc-1.t ............................. ok
t/spec/S15-normalization/nfkc-0.t ............................. ok
t/spec/S15-normalization/nfkc-3.t ............................. ok
t/spec/S15-normalization/nfkc-2.t ............................. ok
t/spec/S15-normalization/nfkc-4.t ............................. ok
t/spec/S15-normalization/nfkc-sanity.t ........................ ok
t/spec/S15-normalization/nfkc-5.t ............................. ok
t/spec/S15-normalization/nfkc-9.t ............................. ok
t/spec/S15-normalization/nfkc-6.t ............................. ok
t/spec/S15-normalization/nfkc-7.t ............................. ok
t/spec/S15-normalization/nfkc-8.t ............................. ok
t/spec/S15-normalization/nfkd-0.t ............................. ok
t/spec/S15-normalization/nfkd-1.t ............................. ok
t/spec/S15-normalization/nfkd-2.t ............................. ok
t/spec/S15-normalization/nfkd-3.t ............................. ok
t/spec/S15-normalization/nfkd-4.t ............................. ok
t/spec/S15-string-types/Str.rakudo.moar ....................... ok
t/spec/S15-string-types/Uni.t ................................. ok
t/spec/S15-normalization/nfkd-5.t ............................. ok
t/spec/S15-normalization/nfkd-sanity.t ........................ ok
t/spec/S15-unicode-information/uniname.rakudo.moar ............ ok
t/spec/S15-unicode-information/uniprop.t ...................... ok
t/spec/S15-unicode-information/unimatch-general.t ............. ok
t/spec/S15-unicode-information/unival.t ....................... ok
t/spec/S15-normalization/nfkd-9.t ............................. ok
t/spec/S16-filehandles/chmod.t ................................ ok
t/spec/S16-filehandles/filestat.t ............................. ok
t/spec/S16-filehandles/filetest.rakudo.moar ................... ok
t/spec/S16-filehandles/io_in_for_loops.t ...................... ok
t/spec/S15-normalization/nfkd-7.t ............................. ok
t/spec/S16-filehandles/argfiles.t ............................. ok
t/spec/S16-filehandles/io_in_while_loops.t .................... ok
t/spec/S16-filehandles/mkdir_rmdir.t .......................... ok
t/spec/S16-filehandles/io.rakudo.moar ......................... ok
t/spec/S16-filehandles/unlink.t ............................... ok
t/spec/S16-filehandles/open.t ................................. ok
t/spec/S15-normalization/nfkd-6.t ............................. ok
t/spec/S16-io/basic-open.rakudo.moar .......................... ok
t/spec/S16-io/bom.t ........................................... ok
t/spec/S16-io/getc.t .......................................... ok
t/spec/S16-io/cwd.t ........................................... ok
t/spec/S16-io/comb.t .......................................... ok
t/spec/S16-io/bare-say.t ...................................... ok
t/spec/S16-io/note.t .......................................... ok
t/spec/S16-io/newline.t ....................................... ok
t/spec/S16-io/say.t ........................................... ok
t/spec/S16-io/lines.rakudo.moar ............................... ok
t/spec/S16-io/split.t ......................................... ok
t/spec/S16-io/tmpdir.t ........................................ ok
t/spec/S16-io/supply.t ........................................ ok
t/spec/S16-unfiled/rebindstdhandles.rakudo.moar ............... ok
t/spec/S16-io/say-and-ref.t ................................... ok
t/spec/S16-io/words.t ......................................... ok
t/spec/S17-channel/basic.t .................................... ok
t/spec/S17-procasync/basic.rakudo.moar ........................ ok
t/spec/S17-procasync/print.rakudo.moar ........................ ok
t/spec/S17-promise/anyof.t .................................... ok
t/spec/S17-promise/basic.t .................................... ok
t/spec/S16-io/print.t ......................................... ok
t/spec/S17-lowlevel/thread.t .................................. ok
t/spec/S17-promise/then.t ..................................... ok
t/spec/S15-normalization/nfkd-8.t ............................. ok
t/spec/S17-promise/stress.t ................................... ok
t/spec/S17-supply/Channel.t ................................... ok
t/spec/S17-scheduler/basic.rakudo.moar ........................ ok
t/spec/S17-supply/Promise.t ................................... ok
t/spec/S17-supply/basic.t ..................................... ok
t/spec/S17-supply/categorize.t ................................ ok
t/spec/S17-supply/wait.t ...................................... ok
t/spec/S17-supply/classify.t .................................. ok
t/spec/S17-supply/do.t ........................................ ok
t/spec/S17-supply/flat.t ...................................... ok
t/spec/S17-supply/from-list.t ................................. ok
t/spec/S17-supply/grab.t ...................................... ok
t/spec/S17-supply/grep.t ...................................... ok
t/spec/S17-supply/head.t ...................................... ok
t/spec/S17-supply/list.t ...................................... ok
t/spec/S17-supply/lines.t ..................................... ok
t/spec/S17-supply/interval.t .................................. ok
t/spec/S17-supply/map.t ....................................... ok
t/spec/S17-supply/max.t ....................................... ok
t/spec/S17-supply/migrate.t ................................... ok
t/spec/S17-supply/merge.t ..................................... ok
t/spec/S17-supply/min.t ....................................... ok
t/spec/S17-supply/minmax.t .................................... ok
t/spec/S17-supply/on-demand.t ................................. ok
t/spec/S17-supply/produce.t ................................... ok
t/spec/S17-supply/reduce.t .................................... ok
t/spec/S17-supply/reverse.t ................................... ok
t/spec/S17-supply/schedule-on.t ............................... ok
t/spec/S17-supply/sort.t ...................................... ok
t/spec/S17-supply/rotor.rakudo.moar ........................... ok
t/spec/S17-supply/squish.t .................................... ok
t/spec/S17-supply/tail.t ...................................... ok
t/spec/S17-supply/words.t ..................................... ok
t/spec/S17-supply/unique.t .................................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/17 subtests
t/spec/S17-supply/zip-latest.t ................................ ok
t/spec/S17-supply/zip.t ....................................... ok
t/spec/S17-supply/watch-path.t ................................ ok
t/spec/S19-command-line-options/03-dash-p.t ................... ok
t/spec/S17-promise/at.t ....................................... ok
t/spec/S19-command-line-options/02-dash-n.t ................... ok
t/spec/S19-command-line/help.t ................................ ok
t/spec/S19-command-line/arguments.t ........................... ok
t/spec/S24-testing/0-compile.t ................................ ok
t/spec/S19-command-line/repl.t ................................ ok
t/spec/S22-package-format/local.t ............................. ok
t/spec/S17-lowlevel/thread-start-join-stress.t ................ ok
t/spec/S26-documentation/02-paragraph.t ....................... ok
t/spec/S26-documentation/01-delimited.t ....................... ok
t/spec/S19-command-line/dash-e.t .............................. ok
t/spec/S26-documentation/03-abbreviated.t ..................... ok
t/spec/S26-documentation/05-comment.t ......................... ok
t/spec/S26-documentation/04-code.t ............................ ok
t/spec/S26-documentation/07-tables.t .......................... ok
t/spec/S26-documentation/06-lists.t ........................... ok
t/spec/S26-documentation/09-configuration.rakudo.moar ......... ok
t/spec/S26-documentation/08-formattingcodes.t ................. ok
t/spec/S26-documentation/module-comment.t ..................... ok
t/spec/S26-documentation/multiline-leading.t .................. ok
t/spec/S26-documentation/multiline-trailing.t ................. ok
t/spec/S24-testing/3-output.t ................................. ok
t/spec/S26-documentation/block-leading.t ...................... ok
t/spec/S26-documentation/block-trailing.t ..................... ok
t/spec/S26-documentation/10-doc-cli.t ......................... ok
t/spec/S26-documentation/wacky.t .............................. ok
t/spec/S28-named-variables/cwd.t .............................. ok
t/spec/S28-named-variables/slangs.t ........................... ok
t/spec/S29-any/cmp.t .......................................... ok
t/spec/S26-documentation/why-leading.t ........................ ok
t/spec/S26-documentation/why-both.t ........................... ok
t/spec/S29-any/isa.t .......................................... ok
t/spec/S26-documentation/why-trailing.t ....................... ok
t/spec/S29-context/exit-in-if.t ............................... ok
t/spec/S29-context/evalfile.t ................................. ok
t/spec/S29-context/eval.rakudo.moar ........................... ok
t/spec/S29-conversions/hash.t ................................. ok
t/spec/S29-conversions/ord_and_chr.rakudo.moar ................ ok
t/spec/S29-context/die.rakudo.moar ............................ ok
t/spec/S24-testing/line-numbers.t ............................. ok
t/spec/S32-array/bool.t ....................................... ok
t/spec/S29-context/exit.t ..................................... ok
t/spec/S32-array/create.t ..................................... ok
t/spec/S32-array/elems.t ...................................... ok
t/spec/S32-array/delete.t ..................................... ok
t/spec/S32-array/end.t ........................................ ok
t/spec/S32-array/delete-adverb-native.t ....................... ok
t/spec/S32-array/exists-adverb.t .............................. ok
t/spec/S32-array/keys_values.t ................................ ok
t/spec/S32-array/delete-adverb.t .............................. ok
t/spec/S32-array/kv.t ......................................... ok
t/spec/S32-array/perl.t ....................................... ok
t/spec/S32-array/pairs.t ...................................... ok
t/spec/S32-array/rotate.t ..................................... ok
t/spec/S32-array/pop.rakudo.moar .............................. ok
t/spec/S32-array/shift.t ...................................... ok
t/spec/S32-array/push.t ....................................... ok
t/spec/S32-array/unshift.t .................................... ok
t/spec/S32-array/adverbs.rakudo.moar .......................... ok
t/spec/S32-basics/xxKEY.rakudo.moar ........................... ok
t/spec/S32-basics/xxPOS-native.t .............................. ok
t/spec/S32-basics/xxPOS.rakudo.moar ........................... ok
t/spec/S32-container/cat.rakudo.moar .......................... ok
t/spec/S32-container/roundrobin.t ............................. ok
t/spec/S32-container/stringify.t .............................. ok
t/spec/S32-basics/warn.t ...................................... ok
t/spec/S32-container/zip.rakudo.moar .......................... ok
t/spec/S32-hash/antipairs.t ................................... ok
t/spec/S29-context/sleep.t .................................... ok
t/spec/S32-array/splice.rakudo.moar ........................... ok
t/spec/S32-hash/delete-adverb.t ............................... ok
t/spec/S32-hash/delete.t ...................................... ok
t/spec/S32-hash/exists-adverb.t ............................... ok
t/spec/S32-hash/exists.rakudo.moar ............................ ok
t/spec/S32-hash/invert.t ...................................... ok
t/spec/S32-hash/keys_values.t ................................. ok
t/spec/S32-hash/kv.t .......................................... ok
t/spec/S32-hash/pairs.t ....................................... ok
t/spec/S32-hash/perl.t ........................................ ok
t/spec/S32-hash/push.t ........................................ ok
t/spec/S32-io/IO-Socket-Async-UDP.t ........................... ok
t/spec/S29-os/system.t ........................................ ok
t/spec/S32-hash/slice.rakudo.moar ............................. ok
t/spec/S32-io/IO-Socket-Async.t ............................... ok
t/spec/S32-temporal/DateTime.t ................................ ok
t/spec/S32-io/chdir.rakudo.moar ............................... ok
t/spec/S32-io/copy.t .......................................... ok
t/spec/S32-io/io-handle.t ..................................... ok
t/spec/S32-io/file-tests.t .................................... ok
t/spec/S32-io/dir.rakudo.moar ................................. ok
t/spec/S32-io/IO-Socket-INET.t ................................ ok
t/spec/S32-io/io-path.t ....................................... ok
t/spec/S32-io/io-path-unix.rakudo.moar ........................ ok
t/spec/S32-hash/adverbs.rakudo.moar ........................... ok
t/spec/S32-io/io-path-cygwin.rakudo.moar ...................... ok
t/spec/S32-io/io-path-win.rakudo.moar ......................... ok
t/spec/S32-io/native-descriptor.t ............................. ok
t/spec/S32-io/io-spec-cygwin.t ................................ ok
t/spec/S32-io/move.t .......................................... ok
t/spec/S32-io/io-spec-unix.t .................................. ok
t/spec/S32-io/io-spec-win.t ................................... ok
t/spec/S32-io/open.t .......................................... ok
t/spec/S32-io/rename.t ........................................ ok
t/spec/S32-io/slurp.t ......................................... ok
t/spec/S32-io/spurt.t ......................................... ok
t/spec/S32-io/note.t .......................................... ok
t/spec/S32-io/socket-recv-vs-read.t ........................... ok
t/spec/S32-list/combinations.t ................................ ok
t/spec/S32-list/categorize.t .................................. ok
t/spec/S32-io/pipe.t .......................................... ok
t/spec/S32-list/classify.rakudo.moar .......................... ok
t/spec/S32-list/create.t ...................................... ok
t/spec/S32-list/end.t ......................................... ok
t/spec/S32-list/first-end-k.rakudo.moar ....................... ok
t/spec/S32-list/first-end-p.t ................................. ok
t/spec/S32-list/first-end-v.t ................................. ok
t/spec/S32-list/first-end.t ................................... ok
t/spec/S32-list/first-k.rakudo.moar ........................... ok
t/spec/S32-list/first-p.t ..................................... ok
t/spec/S32-list/first-v.t ..................................... ok
t/spec/S32-list/first.rakudo.moar ............................. ok
t/spec/S32-list/grep-k.rakudo.moar ............................ ok
t/spec/S32-list/grep-kv.t ..................................... ok
t/spec/S32-list/grep-p.t ...................................... ok
t/spec/S32-list/grep-v.t ...................................... ok
t/spec/S32-list/grep.rakudo.moar .............................. ok
t/spec/S32-list/head.t ........................................ ok
t/spec/S32-list/join.t ........................................ ok
t/spec/S32-list/map_function_return_values.t .................. ok
t/spec/S32-list/permutations.t ................................ ok
t/spec/S32-list/map.rakudo.moar ............................... ok
t/spec/S32-list/minmax.rakudo.moar ............................ ok
t/spec/S32-list/pick.t ........................................ ok
t/spec/integration/advent2012-day19.t ......................... ok
t/spec/S32-list/reverse.rakudo.moar ........................... ok
t/spec/S32-list/repeated.t .................................... ok
t/spec/S32-list/rotor.t ....................................... ok
t/spec/S32-list/seq.rakudo.moar ............................... ok
t/spec/S32-list/roll.t ........................................ ok
t/spec/S32-list/sort.t ........................................ ok
t/spec/S32-list/produce.t ..................................... ok
t/spec/S32-list/squish.t ...................................... ok
t/spec/S32-list/tail.t ........................................ ok
t/spec/S32-num/abs.t .......................................... ok
t/spec/S32-list/reduce.t ...................................... ok
t/spec/S32-list/unique.t ...................................... ok
t/spec/S32-num/base.t ......................................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/44 subtests
t/spec/S32-num/expmod.t ....................................... ok
t/spec/S32-num/cool-num.rakudo.moar ........................... ok
t/spec/S32-exceptions/misc.rakudo.moar ........................ ok
t/spec/S32-num/exp.t .......................................... ok
t/spec/S32-num/is-prime.t ..................................... ok
t/spec/S32-num/int.rakudo.moar ................................ ok
t/spec/S32-num/log.rakudo.moar ................................ ok
t/spec/S32-num/complex.t ...................................... ok
t/spec/S32-num/narrow.t ....................................... ok
t/spec/S32-num/pi.t ........................................... ok
t/spec/S32-num/polymod.t ...................................... ok
t/spec/S32-num/polar.t ........................................ ok
t/spec/S32-num/rand.rakudo.moar ............................... ok
t/spec/S32-num/power.rakudo.moar .............................. ok
t/spec/S32-num/fatrat.rakudo.moar ............................. ok
t/spec/S32-num/roots.t ........................................ ok
t/spec/S32-num/real-bridge.t .................................. ok
t/spec/S32-num/sqrt.t ......................................... ok
t/spec/S32-num/sign.t ......................................... ok
t/spec/S32-num/rat.rakudo.moar ................................ ok
t/spec/S32-num/rounders.t ..................................... ok
t/spec/S32-num/stringify.rakudo.moar .......................... ok
t/spec/S32-scalar/defined.t ................................... ok
t/spec/S32-io/other.t ......................................... ok
t/spec/S32-num/unpolar.t ...................................... ok
t/spec/S32-str/append.t ....................................... ok
t/spec/S32-scalar/perl.rakudo.moar ............................ ok
t/spec/S32-str/bool.t ......................................... ok
t/spec/S32-str/capitalize.t ................................... ok
t/spec/S32-str/chop.t ......................................... ok
t/spec/S32-str/chomp.t ........................................ ok
t/spec/S32-str/contains.t ..................................... ok
t/spec/S32-scalar/undef.rakudo.moar ........................... ok
t/spec/S32-str/comb.t ......................................... ok
t/spec/S32-str/ends-with.t .................................... ok
t/spec/S32-str/fc.t ........................................... ok
t/spec/S32-str/encode.rakudo.moar ............................. ok
t/spec/S32-str/flip.t ......................................... ok
t/spec/S32-num/rshift_pos_amount.t ............................ ok
t/spec/integration/advent2013-day14.t ......................... ok
t/spec/S32-str/lc.t ........................................... ok
t/spec/S32-str/indices.t ...................................... ok
t/spec/S32-str/index.t ........................................ ok
t/spec/S32-str/length.t ....................................... ok
t/spec/S32-str/indent.t ....................................... ok
t/spec/S32-str/ords.t ......................................... ok
t/spec/S32-str/pos.t .......................................... ok
t/spec/S32-str/numeric.rakudo.moar ............................ ok
t/spec/S32-str/pack.t ......................................... ok
t/spec/S32-str/samemark.t ..................................... ok
t/spec/S32-str/samecase.t ..................................... ok
t/spec/S32-str/lines.t ........................................ ok
t/spec/S32-str/rindex.t ....................................... ok
t/spec/S32-str/split-simple.t ................................. ok
t/spec/S32-str/starts-with.t .................................. ok
t/spec/S32-str/substr-eq.t .................................... ok
t/spec/S32-str/tc.t ........................................... ok
t/spec/S32-str/tclc.t ......................................... ok
t/spec/S32-str/substr-rw.rakudo.moar .......................... ok
t/spec/S32-str/substr.rakudo.moar ............................. ok
t/spec/S32-str/sprintf.t ...................................... ok
t/spec/S32-str/sprintf-b.rakudo.moar .......................... ok
t/spec/S32-str/unpack.t ....................................... ok
t/spec/S32-str/trim.t ......................................... ok
t/spec/S32-str/uc.t ........................................... ok
t/spec/S32-str/words.t ........................................ ok
t/spec/S32-str/split.rakudo.moar .............................. ok
t/spec/S32-str/utf8-c8.t ...................................... ok
t/spec/S32-temporal/Date.t .................................... ok
t/spec/S32-temporal/DateTime-Instant-Duration.t ............... ok
t/spec/S32-temporal/calendar.t ................................ ok
t/spec/integration/error-reporting.rakudo.moar ................ ok
t/spec/S32-temporal/local.rakudo.moar ......................... ok
t/spec/S32-trig/cosec.t ....................................... ok
t/spec/S32-trig/cos.t ......................................... ok
t/spec/S32-trig/atan2.t ....................................... ok
t/spec/S32-trig/cosh.t ........................................ ok
t/spec/S32-trig/cotan.t ....................................... ok
t/spec/S32-trig/cosech.t ...................................... ok
t/spec/S32-trig/pi.t .......................................... ok
t/spec/S32-trig/e.t ........................................... ok
t/spec/S32-trig/simple.t ...................................... ok
t/spec/S32-trig/cotanh.t ...................................... ok
t/spec/S32-trig/sec.t ......................................... ok
t/spec/S32-trig/sech.t ........................................ ok
t/spec/S32-trig/sin.t ......................................... ok
t/spec/S32-trig/sinh.t ........................................ ok
t/spec/S32-trig/tan.t ......................................... ok
t/spec/integration/99problems-01-to-10.t ...................... ok
t/spec/S32-trig/tanh.t ........................................ ok
t/spec/integration/99problems-21-to-30.t ...................... ok
t/spec/integration/99problems-11-to-20.t ...................... ok
t/spec/integration/precompiled.t .............................. ok
t/spec/integration/99problems-31-to-40.t ...................... ok
t/spec/integration/advent2009-day01.t ......................... ok
t/spec/integration/advent2009-day02.t ......................... ok
t/spec/integration/advent2009-day03.t ......................... ok
t/spec/integration/advent2009-day04.t ......................... ok
t/spec/integration/99problems-41-to-50.t ...................... ok
t/spec/integration/advent2009-day06.t ......................... ok
t/spec/integration/99problems-61-to-70.t ...................... ok
t/spec/integration/99problems-51-to-60.t ...................... ok
t/spec/integration/advent2009-day05.t ......................... ok
t/spec/integration/advent2009-day07.t ......................... ok
t/spec/integration/advent2009-day08.t ......................... ok
t/spec/integration/advent2009-day10.t ......................... ok
t/spec/integration/advent2009-day09.t ......................... ok
t/spec/integration/advent2009-day11.t ......................... ok
t/spec/integration/advent2009-day14.t ......................... ok
t/spec/integration/advent2009-day13.t ......................... ok
t/spec/integration/advent2009-day15.t ......................... ok
t/spec/integration/advent2009-day12.t ......................... ok
t/spec/integration/advent2009-day19.t ......................... ok
t/spec/integration/advent2009-day16.t ......................... ok
t/spec/integration/advent2009-day18.t ......................... ok
t/spec/integration/advent2009-day20.t ......................... ok
t/spec/integration/advent2009-day21.t ......................... ok
t/spec/integration/advent2009-day17.t ......................... ok
t/spec/integration/advent2009-day24.t ......................... ok
t/spec/integration/advent2010-day03.t ......................... ok
t/spec/integration/advent2009-day23.t ......................... ok
t/spec/integration/advent2010-day04.t ......................... ok
t/spec/integration/advent2009-day22.t ......................... ok
t/spec/integration/advent2010-day07.t ......................... ok
t/spec/integration/advent2010-day06.t ......................... ok
t/spec/integration/advent2010-day10.rakudo.moar ............... ok
t/spec/integration/advent2010-day08.t ......................... ok
t/spec/integration/advent2010-day11.t ......................... ok
t/spec/integration/advent2010-day21.t ......................... ok
t/spec/integration/advent2010-day16.t ......................... ok
t/spec/integration/advent2010-day19.rakudo.moar ............... ok
t/spec/integration/advent2010-day14.t ......................... ok
t/spec/integration/advent2010-day12.t ......................... ok
t/spec/integration/advent2010-day22.t ......................... ok
t/spec/integration/advent2010-day23.t ......................... ok
t/spec/integration/advent2011-day05.t ......................... ok
t/spec/integration/advent2011-day04.t ......................... ok
t/spec/integration/advent2011-day03.t ......................... ok
t/spec/integration/advent2011-day15.t ......................... ok
t/spec/integration/advent2011-day16.t ......................... ok
t/spec/integration/advent2011-day11.t ......................... ok
t/spec/integration/advent2011-day20.t ......................... ok
t/spec/integration/advent2011-day10.t ......................... ok
t/spec/integration/advent2011-day14.t ......................... ok
t/spec/integration/advent2011-day24.t ......................... ok
t/spec/integration/advent2012-day02.t ......................... ok
t/spec/integration/advent2012-day03.t ......................... ok
t/spec/integration/weird-errors.rakudo.moar ................... ok
t/spec/integration/advent2011-day22.t ......................... ok
t/spec/integration/advent2011-day23.t ......................... ok
t/spec/integration/advent2012-day09.t ......................... ok
t/spec/integration/advent2012-day10.t ......................... ok
t/spec/integration/advent2012-day12.t ......................... ok
t/spec/integration/advent2012-day04.rakudo.moar ............... ok
t/spec/integration/advent2012-day06.t ......................... ok
t/spec/integration/advent2012-day15.rakudo.moar ............... ok
t/spec/integration/advent2012-day16.t ......................... ok
t/spec/integration/advent2012-day14.t ......................... ok
t/spec/integration/advent2012-day13.t ......................... ok
t/spec/integration/advent2012-day20.t ......................... ok
t/spec/integration/advent2012-day22.t ......................... ok
t/spec/integration/advent2013-day02.t ......................... ok
t/spec/integration/advent2012-day23.t ......................... ok
t/spec/integration/advent2013-day04.t ......................... ok
t/spec/integration/advent2012-day24.t ......................... ok
t/spec/integration/advent2013-day07.t ......................... ok
t/spec/integration/advent2013-day06.t ......................... ok
t/spec/integration/advent2013-day08.t ......................... ok
t/spec/integration/advent2013-day09.t ......................... ok
t/spec/integration/advent2013-day10.rakudo.moar ............... ok
t/spec/integration/advent2013-day15.t ......................... ok
t/spec/integration/advent2013-day12.t ......................... ok
t/spec/integration/advent2013-day19.t ......................... ok
t/spec/integration/advent2013-day18.t ......................... ok
t/spec/integration/advent2013-day23.t ......................... ok
t/spec/integration/advent2013-day21.t ......................... ok
t/spec/integration/advent2013-day20.t ......................... ok
t/spec/integration/advent2013-day22.t ......................... ok
t/spec/integration/advent2014-day13.t ......................... ok
t/spec/integration/code-blocks-as-sub-args.t .................. ok
t/spec/integration/advent2014-day16.t ......................... ok
t/spec/integration/lazy-bentley-generator.t ................... ok
t/spec/integration/lexical-array-in-inner-block.t ............. ok
t/spec/integration/lexicals-and-attributes.t .................. ok
t/spec/integration/man-or-boy.t ............................... ok
t/spec/integration/method-calls-and-instantiation.t ........... ok
t/spec/integration/no-indirect-new.t .......................... ok
t/spec/integration/advent2014-day05.rakudo.moar ............... ok
t/spec/integration/packages.t ................................. ok
t/spec/integration/passing-pair-class-to-sub.t ................ ok
t/spec/integration/pair-in-array.t ............................ ok
t/spec/integration/rule-in-class-Str.t ........................ ok
t/spec/integration/say-crash.t ................................ ok
t/spec/integration/real-strings.t ............................. ok
t/spec/integration/substr-after-match-in-gather-in-for.t ...... ok
t/spec/integration/topic_in_double_loop.t ..................... ok
t/spec/integration/role-composition-vs-attribute.rakudo.moar .. ok
t/spec/integration/variables-in-do.t .......................... ok
t/spec/rosettacode/greatest_element_of_a_list.t ............... ok
t/spec/rosettacode/sierpinski_triangle.t ...................... ok
t/spec/integration/advent2012-day21.t ......................... ok
t/spec/integration/advent2011-day07.t ......................... ^C
Test run interrupted!
Test Summary Report
-------------------
t/spec/S02-literals/quoting.rakudo.moar (Wstat: 0 Tests: 184 Failed: 0)
TODO passed: 97-98, 100-101
t/spec/S02-names/pseudo.rakudo.moar (Wstat: 0 Tests: 144 Failed: 0)
TODO passed: 79
t/spec/S02-types/array.rakudo.moar (Wstat: 256 Tests: 100 Failed: 1)
Failed test: 74
Non-zero exit status: 1
t/spec/S02-types/isDEPRECATED.rakudo.moar (Wstat: 0 Tests: 9 Failed: 0)
TODO passed: 7
t/spec/S02-types/int-uint.rakudo.moar (Wstat: 0 Tests: 88 Failed: 0)
TODO passed: 71-72
t/spec/S02-types/set.rakudo.moar (Wstat: 0 Tests: 174 Failed: 0)
TODO passed: 167
t/spec/S03-metaops/eager-hyper.rakudo.moar (Wstat: 0 Tests: 8 Failed: 0)
TODO passed: 7
t/spec/S03-metaops/cross.rakudo.moar (Wstat: 0 Tests: 75 Failed: 0)
TODO passed: 15
t/spec/S03-junctions/misc.t (Wstat: 256 Tests: 142 Failed: 1)
Failed test: 107
Non-zero exit status: 1
t/spec/S03-operators/bag.rakudo.moar (Wstat: 0 Tests: 128 Failed: 0)
TODO passed: 4, 16, 22, 28-36, 40, 44, 50, 52, 58, 60
64, 68, 74, 76, 82, 84, 121, 123, 125
t/spec/S03-operators/assign.rakudo.moar (Wstat: 0 Tests: 296 Failed: 0)
TODO passed: 252-253
t/spec/S03-metaops/hyper.rakudo.moar (Wstat: 0 Tests: 402 Failed: 0)
TODO passed: 115
t/spec/S03-operators/mix.rakudo.moar (Wstat: 0 Tests: 128 Failed: 0)
TODO passed: 4, 16, 22, 28-36, 40, 44, 46, 50, 52, 56
60, 62, 66, 68, 121
t/spec/S03-operators/relational.rakudo.moar (Wstat: 0 Tests: 159 Failed: 0)
TODO passed: 99-100
t/spec/S03-operators/set.rakudo.moar (Wstat: 0 Tests: 292 Failed: 0)
TODO passed: 44, 48, 52, 56, 66, 74, 80
t/spec/S03-smartmatch/hash-hash.rakudo.moar (Wstat: 0 Tests: 16 Failed: 0)
TODO passed: 1-2, 5-6, 9-10, 13-14
t/spec/S04-statements/if.rakudo.moar (Wstat: 0 Tests: 43 Failed: 0)
TODO passed: 24-27
t/spec/S05-capture/match-object.rakudo.moar (Wstat: 0 Tests: 25 Failed: 0)
TODO passed: 23
t/spec/S05-interpolation/regex-in-variable.rakudo.moar (Wstat: 0 Tests: 52 Failed: 0)
TODO passed: 47
t/spec/S05-mass/properties-general.rakudo.moar (Wstat: 0 Tests: 606 Failed: 0)
TODO passed: 543-545, 549
t/spec/S05-match/perl.rakudo.moar (Wstat: 0 Tests: 10 Failed: 0)
TODO passed: 3
t/spec/S05-metasyntax/charset.t (Wstat: 256 Tests: 53 Failed: 1)
Failed test: 39
Non-zero exit status: 1
t/spec/S05-mass/rx.rakudo.moar (Wstat: 0 Tests: 740 Failed: 0)
TODO passed: 156
t/spec/S05-modifier/counted-match.rakudo.moar (Wstat: 0 Tests: 29 Failed: 0)
TODO passed: 19-20, 25-27
t/spec/S05-modifier/ignorecase.rakudo.moar (Wstat: 0 Tests: 25 Failed: 0)
TODO passed: 12-13
t/spec/S05-substitution/subst.rakudo.moar (Wstat: 0 Tests: 179 Failed: 0)
TODO passed: 63
t/spec/S06-other/main-eval.rakudo.moar (Wstat: 0 Tests: 3 Failed: 0)
TODO passed: 3
t/spec/S06-routine-modifiers/proxy.rakudo.moar (Wstat: 0 Tests: 24 Failed: 0)
TODO passed: 23-24
t/spec/S06-other/main-usage.rakudo.moar (Wstat: 0 Tests: 27 Failed: 0)
TODO passed: 23
t/spec/S07-hyperrace/hyper.rakudo.moar (Wstat: 0 Tests: 6 Failed: 0)
TODO passed: 5-6
t/spec/S07-hyperrace/race.rakudo.moar (Wstat: 0 Tests: 6 Failed: 0)
TODO passed: 5-6
t/spec/S12-attributes/instance.rakudo.moar (Wstat: 0 Tests: 150 Failed: 0)
TODO passed: 121
t/spec/S17-supply/elems.t (Wstat: 256 Tests: 5 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/spec/S12-introspection/WHAT.rakudo.moar (Wstat: 0 Tests: 37 Failed: 0)
TODO passed: 31, 35, 37
t/spec/S15-nfg/regex.rakudo.moar (Wstat: 0 Tests: 12 Failed: 0)
TODO passed: 10
t/spec/S15-unicode-information/uniname.rakudo.moar (Wstat: 0 Tests: 39 Failed: 0)
TODO passed: 15, 18
t/spec/S16-filehandles/io.rakudo.moar (Wstat: 0 Tests: 112 Failed: 0)
TODO passed: 101, 105
t/spec/S16-io/basic-open.rakudo.moar (Wstat: 0 Tests: 12 Failed: 0)
TODO passed: 12
t/spec/S17-supply/unique.t (Wstat: 256 Tests: 17 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/spec/S26-documentation/09-configuration.rakudo.moar (Wstat: 0 Tests: 17 Failed: 0)
TODO passed: 8-10
t/spec/S29-context/die.rakudo.moar (Wstat: 0 Tests: 17 Failed: 0)
TODO passed: 13
t/spec/S32-num/base.t (Wstat: 256 Tests: 44 Failed: 1)
Failed test: 12
Non-zero exit status: 1
t/spec/S32-num/power.rakudo.moar (Wstat: 0 Tests: 76 Failed: 0)
TODO passed: 12, 67
t/spec/S32-str/substr.rakudo.moar (Wstat: 0 Tests: 56 Failed: 0)
TODO passed: 56
t/spec/S32-str/sprintf-b.rakudo.moar (Wstat: 0 Tests: 165 Failed: 0)
TODO passed: 9, 15-16, 20, 25-26, 32-34, 36-39, 41-42
44-48, 52-53, 59-60, 62-63, 67-71, 73-75
77-78, 82-83, 89-90, 92-94, 97-106, 110-117
119-122, 124-125, 128-147, 161, 163, 165
t/spec/integration/error-reporting.rakudo.moar (Wstat: 0 Tests: 22 Failed: 0)
TODO passed: 11
t/spec/integration/advent2012-day15.rakudo.moar (Wstat: 0 Tests: 11 Failed: 0)
TODO passed: 9
t/spec/integration/advent2013-day10.rakudo.moar (Wstat: 0 Tests: 44 Failed: 0)
TODO passed: 22
Files=1138, Tests=125587, 1265 wallclock secs (15.50 usr 2.28 sys + 2297.62 cusr 114.89 csys = 2430.29 CPU)
Result: FAIL
make: *** [Makefile:666: m-stresstest5] Interrupt
Connection to localhost closed.
The spawned command 'ssh' exited unsuccessfully (exit code: 255, signal: 0)
in block at Sakefile line 95
in block at /home/koto/.rakudobrew/versions/moar-2019.11/install/share/perl6/site/sources/B4A1965FE9A12212A951628C6198AF2703EF304F (Sake::Task) line 23
in method execute at /home/koto/.rakudobrew/versions/moar-2019.11/install/share/perl6/site/sources/B4A1965FE9A12212A951628C6198AF2703EF304F (Sake::Task) line 22
in sub execute at /home/koto/.rakudobrew/versions/moar-2019.11/install/share/perl6/site/sources/0CA370340088AF0FC0F56D371B4261B58F039308 (Sake) line 33
in sub execute at /home/koto/.rakudobrew/versions/moar-2019.11/install/share/perl6/site/sources/0CA370340088AF0FC0F56D371B4261B58F039308 (Sake) line 29
in sub execute at /home/koto/.rakudobrew/versions/moar-2019.11/install/share/perl6/site/sources/0CA370340088AF0FC0F56D371B4261B58F039308 (Sake) line 46
in sub MAIN at /home/koto/.rakudobrew/versions/moar-2019.11/install/share/perl6/site/resources/06BB00F888EB5266C58C29E395FA43056623692F line 17
in block <unit> at /home/koto/.rakudobrew/versions/moar-2019.11/install/share/perl6/site/resources/06BB00F888EB5266C58C29E395FA43056623692F line 4
in sub MAIN at /home/koto/.rakudobrew/versions/moar-2019.11/install/share/perl6/site/bin/sake line 3
in block <unit> at /home/koto/.rakudobrew/versions/moar-2019.11/install/share/perl6/site/bin/sake line 1
[koto@dispair rakudo-dev]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment