Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9931 279 d 1 h boppan /kernel/trunk/ [KERNEL][TEST] Run UMKa tests if enabled.

Before this commit UMKa was downloaded, but none of its tests had been executed. Now it executes all the tagged UMKa tests (41 for now). Some tags had been excluded, like #acpi, because the ACPI subsystem is still under development.
 
9923 341 d 17 h Boppan /kernel/trunk/ [KERNEL][TEST] Download and build UMKa if enabled.  
9922 341 d 20 h Boppan /kernel/trunk/ [KERNEL][TEST] Initialize tup if it is not.  
9920 341 d 21 h Boppan /kernel/trunk/ [KERNEL][TEST] Print informative message on test fail.  
9918 342 d 15 h Boppan /kernel/trunk/ Tests: Fix testing kernel build

The test system used a custom command to build the testing kernel.
Make it use the tup system.
 
9421 891 d 17 h Boppan /kernel/trunk/ [KERNEL][TEST] use_umka = False by default  
9420 891 d 17 h Boppan /kernel/trunk/ [KERNEL][TEST] Undo prior, main branch isn't ready  
9419 891 d 17 h Boppan /kernel/trunk/ [KERNEL][TEST] Do not checkout trunk brranch of UMKa  
9418 891 d 18 h Boppan /kernel/trunk/ [KERNEL][TEST] Use llvm-mingw if available  
9416 894 d 21 h Boppan /kernel/trunk/ [KERNEL][TEST] Only download img if not exist  
9415 894 d 21 h Boppan /kernel/trunk/ [KERNEL][TEST] Only call UMKa functions on use_umka  
9414 894 d 21 h Boppan /kernel/trunk/ [KERNEL][TEST] Initial UMKa integration  
9412 896 d 17 h Boppan /kernel/trunk/ [KERNEL][TEST] Handle the latest UMKa  
9409 899 d 15 h Boppan /kernel/trunk/ [KERNEL][TEST][runtests.py] Conform PEP8 except import  
9397 901 d 21 h Boppan /kernel/trunk/ [KERNEL][TEST] Prepare for full UMKa integration  
9387 903 d 0 h Boppan /kernel/trunk/ [KERNEL][TEST] Remove UMKa from the main repo for now  
9342 909 d 12 h Boppan /kernel/trunk/ [KERNEL][UMKA] Make it compile and run on Windows  
9340 909 d 15 h Boppan /kernel/trunk/ [KERNEL][TEST] Use filecmp instead of cmp utility  
9339 909 d 15 h Boppan /kernel/trunk/ [KERNEL][TEST] Rename umka_shell to umka_shell.exe  
9338 909 d 15 h Boppan /kernel/trunk/ [KERNEL][UMKA] Make it clang-compatible  
9337 909 d 16 h Boppan /kernel/trunk/ [KERNEL][UMKA] Prepare to make it work on Windows

* Remove FS and network tests
* Remove some unix-only dependencies
 
9335 910 d 0 h Boppan /kernel/trunk/ [KERNEL][TEST] Speed up UMKa testing before multithreading  
9333 910 d 0 h Boppan /kernel/trunk/ [KERNEL][TEST] Make UMKa tests position independent  
9331 910 d 1 h Boppan /kernel/trunk/ [KERNEL][TEST] Make qemu tests position-independent  
9330 910 d 2 h Boppan /kernel/trunk/ [KERNEL][TEST] Save UMKa C objects in umka/build/  
9329 910 d 2 h Boppan /kernel/trunk/ [KERNEL][TEST] Refactor UMKA build  
9328 910 d 12 h Boppan /kernel/trunk/ [KERNEL][TEST] Integrate UMKA  
9327 910 d 12 h Boppan /kernel/trunk/ [KERNEL][TEST] Build UMKA if not built  
9326 910 d 12 h Boppan /kernel/trunk/ [KERNEL][TEST] Build UMKA if not built  
9323 910 d 13 h Boppan /kernel/trunk/ [KERNEL][TEST] Run serial tests in separated thread  
9322 910 d 14 h Boppan /kernel/trunk/ [KERNEL][TEST] Prepare for multithreading  
9321 910 d 14 h Boppan /kernel/trunk/ [KERNEL][TEST] Refactor runtests.py  
9317 911 d 12 h Boppan /kernel/trunk/ [KERNEL][TEST] Fix makeflop usage and small details  
9316 911 d 13 h Boppan /kernel/trunk/ [KERNEL][TEST] Use makeflop instead of mtools  
9315 911 d 13 h Boppan /kernel/trunk/ [KERNEL][TEST] Use Python3 method name  
9314 911 d 13 h Boppan /kernel/trunk/ [KERNEL][TEST] Use urllib instead of wget  
9313 911 d 14 h Boppan /kernel/trunk/ [KERNEL][TEST] Embrase test code  
9312 911 d 14 h Boppan /kernel/trunk/ [KERNEL][TEST] Compile kernel instead of downloading it

* Change copyright
* Fix kernel copying on server
 
9311 911 d 15 h Boppan /kernel/trunk/ [KERNEL][TEST] Refactor tool check  
9310 911 d 15 h Boppan /kernel/trunk/ [KERNEL][TEST] Inform about required packages