Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-11-23 18:03:46 +0300
committerGitHub <noreply@github.com>2017-11-23 18:03:46 +0300
commit741a88c0cb536f2d29ac520ed173c2f18e7b4982 (patch)
treee434988612eab5a4e176818ef313379b8febea83 /tests
parent91fde4674ca2e0c897b6e08af99fd4dddc282dc4 (diff)
Enable generation of stack trace data for simple tests (#5002)
Diffstat (limited to 'tests')
-rw-r--r--tests/src/Simple/SimpleTest.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/Simple/SimpleTest.targets b/tests/src/Simple/SimpleTest.targets
index 775c5ba10..8046bee3d 100644
--- a/tests/src/Simple/SimpleTest.targets
+++ b/tests/src/Simple/SimpleTest.targets
@@ -52,6 +52,9 @@
<ItemGroup>
<IlcArg Include="--targetarch=$(Platform)" />
+
+ <!-- Broken on wasm: https://github.com/dotnet/corert/issues/5005 -->
+ <IlcArg Condition="$(NativeCodeGen) != 'wasm'" Include="--stacktracedata" />
</ItemGroup>
</Project>