# # ChangeLog for tests/errors # # Generated by Trac 1.2.1 # Apr 27, 2024, 10:37:08 AM Sat, 10 Oct 2020 19:35:36 GMT Peter A. Buhr [2494720] * tests/errors/.expect/completeType.x64.txt (modified) 64-bit update .except after adding ftype 0p Sat, 10 Oct 2020 19:12:25 GMT Peter A. Buhr [6c57b67] * tests/errors/.expect/completeType.x86.txt (modified) 32-bit update .except after adding ftype 0p Thu, 03 Sep 2020 16:07:10 GMT Thierry Delisle [4bc27c0] * tests/errors/.expect/completeType.x86.txt (modified) Fixed 32bit tests Mon, 31 Aug 2020 16:28:13 GMT Thierry Delisle [207c7330] * tests/.expect/castError.txt (modified) * tests/.expect/init1.txt (modified) * tests/errors/.expect/completeType.x64.txt (modified) * tests/raii/.expect/ctor-autogen-ERR1.txt (modified) * tests/warnings/.expect/self-assignment.txt (modified) Updated expected output after removal of 'with resolved type' Wed, 19 Aug 2020 19:08:38 GMT Thierry Delisle [03a4c73] * tests/.expect/alloc-ERROR.txt (modified) * tests/.expect/castError.txt (modified) * tests/.expect/init1.txt (modified) * tests/errors/.expect/completeType.x64.txt (modified) * tests/errors/.expect/completeType.x86.txt (modified) * tests/raii/.expect/ctor-autogen-ERR1.txt (modified) * tests/warnings/.expect/self-assignment.txt (modified) Regenerated tests after add of 'with resolved type' Tue, 14 Jul 2020 02:27:51 GMT Peter A. Buhr [62328b1] * tests/errors/.expect/completeType.x86.txt (added) try again to commit this file from x64 side Tue, 14 Jul 2020 02:00:17 GMT Peter A. Buhr [cf5af9c] * libcfa/prelude/builtins.c (modified) * src/Parser/ExpressionNode.cc (modified) * tests/errors/.expect/completeType.x64.txt (moved) change from __SIZEOF_POINTER__ to __SIZEOF_INT128__ to determine if ... Sat, 11 Jul 2020 22:39:10 GMT Peter A. Buhr [9f350c4] * tests/errors/.expect/completeType.txt (modified) fix output difference resulting from new mangled name Thu, 21 May 2020 11:36:26 GMT Peter A. Buhr [918b90c] * tests/errors/.expect/completeType.txt (modified) fix expected output for completeType.txt Thu, 16 Apr 2020 17:25:53 GMT Thierry Delisle [7215000] * src/CompilationState.cc (modified) * src/CompilationState.h (modified) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/main.cc (modified) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/errors/.expect/completeType.txt (modified) Added flag to disable non-deteministic parts of the output when testing Tue, 07 Apr 2020 16:10:28 GMT Thierry Delisle [216603a] * tests/errors/.expect/completeType.txt (modified) Fixed completeType error for x86 Mon, 06 Apr 2020 20:41:55 GMT Andrew Beach [f1b6671] * libcfa/prelude/Makefile.in (modified) * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/exception.c (modified) * tests/errors/.expect/completeType.txt (modified) * tests/exceptions/.expect/interact.txt (modified) * tests/exceptions/.expect/resume.txt (modified) * tests/exceptions/.expect/terminate.txt (modified) * tests/exceptions/interact.cfa (modified) * tests/exceptions/resume.cfa (modified) * tests/exceptions/terminate.cfa (modified) Unwinding is now handled in exception handling code. That is used to ... Mon, 09 Mar 2020 15:06:19 GMT Thierry Delisle [e6cfa8ff] * src/Concurrency/Keywords.cc (modified) * tests/coroutine/.expect/fmtLines.txt (modified) * tests/errors/.expect/completeType.txt (modified) Fixed use after delete bug and regenerated stale tests Thu, 05 Mar 2020 22:50:29 GMT Thierry Delisle [dfa4360] * tests/concurrent/.expect/suspend_then.txt (added) * tests/concurrent/suspend_then.cfa (moved) * tests/coroutine/suspend_then.cfa (modified) * tests/errors/suspend.cfa (added) * tests/generator/.expect/fmtLines.txt (added) * tests/generator/.expect/suspend_then.txt (added) * tests/generator/.in/fmtLines.txt (added) * tests/generator/fmtLines.cfa (added) * tests/generator/suspend_then.cfa (added) Added several tests for generators Tue, 11 Feb 2020 21:14:23 GMT Thierry Delisle [0cc3c47] * tests/errors/.expect/signature.txt (modified) fixed new signature test Tue, 11 Feb 2020 20:04:23 GMT Thierry Delisle [cb8a18c] * tests/errors/.expect/completeType.txt (modified) * tests/errors/.expect/declaration.txt (modified) * tests/errors/.expect/scope.txt (modified) * tests/errors/.expect/signature.txt (modified) * tests/errors/signature.cfa (modified) Fixed error expect after the move 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 ...