[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>
Fri, 15 Dec 2023 12:28:32 +0000 (15:28 +0300)
commit47829c46f82467841b19e464d67721ccbedd554f
treed6eea4a0d3bfa26952082a818d43684ee74299d9
parentb4b58c175c6c5f0b4962d2af96df675bdebfe3ba
[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