Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web: Markdown integration test fails #102364

Closed
bpasero opened this issue Jul 13, 2020 · 1 comment
Closed

Web: Markdown integration test fails #102364

bpasero opened this issue Jul 13, 2020 · 1 comment
Assignees
Labels
insiders-released Patch has been released in VS Code Insiders integration-test-failure markdown Markdown support issues web Issues related to running VSCode in the web
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Jul 13, 2020

https://monacotools.visualstudio.com/DefaultCollection/Monaco/_build/results?buildId=81545&view=logs&j=800c766b-cf7f-545c-6b0a-ae5b31f2fdcf&t=51b4207b-308f-5f00-05c4-35120a101a46&l=484


  6) Markdown Document links
       Should navigate to fragment by title in file:
     cannot open vscode-remote://localhost:8000/d%3A/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md. Detail: Unable to read file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md' (Error: Unable to resolve non-existing file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md')
  $tryOpenDocument/<@http://localhost:8000/static/out/vs/workbench/workbench.web.api.js:5910:586
  

  7) Markdown Document links
       Should navigate to fragment by line:
     cannot open vscode-remote://localhost:8000/d%3A/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md. Detail: Unable to read file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md' (Error: Unable to resolve non-existing file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md')
  $tryOpenDocument/<@http://localhost:8000/static/out/vs/workbench/workbench.web.api.js:5910:586
  

  8) Markdown Document links
       Should navigate to fragment within current file:
     cannot open vscode-remote://localhost:8000/d%3A/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md. Detail: Unable to read file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md' (Error: Unable to resolve non-existing file 'vscode-remote://localhost:8000/d:/a/1/s/extensions/markdown-language-features/out/test/test-fixtures/a.md')
  $tryOpenDocument/<@http://localhost:8000/static/out/vs/workbench/workbench.web.api.js:5910:586

@bpasero bpasero added markdown Markdown support issues integration-test-failure web Issues related to running VSCode in the web labels Jul 13, 2020
@mjbvz mjbvz added this to the July 2020 milestone Jul 14, 2020
@mjbvz
Copy link
Contributor

mjbvz commented Jul 14, 2020

This was caused by the web tests having the wrong test workspace path. Will push fix once we kick off a build for today

@mjbvz mjbvz closed this as completed in 2a8c8de Jul 14, 2020
Charles-Gagnon pushed a commit to Charles-Gagnon/vscode that referenced this issue Jul 14, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Aug 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
insiders-released Patch has been released in VS Code Insiders integration-test-failure markdown Markdown support issues web Issues related to running VSCode in the web
Projects
None yet
Development

No branches or pull requests

3 participants
@bpasero @mjbvz and others