Block a user
fix(compatibility): avoid BeakerLib cleanup readonly error
更新描述: origin/main 的 compatibility 测试共享一套 LTP POSIX 环境:
- 每个用例都会调用 ltpPosixSetup()
- ltpPosixSetup() 最后会执行:
rlCleanupAppend "ltpPosixCleanup"
这会让…
fix(functional): fix test_realtime_pi_tests and test_realtime_rt_migrate
@chainsx 这个 PR commit 是 fix(functional): handle unsupported realtime tests,意思是本…
fix(functional): fix test_realtime_pi_tests and test_realtime_rt_migrate
已经恢复删除的一些 XXXSetup 中调用的 rlCleanupAppend XXXCleanup
fix(functional): fix test_realtime_pi_tests and test_realtime_rt_migrate
@chainsx 这里
rlCleanupAppend "XXXCleanup"是为了测试用例执行结束清理环境是引用计数减一,删除后感觉违背了原来设计。这里报错具体是什么错误呢?是因为清理环境时调用XXXCleanup嘛?
我重新检查…
fix(functional): fix LTP, compiler, kernel, and package tests
chainsx
created branch functional-minimal-fixes in chainsx/openruyi-autotest
2026-07-30 10:06:17 +00:00
fix(compatibility): fix LTP POSIX test execution