Skip to content

Commit

Permalink
[wasm][AOT][helix] Debug emsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Hwang committed Mar 12, 2021
1 parent bb36d7c commit b1a1d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eng/testing/tests.mobile.targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ShouldBuildWasmLocally
Condition="'$(ContinuousIntegrationBuild)' != 'true' or ('$(RunAOTCompilation)' != 'true' and '$(ContinuousIntegrationBuild)' == 'true')">true</ShouldBuildWasmLocally>

<AOTScriptCommand Condition="'$(ShouldBuildWasmLocally)' != 'true'">dotnet msbuild publish/aot-build.proj &amp;&amp; </AOTScriptCommand>
<AOTScriptCommand Condition="'$(ShouldBuildWasmLocally)' != 'true'">ls -la $HELIX_CORRELATION_PAYLOAD &amp;&amp; ls -la $HELIX_CORRELATION_PAYLOAD/emscripten &amp;&amp; ls -al $HELIX_CORRELATION_PAYLOAD/emscripten/emsdk &amp;&amp; dotnet msbuild publish/aot-build.proj &amp;&amp; </AOTScriptCommand>

<!-- We need to set this in order to get extensibility on xunit category traits and other arguments we pass down to xunit via MSBuild properties -->
<RunScriptCommand Condition="'$(IsFunctionalTest)' != 'true' and '$(Scenario)' != 'BuildWasmApps'">$(AOTScriptCommand)$HARNESS_RUNNER wasm $XHARNESS_COMMAND --app=. --engine=$(JSEngine) $(JSEngineArgs) --js-file=runtime.js --output-directory=$XHARNESS_OUT -- $(RunTestsJSArguments) --run WasmTestRunner.dll $(AssemblyName).dll</RunScriptCommand>
Expand Down
3 changes: 3 additions & 0 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@

<!-- MarkTypeForDynamicallyAccessedMembers stack overflow https://github.com/mono/linker/issues/1881 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.ComponentModel.Annotations/tests/System.ComponentModel.Annotations.Tests.csproj" />

<ProjectExclusions Include="$(MSBuildThisFileDirectory)*\tests\**\*.Tests.csproj" />
<ProjectExclusions Remove="$(MSBuildThisFileDirectory)System.Buffers/tests/System.Buffers.Tests.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b1a1d40

Please sign in to comment.