Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0030835

Browse files
committed
Fix tests for portable 7, 78, 259 so they run (changeset 1302499)
1 parentd673d31 commit0030835

File tree

10 files changed

+19
-17
lines changed

10 files changed

+19
-17
lines changed

‎tests/RunTests.cmd‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,17 @@ set FSCOREDLLPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETF
9696
setFSCOREDLL20PATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETFramework\v2.0\2.3.0.0
9797
setFSCOREDLLPORTABLEPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETPortable\2.3.5.1
9898
setFSCOREDLLNETCOREPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.3.1.0
99-
setFSCOREDLLNETCORE78PATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.4.78.310
100-
setFSCOREDLLNETCORE259PATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.4.259.310
99+
setFSCOREDLLNETCORE78PATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.78.3.1
100+
setFSCOREDLLNETCORE259PATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.259.3.1
101101
setFSDATATPPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.3.0.0\Type Providers
102102

103103
REM == open source logic
104104
ifexist"%FSCBinPath%\FSharp.Core.dll"setFSCOREDLLPATH=%FSCBinPath%
105105
ifexist"%FSCBinPath%\..\..\net20\bin\FSharp.Core.dll"setFSCOREDLL20PATH=%FSCBinPath%\..\..\net20\bin
106106
ifexist"%FSCBinPath%\..\..\portable47\bin\FSharp.Core.dll"setFSCOREDLLPORTABLEPATH=%FSCBinPath%\..\..\portable47\bin
107107
ifexist"%FSCBinPath%\..\..\portable7\bin\FSharp.Core.dll"setFSCOREDLLNETCOREPATH=%FSCBinPath%\..\..\portable7\bin
108-
IFEXIST"%FSCBinPath%\..\..\portable78\bin\FSharp.Core.dll"setFSCOREDLLNETCORE78PATH=%FSCBinPath%\..\..\portable78\bin
109-
IFEXIST"%FSCBinPath%\..\..\portable259\bin\FSharp.Core.dll"setFSCOREDLLNETCORE259PATH=%FSCBinPath%\..\..\portable259\bin
108+
IFexist"%FSCBinPath%\..\..\portable78\bin\FSharp.Core.dll"setFSCOREDLLNETCORE78PATH=%FSCBinPath%\..\..\portable78\bin
109+
IFexist"%FSCBinPath%\..\..\portable259\bin\FSharp.Core.dll"setFSCOREDLLNETCORE259PATH=%FSCBinPath%\..\..\portable259\bin
110110
ifexist"%FSCBinPath%\FSharp.Data.TypeProviders.dll"setFSDATATPPATH=%FSCBinPath%
111111

112112
setFSCOREDLLPATH=%FSCOREDLLPATH%\FSharp.Core.dll

‎tests/config.bat‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ set FSCOREDLLPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETF
261261
setFSCOREDLL20PATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETFramework\v2.0\2.3.0.0
262262
setFSCOREDLLPORTABLEPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETPortable\2.3.5.1
263263
setFSCOREDLLNETCOREPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.3.1.0
264-
setFSCOREDLLNETCORE78PATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.4.78.310
265-
setFSCOREDLLNETCORE259PATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.4.259.310
264+
setFSCOREDLLNETCORE78PATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.78.3.1
265+
setFSCOREDLLNETCORE259PATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.259.3.1
266266
setFSDATATPPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.3.0.0\Type Providers
267267

268268
REM == Check if using open build instead

‎tests/fsharp/core/netcore/netcore259/build.bat‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ IF /I "%INSTALL_SKU%" NEQ "ULTIMATE" (
66
exit /b0
77
)
88

9-
"%MSBUILDTOOLSPATH%\msbuild.exe" ..\netcore.sln /p:Configuration=Debug
9+
"%MSBUILDTOOLSPATH%\msbuild.exe" ..\netcore.sln /p:Configuration=Debug /p:TestProfile=Profile259
1010
exit /b%ERRORLEVEL%

‎tests/fsharp/core/netcore/netcore259/run.bat‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ IF /I "%INSTALL_SKU%" NEQ "ULTIMATE" (
99
exit /b0
1010
)
1111

12-
setCONTROL_FAILURES_LOG=%~dp0\control_failures.log
12+
setCONTROL_FAILURES_LOG=%~dp0..\ConsoleApplication1\bin\Debug\Profile259\control_failures.log
1313

