Fri, 16 Dec 2022 10:44:49 +0100 Merge jv tip master
"Patrik Svestka <patrik.svestka@gmail.com>" [Fri, 16 Dec 2022 10:44:49 +0100] rev 2608
Merge - commit more robust tests - commit fixes random test fails when creating a process
Thu, 25 Aug 2022 11:29:18 +0100 Fix Windows tests for long paths in `exec:environment:...` jv
Jan Vrany <jan.vrany@labware.com> [Thu, 25 Aug 2022 11:29:18 +0100] rev 2607
Fix Windows tests for long paths in `exec:environment:...` This commit makes `Win32OperatingSystemTests >> testExec...` more robust by testing the error code rather than text of the exception which may change.
Fri, 20 May 2022 14:06:23 +0200 Fix random test fails of when creating process jv
Patrik Svestka <patrik.svestka@gmail.com> [Fri, 20 May 2022 14:06:23 +0200] rev 2606
Fix random test fails of when creating process The fix allows limits the random string to contain only 0-9, a-z and A-Z characters. This is to prevent different type of errors like ERROR_OTHER:, which are irrelevant to the testing, to appear.
Wed, 24 Nov 2021 11:34:33 +0000 Update `MakefileTests` to work with both in-tree and out-of-tree builds jv
Jan Vrany <jan.vrany@labware.com> [Wed, 24 Nov 2021 11:34:33 +0000] rev 2605
Update `MakefileTests` to work with both in-tree and out-of-tree builds
Wed, 20 Oct 2021 13:26:34 +0200 Adding tests for creating processes on MS Windows jv
Patrik Svestka <patrik.svestka@gmail.com> [Wed, 20 Oct 2021 13:26:34 +0200] rev 2604
Adding tests for creating processes on MS Windows Testing: - correct execution of CreateProcessW() - Too long arguments for dir name, command path, command line
Fri, 19 Feb 2021 13:58:24 +0100 Test for a header change in ChangeSet >> #fileOutAs: jv
Patrik Svestka <patrik.svestka@gmail.com> [Fri, 19 Feb 2021 13:58:24 +0100] rev 2603
Test for a header change in ChangeSet >> #fileOutAs:
Thu, 01 Jul 2021 16:09:20 +0100 Fix `CompilerTest >> testNot` after cherry-picking from 84348e65ca8d in d0679511ef19 jv
Jan Vrany <jan.vrany@labware.com> [Thu, 01 Jul 2021 16:09:20 +0100] rev 2602
Fix `CompilerTest >> testNot` after cherry-picking from 84348e65ca8d in d0679511ef19
Wed, 30 Jun 2021 13:55:16 +0100 Fix doubled `"` in `ChangeSetTests >> #test_misc_package_02a` jv
Jan Vrany <jan.vrany@labware.com> [Wed, 30 Jun 2021 13:55:16 +0100] rev 2601
Fix doubled `"` in `ChangeSetTests >> #test_misc_package_02a` ...causing test to fail.
Wed, 30 Jun 2021 13:45:31 +0100 Temporarily disable `JavaScriptTests >> #testNew04` jv
Jan Vrany <jan.vrany@labware.com> [Wed, 30 Jun 2021 13:45:31 +0100] rev 2600
Temporarily disable `JavaScriptTests >> #testNew04` ...because there's a bug in eXept's JavaScriptParser >> #newExpression: pos1 := tokenPosition. pos2 := pos1+classOrFunc size-1. ... classExpr startPosition:pos1 endPosition:pos2. The `pos2` value is completely bogus and causing an assertion failure in ParseNode >> #startPosition:endPosition: Hence we disabled this test for now.
Wed, 30 Jun 2021 13:42:15 +0100 Cherry-picked `CompilerTest` from 84348e65ca8d: jv
Jan Vrany <jan.vrany@labware.com> [Wed, 30 Jun 2021 13:42:15 +0100] rev 2599
Cherry-picked `CompilerTest` from 84348e65ca8d: cherry-picked RegressionTests__CompilerTest.st from 84348e65ca8d: * 6867df270674: #QUALITY by cg, Claus Gittinger <cg@exept.de> * 7fc16123f396: #QUALITY by cg, Claus Gittinger <cg@exept.de> * 749dd6e3d23e: #BUGFIX by sr, sr * 16655013afd4: #REFACTORING by sr, sr * 1550a455af89: #DOCUMENTATION by cg, Claus Gittinger <cg@exept.de> * c9b19608d359: #QUALITY by cg, Claus Gittinger <cg@exept.de> * b460804ce9fc: #BUGFIX by cg, Claus Gittinger <cg@exept.de> * edfd74d2e699: #OTHER by exept, Claus Gittinger <cg@exept.de> * 9a51364ffa78: version method, Claus Gittinger <cg@exept.de>
(0) -1000 -300 -100 -10 tip