chainsx chainsx
  • Joined on 2026-04-21
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): avoid BeakerLib cleanup readonly error

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 测试情况
chainsx pushed to fix-compatibility at chainsx/openruyi-autotest 2026-07-22 01:07:25 +00:00
bb8b024d56 fix: compatibility: test_ltp_posix_pthread_pthread_mutex_trylock
chainsx pushed to fix-compatibility at chainsx/openruyi-autotest 2026-07-22 01:04:36 +00:00
4cfa690479 fix: compatibility: ltp_posix_pthread_pthread_mutex_trylock
chainsx created branch fix-compatibility in chainsx/openruyi-autotest 2026-07-22 01:04:36 +00:00
chainsx opened issue woqidaideshi/openruyi-autotest#107 2026-07-20 07:51:54 +00:00
输入错误
chainsx opened issue woqidaideshi/openruyi-autotest#106 2026-07-18 13:41:00 +00:00
functional 测试情况