Skip to content

Conversation

@quic-vkatoch
Copy link
Contributor

  • Update hap_example with proper handling for skip and failed cases
  • Add multithreading example computing parallel sum
  • Update fastrpc_test runner to handle pass, failed, and skipped cases
  • Improve test result reporting and categorization

Fixes: #231

- Update hap_example with proper handling for skip and failed cases
- Add multithreading example computing parallel sum
- Update fastrpc_test runner to handle pass, failed, and skipped cases
- Improve test result reporting and categorization

Signed-off-by: Vinayak Katoch <vkatoch@qti.qualcomm.com>
@ekanshibu ekanshibu marked this pull request as ready for review December 10, 2025 06:16
@ekanshibu ekanshibu merged commit 5171117 into qualcomm:development Dec 10, 2025
26 of 28 checks passed

if (tests_failed > 0) {
printf("\nRESULT: %d test(s) FAILED\n", tests_failed);
return tests_failed;

Choose a reason for hiding this comment

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

There's an overflow issue here. For example if there are 256 tests, then the lower 8 bits will be 0 and therefore indistinguishable from success.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fastrpc_test failed test reporting is broken

4 participants