未验证 提交 d0cc912f 编写于 作者: P Pavel Savara 提交者: GitHub

[browser][mt] smoke test active issues (#88676)

上级 209e1810
......@@ -549,7 +549,10 @@
<ItemGroup Condition="'$(TargetOS)' == 'browser' and '$(MonoWasmBuildVariant)' == 'multithread'">
<!-- Don't want the default smoke tests - just verify that threading works -->
<SmokeTestProject Remove="@(SmokeTestProject)" />
<SmokeTestProject Include="$(MonoProjectRoot)sample\wasm\browser-threads\Wasm.Browser.Threads.Sample.csproj" />
<!-- this sample is messy sandbox right now
<SmokeTestProject Include="$(MonoProjectRoot)sample\wasm\browser-threads-minimal\Wasm.Browser.Threads.Minimal.Sample.csproj" />
-->
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Net.WebSockets.Client\tests\System.Net.WebSockets.Client.Tests.csproj" />
<!-- ActiveIssue https://github.com/dotnet/runtime/issues/88084
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Net.Http\tests\FunctionalTests\System.Net.Http.Functional.Tests.csproj" />
......
......@@ -76,7 +76,7 @@ try {
console.log("smoke: HttpClientThread(blurst.txt) done " + t4);
console.log("smoke: running WsClientMain");
let w0 = await exports.Sample.Test.WsClientMain("wss://socketsbay.com/wss/v2/1/demo/");
let w0 = await exports.Sample.Test.WsClientMain("wss://corefx-net-http11.azurewebsites.net/WebSocket/EchoWebSocket.ashx");
console.log("smoke: WsClientMain done " + w0);
/* ActiveIssue https://github.com/dotnet/runtime/issues/88057
......@@ -110,6 +110,7 @@ try {
console.log("smoke: running StartAllocatorFromWorker");
exports.Sample.Test.StartAllocatorFromWorker();
/* ActiveIssue https://github.com/dotnet/runtime/issues/88663
await delay(5000);
console.log("smoke: running GCCollect");
......@@ -119,6 +120,8 @@ try {
console.log("smoke: running GCCollect");
exports.Sample.Test.GCCollect();
console.log("smoke: running GCCollect done");
*/
console.log("smoke: running StopTimerFromWorker");
exports.Sample.Test.StopTimerFromWorker();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册