-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix darwin zap test gen #13002
Fix darwin zap test gen #13002
Conversation
PR #13002: Size comparison from 2b189f3 to 155706d Full report (30 builds for efr32, esp32, k32w, mbed, nrfconnect, p6, qpg, telink)
|
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.
Shouldn't this be exercised? Probably by adding TestLogCommands
to the set of tests run on Darwin? This is the part that needs changes.
155706d
to
db8bd8b
Compare
I can make it reference TestLogCommands, but the previous functioning were added as objective C functions and I it would need more work to change the testCluster section to abide by using C++ functions. |
I'm not sure what C++ functions have do to with this? I was talking about adding |
PR #13002: Size comparison from a486165 to db8bd8b Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
I understand what you are referring to now. I can add that test to the Others list and add a no opt for UserPrompt. |
db8bd8b
to
e35b65c
Compare
@bzbarsky-apple Ok. Updated the Darwin tests to run |
PR #13002: Size comparison from 9cc8269 to e35b65c Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Fast-track: platform-specific test change with platform owner review. |
/rebase |
e35b65c
to
64ee221
Compare
PR #13002: Size comparison from 9cc8269 to 64ee221 Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Problem
When generating Darwin tests, there was no defined
Log
function. Added aLog
function and updated string parameter for Darwin.Change overview
Testing
Generated Darwin Zap files and ran XCTest.