From: Russ Keldorph Date: Sat, 14 Jul 2018 23:44:49 +0000 (-0700) Subject: Revert "Fix some failures when using build-test.sh" X-Git-Tag: accepted/tizen/unified/20190422.045933~1681 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=184c3504e763ea7147505a8d49cb54b43cc82d78;p=platform%2Fupstream%2Fcoreclr.git Revert "Fix some failures when using build-test.sh" This reverts commit 2bffb76443919b0ad0be8bff398d9a962a3a5f6d. --- diff --git a/tests/src/CLRTest.Jit.targets b/tests/src/CLRTest.Jit.targets index 1dd872c..7364c7f 100644 --- a/tests/src/CLRTest.Jit.targets +++ b/tests/src/CLRTest.Jit.targets @@ -23,9 +23,11 @@ WARNING: When setting properties based on their current state (for example: - $([MSBuild]::MakeRelative($(OutputPath), $(_CLRTestToRunFileFullPath)).Replace("\","/")) + $([MSBuild]::MakeRelative($(OutputPath.Replace("/","\\")), $(_CLRTestToRunFileFullPath.Replace("/","\\"))).Replace("\\","/")) + $([MSBuild]::MakeRelative($(OutputPath), $(_CLRTestToRunFileFullPath)).Replace("\","/")) $(MSBuildProjectName).exe - $([MSBuild]::MakeRelative($(OutputPath), $(BaseOutputPathWithConfig)dasm\$(BuildProjectRelativeDir)).Replace("\","/")) + $([MSBuild]::MakeRelative($(OutputPath.Replace("/","\\")), $(BaseOutputPathWithConfig.Replace("/","\\"))dasm\$(BuildProjectRelativeDir.Replace("/","\\"))).Replace("\\","/")) + $([MSBuild]::MakeRelative($(OutputPath), $(BaseOutputPathWithConfig)dasm\$(BuildProjectRelativeDir)).Replace("\","/")) - $([MSBuild]::MakeRelative($(OutputPath), $(_CLRTestToRunFileFullPath))) + $([MSBuild]::MakeRelative($(OutputPath.Replace("/","\\")), $(_CLRTestToRunFileFullPath.Replace("/","\\"))).Replace("\\","/")) + $([MSBuild]::MakeRelative($(OutputPath), $(_CLRTestToRunFileFullPath))) $(MSBuildProjectName).exe - $([MSBuild]::MakeRelative($(OutputPath), $(BaseOutputPathWithConfig)dasm\$(BuildProjectRelativeDir))) + $([MSBuild]::MakeRelative($(OutputPath.Replace("/","\\")), $(BaseOutputPathWithConfig.Replace("/","\\"))dasm\$(BuildProjectRelativeDir.Replace("/","\\"))).Replace("\\","/")) + $([MSBuild]::MakeRelative($(OutputPath), $(BaseOutputPathWithConfig)dasm\$(BuildProjectRelativeDir))) - $([MSBuild]::MakeRelative($(OutputPath), $(_CLRTestToRunFileFullPath)).Replace("\","/")) + $([MSBuild]::MakeRelative($(OutputPath.Replace("/","\\")), $(_CLRTestToRunFileFullPath.Replace("/","\\"))).Replace("\\","/")) + $([MSBuild]::MakeRelative($(OutputPath), $(_CLRTestToRunFileFullPath)).Replace("\","/")) $(MSBuildProjectName).exe $(MSBuildProjectName).dasm.il $(MSBuildProjectName).asm.exe diff --git a/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.ilproj b/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.ilproj index b297fbb..4f2b933 100644 --- a/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.ilproj +++ b/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.ilproj @@ -31,8 +31,8 @@ - + - + \ No newline at end of file diff --git a/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.ilproj b/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.ilproj index 18e2e85..ed4beb4 100644 --- a/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.ilproj +++ b/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.ilproj @@ -30,8 +30,8 @@ - + - + \ No newline at end of file diff --git a/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.ilproj b/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.ilproj index 50674d7..703d055 100644 --- a/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.ilproj +++ b/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.ilproj @@ -31,8 +31,8 @@ - + - + \ No newline at end of file diff --git a/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.ilproj b/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.ilproj index 051ef00..f70776c 100644 --- a/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.ilproj +++ b/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.ilproj @@ -31,8 +31,8 @@ - + - + \ No newline at end of file