SaaSHub helps you find the best software and product alternatives Learn more →
Ltp Alternatives
Similar projects and alternatives to ltp
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
src
Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list.
-
-
-
phoronix-test-suite
The Phoronix Test Suite open-source, cross-platform automated testing/benchmarking software.
-
-
Understanding-Unix-Linux-Programming
Source code of Understanding Unix/Linux Programming. The book provides example code in C, I would like to replicate it in Rust.
-
-
-
-
-
-
-
-
-
tf-keras
The TensorFlow-specific implementation of the Keras API, which was the default Keras from 2019 to 2023.
ltp discussion
ltp reviews and mentions
-
New Mac Mini with M4
I would be shocked if they weren't using a test suite, especially given all the platforms and devices Linux supports. POSIX has a test suite, and there are several Linux test suites [1], [2]. Although, I would think that an architecture port is fairly straightforward. It's reverse-engineering and writing all the device drivers, but devices generally have a well-known interface (and, therefore, presumably tests). The OpenGL drivers are being tested against the official OpenGL test suite.
Of course, there are no guarantees that it runs correctly. Probably doesn't, given that even Apple and Microsoft's software don't run correctly, either. But saying software doesn't run perfectly in all cases is almost tautological.
[1] https://github.com/phoronix-test-suite/phoronix-test-suite
[2] https://github.com/linux-test-project/ltp
-
Ext4 data corruption in stable kernels [LWN.net]
Can anyone verify that this only happens under O_DIRECT? I see that the original bug report references preadv03, a test case which uses O_DIRECT.
-
Ask HN: Why the Linux Kernel doesn't have unit tests?
There are tests, they're just out of tree, focused on integration rather than unit, and very decentralized. You'll get nastygrams on lkml if you break them.
Here's one prominent example: https://github.com/linux-test-project/ltp
- Uncle Bob and Silver Bullets
-
Needs Some Heavy Checking
It's not in the codebase proper, but the Linux Test Project https://github.com/linux-test-project/ltp is probably a good place to start to see what's currently being tested for a syscall and to add new tests if there's a gap. https://github.com/linux-test-project/ltp/tree/master/testca... is some tests of this particular syscall.
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 Jan 2025
Stats
linux-test-project/ltp is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of ltp is C.