chainsx chainsx
  • Joined on 2026-04-21
chainsx pushed to functional-minimal-fixes at chainsx/openruyi-autotest 2026-08-17 13:16:32 +00:00
b2017649ca fix(functional): handle unsupported realtime tests
chainsx pushed to functional-minimal-fixes at chainsx/openruyi-autotest 2026-08-17 12:31:57 +00:00
6090b61fa2 fix(functional): handle unsupported realtime tests
236668bb45 Merge pull request 'chore: remove k8s feature tests and legacy requirements docs' (#119) from 2026_08_12_1-remove-k8s-and-requirements into main
f07d0e8273 chore: remove k8s feature tests and legacy requirements docs
8230c053e4 Merge pull request 'fix: tests/functional/cmake: move llvm22-devel test from pkgs/llvm22' (#118) from cmake_all_new into main
1ea0908577 fix: tests/functional/cmake: move llvm22-devel test from pkgs/llvm22
Compare 14 commits »
chainsx commented on pull request woqidaideshi/openruyi-autotest#114 2026-08-16 08:39:55 +00:00
fix(functional): fix test_realtime_pi_tests and test_realtime_rt_migrate

已经恢复删除的一些 XXXSetup 中调用的 rlCleanupAppend XXXCleanup

chainsx pushed to main at chainsx/openruyi-autotest 2026-08-16 08:36:13 +00:00
236668bb45 Merge pull request 'chore: remove k8s feature tests and legacy requirements docs' (#119) from 2026_08_12_1-remove-k8s-and-requirements into main
f07d0e8273 chore: remove k8s feature tests and legacy requirements docs
8230c053e4 Merge pull request 'fix: tests/functional/cmake: move llvm22-devel test from pkgs/llvm22' (#118) from cmake_all_new into main
1ea0908577 fix: tests/functional/cmake: move llvm22-devel test from pkgs/llvm22
78d407b3a1 Merge pull request 'feat: add cmake export integrity verification' (#117) from cmake_all_new into main
Compare 13 commits »
chainsx pushed to functional-minimal-fixes at chainsx/openruyi-autotest 2026-08-16 08:35:00 +00:00
9a911a9f31 fix(functional): avoid awk keyword in LTP lookup
chainsx pushed to functional-minimal-fixes at chainsx/openruyi-autotest 2026-08-16 08:24:22 +00:00
cd6e67dfd1 fix(functional): handle optional skip reporting
10b19c7da5 fix(functional): avoid awk keyword in LTP lookup
18caadbb4c fix(functional): restore cleanup callback registration
Compare 3 commits »
chainsx commented on pull request woqidaideshi/openruyi-autotest#114 2026-08-13 09:41:28 +00:00
fix(functional): fix test_realtime_pi_tests and test_realtime_rt_migrate

@chainsx 这里 rlCleanupAppend "XXXCleanup" 是为了测试用例执行结束清理环境是引用计数减一,删除后感觉违背了原来设计。这里报错具体是什么错误呢?是因为清理环境时调用 XXXCleanup 嘛?

我重新检查…

chainsx commented on pull request woqidaideshi/openruyi-autotest#113 2026-08-10 16:35:25 +00:00
fix(compatibility): fix LTP POSIX test execution

image.png 这个位置这两行直接不要了,会不会有风险?其它的修改没啥问题

这两条 make 删除后,对目前这些 POSIX testcase 的实际执行没有影响。…

chainsx commented on pull request woqidaideshi/openruyi-autotest#114 2026-08-10 16:30:35 +00:00
fix(functional): fix test_realtime_pi_tests and test_realtime_rt_migrate

@redrsoe2100 @chainsx 这个 PR 删除了一些 XXXSetup 中调用 rlCleanupAppend "XXXCleanup",这样是合理的吗?

这里删除 rlCleanupAppend "XXXCleanup" 是有意的。

根据[相关 issue](https://git.o…

chainsx commented on issue woqidaideshi/openruyi-autotest#106 2026-07-30 10:28:29 +00:00
functional 测试情况

部分测试用例已修复,见:woqidaideshi/openruyi-autotest#114

chainsx created pull request woqidaideshi/openruyi-autotest#114 2026-07-30 10:20:52 +00:00
fix(functional): fix LTP, compiler, kernel, and package tests
chainsx pushed to functional-minimal-fixes at chainsx/openruyi-autotest 2026-07-30 10:09:42 +00:00
338d0209ee fix(functional): fix LTP, compiler, kernel, and package tests
chainsx pushed to functional-minimal-fixes at chainsx/openruyi-autotest 2026-07-30 10:06:41 +00:00
78c2a354f7 fix(functional): resolve framework and test case failures
chainsx created branch functional-minimal-fixes in chainsx/openruyi-autotest 2026-07-30 10:06:17 +00:00
chainsx commented on issue woqidaideshi/openruyi-autotest#108 2026-07-28 07:35:11 +00:00
compatibility 测试情况
chainsx created pull request woqidaideshi/openruyi-autotest#113 2026-07-28 07:34:34 +00:00
fix(compatibility): fix LTP POSIX test execution
chainsx pushed to compatibility-fixes at chainsx/openruyi-autotest 2026-07-28 07:34:15 +00:00
1779e31030 fix(compatibility): fix LTP POSIX test execution
chainsx created branch compatibility-fixes in chainsx/openruyi-autotest 2026-07-28 07:34:04 +00:00
chainsx pushed to main at chainsx/openruyi-autotest 2026-07-25 19:47:29 +00:00
b6e89f140c Merge pull request 'feat(k8s): add 25 Sonobuoy-equivalent test cases for RISC-V port' (#112) from dev into main
05655f11e5 fix(k8s): SSH transport validation & reconnect, QEMU pflash fix
6a9813f22c docs(k8s): update self-test report with final 25/25 full rerun & env audit
cdcb31b850 fix(k8s): fix CoreDNS loop via external DNS + 4 script fixes for 25/25 pass
ebc7b27da9 test(k8s): add 25 Sonobuoy-equivalent test cases for RISC-V port
Compare 20 commits »
chainsx opened issue woqidaideshi/openruyi-autotest#108 2026-07-22 01:07:54 +00:00
compatibility 测试情况