# # ChangeLog for longrun_tests # # Generated by Trac 1.2.1 # May 4, 2024, 7:22:33 PM Thu, 15 Aug 2019 14:21:36 GMT Thierry Delisle [d65f92c] * Makefile.in (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.in (modified) * libcfa/configure (modified) * libcfa/configure.ac (modified) * longrun_tests/Makefile.in (modified) * src/Makefile.in (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/config.py.in (modified) * tests/pybin/settings.py (modified) * tests/pybin/tools.py (modified) * tests/test.py (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Tests almost work, the only issue left is using -E and -CFA together Thu, 01 Aug 2019 21:56:39 GMT Thierry Delisle [df8b87cd] * Makefile.in (modified) * benchmark/Makefile.in (modified) * configure (modified) * configure.ac (modified) * driver/Makefile.in (modified) * longrun_tests/Makefile.in (modified) * src/Makefile.am (modified) * src/Makefile.in (modified) * tests/Makefile.in (modified) * tools/Makefile.in (modified) * tools/prettyprinter/Makefile.in (modified) Demangler can now be disable to avoid compiling it (enabled by default) Thu, 28 Mar 2019 15:49:44 GMT tdelisle [e8fe5e0] * longrun_tests/Makefile.am (modified) * longrun_tests/Makefile.in (modified) * longrun_tests/block.c (deleted) * longrun_tests/block.cfa (added) * longrun_tests/coroutine.c (deleted) * longrun_tests/coroutine.cfa (added) * longrun_tests/create.cfa (moved) * longrun_tests/disjoint.c (deleted) * longrun_tests/disjoint.cfa (added) * longrun_tests/enter.cfa (moved) * longrun_tests/enter3.cfa (moved) * longrun_tests/preempt.c (deleted) * longrun_tests/preempt.cfa (added) * longrun_tests/processor.cfa (moved) * longrun_tests/stack.cfa (moved) * longrun_tests/wait.c (deleted) * longrun_tests/wait.cfa (added) * longrun_tests/yield.cfa (moved) Fixing longrun_tests to compile Thu, 28 Mar 2019 14:22:57 GMT tdelisle [1241851] * configure (modified) * configure.ac (modified) * longrun_tests/Makefile.am (moved) * longrun_tests/Makefile.in (moved) * longrun_tests/block.c (moved) * longrun_tests/coroutine.c (moved) * longrun_tests/create.c (moved) * longrun_tests/disjoint.c (moved) * longrun_tests/enter.c (moved) * longrun_tests/enter3.c (moved) * longrun_tests/preempt.c (moved) * longrun_tests/processor.c (moved) * longrun_tests/stack.c (moved) * longrun_tests/update-type (moved) * longrun_tests/wait.c (moved) * longrun_tests/yield.c (moved) Moved longrun tests outside of tests folder