-
Notifications
You must be signed in to change notification settings - Fork 830
Add back the coreclr fsharp unit test cases #1971
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
07558f0
Add back coreclr fsharp test cases
KevinRansom 881fdd5
Merge https://github.com/Microsoft/visualfsharp into dotnetcli
KevinRansom 06b5a5b
Merge https://github.com/Microsoft/visualfsharp into dotnetcli
KevinRansom 9e08540
Add environment Variables to config report.
KevinRansom 2d1c1a9
Report registry
KevinRansom 784237f
Move et sdk paths earlier in process
KevinRansom d10773d
Apparently mono has an issue with targetbefore=
KevinRansom 251cf80
Fix typos
KevinRansom 9e5bcbb
More typos
KevinRansom fc67d06
Revert "More typos"
KevinRansom 24ecfd8
Revert "Fix typos"
KevinRansom 7ced23e
Revert "Apparently mono has an issue with targetbefore="
KevinRansom 583fe8a
Change copy after targets
KevinRansom 265346c
Use targets that work on ubuntu
KevinRansom 8334705
Optional Arguments test case had a dependency on a non guaranteed env…
KevinRansom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
tests/fsharp/FSharp.Tests.FSharpSuite.DrivingCoreCLR/DeployCompiler/fsc/project.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "version": "1.0.0-*", | ||
| "name": "fsc", | ||
| "buildOptions": { | ||
| "debugType": "portable", | ||
| "emitEntryPoint": true | ||
| }, | ||
| "dependencies": { | ||
| "Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-*", | ||
| }, | ||
| "runtimes": { | ||
| "win7-x86": { }, | ||
| "win7-x64": { }, | ||
| "osx.10.10-x64": { }, | ||
| "ubuntu.14.04-x64": { } | ||
| }, | ||
| "frameworks": { | ||
| "netcoreapp1.0": { | ||
| "dependencies": { | ||
| "Microsoft.NETCore.App": { | ||
| "type": "platform", | ||
| "version": "1.0.1" | ||
| } | ||
| }, | ||
| } | ||
| }, | ||
| "scripts": { | ||
| "postpublish": [ "cmd /c copy %publish:OutputPath%\\runtimes\\any\\native\\* %publish:OutputPath%" ] | ||
| } | ||
| } |
30 changes: 30 additions & 0 deletions
30
tests/fsharp/FSharp.Tests.FSharpSuite.DrivingCoreCLR/DeployCompiler/fsi/project.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "version": "1.0.0-*", | ||
| "name": "fsi", | ||
| "buildOptions": { | ||
| "debugType": "portable", | ||
| "emitEntryPoint": true | ||
| }, | ||
| "dependencies": { | ||
| "Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-*", | ||
| }, | ||
| "runtimes": { | ||
| "win7-x86": { }, | ||
| "win7-x64": { }, | ||
| "osx.10.10-x64": { }, | ||
| "ubuntu.14.04-x64": { } | ||
| }, | ||
| "frameworks": { | ||
| "netcoreapp1.0": { | ||
| "dependencies": { | ||
| "Microsoft.NETCore.App": { | ||
| "type": "platform", | ||
| "version": "1.0.1" | ||
| } | ||
| }, | ||
| } | ||
| }, | ||
| "scripts": { | ||
| "postpublish": [ "cmd /c copy %publish:OutputPath%\\runtimes\\any\\native\\* %publish:OutputPath%" ] | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
...sharp/FSharp.Tests.FSharpSuite.DrivingCoreCLR/FSharp.Tests.FSharpSuite.DrivingCoreCLR.sln
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| | ||
| Microsoft Visual Studio Solution File, Format Version 12.00 | ||
| # Visual Studio 15 | ||
| VisualStudioVersion = 15.0.25928.0 | ||
| MinimumVisualStudioVersion = 10.0.40219.1 | ||
| Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Tests.FSharpSuite.DrivingCoreCLR", "FSharp.Tests.FSharpSuite.DrivingCoreCLR.fsproj", "{BDA4D411-6AD9-4B3E-A3B3-07BAD6BEF1ED}" | ||
| EndProject | ||
| Global | ||
| GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
| Debug|Any CPU = Debug|Any CPU | ||
| Proto|Any CPU = Proto|Any CPU | ||
| Release|Any CPU = Release|Any CPU | ||
| EndGlobalSection | ||
| GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
| {BDA4D411-6AD9-4B3E-A3B3-07BAD6BEF1ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| {BDA4D411-6AD9-4B3E-A3B3-07BAD6BEF1ED}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| {BDA4D411-6AD9-4B3E-A3B3-07BAD6BEF1ED}.Proto|Any CPU.ActiveCfg = Proto|Any CPU | ||
| {BDA4D411-6AD9-4B3E-A3B3-07BAD6BEF1ED}.Proto|Any CPU.Build.0 = Proto|Any CPU | ||
| {BDA4D411-6AD9-4B3E-A3B3-07BAD6BEF1ED}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| {BDA4D411-6AD9-4B3E-A3B3-07BAD6BEF1ED}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| EndGlobalSection | ||
| GlobalSection(SolutionProperties) = preSolution | ||
| HideSolutionNode = FALSE | ||
| EndGlobalSection | ||
| EndGlobal |
1 change: 1 addition & 0 deletions
1
tests/fsharp/FSharp.Tests.FSharpSuite.DrivingCoreCLR/Program.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| // This file is only required for dotnet publish ... and it's not even really used by that. |
12 changes: 12 additions & 0 deletions
12
tests/fsharp/FSharp.Tests.FSharpSuite.DrivingCoreCLR/Program.fs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| module Program | ||
|
|
||
| open System | ||
| open System.Reflection | ||
| open NUnitLite | ||
| open NUnit.Common | ||
|
|
||
| type HelperType() = inherit System.Object() | ||
|
|
||
| [<EntryPoint>] | ||
| let main argv = | ||
| AutoRun(typeof<HelperType>.GetTypeInfo().Assembly).Execute(argv, new ExtendedTextWrapper(Console.Out), Console.In) | ||
33 changes: 33 additions & 0 deletions
33
tests/fsharp/FSharp.Tests.FSharpSuite.DrivingCoreCLR/project.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| { | ||
| "version": "1.0.0-*", | ||
| "name": "FSharp.Tests.FSharpSuite.DrivingCoreCLR", | ||
| "buildOptions": { | ||
| "debugType": "portable", | ||
| "emitEntryPoint": true | ||
| }, | ||
| "dependencies": { | ||
| "nunit": "3.5.0", | ||
| "nunitlite": "3.5.0", | ||
| "Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-*", | ||
| }, | ||
| "runtimes": { | ||
| "win7-x86": {}, | ||
| "win7-x64": {}, | ||
| "osx.10.11-x64": {}, | ||
| "ubuntu.14.04-x64": {} | ||
| }, | ||
| "frameworks": { | ||
| "netcoreapp1.0": { | ||
| "dependencies": { | ||
| "Microsoft.NETCore.App": { | ||
| "type": "platform", | ||
| "version": "1.0.1" | ||
| } | ||
| }, | ||
| "imports": [ "netstandard1.1", "netstandard1.6", "portable-net45+win8+wp8+wpa81" ] | ||
| } | ||
| }, | ||
| "scripts": { | ||
| "postpublish": [ "cmd /c copy %publish:OutputPath%\\runtimes\\any\\native\\* %publish:OutputPath%" ] | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| access/fsc.cmd.args | ||
|
|
||
| forwarders/orig | ||
| forwarders/split | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copyright
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm we don't copyright the test files in the Cambridge suite. or at least not consistently. I wonder why.