Commit Graph

712 Commits

Author SHA1 Message Date
deadwood a5ea56f1c1 Dispaly expected number of tests for comparison with actual run tests 2024-04-28 15:47:26 +02:00
deadwood 4f9320850d Add unit test for creation and destruction of static objects 2024-04-28 15:41:56 +02:00
deadwood e156fc7832 Add test for special case of link stubs when library has noincludes
This is a special case in genmodule. This test purpose is to show this
use case continues working.
2024-04-22 15:29:00 +02:00
deadwood a8d3a4aee8 Add test for calling reg function from stack function inside library
Using __aros_getbase_PeropenerBase and proto/peropener.h. This test purpose
is to test that functionality changed in previous commit continues
working.
2024-04-22 15:27:57 +02:00
deadwood 5325d087fb Add unit test for SameLock 2024-03-04 14:20:47 +01:00
deadwood 2b6a886673 Add unit test for exceptions 2024-01-27 12:35:27 +01:00
deadwood 665dfb642a Adding units tests for behavior of MIUA_String_Acknowledged 2023-12-04 14:49:48 +01:00
deadwood 79b28845d7 Synchronize naming 2023-12-01 16:20:06 +01:00
deadwood 8cc1c9e299 Add test for showing solution to handling global vars in peropener library 2023-12-01 14:46:48 +01:00
deadwood 831a3dfd4f Test showing shareable functionality of peropener libraries 2023-12-01 14:46:26 +01:00
deadwood a425e3fdf5 Adjust existing tests to test standard 2023-12-01 14:09:50 +01:00
deadwood 7442d8d9a0 Add test for peropener base stored relative to a structure 2023-11-30 12:34:03 +01:00
deadwood befd1041f4 Add test for peropener base opened via local variable 2023-11-30 11:49:37 +01:00
deadwood 7c92693f47 Add test for peropener library opened via global variable 2023-11-30 11:28:13 +01:00
deadwood ccf91ce0fc Add test for single base library opened as local variable 2023-11-29 17:16:36 +01:00
deadwood 8a2ed5eb43 Add test for single base library opened to global variable 2023-11-29 16:18:02 +01:00
deadwood d158e46c29 Rework autoopen test to standart approach 2023-11-29 15:08:07 +01:00
deadwood 3dea65c199 Rework library tests in preparation for extensions 2023-11-29 15:01:10 +01:00
deadwood 13217bc894 Add test showing that titles are not copied by RegisterGroup 2023-05-08 12:20:49 +02:00
deadwood 683335e55d Add test for click behavior of switch part of cycle gadget. 2023-04-26 19:50:30 +02:00
Kalamatee 44bd29c410 set execute permissions on scripts 2023-04-02 15:11:27 +02:00
Kalamatee 3a08245042 move the website related scripts under their own dir 2023-04-02 15:10:21 +02:00
Kalamatee e4f34eeb05 update the file copy script to the version actually used on the website, and add the file release version to the repository 2023-04-02 15:08:39 +02:00
Kalamatee 651c5e982f remove the comment about being a cron job. 2023-04-02 15:08:39 +02:00
Kalamatee 0b101d6722 bump copyright year. update start year to last year in bumpyear.sh, and simplify using find, to update all translation files. 2023-04-02 15:08:39 +02:00
Kalamatee ee6ee76fcb update the year in the bumpyear script, and move all the submodule based files to the end. 2023-04-02 15:08:39 +02:00
Kalamatee 0762f97c2b Attempt to fix the updatecommits scripts deprecated HTMLParser.unescape for python >=3.9 2023-04-02 15:08:39 +02:00
deadwood fe077ef3bf Fixes to unit tests scripts
1) Delete -Results.xml that could have copied from build directory to make
sure results are always fresh
2) Delete contents of logs directory not to have stalled contents
3) Check names of suites that ran against names of suites that should run
4) Display statistics about failures, errors and tests run
2023-03-28 15:44:09 +02:00
deadwood faffba41e8 Add unit tests for logic of notifications 2023-03-28 15:44:09 +02:00
deadwood 6872432f36 Unit test for https://github.com/deadw00d/AROS/issues/86 2023-03-20 19:21:22 +01:00
deadwood d92f99a4ac Adjust test script after recent changes to peropener.library
peropener.library now depends on extlib1.seg
2023-01-29 20:20:01 +01:00
deadwood eb41525a03 Unit test checking sizing of file system types and structures 2023-01-29 19:48:14 +01:00
deadwood 2bd83e5810 Add armhf rebuild configuration 2023-01-26 18:06:23 +01:00
deadwood 9ae52f9a9a Update script to python3 2022-09-04 12:33:44 +02:00
deadwood 4a6299bd7c Add configuration for building m68k contrib archive. 2022-06-30 18:06:51 +02:00
deadwood 4d69fe0d2d Synchronize translations with https://github.com/aros-translation-team 2022-06-24 12:21:10 +02:00
Kalamatee a51b9e51bb let cpy-dir-rec.py take a param to suppress output. output stripped down versions of the directories being copied to the log. 2022-06-23 15:32:56 +02:00
Kalamatee 81404c1773 update config.sub/config.guess 2022-06-23 14:08:11 +02:00
Matthias Rustler c38b60d5fe scripts/bumpyear.sh: updated for year 2022 2022-06-23 12:44:20 +02:00
deadwood 89304b86c5 Add tests for notification on list active and select changed 2022-06-02 15:01:54 +02:00
deadwood b54fdbf126 Add test confirming that Window_Title is not copied by Window class 2022-05-29 17:21:57 +02:00
deadwood 5f5ee98da6 Migrate sscanf tests to cunit. Add test for different sizes of "%u" 2022-05-13 07:26:49 +02:00
deadwood 193dabd805 Add test for support of small code model on x86_64
Change of "-m 640" is needed for AROS hosted to contain higher-priority
memory > 2GB.
2022-05-08 11:44:14 +02:00
deadwood a07370a35b Replace non-working gnu mirrors with auto mirror selection url. 2022-03-30 11:30:21 +02:00
deadwood 4dc580850d Use hook instead of custom method to count pressed events 2022-02-27 09:41:46 +01:00
deadwood 0297515a31 Add test confirming hidden object dimensions do not change. 2022-02-27 09:14:06 +01:00
deadwood b7678906d2 Unit tests for https://github.com/deadw00d/AROS/issues/60 2022-02-14 21:33:23 +01:00
deadwood 5233e3cd44 Add unit tests for CreateNewProc 2022-02-14 08:13:45 +01:00
deadwood dc20752034 Migrate some sprintf tests to cunit
Note: tests for double and float pass under linux. AROS implementation
is missing/wrong.
2022-01-18 15:54:28 +01:00
deadwood 65196aef47 Allow a single cunit program to report up to 100 assert failures
After passing that level, the whole script will fail (and stop). This
changes from default 10.
2022-01-18 15:36:28 +01:00