-
Notifications
You must be signed in to change notification settings - Fork 789
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 12 and 84 - stepping for array and list loops #1295
Conversation
@otawfik-ms @KevinRansom Any idea why Jenkins build/tests are not showing? |
I can see it here: |
Close/reopen triggered them |
D:\j\workspace\release_ci_pa---3f142ccc\tests\fsharpqa\Source\Optimizations\GenericComparison>......\testenv\bin\ILComparer.exe "Hash03.il.netfx4.bsl" "Hash03.il" Unhandled Exception: System.IO.FileNotFoundException: Could not find file 'D:\j\workspace\release_ci_pa---3f142ccc\tests\fsharpqa\Source\Optimizations\GenericComparison\Hash03.il.netfx4.bsl'. D:\j\workspace\release_ci_pa---3f142ccc\tests\fsharpqa\Source\Optimizations\GenericComparison>exit /b -532462766 |
Seems like there's some problem running coreclr tests. Besides that I think this is ready to go.
|
jenkins builds are really flaky right now. They don't trigger on every push. |
@dotnet-bot test this please |
AppVeyor gave this error: When a test aimed at testing a race condition fails we should probably take note. But it may also have been because Appveyor was running on a slow machine and a timeout in the test was reached |
This fixes our two oldest "Fix Soon" bugs - poor debug stepping for loops over arrays
#12
#84