Subscribe to our monthly blog
Expert perspectives and opinions from our team
During our most recent webinar, SuperTest Live Demo, one of the audience members asked whether SuperTest and SuperGuard are suitable for ‘white-box’ testing...
Does your software development environment need to be fully compliant with functional safety standards such as ISO 26262, IEC 61508, EN 50128, EN...
SuperGuard is used to qualify and certify C and C++ standard libraries. It is a requirements-based test suite that provides evidence that a...
While the dream of fully autonomous driving appears to have taken a back seat, other automotive applications of Artificial Intelligence (AI) have become...
The GCC and LLVM communities continually perform a remarkable feat by implementing compiler behavior in accordance with the complexities of the C++ Standard....
As compiler and library testers, we often find ourselves between the demands of developers and those of the functional safety industry. On the...
Code coverage analysis… what is it and why is it vital when qualifying libraries? And why have Solid Sands and Rapita Systems got...
Due to the high demand for C++ Standard Library qualification, we are actively developing tests, test specifications, and requirements for the C++ standard...
We are often asked what differentiates SuperTest from open-source test suites for C and C++. If you are using the LLVM or GCC...
The most safety-critical software tool in your application development process is the compiler. It generates virtually all the code in the application binary....
Telling the compiler which version of the language you are using is essential because it improves the portability of your code at very...
In the last blog of our trilogy about test generators, we’ll explain Tempest2. You might have seen it mentioned in a previous blog...
Compilers are highly complex machines with two areas that deserve extra scrutiny. They are the register allocator and the calling convention. While register...
The size of integers and other primitive types is not fixed by the C/C++ programming language specifications. It is implementation-defined. Unlike unspecified and...
The traditional industrial robot consists of an arm with multiple degrees of freedom and a specialized gripper. To prevent accidental injury to humans,...
Home / Blog / Page 2