Tools ^

t/harness
Parrot Test Harness.

Native Bytecode Tests ^

t/native_pbc/integer.t
Integers.

t/native_pbc/number.t
Floating-Point Numbers.

t/native_pbc/string.t
PBC string tests.

Ops Tests ^

t/op/00ff-dos.t
DOS File Format.

t/op/00ff-unix.t
UNIX File format.

t/op/64bit.t
Testing integer ops on 64-bit platforms.

t/op/arithmetics.t
Arithmetic Ops.

t/op/basic.t
Basic Ops.

t/op/bitwise.t
Bitwise Ops.

t/op/calling.t
Parrot Calling Conventions.

t/op/cc_params.t
Parrot Calling Conventions parameter matching tests.

t/op/comp.t
Conditionals.

t/op/conv.t
C# Ops.

t/op/debuginfo.t
Debugging Info.

t/op/globals.t
Global Variables.

t/op/hacks.t
IO Ops.

t/op/ifunless.t
If/Unless.

t/op/info.t
Info Ops.

t/op/integer.t
Integer Registers.

t/op/interp.t
Running the Interpreter.

t/op/jit.t
JIT register allocation.

t/op/jitn.t
JIT register allocation.

t/op/lexicals.t
Lexical Ops.

t/op/literal.t
Testing the PIR and PASM lexer.

t/op/macro.t
IMCC Macros.

t/op/number.t
Number Registers.

t/op/random.t
Random numbers.

t/op/spawnw.t
Run OS commands and tell about the exit code.

t/op/stacks.t
Stacks.

t/op/string.t
Parrot Strings.

t/op/string_cclass.t
character class tests.

t/op/string_cs.t
String Charset Tests.

t/op/stringu.t
Unicode String Test.

t/op/time.t
Time and Sleep.

t/op/trans.t
Transcendental Mathematical Ops.

t/op/types.t
Parrot Types.

PMC Tests ^

t/pmc/addrregistry.t
test AddrRegistry PMC.

t/pmc/array.t
Array PMC.

t/pmc/bigint.t
BigInt.

t/pmc/bignum.t
Test the non-implemented BigNum PMC.

t/pmc/boolean.t
Boolean Ops.

t/pmc/bound_nci.t
test Bound_NCI PMC.

t/pmc/builtin.t
Builtin Methods.

t/pmc/closure.t
test Closure PMC.

t/pmc/compiler.t
test Compiler PMC.

t/pmc/complex.t
Complex Numbers.

t/pmc/config.t
Builtin Config.

t/pmc/continuation.t
test Continuation PMC.

t/pmc/coroutine.t
Coroutines.

t/pmc/csub.t
test CSub PMC.

t/pmc/default.t
test default PMC.

t/pmc/deleg_pmc.t
test deleg_pmc PMC.

t/pmc/delegate.t
Method Delegation.

t/pmc/enumerate.t
test Enumerate PMC.

t/pmc/env.t
System Environment.

t/pmc/eval.t
Dynamic Code Evaluation.

t/pmc/exception.t
Exception Handling.

t/pmc/exception_handler.t
test Exception_Handler PMC.

t/pmc/file.t
Files functions.

t/pmc/fixedbooleanarray.t
FixedBooleanArray PMC.

t/pmc/fixedfloatarray.t
FixedFloatArray PMC.

t/pmc/fixedintegerarray.t
FixedIntegerArray PMC.

t/pmc/fixedpmcarray.t
FixedPMCArray PMC.

t/pmc/fixedstringarray.t
FixedStringArray PMC.

t/pmc/float.t
Floating-point Numbers.

t/pmc/freeze.t
Archiving.

t/pmc/globals.t
Globals and Namespaces.

t/pmc/hash.t
Test for the Hash PMC.

t/pmc/integer.t
Integer basic type.

t/pmc/intlist.t
Integer Array.

t/pmc/io.t
IO Ops.

t/pmc/iterator.t
Iteration.

t/pmc/key.t
Keys.

