# # ChangeLog for tests/zombies # # Generated by Trac 1.2.1 # Apr 30, 2024, 2:51:12 PM Wed, 22 Jul 2020 15:24:33 GMT Andrew Beach [f19fbbc] * src/Virtual/ExpandCasts.cc (modified) * tests/exceptions/.expect/virtual-cast.txt (added) * tests/exceptions/.expect/virtual-poly.txt (added) * tests/exceptions/virtual-cast.cfa (moved) * tests/exceptions/virtual-poly.cfa (added) Fixed the virtual system so it can handle in polymorphic virtual ... Mon, 17 Feb 2020 15:22:16 GMT Peter A. Buhr [5ccee64] * libcfa/src/interpose.cfa (modified) * tests/zombies/abort.cfa (deleted) change backtrace starting point from level 3 to level 2 Mon, 17 Feb 2020 04:04:38 GMT Peter A. Buhr [c9f4cf8] * tests/.expect/userLiterals.txt (added) * tests/userLiterals.cfa (moved) add test for user literals using postfix call Tue, 11 Feb 2020 21:13:16 GMT Thierry Delisle [dda3e2a] * tests/zombies/abort.cfa (moved) * tests/zombies/context.cfa (moved) * tests/zombies/namedParmArg.cfa (moved) * tests/zombies/structMember.cfa (moved) * tests/zombies/subrange.cfa (moved) * tests/zombies/typeGenerator.cfa (moved) * tests/zombies/typedef.cfa (moved) * tests/zombies/typedefDeclarator.cfa (moved) * tests/zombies/userLiterals.cfa (moved) * tests/zombies/virtualCast.cfa (moved) * tests/zombies/withStatement.cfa (moved) Moved tests without .expect to zombies folder Tue, 11 Feb 2020 16:39:47 GMT Thierry Delisle [686cb63] * tests/errors/.expect/completeType.txt (moved) * tests/errors/.expect/declaration.txt (moved) * tests/errors/.expect/scope.txt (moved) * tests/errors/.expect/signature.txt (added) * tests/errors/completeType.cfa (moved) * tests/errors/declaration.cfa (moved) * tests/errors/scope.cfa (moved) * tests/errors/signature.cfa (added) * tests/zombies/occursError.cfa (moved) * tests/zombies/scope.cfa (moved) Added new tests for signature errors. Moved several error tests to ...