programs/testing: Post-SVN tidy #430
Labels
Clear labels
Eolite
FS
Good First PR
GSoC
HardwareTested
HLL
Influence/Settings
Influence/Text/TYPO
IRCC
Lang/C
Lang/FASM
Pay for the code
Subsystem/API
Subsystem/Audio
Subsystem/Graphics
Subsystem/IPC and events
Subsystem/Memory
Subsystem/Network
Subsystem/Services(daemon)
Subsystem/Taskmanager
Subsystem/VFS
Subsystem/Window
Category
Applications
Category
Drivers
Category
General
Category
Kernel
Category
Libraries
The issue is suitable to beginners
This issue or PR in the Google Source of Code program
Kind
Breaking
Breaking change that won't be backward compatible
Kind
Bug
Something is not working
Kind
Build
Kind
Documentation
Documentation changes
Kind
Enhancement
Improve existing functionality
Kind
Feature
New functionality
Kind
Security
This is security issue
Kind
Testing
Issue or pull request related to testing
Paid task
PR
Conflicts
PR conflicts with main
PR
Dependent
This PR is dependent on another PR
Priority
Critical
1
The priority is critical
Priority
High
2
The priority is high
Priority
Low
4
The priority is low
Priority
Medium
3
The priority is medium
PR
Ready to merge
Pull request is ready for merge
PR
Request changes
Changes requested in pull request
PR
Review required
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
infinity service, audio drivers, midi, speacker, audio programs
vesa, vga, framebuffer, cursors, blitter, and video drivers
pipes, signals, events, shared memory
virt and phys memory allocators, malloc and other
userspace and kernel(for example: serial) services
process, threads, run apps, scheduler
drivers from filesystem, fs api, blkdev, programs that work with the file system
windows, skins, buttons, mouse and keyboard code for windows (not the base code)
Milestone
No items
No Milestone
Projects
Clear projects
No projects
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: KolibriOS/kolibrios#430
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
trunkinto root directory for each program.CRLF>LF, so best to view diffs with whitespace changes hidden.(Work towards #75, point 3)
4c040d431fto72b560696a72b560696ato9ecc0583ecUpdates the following programs (for testing):
testing/cpuidtesting/disptesttesting/kbdtesting/latencytesting/mgbtesting/protectiontesting/pcidev@@ -73,3 +73,3 @@fasm system\mousemul\mousemul.asm %BIN%\mousemulfasm system\taskbar\TASKBAR.ASM %BIN%\@TASKBARrem fasm system\pcidev\trunk\pcidev.asm %BIN%\pcidevfasm testing\pcidev\trunk\pcidev.asm %BIN%\pcidevnot found file "testing\pcidev\trunk\pcidev.asm"
Great catch! Thanks! Fixed in latest commit.
@@ -70,3 +70,3 @@fasm system\launcher\launcher.asm %BIN%\launcherfasm system\menu\menu.asm %BIN%\@menurem fasm system\mgb\trunk\mgb.asm %BIN%\mgbfasm testing\mgb\mgb.asm %BIN%\mgbnot all paths have been fixed
Hi @Doczom. Possibly you are on the wrong branch on your local machine? You can see in the committed code in this PR, that the paths are correctly fixed.
program/testing: Post-SVN tidyto programs/testing: Post-SVN tidy