-
Notifications
You must be signed in to change notification settings - Fork 18
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
K arkadiusz/stdio indicator test #295
base: master
Are you sure you want to change the base?
Conversation
Unit Test Results7 437 tests +153 6 707 ✅ +138 38m 58s ⏱️ + 3m 8s For more details on these failures, see this check. Results for commit e69015e. ± Comparison against base commit d8f54fa. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't checked ftell in detail yet.
61e0e35
to
2cf76e1
Compare
2cf76e1
to
67a9a25
Compare
67a9a25
to
9c99d54
Compare
9c99d54
to
e69015e
Compare
JIRA: CI-366
e69015e
to
3b1099f
Compare
char c; | ||
while ((c = fgetc(f)) != -1) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On our ARM architectures targets char is from 0 to 255,, maybe use signed char or int for c
Description
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment