Skip to content

Commit 15d8c86

Browse files
authored
[wasm][debugger] Use new image to run debugger tests on firefox (dotnet#68859)
* test firefox in the docker image * remove unnecessary comments
1 parent 6111bc7 commit 15d8c86

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

eng/pipelines/libraries/helix-queues-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179

180180
# WebAssembly Firefox
181181
- ${{ if eq(parameters.platform, 'Browser_wasm_firefox') }}:
182-
- (Ubuntu.1804.Amd64)Ubuntu.1804.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-webassembly-20220408155625-5bc1463
182+
- (Ubuntu.1804.Amd64)Ubuntu.1804.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-helix-webassembly-20220504035734-67908a0
183183

184184
# WebAssembly windows
185185
- ${{ if eq(parameters.platform, 'Browser_wasm_win') }}:

src/mono/wasm/debugger/BrowserDebugProxy/Firefox/FirefoxMonoProxy.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ protected override Task ProcessBrowserMessage(string msg, CancellationToken toke
154154
return SendCommandInternal(msgId, "", res, token);
155155
return null;
156156
}
157-
//{"type":"evaluationResult","resultID":"1634575904746-0","hasException":false,"input":"ret = 10","result":10,"startTime":1634575904746,"timestamp":1634575904748,"from":"server1.conn21.child10/consoleActor2"}
158-
159157
return null;
160158
}
161159
catch (Exception ex)

0 commit comments

Comments
 (0)