forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-internalLabel for non-user facing issuesLabel for non-user facing issuesbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugregressionBug didn't exist in a previous releaseBug didn't exist in a previous release
Description
If we take the latest run (https://github.com/microsoft/vscode-python/actions/runs/318657575) these are the failing test suites:
- Ubuntu ts-unit and Windows ts-unit, it seems like Upgrade to vsc 1.49 and fix nyc compile error #14455 (now Put debugger data viewer integration behind an experiment #14460) will fix these
- Ubuntu single-workspace:
1) Language Server: Hover Definition (Jedi)
Highlight Function:
AssertionError [ERR_ASSERTION]: Invalid contents
+ expected - actual
```python
def acos(x: SupportsFloat)
```
-Return the arc cosine (measured in radians) of x.
-
-The result is between 0 and pi.
+Return the arc cosine (measured in radians) of x.
at /home/runner/work/vscode-python/vscode-python/path with spaces/out/test/languageServers/jedi/definitions/hover.jedi.test.js:277:20
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
- Ubuntu multi-workspace
1) Language Server: Hover Definition (Jedi)
Highlight Function:
AssertionError [ERR_ASSERTION]: Invalid contents
+ expected - actual
```python
def acos(x: SupportsFloat)
```
-Return the arc cosine (measured in radians) of x.
-
-The result is between 0 and pi.
+Return the arc cosine (measured in radians) of x.
at /home/runner/work/vscode-python/vscode-python/path with spaces/out/test/languageServers/jedi/definitions/hover.jedi.test.js:277:20
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
- Windows single-workspace
1) Language Server: Autocomplete Base Tests
Across files With Unicode Characters:
AssertionError [ERR_ASSERTION]: Foo not found
+ expected - actual
-0
+1
at d:\a\vscode-python\vscode-python\path with spaces\out\test\languageServers\jedi\autocomplete\base.test.js:172:20
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
2) Language Server: Hover Definition (Jedi)
Across files:
AssertionError [ERR_ASSERTION]: Definition length is incorrect
+ expected - actual
-0
+1
at d:\a\vscode-python\vscode-python\path with spaces\out\test\languageServers\jedi\definitions\hover.jedi.test.js:70:20
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
3) Language Server: Hover Definition (Jedi)
Across files with Unicode Characters:
AssertionError [ERR_ASSERTION]: Definition length is incorrect
+ expected - actual
-0
+1
at d:\a\vscode-python\vscode-python\path with spaces\out\test\languageServers\jedi\definitions\hover.jedi.test.js:127:20
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
4) Language Server: Hover Definition (Jedi)
Highlighting Class:
AssertionError [ERR_ASSERTION]: Definition length is incorrect
+ expected - actual
-0
+1
at d:\a\vscode-python\vscode-python\path with spaces\out\test\languageServers\jedi\definitions\hover.jedi.test.js:196:20
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
5) Language Server: Hover Definition (Jedi)
Highlight Method:
AssertionError [ERR_ASSERTION]: Definition length is incorrect
+ expected - actual
-0
+1
at d:\a\vscode-python\vscode-python\path with spaces\out\test\languageServers\jedi\definitions\hover.jedi.test.js:246:20
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
6) Language Server: Hover Definition (Jedi)
Highlight Function:
AssertionError [ERR_ASSERTION]: Invalid contents
- Windows multi-workspace
1) Language Server: Autocomplete Base Tests
Across files With Unicode Characters:
AssertionError [ERR_ASSERTION]: Foo not found
+ expected - actual
-0
+1
at d:\a\vscode-python\vscode-python\path with spaces\out\test\languageServers\jedi\autocomplete\base.test.js:172:20
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
2) Language Server: Hover Definition (Jedi)
Across files:
AssertionError [ERR_ASSERTION]: Definition length is incorrect
+ expected - actual
-0
+1
at d:\a\vscode-python\vscode-python\path with spaces\out\test\languageServers\jedi\definitions\hover.jedi.test.js:70:20
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
3) Language Server: Hover Definition (Jedi)
Across files with Unicode Characters:
AssertionError [ERR_ASSERTION]: Definition length is incorrect
+ expected - actual
-0
+1
at d:\a\vscode-python\vscode-python\path with spaces\out\test\languageServers\jedi\definitions\hover.jedi.test.js:127:20
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
4) Language Server: Hover Definition (Jedi)
Highlighting Class:
AssertionError [ERR_ASSERTION]: Definition length is incorrect
+ expected - actual
-0
+1
at d:\a\vscode-python\vscode-python\path with spaces\out\test\languageServers\jedi\definitions\hover.jedi.test.js:196:20
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
5) Language Server: Hover Definition (Jedi)
Highlight Method:
AssertionError [ERR_ASSERTION]: Definition length is incorrect
+ expected - actual
-0
+1
at d:\a\vscode-python\vscode-python\path with spaces\out\test\languageServers\jedi\definitions\hover.jedi.test.js:246:20
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
6) Language Server: Hover Definition (Jedi)
Highlight Function:
AssertionError [ERR_ASSERTION]: Invalid contents
+ expected - actual
```python
def acos(x: SupportsFloat)
```
-Return the arc cosine (measured in radians) of x.
-
-The result is between 0 and pi.
+Return the arc cosine (measured in radians) of x.
at d:\a\vscode-python\vscode-python\path with spaces\out\test\languageServers\jedi\definitions\hover.jedi.test.js:277:20
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
7) Language Server: Hover Definition (Jedi)
Highlight Multiline Method Signature:
AssertionError [ERR_ASSERTION]: Definition length is incorrect
+ expected - actual
-0
+1
at d:\a\vscode-python\vscode-python\path with spaces\out\test\languageServers\jedi\definitions\hover.jedi.test.js:305:20
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
Metadata
Metadata
Assignees
Labels
area-internalLabel for non-user facing issuesLabel for non-user facing issuesbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugregressionBug didn't exist in a previous releaseBug didn't exist in a previous release