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

To pass all unit tests on Windows, "F# Tools for Visual Studio Express 2012 for Web" must be installed. #84

Closed
yukitos opened this issue Mar 14, 2014 · 2 comments

Comments

@yukitos
Copy link
Contributor

yukitos commented Mar 14, 2014

I couldn't find any notes about this requirement, but is it intended?

When I uninstall "F# Tools for Visual Studio Express 2012 for Web",
I've got the following errors when running "build.cmd RunTests" command:

***** FSharp.Compiler.Service.Tests.FscTests.2. Simple FSC library test
args: [|"fsc.exe"; "--target:library"; "--debug:pdbonly";
"--pdb:C:\Users\yukitos\AppData\Local\Temp\2\Foo.pdb";
"--out:C:\Users\yukitos\AppData\Local\Temp\2\Foo.dll";
"C:\Users\yukitos\AppData\Local\Temp\2\Foo.fs"|]
error: unknown (0,0)-(0,80) parse error File 'C:\work\github\FSharp.Compiler.Service\bin\FSharp.Core.optdata' not found alongside FSharp.Core
error: unknown (0,0)-(0,80) parse error Error opening binary file 'C:\work\github\FSharp.Compiler.Service\bin\FSharp.Core.dll': File 'C:\work\github\FSharp.Compiler.Service\bin\FSharp.Core.optdata' not found alongside FSharp.Core
error: unknown (0,0)-(0,80) parse error Problem reading assembly 'FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a': Error opening binary file 'C:\work\github\FSharp.Compiler.Service\bin\FSharp.Core.dll': File 'C:\work\github\FSharp.Compiler.Service\bin\FSharp.Core.optdata' not found alongside FSharp.Core

These errors have also been occurred during "3. Simple FSC executable test".

Please let me clarify requirements.
Thanks and regards,

@quasilord
Copy link
Contributor

Thanks, the root cause is this issue: #156. The tests have been patched for now.

@yukitos
Copy link
Contributor Author

yukitos commented Jun 5, 2014

Thanks!

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

No branches or pull requests

2 participants