Skip to content

🤖 User test baselines have changed for fix37856 #54

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

Open
wants to merge 2 commits into
base: user-baseline-updates
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
726 changes: 707 additions & 19 deletions tests/baselines/reference/docker/office-ui-fabric.log

Large diffs are not rendered by default.

81 changes: 79 additions & 2 deletions tests/baselines/reference/docker/vscode.log
Original file line number Diff line number Diff line change
@@ -1,11 +1,88 @@
Exit Code: 0
Exit Code: 1
Standard output:
yarn run vX.X.X
$ gulp compile --max_old_space_size=4095
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
Done in ?s.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/tags/electron-browser/workspaceTags.ts(106,25): No overload matches this call.
Overload 1 of 12, '(values: readonly (string | PromiseLike<string>)[]): Promise<string[]>', gave the following error.
Argument of type 'Promise<string | never[] | string[]>[]' is not assignable to parameter of type 'readonly (string | PromiseLike<string>)[]'.
Type 'Promise<string | never[] | string[]>' is not assignable to type 'string | PromiseLike<string>'.
Type 'Promise<string | never[] | string[]>' is not assignable to type 'PromiseLike<string>'.
Types of property 'then' are incompatible.
Type '<TResult1 = string | never[] | string[], TResult2 = never>(onfulfilled?: ((value: string | never[] | string[]) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | ... 1 more ... | undefined) => Promise<...>' is not assignable to type '<TResult1 = string, TResult2 = never>(onfulfilled?: ((value: string) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | null | undefined) => PromiseLike<...>'.
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
Types of parameters 'value' and 'value' are incompatible.
Type 'string | never[] | string[]' is not assignable to type 'string'.
Type 'never[]' is not assignable to type 'string'.
Overload 2 of 12, '(values: readonly (string[] | PromiseLike<string[]>)[]): Promise<string[][]>', gave the following error.
Argument of type 'Promise<string | never[] | string[]>[]' is not assignable to parameter of type 'readonly (string[] | PromiseLike<string[]>)[]'.
Type 'Promise<string | never[] | string[]>' is not assignable to type 'string[] | PromiseLike<string[]>'.
Type 'Promise<string | never[] | string[]>' is not assignable to type 'PromiseLike<string[]>'.
Types of property 'then' are incompatible.
Type '<TResult1 = string | never[] | string[], TResult2 = never>(onfulfilled?: ((value: string | never[] | string[]) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | ... 1 more ... | undefined) => Promise<...>' is not assignable to type '<TResult1 = string[], TResult2 = never>(onfulfilled?: ((value: string[]) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | null | undefined) => PromiseLike<...>'.
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
Types of parameters 'value' and 'value' are incompatible.
Type 'string | never[] | string[]' is not assignable to type 'string[]'.
Type 'string' is not assignable to type 'string[]'.
Overload 3 of 12, '(values: Iterable<string[] | PromiseLike<string[]>>): Promise<string[][]>', gave the following error.
Argument of type 'Promise<string | never[] | string[]>[]' is not assignable to parameter of type 'Iterable<string[] | PromiseLike<string[]>>'.
The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.
Type 'IteratorResult<Promise<string | never[] | string[]>, any>' is not assignable to type 'IteratorResult<string[] | PromiseLike<string[]>, any>'.
Type 'IteratorYieldResult<Promise<string | never[] | string[]>>' is not assignable to type 'IteratorResult<string[] | PromiseLike<string[]>, any>'.
Type 'IteratorYieldResult<Promise<string | never[] | string[]>>' is not assignable to type 'IteratorYieldResult<string[] | PromiseLike<string[]>>'.
Type 'Promise<string | never[] | string[]>' is not assignable to type 'string[] | PromiseLike<string[]>'.
Type 'Promise<string | never[] | string[]>' is not assignable to type 'PromiseLike<string[]>'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/tags/electron-browser/workspaceTags.ts(119,51): Property 'reduce' does not exist on type 'string'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/tags/electron-browser/workspaceTags.ts(119,59): Parameter 'set' implicitly has an 'any' type.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/tags/electron-browser/workspaceTags.ts(119,64): Parameter 'item' implicitly has an 'any' type.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/tags/electron-browser/workspaceTags.ts(106,25): No overload matches this call.
Overload 1 of 12, '(values: readonly (string | PromiseLike<string>)[]): Promise<string[]>', gave the following error.
Argument of type 'Promise<string | never[] | string[]>[]' is not assignable to parameter of type 'readonly (string | PromiseLike<string>)[]'.
Type 'Promise<string | never[] | string[]>' is not assignable to type 'string | PromiseLike<string>'.
Type 'Promise<string | never[] | string[]>' is not assignable to type 'PromiseLike<string>'.
Types of property 'then' are incompatible.
Type '<TResult1 = string | never[] | string[], TResult2 = never>(onfulfilled?: ((value: string | never[] | string[]) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | ... 1 more ... | undefined) => Promise<...>' is not assignable to type '<TResult1 = string, TResult2 = never>(onfulfilled?: ((value: string) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | null | undefined) => PromiseLike<...>'.
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
Types of parameters 'value' and 'value' are incompatible.
Type 'string | never[] | string[]' is not assignable to type 'string'.
Type 'never[]' is not assignable to type 'string'.
Overload 2 of 12, '(values: readonly (string[] | PromiseLike<string[]>)[]): Promise<string[][]>', gave the following error.
Argument of type 'Promise<string | never[] | string[]>[]' is not assignable to parameter of type 'readonly (string[] | PromiseLike<string[]>)[]'.
Type 'Promise<string | never[] | string[]>' is not assignable to type 'string[] | PromiseLike<string[]>'.
Type 'Promise<string | never[] | string[]>' is not assignable to type 'PromiseLike<string[]>'.
Types of property 'then' are incompatible.
Type '<TResult1 = string | never[] | string[], TResult2 = never>(onfulfilled?: ((value: string | never[] | string[]) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | ... 1 more ... | undefined) => Promise<...>' is not assignable to type '<TResult1 = string[], TResult2 = never>(onfulfilled?: ((value: string[]) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<...>) | null | undefined) => PromiseLike<...>'.
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
Types of parameters 'value' and 'value' are incompatible.
Type 'string | never[] | string[]' is not assignable to type 'string[]'.
Type 'string' is not assignable to type 'string[]'.
Overload 3 of 12, '(values: Iterable<string[] | PromiseLike<string[]>>): Promise<string[][]>', gave the following error.
Argument of type 'Promise<string | never[] | string[]>[]' is not assignable to parameter of type 'Iterable<string[] | PromiseLike<string[]>>'.
The types returned by '[Symbol.iterator]().next(...)' are incompatible between these types.
Type 'IteratorResult<Promise<string | never[] | string[]>, any>' is not assignable to type 'IteratorResult<string[] | PromiseLike<string[]>, any>'.
Type 'IteratorYieldResult<Promise<string | never[] | string[]>>' is not assignable to type 'IteratorResult<string[] | PromiseLike<string[]>, any>'.
Type 'IteratorYieldResult<Promise<string | never[] | string[]>>' is not assignable to type 'IteratorYieldResult<string[] | PromiseLike<string[]>>'.
Type 'Promise<string | never[] | string[]>' is not assignable to type 'string[] | PromiseLike<string[]>'.
Type 'Promise<string | never[] | string[]>' is not assignable to type 'PromiseLike<string[]>'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/tags/electron-browser/workspaceTags.ts(119,51): Property 'reduce' does not exist on type 'string'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/tags/electron-browser/workspaceTags.ts(119,59): Parameter 'set' implicitly has an 'any' type.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/tags/electron-browser/workspaceTags.ts(119,64): Parameter 'item' implicitly has an 'any' type.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.



Standard error:
[XX:XX:XX] 'compile' errored after
[XX:XX:XX] Error: Found 4 errors
at Stream.<anonymous> (/vscode/build/lib/reporter.js:75:29)
at _end (/vscode/node_modules/through/index.js:65:9)
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
at Stream.onend (internal/streams/legacy.js:42:10)
at Stream.emit (events.js:203:15)
at Stream.EventEmitter.emit (domain.js:466:23)
at drain (/vscode/node_modules/through/index.js:34:23)
at Stream.stream.queue.stream.push (/vscode/node_modules/through/index.js:45:5)
at Stream.end (/vscode/node_modules/through/index.js:15:35)
at _end (/vscode/node_modules/through/index.js:65:9)
error Command failed with exit code 1.
Loading