internal/rosa/llvm: run unit and regression tests
All checks were successful
Test / Create distribution (push) Successful in 1m7s
Test / Sandbox (push) Successful in 2m55s
Test / Hakurei (push) Successful in 4m25s
Test / ShareFS (push) Successful in 4m29s
Test / Hpkg (push) Successful in 5m13s
Test / Sandbox (race detector) (push) Successful in 5m25s
Test / Hakurei (race detector) (push) Successful in 6m24s
Test / Flake checks (push) Successful in 1m46s

Two tests are marked expected to fail for Rosa OS.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-21 08:25:36 +09:00
parent 7cd4aa838c
commit e88ae87e50

View File

@@ -320,6 +320,33 @@ ln -s \
musl, musl,
compilerRT, compilerRT,
runtimes, runtimes,
t.NewGit(),
},
script: `
ninja check-all
`,
patches: [][2]string{
{"xfail-broken-tests", `diff --git a/clang/test/Driver/hexagon-toolchain-linux.c b/clang/test/Driver/hexagon-toolchain-linux.c
index e791353cca07..01e379d3d8b8 100644
--- a/clang/test/Driver/hexagon-toolchain-linux.c
+++ b/clang/test/Driver/hexagon-toolchain-linux.c
@@ -1,3 +1,5 @@
+// XFAIL: target={{.*}}-rosa-{{.*}}
+
// UNSUPPORTED: system-windows
// -----------------------------------------------------------------------------
diff --git a/clang/test/Modules/timestamps.c b/clang/test/Modules/timestamps.c
index 50fdce630255..45d7e1f63c50 100644
--- a/clang/test/Modules/timestamps.c
+++ b/clang/test/Modules/timestamps.c
@@ -1,3 +1,5 @@
+// XFAIL: target={{.*}}-rosa-{{.*}}
+
/// Verify timestamps that gets embedded in the module
#include <c-header.h>
`},
}, },
}) })