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

Long assertion messages don't show up on Windows CE #195

Open
GoogleCodeExporter opened this issue Jul 31, 2015 · 3 comments
Open

Long assertion messages don't show up on Windows CE #195

GoogleCodeExporter opened this issue Jul 31, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create a Windows Mobile test app with a failing assertion with a really
long message attached to it (say 150 characters)

What is the expected output? What do you see instead?
I expect to see a message about the failing assertion and the message
attached to the assertion. Instead no message is output at all.

What version of the product are you using? On what operating system?
trunk

Please provide any additional information below.
This is a flaw in Windows CE. printf and OutputDebugString have a size
limitation. If you try to output 260 or more characters they output
nothing. I suggest that for Windows CE output be broken up into chunks and
output about 250 characters at a time.

Original issue reported on code.google.com by [email protected] on 12 Sep 2009 at 11:16

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

No branches or pull requests

1 participant