janet/test
Calvin Rose b219b146fa Squashed commit of the following:
commit fbb0711ae1
Author: Calvin Rose <calsrose@gmail.com>
Date:   Sat Jun 24 12:07:55 2023 -0500

    Distinguish between subprocess when testing.

commit 676b233566
Author: Calvin Rose <calsrose@gmail.com>
Date:   Sat Jun 24 11:59:17 2023 -0500

    Hack for qemu based testing (also should work with valgrind)

commit d7431c7cdb
Author: Calvin Rose <calsrose@gmail.com>
Date:   Sat Jun 24 11:54:04 2023 -0500

    Revert "Test removing 32bit ptr marshalling."

    This reverts commit 566b45ea44.

commit 566b45ea44
Author: Calvin Rose <calsrose@gmail.com>
Date:   Sat Jun 24 11:52:22 2023 -0500

    Test removing 32bit ptr marshalling.

commit ff2f71d2bc
Author: Calvin Rose <calsrose@gmail.com>
Date:   Sat Jun 24 11:42:10 2023 -0500

    Conditionally compile marshal_ptr code.

commit bd420aeb0e
Author: Calvin Rose <calsrose@gmail.com>
Date:   Sat Jun 24 11:38:34 2023 -0500

    Add range checking to bit-shift code to prevent undefined behavior.

commit b738319f8d
Author: Calvin Rose <calsrose@gmail.com>
Date:   Sat Jun 24 11:17:30 2023 -0500

    Remove range check on 32 bit arch since it will always pass.

commit 7248626235
Author: Calvin Rose <calsrose@gmail.com>
Date:   Sat Jun 24 10:56:45 2023 -0500

    Quiet some build warnings.

commit 141c1de946
Author: Calvin Rose <calsrose@gmail.com>
Date:   Sat Jun 24 10:50:13 2023 -0500

    Add marshal utilities for pointers.

commit c2d77d6720
Merge: 677b8a6f ff90b81e
Author: Calvin Rose <calsrose@gmail.com>
Date:   Sat Jun 24 10:40:35 2023 -0500

    Merge branch 'master' into armtest

commit 677b8a6f32
Author: Ico Doornekamp <ico@zevv.nl>
Date:   Mon Jun 12 21:01:26 2023 +0200

    Added ARM32 test
2023-06-24 12:13:51 -05:00
..
amalg Update copyrights. 2023-01-07 15:04:56 -06:00
fuzzers Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00
helper.janet Added misc tests to increase test coverage 2023-06-03 19:06:51 +02:00
suite-array.janet Added misc tests to increase test coverage 2023-06-03 19:06:51 +02:00
suite-asm.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-boot.janet Merge pull request #1185 from chris-chambers/macro-lints-fix 2023-06-18 09:39:25 -05:00
suite-buffer.janet Added misc tests to increase test coverage 2023-06-03 19:06:51 +02:00
suite-capi.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-cfuns.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-compile.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-corelib.janet Squashed commit of the following: 2023-06-24 12:13:51 -05:00
suite-debug.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-ev.janet Squashed commit of the following: 2023-06-24 12:13:51 -05:00
suite-ffi.janet Address #1165 - Allow for partial ffi support without totally removing testing. 2023-06-08 09:07:16 -05:00
suite-inttypes.janet Added misc tests to increase test coverage 2023-06-03 19:06:51 +02:00
suite-io.janet Added misc tests to increase test coverage 2023-06-03 19:06:51 +02:00
suite-marsh.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-math.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-os.janet Squashed commit of the following: 2023-06-24 12:13:51 -05:00
suite-parse.janet Added misc tests to increase test coverage 2023-06-03 19:06:51 +02:00
suite-peg.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-pp.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-specials.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-string.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-strtod.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-struct.janet Added misc tests to increase test coverage 2023-06-03 19:06:51 +02:00
suite-symcache.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-table.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-unknown.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-value.janet Reorganize tests 2023-06-02 07:04:07 +09:00
suite-vm.janet Reorganize tests 2023-06-02 07:04:07 +09:00