Closed
Bug 1460407
Opened 7 years ago
Closed 7 years ago
printf format warning in TestDllInterceptorCrossProcess.cpp
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: away, Assigned: away)
Details
Attachments
(1 file)
1.14 KB,
patch
|
bugzilla
:
review+
|
Details | Diff | Splinter Review |
When a clang-cl build fails for an unrelated reason, this warning appears in the treeherder status window because it contains the string "TEST-UNEXPECTED-FAIL".
> 19:39:14 INFO - z:/build/build/src/mozglue/tests/interceptor/TestDllInterceptorCrossProcess.cpp(119,112): warning: format specifies type 'unsigned int' but the argument has type 'DWORD' (aka 'unsigned long') [-Wformat]
> 19:39:14 INFO - printf("TEST-UNEXPECTED-FAIL | DllInterceptorCrossProcess | Child process exit code is %u instead of 0\n", childExitCode);
> 19:39:14 INFO - ~~ ^~~~~~~~~~~~~
> 19:39:14 INFO - %lu
Assignee: nobody → dmajor
Attachment #8974521 -
Flags: review?(aklotz)
Updated•7 years ago
|
Attachment #8974521 -
Flags: review?(aklotz) → review+
Pushed by dmajor@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/04f2d2c4efe6
Fix printf format warning in TestDllInterceptorCrossProcess.cpp. r=aklotz
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•