Commit 42c3ea5
committed
test(symresolver): drop the direct resolver_load_bias unit test
Testing a static by #include-ing the .c and calling it directly couples
the test to the implementation and bypasses the public contract. The
load-bias fix is already exercised through the PUBLIC API by
test_symres_static_symbol_resolves (SymbolResolverResolve -> the bias
computation); on a native 64 KiB-page arm64 image that public test drives
exactly the straddle path the fix addresses. Remove the redundant
direct-internal test.1 parent 1a3bfa4 commit 42c3ea5
1 file changed
Lines changed: 0 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | 578 | | |
607 | 579 | | |
608 | 580 | | |
609 | 581 | | |
610 | | - | |
611 | 582 | | |
612 | 583 | | |
613 | 584 | | |
| |||
0 commit comments