Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
switch to new xunit/xharness
  • Loading branch information
pavelsavara committed Dec 9, 2021
commit 29b37a2b368702da6153babf10bcaa66a2ffca06
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<TargetFrameworks>$(NetCoreAppCurrent)-Browser</TargetFrameworks>
<TestRuntime>true</TestRuntime>
<WasmXHarnessArgs>$(WasmXHarnessArgs) --engine-arg=--expose-gc --web-server-use-cop</WasmXHarnessArgs>
<_TestAssembly>System.Private.Runtime.InteropServices.JavaScript.Tests.dll</_TestAssembly>
<OutputType>Exe</OutputType>
<Scenario>WasmTestOnBrowser</Scenario>
</PropertyGroup>
<ItemGroup>
<Compile Include="System\Runtime\InteropServices\JavaScript\JavaScriptTests.cs" />
Expand All @@ -19,21 +18,14 @@
<Compile Include="System\Runtime\InteropServices\JavaScript\HelperMarshal.cs" />
<Compile Include="System\Runtime\InteropServices\JavaScript\Http\HttpRequestMessageTest.cs" />
<Compile Include="System\Runtime\InteropServices\JavaScript\ParallelTests.cs" />

<!-- tests which are not working well in XHarness + XUnit -->
<Compile Include="System\Runtime\InteropServices\JavaScript\Simple\TimerTests.cs" />
<Compile Include="System\Runtime\InteropServices\JavaScript\Simple\SimpleMain.cs" />
<Compile Include="System\Runtime\InteropServices\JavaScript\TimerTests.cs" />
</ItemGroup>

<ItemGroup>
<WasmExtraFilesToDeploy Include="simple.js" />
<WasmExtraFilesToDeploy Include="timers.js" />
</ItemGroup>
<ItemGroup>
<!-- Part of the shared framework but not exposed. -->
<ProjectReference Include="..\src\System.Private.Runtime.InteropServices.JavaScript.csproj" />
</ItemGroup>

<Target Name="SimpleTest" DependsOnTargets="Build">
<Exec WorkingDirectory="$(BaseOutputPath)\$(NetCoreAppCurrent)-Browser-$(Configuration)\browser-wasm\AppBundle" Command="node simple.js" />
</Target>

</Project>

This file was deleted.

This file was deleted.

Loading