# # ChangeLog for tests/zombies # # Generated by Trac 1.2.1 # Apr 27, 2024, 4:11:31 PM 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 ...