[Tizen] skip dotnet specific arguments in corerun
authorKonstantin Baladurin <k.baladurin@samsung.com>
Fri, 4 Oct 2019 16:45:44 +0000 (19:45 +0300)
committerGleb Balykov <g.balykov@samsung.com>
Tue, 27 Sep 2022 12:50:22 +0000 (15:50 +0300)
commitefa0ec19f1ab674e2f99d325ee32856bb544c2bd
tree15a866cebd9fcc42bdb3e633f5e088c890811297
parent52e85dac2f69202ffc47062f1eaa50870c974799
[Tizen] skip dotnet specific arguments in corerun

Now we use corerun to run corefx tests instead of dotnet, because last
one isn't available for Tizen/armel. So we need to skip dotnet specific
arguments, we patch corerun for it because Microsoft.DotNet.RemoteExecutor
tries to execute binary that it gets from /proc/self/maps, so we need a
binary that will behave like dotnet.
src/coreclr/hosts/corerun/corerun.cpp