|
f5a5044e20
|
Implement new test runner, mainly for timeouts
|
2023-02-16 19:32:37 +00:00 |
|
|
905628d96d
|
[umka_shell] Add commands wait_for_idle and csleep
|
2023-02-12 16:52:01 +00:00 |
|
|
8883b1c5de
|
[umka_os] Add a command console in a separate thread
|
2023-02-10 22:33:22 +00:00 |
|
|
855bdd6d16
|
Enable static network tests
|
2023-02-07 04:32:39 +00:00 |
|
|
9d54898197
|
Use isocline instead of bestline for portability
Something more lightweight is definitely required.
|
2023-02-05 07:53:19 +00:00 |
|
|
e03ae18548
|
Support different framebuffer formats, add tests
|
2023-01-30 06:24:23 +00:00 |
|
|
76c7819882
|
Split I/O code to generic io* and platform specific io_async*
|
2023-01-18 08:32:17 +00:00 |
|
|
74a593746e
|
Pass a tool number to umka_init command
Implemented tools:
+ umka_shell
+ umka_fuse
+ umka_os
+ umka_gen_devices_dat
|
2023-01-16 05:49:24 +00:00 |
|
|
e8f75d1d03
|
Fix samehash and lookup_v5 tests
|
2023-01-09 04:07:36 +00:00 |
|
|
59ac33c787
|
Fix XFS lookup tests
|
2023-01-09 02:10:40 +00:00 |
|
|
436aa461b0
|
Use sgdisk to partition images
|
2023-01-09 02:07:42 +00:00 |
|
|
d80c240abd
|
Update {gen,mk}samehash tools for xfs, add new fat* and ext* tests
|
2023-01-09 02:07:28 +00:00 |
|
|
eb243bf14f
|
Switch image generation from GNU Make to GNU Bash
Should have been done long time ago.
|
2023-01-09 02:07:20 +00:00 |
|
|
bbc42c6436
|
Implement qcow2 support, convert most images from raw
This allows exbibyte-sized images, compression and (potentially)
non-destructive writing.
|
2023-01-09 02:07:20 +00:00 |
|
|
464b92cda4
|
Change filename suffix of raw images from .img to .raw
|
2023-01-09 02:07:05 +00:00 |
|
|
e76dea6bf1
|
Remove some boilerplate and hardcode, add lookup tests
|
2023-01-09 02:06:46 +00:00 |
|
|
f291ffc03b
|
Make shell:disk_list_partitions() more verbose
Show disk sector size and capacity, partition's size and start sector.
|
2023-01-03 20:39:10 +00:00 |
|
|
cb8c3274af
|
Add XFS nrext64 image and test
|
2022-12-29 03:45:36 +00:00 |
|
|
3cef60408b
|
Use 64bit time_t, add XFS bigtime test, allow atime and mtime testing
|
2022-12-28 20:39:21 +00:00 |
|
|
715c181582
|
Wrap kos_osloop, add a test for resizing cursors
|
2022-06-28 20:13:41 +04:00 |
|
|
395f75d1f7
|
Speed up coverage, not drastically
|
2022-06-28 17:10:21 +04:00 |
|
|
d82c5530ed
|
Wrap fs_execute, works for umka_os tool!
|
2022-06-25 02:41:23 +04:00 |
|
|
5314ef2cae
|
Implement basic variables (to hide pointers from logs)
|
2022-05-31 17:43:41 +04:00 |
|
|
219d72226a
|
Use bestline library, update test logs
|
2022-05-30 02:08:15 +04:00 |
|
|
cfc0102d28
|
Use optparse library
|
2022-05-29 19:17:00 +04:00 |
|
|
a0d3499d57
|
Add wrappers/tests for keyboard, mouse and cursors
|
2022-05-29 01:55:13 +04:00 |
|
|
ce6ad3efa6
|
Add one more exfat test
|
2022-04-26 16:21:41 +04:00 |
|
|
52f3acaebc
|
Add exfat test.
|
2022-04-23 22:34:24 +04:00 |
|
|
d59c8d5f55
|
Add a basic exfat test.
|
2022-03-12 00:08:20 +04:00 |
|
|
3cf74d2664
|
Sync with KolibriOS trunk
Tested on r9710.
|
2022-02-09 22:19:54 +03:00 |
|
|
5eb6770760
|
Improve build on Windows via llvm-mingw
|
2021-12-13 16:57:05 +03:00 |
|
|
3015516f22
|
Add ACPI and PCI test files
|
2021-12-12 21:54:53 +03:00 |
|
mkostoevr
|
05abd26ece
|
Disable test with 4TiB img required
|
2021-12-12 21:54:28 +03:00 |
|
mkostoevr
|
6a1da788e3
|
Make fat32_test0 reasonably fast
|
2021-12-12 21:54:20 +03:00 |
|
mkostoevr
|
bc5091705b
|
Update workflow
- Add test target to main makefile
- Update .gitignore
- Simplify test/makefile
|
2021-12-12 21:54:12 +03:00 |
|
mkostoevr
|
08648324cb
|
Add fat32_test0 test
|
2021-12-12 21:54:06 +03:00 |
|
mkostoevr
|
07e262d8b8
|
Make it cloneable on win32
|
2021-12-12 14:31:43 +03:00 |
|
|
b5bd088e09
|
Clean branch main from acpi stuff, move it to branch acpi
|
2021-12-01 22:17:02 +03:00 |
|
|
129e6d4fe7
|
Update logs.
|
2021-11-17 20:56:40 +03:00 |
|
|
42c1c55029
|
Add write_devices_dat shell command, 043_#acpi_m012.t test
|
2021-11-17 20:56:32 +03:00 |
|
|
3d50050c6b
|
Update logs.
|
2021-11-16 19:40:06 +03:00 |
|
|
18c6f4922c
|
Add new shell commands: dump_win_map and set (variable).
|
2021-11-02 12:50:13 +03:00 |
|
|
72570a7bc3
|
Add ahci_init label, new tests, update logs.
|
2021-09-20 07:20:06 +03:00 |
|
|
ba8e7940b4
|
Fix wnd_number in 016_#f01_#draw_all.t
|
2021-07-17 05:15:14 +03:00 |
|
|
ffa2480f2a
|
Replace some hardcoded values with macros
|
2021-07-17 03:03:36 +03:00 |
|
|
d04e71f6a5
|
Another check of returned value.
Also, add removed file.
|
2021-07-01 02:42:04 +03:00 |
|
|
d522e6c3e9
|
Align with kernel trunk.
|
2021-06-23 19:43:26 +03:00 |
|
|
e5d50667de
|
Add basic node counting logic, update tests.
|
2021-05-31 17:32:04 +03:00 |
|
|
f87fcd87dc
|
Wrap is_region_userspace with a macro, update logs.
|
2021-04-02 04:22:22 +03:00 |
|
|
cdd733ef3d
|
Add one more unit test, update logs.
|
2020-12-29 12:45:24 +03:00 |
|