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

Fix 12 and 84 - stepping for array and list loops #1295

Merged
merged 12 commits into from
Jul 18, 2016
Merged

Conversation

dsyme
Copy link
Contributor

@dsyme dsyme commented Jun 28, 2016

This fixes our two oldest "Fix Soon" bugs - poor debug stepping for loops over arrays

#12
#84

animation

@dsyme
Copy link
Contributor Author

dsyme commented Jun 28, 2016

@otawfik-ms @KevinRansom Any idea why Jenkins build/tests are not showing?

@OmarTawfik
Copy link
Contributor

@dsyme dsyme closed this Jun 28, 2016
@dsyme dsyme reopened this Jun 28, 2016
@dsyme
Copy link
Contributor Author

dsyme commented Jun 28, 2016

Close/reopen triggered them

@KevinRansom
Copy link
Member

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'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
at System.IO.StreamReader..ctor(String path)
at Program.File2List@10(String filename) in D:\j\workspace\release_ci_pa---3f142ccc\tests\fsharpqa\testenv\src\ILComparer\Program.fs:line 11
at Program.main(String[] argv) in D:\j\workspace\release_ci_pa---3f142ccc\tests\fsharpqa\testenv\src\ILComparer\Program.fs:line 19

D:\j\workspace\release_ci_pa---3f142ccc\tests\fsharpqa\Source\Optimizations\GenericComparison>exit /b -532462766
Fail to execute the POSTCMD. FAIL

@dsyme
Copy link
Contributor Author

dsyme commented Jun 29, 2016

Seems like there's some problem running coreclr tests.

Besides that I think this is ready to go.

D:\j\workspace\release_ci_pa---866fd2c3\tests\..\release\net40\bin
"D:\j\workspace\release_ci_pa---866fd2c3\tests\..\release\net40\bin\Fsi.exe" --exec --nologo "D:\j\workspace\release_ci_pa---866fd2c3\tests\Convert-NUnit2Args-to-NUnit3Where.fsx" -- "" "NOOPEN,Expensive"
""D:\j\workspace\release_ci_pa---866fd2c3\tests\testbin\release\coreclr\win7-x64"\corerun.exe" "D:\j\workspace\release_ci_pa---866fd2c3\tests\testbin\release\coreclr\fsharp.core.unittests\FSharp.Core.Unittests.exe"
'""D:\j\workspace\release_ci_pa---866fd2c3\tests\testbin\release\coreclr\win7-x64"\corerun.exe"' is not recognized as an internal or external command,
operable program or batch file.
Saved errorlevel 9009
The system cannot find the file specified.
Error: 'RunTests.cmd release coreunitcoreclr ' failed 
Build step 'Execute Windows batch command' marked build as failure

@forki
Copy link
Contributor

forki commented Jun 30, 2016

jenkins builds are really flaky right now. They don't trigger on every push.

@mmitche
Copy link
Member

mmitche commented Jun 30, 2016

@dotnet-bot test this please

@dsyme
Copy link
Contributor Author

dsyme commented Jul 1, 2016

AppVeyor gave this error: FSharp.Core.Unittests.FSharp_Core.Microsoft_FSharp_Control.AsyncModule.OnCancel.RaceBetweenCancellationHandlerAndDisposingHandlerRegistration

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

@dsyme dsyme changed the title fix stepping for array and list loops Fix 12 and 84 - stepping for array and list loops Jul 1, 2016
@dsyme dsyme merged commit 8dcc5a5 into dotnet:master Jul 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants