jak-project/test/goalc
water111 ba919a069c
Add another kernel test, fix small bugs (#156)
* temp

* run function in process test

* windows debug

* debug

* update

* update

* again

* update

* fix same bug in debugger
2020-12-10 20:26:40 -05:00
..
framework remove match param (#127) 2020-11-20 20:17:37 -05:00
source_generated Final polish on the integer tests, time to start converting the rest 2020-10-03 18:32:01 -04:00
source_templates Add another kernel test, fix small bugs (#156) 2020-12-10 20:26:40 -05:00
all_goalc_template_tests.cpp Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04:00
CMakeLists.txt Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04:00
README.md Create new categorized test classes, for the most part just a copy of current tests into new framework 2020-10-08 00:06:48 -04:00
test_arithmetic.cpp [Compiler] Bitfield Types (#146) 2020-11-29 18:01:30 -05:00
test_collections.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_compiler.cpp Fix remaining failing tests 2020-10-09 19:44:16 -04:00
test_control_statements.cpp Update documentation and clean up (#129) 2020-11-21 12:52:38 -05:00
test_debugger.cpp [Source Line Debugger] Tracking objects and IR (#115) 2020-11-13 22:33:57 -05:00
test_float.cpp add float min max to the compiler 2020-11-29 10:46:14 -05:00
test_functions.cpp fix compiler bugs 2020-11-22 20:10:33 -05:00
test_goal_kernel.cpp Add another kernel test, fix small bugs (#156) 2020-12-10 20:26:40 -05:00
test_library.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_logic.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_loop_recur.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_macros.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_methods.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_pointers.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_strings.cpp Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04:00
test_symbols.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_variables.cpp Improve Register Allocator (#154) 2020-12-06 15:42:26 -05:00
test_with_game.cpp Implement gkernel: Part 1 (#150) 2020-12-05 17:09:46 -05:00

Some Documentation

TODO!

TODO

  • If it can't make the file successfully, currently the tests just hang
  • How do i share the same fixture (compiler/thread instance), but with different Params. I don't think this is possible...maybe with templates?