Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc] dead/broken entrypoints #101798

Open
SchrodingerZhu opened this issue Aug 3, 2024 · 2 comments
Open

[libc] dead/broken entrypoints #101798

SchrodingerZhu opened this issue Aug 3, 2024 · 2 comments
Labels

Comments

@SchrodingerZhu
Copy link
Contributor

After #101797, I still get the following test demanding some non-existing entrypoints:

[cmake] -- Skipping unittest libc.test.src.stdio.scanf_core.converter_test as it has missing deps: libc.src.stdio.scanf_core.string_reader.
[cmake] -- Skipping unittest libc.test.src.wchar.btowc_test.__unit__ as it has missing deps: libc.src.wchar.btowc.
[cmake] -- Skipping hermetic test libc.test.src.wchar.btowc_test.__hermetic__ as it has missing deps: libc.src.wchar.btowc.
@github-actions github-actions bot added the libc label Aug 3, 2024
@SchrodingerZhu
Copy link
Contributor Author

cc @michaelrj-google since this is related to wchar and stdio.

@michaelrj-google
Copy link
Contributor

iirc btowc is broken because I forgot to finish setting up the cmake, and scanf_core.converter_test just needs a minor rewrite to handle the new scanf writer. Both small fixes that I just haven't gotten around to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants