chainsx chainsx
  • Joined on 2026-04-21
chainsx commented on pull request woqidaideshi/openruyi-autotest#113 2026-08-18 13:33:09 +00:00
fix(compatibility): avoid BeakerLib cleanup readonly error

更新描述: origin/main 的 compatibility 测试共享一套 LTP POSIX 环境:

  • 每个用例都会调用 ltpPosixSetup()
  • ltpPosixSetup() 最后会执行:

rlCleanupAppend "ltpPosixCleanup"

这会让…

chainsx pushed to compatibility-fixes at chainsx/openruyi-autotest 2026-08-18 13:19:03 +00:00
d826ec3673 fix(compatibility): avoid BeakerLib cleanup readonly error
27061e6998 Merge pull request 'fix: tests/functional/cmake:test_flang22_cmake_verify: find_package mlir clang' (#122) from cmake_all_new into main
28f3537fee Merge pull request 'feat(k8s): sonobuoy-based k8s feature test suite' (#120) from 2026_08_12_1-k8s-feature-tests into main
22d4200131 docs(user-guide): remove section 10 (k8s feature tests) - k8s cases now use standard flow
e96a5cc0de chore(fmf): normalize line endings to LF per .gitattributes
Compare 28 commits »
chainsx pushed to functional-minimal-fixes at chainsx/openruyi-autotest 2026-08-18 08:03:52 +00:00
a53133f486 fix(functional): fix test_realtime_pi_tests and test_realtime_rt_migrate
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): avoid BeakerLib cleanup readonly error

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

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

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