Skip to content

Conversation

@jasonbu
Copy link
Contributor

@jasonbu jasonbu commented Nov 25, 2025

Summary

Fix fs date case did not strict enough, some times , the test cross minutes, and will make case abort.
Fix some case break if we enable Net & local socket & rpmsg socket, but did not enable iNet and ipv6
Fix roundrobin always succ. and add SMP compatbile

Impact

None

Testing

CI-test, internal board & test

We may possible enable socket and no ipv4

Signed-off-by: buxiasen <[email protected]>
use utc diff should prefer and more strict.

Signed-off-by: buxiasen <[email protected]>
If the host performance low, possible not able to enter idle thread,
cause case break.

Signed-off-by: buxiasen <[email protected]>
When BUILD_KERNEL, will case userspace access the kernel address and
abort.

Signed-off-by: buxiasen <[email protected]>
We possible want to use iperf to test rpmsg socket etc.

Signed-off-by: buxiasen <[email protected]>
We already fixed the process-spawn.c in Makefile, should align to cmake

Signed-off-by: buxiasen <[email protected]>
Before patch we never detect the roundrobin fail.
After patch use a array to detect if the calculation swapped when
processing.

Signed-off-by: buxiasen <[email protected]>
Fix if SMP cause calculation run in multi-core cause case break.

Signed-off-by: buxiasen <[email protected]>
@jasonbu jasonbu marked this pull request as ready for review November 25, 2025 06:43
test_nuttx_syscall_getpeername01,
test_nuttx_syscall_test_group_setup,
test_nuttx_syscall_test_group_teardown),
# ifdef CONFIG_NET_IPv4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we check NET_SOCKOPTS

{
int errcode = errno;
fprintf(stderr, "ERROR: ioctl(FBIOGET_PLANEINFO) failed: %d\n",
errcode);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

align

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants