jak-project/goal_src/test
water111 c9b53d51ff
Compiler Cleanup (Part 2) (#56)
* check on windows

* fix windows build

* version test

* clean up - will it work on windows

* fix formatting
2020-09-25 21:11:27 -04:00
..
test-access-inline-array.gc Compiler Cleanup (Part 2) (#56) 2020-09-25 21:11:27 -04:00
test-add-function-returns.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-add-int-constants.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-add-int-multiple-2.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-add-int-multiple.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-add-int-vars.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-addr-of.gc Compiler Cleanup (Part 2) (#56) 2020-09-25 21:11:27 -04:00
test-align16-1.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-align16-2.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-append.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-application-lambda-1.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-approx-pi.gc Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
test-ash.gc add more math 2020-09-14 20:24:05 -04:00
test-assoc-1.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-assoc-2.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-assoce-1.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-assoce-2.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-basic-type-check.gc Compiler Cleanup (Part 2) (#56) 2020-09-25 21:11:27 -04:00
test-bfloat.gc Compiler Cleanup (Part 2) (#56) 2020-09-25 21:11:27 -04:00
test-binteger-print.gc Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
test-build-game.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-car-cdr-get.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-car-cdr-set.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-condition-boolean.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-conditional-compilation-1.gc add some basic symbol stuff 2020-09-07 13:28:16 -04:00
test-cons.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-declare-inline.gc add floats and inline stuff 2020-09-13 10:44:12 -04:00
test-defglobalconstant-1.gc 17 of 124 compiler tests passing 2020-09-07 19:17:48 -04:00
test-defglobalconstant-2.gc 17 of 124 compiler tests passing 2020-09-07 19:17:48 -04:00
test-define-1.gc add some basic symbol stuff 2020-09-07 13:28:16 -04:00
test-defsmacro-defgmacro.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-defun-return-constant.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-defun-return-symbol.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-delete-car.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-delete-list.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-deref-simple.gc Add defmethod and some uses of the deref operator (#51) 2020-09-18 22:02:27 -04:00
test-desfun.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-div-1.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-div-2.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-dotimes.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-dynamic-type.gc Compiler Cleanup (Part 2) (#56) 2020-09-25 21:11:27 -04:00
test-empty-pair.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-factorial-loop.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-factorial-recursive.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-find-parent-method.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-float-function.gc Add defmethod and some uses of the deref operator (#51) 2020-09-18 22:02:27 -04:00
test-float-in-symbol.gc Add defmethod and some uses of the deref operator (#51) 2020-09-18 22:02:27 -04:00
test-float-pow-function.gc Add defmethod and some uses of the deref operator (#51) 2020-09-18 22:02:27 -04:00
test-float-product.gc Add defmethod and some uses of the deref operator (#51) 2020-09-18 22:02:27 -04:00
test-floating-point-1.gc add floats and inline stuff 2020-09-13 10:44:12 -04:00
test-format-reg-order.gc Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
test-format.gc add more math 2020-09-14 20:24:05 -04:00
test-function-return-arg.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-function-return-constant-float.gc Add defmethod and some uses of the deref operator (#51) 2020-09-18 22:02:27 -04:00
test-get-symbol-1.gc add some basic symbol stuff 2020-09-07 13:28:16 -04:00
test-get-symbol-2.gc add some basic symbol stuff 2020-09-07 13:28:16 -04:00
test-goto-1.gc 17 of 124 compiler tests passing 2020-09-07 19:17:48 -04:00
test-inline-array-field.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-inline-call.gc add floats and inline stuff 2020-09-13 10:44:12 -04:00
test-insert-cons.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-last.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-let-1.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-let-star-1.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-list.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-logand.gc add more math 2020-09-14 20:24:05 -04:00
test-logior.gc add more math 2020-09-14 20:24:05 -04:00
test-logxor.gc add more math 2020-09-14 20:24:05 -04:00
test-member-1.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-member-2.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-memcpy.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-memset.gc Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
test-methods.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-min-max.gc Add defmethod and some uses of the deref operator (#51) 2020-09-18 22:02:27 -04:00
test-mlet.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-mod.gc add more math 2020-09-14 20:24:05 -04:00
test-mul-1.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-negative-integer-symbol.gc add more math 2020-09-14 20:24:05 -04:00
test-nested-blocks-1.gc 17 of 124 compiler tests passing 2020-09-07 19:17:48 -04:00
test-nested-blocks-2.gc 17 of 124 compiler tests passing 2020-09-07 19:17:48 -04:00
test-nested-blocks-3.gc 17 of 124 compiler tests passing 2020-09-07 19:17:48 -04:00
test-nested-car-cdr-set.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-nested-float-functions.gc Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
test-nested-function-call-2.gc add more math 2020-09-14 20:24:05 -04:00
test-nested-function-call.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-new-inline-array-class.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-new-string.gc Compiler Cleanup (Part 2) (#56) 2020-09-25 21:11:27 -04:00
test-number-comparison.gc Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
test-pair-asize.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-pair-check.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-pair-length.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-pointers-1.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-protect.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-quote-symbol.gc Add defmethod and some uses of the deref operator (#51) 2020-09-18 22:02:27 -04:00
test-ref.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-return-from-f-tricky-color.gc Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
test-return-from-f.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-return-integer-1.gc working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
test-return-integer-2.gc working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
test-return-integer-3.gc working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
test-return-integer-4.gc working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
test-return-integer-5.gc working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
test-return-integer-6.gc working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
test-return-integer-7.gc working return integer tests as part of gtest 2020-09-06 16:58:25 -04:00
test-return-value-of-if.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-set-self.gc Compiler Cleanup (Part 2) (#56) 2020-09-25 21:11:27 -04:00
test-set-symbol.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-shiftvs.gc add more math 2020-09-14 20:24:05 -04:00
test-signed-int-compare.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00
test-simple-function-call.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-sort-2.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-sort-3.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-sort.gc Add methods and pointers (#53) 2020-09-19 16:50:42 -04:00
test-string-constant-1.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-string-constant-2.gc Add lambda and static objects (#30) 2020-09-12 13:11:42 -04:00
test-string-symbol.gc add floats and inline stuff 2020-09-13 10:44:12 -04:00
test-string-type.gc Compiler Cleanup (Part 2) (#56) 2020-09-25 21:11:27 -04:00
test-sub-1.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-sub-2.gc Add addition and subtraction for integers, build macros, dgo building, and build/load test (#35) 2020-09-12 20:41:12 -04:00
test-tests.gc Compiler Cleanup and Documentation (#54) 2020-09-24 17:19:23 -04:00
test-three-reg-add.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-three-reg-mult.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-three-reg-sub.gc add conditional stuff 2020-09-13 17:34:02 -04:00
test-type-arrays.gc Compiler Cleanup (Part 2) (#56) 2020-09-25 21:11:27 -04:00
test-type-type.gc Add basic features for types and objects (#52) 2020-09-19 13:22:14 -04:00