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

Commit63753f3

Browse files
committed
Updates to RunTests for cross-targeting
1 parent46c786b commit63753f3

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

‎tests/RunTests.cmd‎

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ set NO_TTAGS_ARG=-nottags:ReqPP,NOOPEN
2727
set_tmp=%4
2828
ifnot '%_tmp%'== ''setNO_TTAGS_ARG=-nottags:ReqPP,%_tmp:"=%
2929

30-
remset PARALLEL_ARG=-procs:%NUMBER_OF_PROCESSORS%
30+
setPARALLEL_ARG=-procs:%NUMBER_OF_PROCESSORS%
3131

3232
rem This can be set to 1 to reduce the number of permutations used and avoid some of the extra-time-consuming tests
33-
setREDUCED_RUNTIME=1
33+
setREDUCED_RUNTIME=
3434
if"%REDUCED_RUNTIME%"=="1"setNO_TTAGS_ARG=%NO_TTAGS_ARG%,Expensive
3535

3636
rem Set this to 1 in order to use an external compiler host process
@@ -47,7 +47,7 @@ if not exist "%RESULTSDIR%" (mkdir "%RESULTSDIR%")
4747

4848
if /I"%2"=="fsharp" (goto :FSHARP)
4949
if /I"%2"=="fsharpqa" (goto :FSHARPQA)
50-
if /I"%2"=="fsharpqacrosstarget" (goto :FSHARPQA)
50+
if /I"%2"=="fsharpqacrosstarget01" (goto :FSHARPQA)
5151
if /I"%2"=="compilerunit" (
5252
setcompilerunitsuffix=net40
5353
goto :COMPILERUNIT
@@ -164,8 +164,13 @@ set PATH=%PATH%;%CORDIR%
164164
ifnotexist%WINDIR%\Microsoft.NET\Framework\v2.0.50727\mscorlib.dllsetNO_TTAGS_ARG=%NO_TTAGS_ARG%,Req20
165165

166166

167-
if /I"%2"=="fsharpqacrosstarget" (
168-
setISCFLAGS=-g --optimize+ --noframework -r"%FSCOREDLLVPREVPATH%" -r%WINDIR%\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll -r System -r System.Runtime -r System.Xml -r System.Data -r System.Web -r System.Core -r System.Numerics
167+
if /I"%2"=="fsharpqacrosstarget01" (
168+
setISCFLAGS=--noframework -r"%FSCOREDLLVPREVPATH%" -r%WINDIR%\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll -r System -r System.Runtime -r System.Xml -r System.Data -r System.Web -r System.Core -r System.Numerics
169+
)
170+
171+
if /I"%2"=="fsharpqacrosstarget02" (
172+
setISCFLAGS=--noframework -r"%FSCOREDLLVPREVPATH%" -r%WINDIR%\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll -r System -r System.Runtime -r System.Xml -r System.Data -r System.Web -r System.Core -r System.Numerics
173+
setSIMULATOR_PIPE="%FSCBINPATH%\fsi.exe""%~dp0\fsharpqa\testenv\bin\ExecAssembly.fsx"
169174
)
170175

171176
setRESULTFILE=FSharpQA_Results.log

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp