Files
poky/meta/recipes-devtools
Peter Tatrai 65e4a4739e rust: disable executable-no-mangle-strip test on PowerPC due to linker issue
The executable-no-mangle-strip test fails on PowerPC target with an undefined
reference error when linking. The linker attempts to resolve this undefined symbol
at link time, causing the test to fail with:
  undefined reference to `THIS_SYMBOL_SHOULD_BE_UNDEFINED'

The test is designed to verify garbage collection behavior of #[no_mangle]
functions and used(compiler)] statics. This appears to be a PowerPC-specific
linker behavior issue.

Temporarily disable this test on PowerPC until the underlying issue is
resolved upstream.

Related upstream issue: https://github.com/rust-lang/rust/issues/144777

Fixes oe-selftest failure:
- tests/ui/linking/executable-no-mangle-strip.rs on powerpc-poky-linux-gnu

(From OE-Core rev: 58ccb78de7e87f2f17d8ee47be545de49b8e2450)

Signed-off-by: Peter Tatrai <peter.tatrai.ext@siemens.com>
Tested-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-08-14 10:31:10 +01:00
..
2025-07-28 14:51:50 +01:00
2025-05-13 10:29:20 +01:00
2025-08-14 10:31:10 +01:00
2025-07-17 10:41:18 +01:00
2024-09-03 10:21:38 +01:00
2025-05-13 10:29:20 +01:00
2024-05-28 09:38:23 +01:00
2025-06-26 11:02:34 +01:00
2025-07-17 10:41:18 +01:00
2025-08-11 18:04:25 +01:00
2025-06-11 09:34:40 +01:00
2024-04-16 08:07:01 +01:00
2025-08-07 12:11:15 +01:00
2025-05-01 14:33:26 +01:00
2025-07-17 10:41:18 +01:00
2025-07-28 14:51:50 +01:00
2025-08-11 18:04:25 +01:00
2024-10-29 11:19:57 +00:00
2023-09-26 10:35:27 +01:00
2024-08-23 09:12:37 +01:00
2025-06-16 17:57:30 +01:00
2025-07-31 10:48:35 +01:00
2025-07-01 08:49:37 +01:00
2024-06-04 12:04:52 +01:00
2025-07-17 10:41:18 +01:00
2025-06-20 12:07:27 +01:00
2025-07-24 10:29:53 +01:00
2025-07-07 22:12:50 +01:00
2025-06-05 11:02:22 +01:00
2025-07-07 22:12:50 +01:00
2025-01-20 13:38:59 +00:00
2025-07-14 17:49:48 +01:00
2025-05-13 10:29:21 +01:00
2025-07-17 10:41:18 +01:00
2025-03-27 11:19:04 +00:00
2025-03-17 17:09:22 +00:00