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

[ARM] CGGradient_LinearGradient* tests are failing on phone. #2310

Closed
pradipd opened this issue Mar 23, 2017 · 4 comments · Fixed by #2334
Closed

[ARM] CGGradient_LinearGradient* tests are failing on phone. #2310

pradipd opened this issue Mar 23, 2017 · 4 comments · Fixed by #2334

Comments

@pradipd
Copy link
Contributor

pradipd commented Mar 23, 2017

CGGradient_LinearGradient3::Test [Failed]
CGGradient_LinearGradientWithLowOpacity::Test [Failed]
CGGradient_LinearGradientWithAlpha::Test [Failed]
CGGradient_LinearGradientWithLowOpacityShort::Test [Failed]
CGGradient_LinearGradient::Test [Failed]
CGGradient_LinearGradientDrawWithCGColor::Test [Failed]
CGGradient_LinearGradientShortBothSides_Options_0::Test [Failed]
CGGradient_LinearGradientShortBothSides_Options_kCGGradientDrawsBeforeStartLocation::Test [Failed]
CGGradient_LinearGradientShortBothSides_Options_kCGGradientDrawsAfterEndLocation::Test [Failed]
CGGradient_LinearGradientOneLocation::Test [Failed]
CGGradient_LinearGradient2::Test [Failed]
CGGradient_LinearGradientNullLocations::Test [Failed]
CGGradient_LinearGradient2Short::Test [Failed]

@msft-Jeyaram
Copy link
Contributor

Initial investigation, earlier passed on local build arm.
It seems that the images were blank when generated and it seems only for some cases.
Looking at it further.

@msft-Jeyaram
Copy link
Contributor

Unable to debug on ARM.
unable to debug via TDP as tdp seems to cause an RPC error when checking for nuget version.

Unable to launch an application onto the phone via visual studio for debugging.
It keeps on asking a pair coding and is rejecting the code that's shown on the phone. (note even if discovery is turned off, it keeps on asking for pin).

Adding traces and debugging, while i sort out the debugging on ARM thing.

@msft-Jeyaram
Copy link
Contributor

Update:
We are still having issues with debugging on ARM :( w/ visual studio 2017.

The root cause seem to be that although the gradient brush is being created, fill fails to do anything on ARM.

@msft-Jeyaram msft-Jeyaram changed the title CGGradient_LinearGradient* tests are failing on phone. [ARM] CGGradient_LinearGradient* tests are failing on phone. Mar 27, 2017
@msft-Jeyaram
Copy link
Contributor

Root cause is due to this bug on ARM.
#1769

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

Successfully merging a pull request may close this issue.

4 participants