14-
..\ConsoleApplication1\bin\Debug\profile359\PortableTestEntry.exe
14+
..\ConsoleApplication1\bin\Debug\Profile259\PortableTestEntry.exe
1515
endlocal
1616
exit /b%ERRORLEVEL%
1717

‎tests/fsharp/core/netcore/netcore7/build.bat‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ IF /I "%INSTALL_SKU%" NEQ "ULTIMATE" (
66
exit /b0
77
)
88

9-
"%MSBUILDTOOLSPATH%\msbuild.exe" ..\netcore.sln /p:Configuration=Debug
9+
"%MSBUILDTOOLSPATH%\msbuild.exe" ..\netcore.sln /p:Configuration=Debug /p:TestProfile=Profile7
1010
exit /b%ERRORLEVEL%

‎tests/fsharp/core/netcore/netcore7/run.bat‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ IF /I "%INSTALL_SKU%" NEQ "ULTIMATE" (
99
exit /b0
1010
)
1111

12-
setCONTROL_FAILURES_LOG=%~dp0\control_failures.log
12+
setCONTROL_FAILURES_LOG=%~dp0..\ConsoleApplication1\bin\Debug\profile7\control_failures.log
1313

1414
..\ConsoleApplication1\bin\Debug\profile7\PortableTestEntry.exe
1515
endlocal

‎tests/fsharp/core/netcore/netcore78/build.bat‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ IF /I "%INSTALL_SKU%" NEQ "ULTIMATE" (
66
exit /b0
77
)
88

9-
"%MSBUILDTOOLSPATH%\msbuild.exe" ..\netcore.sln /p:Configuration=Debug
9+
"%MSBUILDTOOLSPATH%\msbuild.exe" ..\netcore.sln /p:Configuration=Debug /p:TestProfile=Profile78
1010
exit /b%ERRORLEVEL%

‎tests/fsharp/core/netcore/netcore78/run.bat‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ IF /I "%INSTALL_SKU%" NEQ "ULTIMATE" (
99
exit /b0
1010
)
1111

12-
setCONTROL_FAILURES_LOG=%~dp0\control_failures.log
12+
setCONTROL_FAILURES_LOG=%~dp0..\ConsoleApplication1\bin\Debug\profile78\control_failures.log
1313

1414
..\ConsoleApplication1\bin\Debug\profile78\PortableTestEntry.exe
1515
endlocal

‎tests/fsharp/core/netcore/netcoreautomationhelperlibrary/netcoreautomationhelperlibrary.fsproj‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
<SccAuxPath>SAK</SccAuxPath>
1818
<SccLocalPath>SAK</SccLocalPath>
1919
</PropertyGroup>
20-
<PropertyGroupCondition=" '$(TestProfile)'=='' or'$(TestProfile)'=='Profile7'">
20+
<PropertyGroupCondition="'$(TestProfile)'=='Profile7'">
2121
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
2222
<TargetFSharpCoreVersion>3.3.1.0</TargetFSharpCoreVersion>
2323
<ProfileCorePath>$(FSCOREDLLNETCOREPATH)</ProfileCorePath>
2424
</PropertyGroup>
2525
<PropertyGroupCondition=" '$(TestProfile)'=='Profile78'">
2626
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
27-
<TargetFSharpCoreVersion>3.4.78.310</TargetFSharpCoreVersion>
27+
<TargetFSharpCoreVersion>3.78.3.1</TargetFSharpCoreVersion>
2828
<ProfileCorePath>$(FSCOREDLLNETCORE78PATH)</ProfileCorePath>
2929
</PropertyGroup>
3030
<PropertyGroupCondition=" '$(TestProfile)'=='Profile259'">
3131
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
32-
<TargetFSharpCoreVersion>3.4.259.310</TargetFSharpCoreVersion>
32+
<TargetFSharpCoreVersion>3.259.3.1</TargetFSharpCoreVersion>
3333
<ProfileCorePath>$(FSCOREDLLNETCORE259PATH)</ProfileCorePath>
3434
</PropertyGroup>
3535
<PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">

‎tests/test.lst‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ Core04fsharp\core\members\ops
5252
Core05..\testsprivate\fsharp\core\mscorlib
5353
Core05fsharp\core\namespaces
5454
Core05fsharp\core\nested
55-
Core05fsharp\core\netcore
55+
Core05fsharp\core\netcore7
56+
Core05fsharp\core\netcore78
57+
Core05fsharp\core\netcore259
5658
Core05fsharp\core\parsing
5759
Core05fsharp\core\patterns
5860
Core05fsharp\core\pinvoke

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp