Opened 5 years ago
Closed 5 years ago
#807 closed defect (fixed)
libc failing unit tests
Reported by: | Jiri Svoboda | Owned by: | Jakub Jermář |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | helenos/lib/c | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
As of revision 5667dcafabd2d4011aab17d1ae71978ce3d3cd45, libc fails unit tests capa_format_rounding
and getopt_optional_param
Change History (2)
comment:1 by , 5 years ago
Component: | helenos/unspecified → helenos/lib/c |
---|---|
Owner: | set to |
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed
capa_format_rounding
in changeset de6562405942af357677f599a47e20262f05877bgetopt_optional_param
in changeset a163d102718b1eaba5e08139ad98ade5e94e60eeFor
capa_format_rounding
thecapa_simplify
function did not correctly handle the edge case of rounding up increasing the number of integer digits (e.g. 999.99 → 1000.0).For
getopt_optional_param
there was a bug in the test, optional param was supplied as"-p param"
instead of"-pparam"
.