-
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
[release/8.0.1xx-preview4] [tests] Allow a little bit of leeway when testing floating point numbers in SKTransformNodeTest. #18180
Conversation
…ers in SKTransformNodeTest. Fixes this test failure: MonoTouchFixtures.SpriteKit.SKTransformNodeTest [FAIL] EulerAngles : #x1 Expected: -2.14159298f But was: -2.14159274f
🔥 Failed to compare API and create generator diff 🔥 ** Error: Working directory isn't clean: HEAD detached at origin/pull/18180/head Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: global.json 🔥 Failed to compare API and create generator diff 🔥 no changes added to commit (use "git add" and/or "git commit -a") diff --git a/global.json b/global.json index 08647c7b0f..ddede9ab11 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": {
} } Pipeline on Agent |
❌ [CI Build] Windows Integration Tests failed ❌❌ Failed ❌ 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) passed 💻✅ All tests on macOS M1 - Mac Big Sur (11.5) passed. Pipeline on Agent |
🚀 [CI Build] Test results 🚀Test results✅ All tests passed on VSTS: simulator tests. 🎉 All 219 tests passed 🎉 Tests counts✅ bcl: All 69 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
Fixes this test failure:
Backport of #18157