Hacker News new | ask | show | jobs
by virtualized 2761 days ago
I always wonder why Linux doesn't seem to have any kind of tests. How can they afford not to have regression tests for bugs they fixed? How do they know that this bug fix didn't break anything? What does "never break userspace" even mean if there is no way to check whether userspace has been broken?
3 comments

Never break userspace means that if you break userspace, that's a bug. The effort spent on preventing bugs is another matter.
I guess the user is the test.