Writing a Test engine / Tests #5

Open
opened 2023-02-10 18:40:43 +00:00 by antifallobst · 1 comment
antifallobst commented 2023-02-10 18:40:43 +00:00 (Migrated from codeberg.org)

There are no automated tests at the moment. And some functions are very rarely tested.
ToDos:

  • Automate tests
  • Write tests, at least for critical parts of the OS
There are no automated tests at the moment. And some functions are very rarely tested. ToDos: - Automate tests - Write tests, at least for critical parts of the OS
antifallobst commented 2023-02-15 07:11:33 +00:00 (Migrated from codeberg.org)

Parts of the kernel, that need tests:

  • heap
  • scheduler
  • page maps
  • format strings
  • virtual file system
  • graphics renderer
Parts of the kernel, that need tests: - heap - scheduler - page maps - format strings - virtual file system - graphics renderer
Sign in to join this conversation.
No description provided.