aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/basictest
Commit message (Collapse)AuthorAgeFilesLines
* New test cases profile4 and profile5 from master branch.Juergen Kahrs2013-06-011-0/+13
|
* Test cases longwrds and charasbytes pass now on MinGW.Juergen Kahrs2013-05-111-1/+2
|
* New function simple_test_case simplifies test case execution.Juergen Kahrs2013-05-091-72/+52
|
* All 377 test cases pass now. mbfw1 and mbprintf1 need LANG=en_US.UTF-8. ↵Juergen Kahrs2013-05-071-0/+2
| | | | Handling of LOCALES has to be aligned with master branch.
* All 377 test cases are in now. Only mbfw1 and mbprintf1 fail on Linux.Juergen Kahrs2013-05-061-10/+167
|
* All BASIC test cases are in now.Juergen Kahrs2013-05-051-0/+102
|
* All UNIX test cases are in now.Juergen Kahrs2013-05-051-0/+43
|
* All LOCALE_CHARSET test cases are in now and found a bug in multi-byte ↵Juergen Kahrs2013-05-051-0/+23
| | | | characters with FIELDWIDTHS.
* All EXT and INET test cases pass now.Juergen Kahrs2013-05-051-0/+35
|
* Replaced some $$ with $. All MPFR test cases pass now, on Linux and with MinGW.Juergen Kahrs2013-05-051-8/+38
|
* All non-standard test cases that caused a hang are now in and pass; ↵Juergen Kahrs2013-05-041-3/+56
| | | | (altogether 309 out of 377 pass).
* All SHLIB test cases are implemented now and pass on Linux. With MinGW only ↵Juergen Kahrs2013-05-041-9/+75
| | | | 6 of them pass.
* Non-standard test cases like testext shall be implemented as shell functions.Juergen Kahrs2013-05-041-5/+30
|
* Cleaned up some more auto-detection macros.Juergen Kahrs2013-04-301-0/+1
|
* Native MinGW can now run tests with dynamic extensions; only a few of them pass.Juergen Kahrs2013-04-291-8/+7
|
* When building with a native MinGW for Win32 it is now possible to run a ↵Juergen Kahrs2013-04-291-1/+10
| | | | 'make test'; only 90% of the basic test cases pass.
* All 265 basic test cases pass now.Juergen Kahrs2013-02-101-2/+2
|
* Made building of extensions a bit more robust.Juergen Kahrs2013-02-101-0/+1
|
* All extensions can be built as shared libraries now. It was necessary to ↵Juergen Kahrs2013-02-091-0/+1
| | | | remove -DGAWK when building the extensions. The test cases involving extensions still fail.
* A slightly better but still crude approach at getting many tests to run. ↵Juergen Kahrs2013-02-091-2/+3
| | | | More than 90% of the basic tests pass now.
* New script helps in test-automation.Juergen Kahrs2013-02-091-0/+11