Sat, 19 Nov 2016 10:43:57 +0000 Fixed `DictionaryTests`: Do not use Smallalk-80-style `_` assignments jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 19 Nov 2016 10:43:57 +0000] rev 1544
Fixed `DictionaryTests`: Do not use Smallalk-80-style `_` assignments This test requires parser option to parse as `_` assignments which is by default off. Therefore test failed when run by standalone runner (and passed when run in IDE as most of us have the option on)
Thu, 10 Nov 2016 00:27:25 +0000 Fixed `MakefileTests` and `SnapshotRestartTests` to work on MSYS2-only systems jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 10 Nov 2016 00:27:25 +0000] rev 1543
Fixed `MakefileTests` and `SnapshotRestartTests` to work on MSYS2-only systems There GCC is installed in `C:\MSYS64\MING32` and `C:\MSYS64\MINGW64` so when searching for `MINGW_DIR`, look there too.
Wed, 09 Nov 2016 15:43:15 +0000 Fixed `IntegerTests>>testSmallIntegerNegation` on 32bit architectures. jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 09 Nov 2016 15:43:15 +0000] rev 1542
Fixed `IntegerTests>>testSmallIntegerNegation` on 32bit architectures. Obviously, 16rFFFFFFFF cannot possibly be a SmallInteger on 32bit archutectures. People should test their code before releasing into the wild!
Sat, 05 Nov 2016 22:22:48 +0000 Fixed `MakefileTests` and `SnapshotRestartTests` to not call obsolete method OperatingSystem>>getCCDefine jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 05 Nov 2016 22:22:48 +0000] rev 1541
Fixed `MakefileTests` and `SnapshotRestartTests` to not call obsolete method OperatingSystem>>getCCDefine ...which has been moved to `STCCompilerInterface` (change by eXept, but eXept guys did not change the test itself, sigh!)
Wed, 26 Oct 2016 22:45:14 +0100 Added .hgautomerge configuration file for `hg-automerge.rb` script. jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 26 Oct 2016 22:45:14 +0100] rev 1540
Added .hgautomerge configuration file for `hg-automerge.rb` script. See https://bitbucket.org/janvrany/jv-scripts
Wed, 26 Oct 2016 22:44:11 +0100 Merge jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 26 Oct 2016 22:44:11 +0100] rev 1539
Merge
Wed, 02 Nov 2016 20:40:40 +0100 *** empty log message ***
Claus Gittinger <cg@exept.de> [Wed, 02 Nov 2016 20:40:40 +0100] rev 1538
*** empty log message ***
Wed, 02 Nov 2016 20:35:48 +0100 *** empty log message ***
Claus Gittinger <cg@exept.de> [Wed, 02 Nov 2016 20:35:48 +0100] rev 1537
*** empty log message ***
Wed, 02 Nov 2016 20:35:32 +0100 *** empty log message ***
Claus Gittinger <cg@exept.de> [Wed, 02 Nov 2016 20:35:32 +0100] rev 1536
*** empty log message ***
Thu, 08 Sep 2016 13:09:13 +0100 VMCrashTestCase: oops, fixed test skip support for Windows jv
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 08 Sep 2016 13:09:13 +0100] rev 1535
VMCrashTestCase: oops, fixed test skip support for Windows Do not use exit code 3 to report test skip. Window CRT library apparently terminates the process with exit code 3 upon a call to `abort()`. So we'd not be able to tell between skip and crash. To solve that, use different exit code for test slip (97, just an arbitrary number).
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 tip