Skip to content

Commit

Permalink
[wasm][debugger] Use new image to run debugger tests on firefox (#68859)
Browse files Browse the repository at this point in the history
* test firefox in the docker image

* remove unnecessary comments
  • Loading branch information
thaystg authored May 4, 2022
1 parent 6111bc7 commit 15d8c86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/libraries/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:

# WebAssembly Firefox
- ${{ if eq(parameters.platform, 'Browser_wasm_firefox') }}:
- (Ubuntu.1804.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-webassembly-20220408155625-5bc1463
- (Ubuntu.1804.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-webassembly-20220504035734-67908a0

# WebAssembly windows
- ${{ if eq(parameters.platform, 'Browser_wasm_win') }}:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ protected override Task ProcessBrowserMessage(string msg, CancellationToken toke
return SendCommandInternal(msgId, "", res, token);
return null;
}
//{"type":"evaluationResult","resultID":"1634575904746-0","hasException":false,"input":"ret = 10","result":10,"startTime":1634575904746,"timestamp":1634575904748,"from":"server1.conn21.child10/consoleActor2"}

return null;
}
catch (Exception ex)
Expand Down

0 comments on commit 15d8c86

Please sign in to comment.