summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-05-15 16:32:41 -0700
committerGitHub <noreply@github.com>2019-05-15 16:32:41 -0700
commit9c52d077f3d14dd049067945f165d35dbacaf384 (patch)
tree783a1132cd4f728010fc6811bd4354ab1f0769c1
parent62a85aa7a7ac41d71105f8bb3250c37f5441e179 (diff)
downloadcoreclr-9c52d077f3d14dd049067945f165d35dbacaf384.tar.gz
coreclr-9c52d077f3d14dd049067945f165d35dbacaf384.tar.bz2
coreclr-9c52d077f3d14dd049067945f165d35dbacaf384.zip
Enable JIT\superpmi\superpmicollect on Linux and macOS (#24560)
* Replace backslashes with forward slashes in tests/src/JIT/superpmi/TestProjects.txt * Enable JIT\superpmi\superpmicollect.csproj on Linux and macOS
-rw-r--r--tests/src/JIT/superpmi/TestProjects.txt6
-rw-r--r--tests/src/dirs.proj1
2 files changed, 3 insertions, 4 deletions
diff --git a/tests/src/JIT/superpmi/TestProjects.txt b/tests/src/JIT/superpmi/TestProjects.txt
index fd29fd9c69..84f34455c9 100644
--- a/tests/src/JIT/superpmi/TestProjects.txt
+++ b/tests/src/JIT/superpmi/TestProjects.txt
@@ -1,3 +1,3 @@
-..\Performance\CodeQuality\Bytemark\Bytemark.csproj
-..\Methodical\fp\exgen\10w5d_cs_do.csproj
-..\Generics\Coverage\chaos65204782cs.csproj \ No newline at end of file
+../Performance/CodeQuality/Bytemark/Bytemark.csproj
+../Methodical/fp/exgen/10w5d_cs_do.csproj
+../Generics/Coverage/chaos65204782cs.csproj
diff --git a/tests/src/dirs.proj b/tests/src/dirs.proj
index 7c95bd789d..b60d0ce6f3 100644
--- a/tests/src/dirs.proj
+++ b/tests/src/dirs.proj
@@ -25,7 +25,6 @@
<DisabledProjects Include="Common\external\external.csproj" />
<DisabledProjects Include="Common\PerfHarness\PerfHarness.csproj" />
<DisabledProjects Include="GC\Performance\Framework\GCPerfTestFramework.csproj" />
- <DisabledProjects Include="JIT\superpmi\superpmicollect.csproj" Condition="'$(BuildOS)' != 'Windows_NT'" />
<DisabledProjects Include="JIT\config\**" />
<DisabledProjects Include="Performance\performance.csproj" />
<DisabledProjects Include="Performance\Scenario\JitBench\unofficial_dotnet\JitBench.csproj" /> <!-- no official build support for SDK-style netcoreapp2.0 projects -->