libzigc: test and fix acos

This commit is contained in:
rpkak 2026-01-20 18:02:15 +01:00
parent c857fce05b
commit e6ac1b77f0
No known key found for this signature in database
4 changed files with 3 additions and 22 deletions

View file

@ -138,7 +138,7 @@ pub fn addCases(cases: *tests.LibcContext) void {
cases.addLibcTestCase("regression/wcsncpy-read-overflow.c", true, .{});
cases.addLibcTestCase("regression/wcsstr-false-negative.c", true, .{});
// cases.addLibcTestCase("math/acos.c", true, .{});
cases.addLibcTestCase("math/acos.c", true, .{});
// cases.addLibcTestCase("math/acosf.c", true, .{});
// cases.addLibcTestCase("math/acosh.c", true, .{});
cases.addLibcTestCase("math/acoshf.c", true, .{});