-
Notifications
You must be signed in to change notification settings - Fork 516
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
[tests] Allow a little bit of leeway when testing floating point numbers in SKTransformNodeTest. #18157
[tests] Allow a little bit of leeway when testing floating point numbers in SKTransformNodeTest. #18157
Conversation
…ers in SKTransformNodeTest. Fixes this test failure: MonoTouchFixtures.SpriteKit.SKTransformNodeTest [FAIL] EulerAngles : #x1 Expected: -2.14159298f But was: -2.14159274f
✅ API diff for current PR / commitLegacy Xamarin (No breaking changes)
NET (empty diffs)
✅ API diff vs stableLegacy Xamarin (No breaking changes).NET (No breaking changes)✅ Generator diffGenerator diff is empty Pipeline on Agent |
💻 [CI Build] Windows Integration Tests passed 💻✅ All Windows Integration Tests passed. Pipeline on Agent |
💻 [PR Build] Tests on macOS M1 - Mac Ventura (13.0) passed 💻✅ All tests on macOS M1 - Mac Ventura (13.0) passed. Pipeline on Agent |
❌ [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed ❌Failed tests are:
Pipeline on Agent |
🚀 [CI Build] Test results 🚀Test results✅ All tests passed on VSTS: simulator tests. 🎉 All 225 tests passed 🎉 Tests counts✅ bcl: All 69 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
Test failure is unrelated (#18159). |
/sudo backport release/7.0.2xx-xcode14.3 |
Backport Job to branch release/7.0.2xx-xcode14.3 Created! The magic is happening here |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7694142 for more details. |
/sudo backport release/7.0.2xx-xcode14.2 |
/sudo backport release/7.0.3xx |
/sudo backport release/6.0.4xx-xcode14.2 |
/sudo backport release/6.0.4xx-xcode14.3 |
Backport Job to branch release/7.0.3xx Created! The magic is happening here |
Backport Job to branch release/7.0.2xx-xcode14.2 Created! The magic is happening here |
Backport Job to branch release/6.0.4xx-xcode14.2 Created! The magic is happening here |
Backport Job to branch release/6.0.4xx-xcode14.3 Created! The magic is happening here |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7694192 for more details. |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7694190 for more details. |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7694187 for more details. |
/sudo backport release/7.0.2xx |
Backport Job to branch release/7.0.2xx Created! The magic is happening here |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7694251 for more details. |
/sudo backport release/8.0.1xx-preview4 |
Backport Job to branch release/8.0.1xx-preview4 Created! The magic is happening here |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=7698555 for more details. |
/sudo backport xcode14.3 |
Backport Job to branch xcode14.3 Created! The magic is happening here |
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=8317481 for more details. |
…g point numbers in SKTransformNodeTest. (#18842) Fixes this test failure: MonoTouchFixtures.SpriteKit.SKTransformNodeTest [FAIL] EulerAngles : #x1 Expected: -2.14159298f But was: -2.14159274f Backport of #18157 Fixes xamarin/maccore#2701.
Fixes this test failure: