jak-project/test/goalc
water111 951f31878e
[Source Line Debugger] Tracking objects and IR (#115)
* track where segments are when debugging

* missing windows include

* figure out what function we're in

* addr to IR is working
2020-11-13 22:33:57 -05:00
..
framework Set up the compiler to ptrace the runtime (#107) 2020-10-31 14:07:43 -04: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 fix float loads, add dgo loading to game test (#101) 2020-10-25 20:30:25 -04: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 clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04: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 clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_debugger.cpp [Source Line Debugger] Tracking objects and IR (#115) 2020-11-13 22:33:57 -05:00
test_float.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_functions.cpp clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04: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 clean up some warnings and add some extra integer tests 2020-10-09 21:28:41 -04:00
test_with_game.cpp [Source Line Debugger] Tracking objects and IR (#115) 2020-11-13 22:33:57 -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?