matoro
matoro
All tests pass. Also explicitly specifies -no-pie for executables which should have it disabled, to be compatible with gccs built with --enable-default-pie.
The -march= option is perfectly happy to emit code to run on a processor different than the one on which it is being compiled. This results in misdetection of mips...
Hi, 11 of the decoding tests currently fail on big-endian architectures. I tested this in powerpc big-endian, where these tests fail, and comparing to powerpc little-endian, where all tests pass,...
Switches tests to use "meson test" instead of a shell script. This also means that they now fully respect user-specified toolchain (e.g. clang compiler, custom CFLAGS, etc). Running C++ test...
Test failure logs are very terse otherwise and hard to tell what's going on. Bug: https://bugs.gentoo.org/931888 --- Please check all the boxes that apply: - [x] I can submit this...
Traceback (occurs for both currently available versions of dev-java/java-config): ``` * ERROR: dev-java/java-config-2.2.9999::java failed (depend phase): * No supported implementation in PYTHON_COMPAT. * * Call stack: * ebuild.sh, line 609:...
Hi, in `core/process/constants_spec.rb` there are a few tests which explicitly test the values of the `RLIMIT_*` constants. These will fail on platforms which use different values for these constants. Example...
This is needed for gcc 14 and clang 16 as they both make implicit function definitions a hard error. In a configure script, this means these tests will switch from...
Adds the ability to run the test suite via `ctest`. Works with both in-source and out-of-source builds. Respects user flags, and builds SIMD into the tests corresponding to whatever was...
Hi, I just wrote this to the eMMC on my R4 and while it works, I noticed it is missing the `saveenv` command, so I cannot make changes persistent. I...