Fix bugzilla 24661 - wctype_t and wctrans_t are platform-dependent

The previous definitions are left as the default. They could still
be wrong on some other platforms.
This commit is contained in:
Tim Schendekehl 2024-07-13 16:10:26 +02:00 committed by The Dlang Bot
parent 5f4002ba5e
commit 845adf8e3c
2 changed files with 50 additions and 7 deletions

View file

@ -51,9 +51,6 @@ immutable ErrorFilter[] knownProblems = [
ErrorFilter("core.stdc.stdio.__sFILE", "", "FreeBSD", 0, ""),
ErrorFilter("core.stdc.wchar_.mbstate_t", "", "Apple", 0, ""),
ErrorFilter("core.stdc.wchar_.mbstate_t", "", "Windows", 0, ""),
ErrorFilter("core.stdc.wctype.wctrans_t", "", "linux", 64, ""),
ErrorFilter("core.stdc.wctype.wctype_t", "", "FreeBSD", 64, ""),
ErrorFilter("core.stdc.wctype.wctype_t", "", "linux", 64, ""),
ErrorFilter("core.sys.linux.perf_event.perf_event_sample_format", "", "linux", 0, ""),
ErrorFilter("core.sys.posix.fcntl.flock", "", "linux", 32, ""),
ErrorFilter("core.sys.posix.sched.sched_param", "", "Apple", 0, ""),