t/pmc/lexinfo.t
test LexInfo PMC.

t/pmc/lexpad.t
test LexPad PMC.

t/pmc/managedstruct.t
Managed C Structure.

t/pmc/mmd.t
Multi-Method Dispatch.

t/pmc/multiarray.t
MultiArray PMC.

t/pmc/multisub.t
Multi Sub PMCs.

t/pmc/n_arithmetics.t
n_* Arithmetic Ops.

t/pmc/namespace.t
Namespaces.

t/pmc/nci.t
test the Native Call Interface.

t/pmc/none.t
test None PMC.

t/pmc/null.t
test Null PMC.

t/pmc/object-meths.t
Object Methods.

t/pmc/object-mro.t
Object Methods Resolution Order.

t/pmc/objects.t
Objects.

t/pmc/orderedhash.t
Ordered Hash.

t/pmc/os.t
Files and Dirs.

t/pmc/pair.t
pair tests.

t/pmc/parrotclass.t
test the ParrotClass PMC.

t/pmc/parrotinterpreter.t
test the ParrotInterpreter PMC.

t/pmc/parrotio.t
test the ParrotIO PMC.

t/pmc/parrotlibrary.t
test the ParrotLibrary PMC.

t/pmc/parrotobject.t
test the ParrotObject PMC.

t/pmc/parrotthread.t
test the ParrotThread PMC.

t/pmc/perlarray.t
testing the PerlArray PMC.

t/pmc/perlenv.t
test the PerlEnv PMC.

t/pmc/perlhash.t
testing the PerlHash PMC.

t/pmc/perlint.t
Perl Integers.

t/pmc/perlnum.t
Perl Numbers.

t/pmc/perlscalar.t
test the perlscalar PMC.

t/pmc/perlstring.t
Perl Strings.

t/pmc/perlundef.t
testing the PerlUndef PMC.

t/pmc/pmc.t
Perl PMCs.

t/pmc/pointer.t
test the Pointer PMC.

t/pmc/prop.t
Properties.

t/pmc/random.t
test the Random PMC.

t/pmc/ref.t
Reference PMC.

t/pmc/resizablebooleanarray.t
testing the ResizableBooleanArray PMC.

t/pmc/resizablefloatarray.t
ResizableFloatArray PMC.

t/pmc/resizableintegerarray.t
ResizableIntegerArray PMC.

t/pmc/resizablepmcarray.t
testing the ResizablePMCArray PMC.

t/pmc/resizablestringarray.t
ResizableStringArray PMC.

t/pmc/retcontinuation.t
test the RetContinuation PMC.

t/pmc/sarray.t
Simple Array.

t/pmc/scalar.t
test the scalar PMC.

t/pmc/sharedref.t
test the SharedRef PMC.

t/pmc/signal.t
Signal Handling.

t/pmc/slice.t
test Slice PMC.

t/pmc/string.t
Strings.

t/pmc/sub.t
Subroutine PMCs.

t/pmc/super.t
test the Super PMC.

t/pmc/sys.t
System Tests.

t/pmc/threads.t
Threads.

t/pmc/timer.t
Timer PMCs.

t/pmc/tqueue.t
Thread Queue.

t/pmc/undef.t
Undef PMC.

t/pmc/unmanagedstruct.t
test the UnManagedStruct PMC.

t/pmc/version.t
test the Version PMC.

t/pmc/vtablecache.t
test VtableCache.

C Source Code Tests ^

t/src/README

t/src/basic.t
Basics.

t/src/compiler.t
Compile and run a PIR program from C.

t/src/exit.t
Exiting.

t/src/extend.t
Parrot Extension API.

t/src/hash.t
Hashes.

t/src/intlist.t
Integer Lists.

t/src/io.t
IO Subsystem.

t/src/list.t
List Subsystem.

t/src/sprintf.t
Name.

t/src/string.t
String tests.

Stress Tests ^

t/stress/gc.t
Garbage Collection.


parrot