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

🤖 User test baselines have changed for 31155_2 #53

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1,012 changes: 506 additions & 506 deletions tests/baselines/reference/docker/office-ui-fabric.log

Large diffs are not rendered by default.

27 changes: 25 additions & 2 deletions tests/baselines/reference/docker/vscode.log
@@ -1,11 +1,34 @@
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/base/browser/ui/actionbar/actionbar.ts(628,9): Type '(readonly IAction[] & any[]) | (IAction & any[]) | (IAction | readonly IAction[])[]' is not assignable to type 'readonly IAction[]'.
Type '(IAction | readonly IAction[])[]' is not assignable to type 'readonly IAction[]'.
Type 'IAction | readonly IAction[]' is not assignable to type 'IAction'.
Type 'readonly IAction[]' is missing the following properties from type 'IAction': id, label, tooltip, class, and 4 more.
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/actionbar/actionbar.ts(628,9): Type '(IAction & any[]) | (readonly IAction[] & any[]) | (IAction | readonly IAction[])[]' is not assignable to type 'readonly IAction[]'.
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/actionbar/actionbar.ts(628,9): Type '(readonly IAction[] & any[]) | (IAction & any[]) | (IAction | readonly IAction[])[]' is not assignable to type 'readonly IAction[]'.
Type '(IAction | readonly IAction[])[]' is not assignable to type 'readonly IAction[]'.
Type 'IAction | readonly IAction[]' is not assignable to type 'IAction'.
Type 'readonly IAction[]' is missing the following properties from type 'IAction': id, label, tooltip, class, and 4 more.
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/actionbar/actionbar.ts(628,9): Type '(IAction & any[]) | (readonly IAction[] & any[]) | (IAction | readonly IAction[])[]' is not assignable to type 'readonly IAction[]'.
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 1 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.
10 changes: 5 additions & 5 deletions tests/baselines/reference/docker/vue-next.log
@@ -1,7 +1,7 @@
Exit Code: 0
Standard output:

> @X.X.X-beta.19 build /vue-next
> @X.X.X-beta.20 build /vue-next
> node scripts/build.js "--types"
Rolling up type definitions for compiler-core...
Analysis will use the bundled TypeScript version 3.9.6
Expand Down Expand Up @@ -105,16 +105,16 @@ created packages/reactivity/dist/reactivity.global.prod.js in ?s
packages/runtime-core/src/apiInject.ts
Error: /vue-next/packages/runtime-core/src/apiInject.ts(40,9): semantic error TS2360: The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:5171:30)
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17415:12)
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18036:24)
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17588:38)
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17416:12)
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18035:24)
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17589:38)
at RollupContext.error (/vue-next/node_modules/rollup-plugin-typescript2/src/rollupcontext.ts:37:18)
at /vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:41:11
at arrayEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:516:11)
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:242:5)
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:9b04ea3,NODE_ENV:production,TARGET:runtime-core,TYPES:true
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:20df2f3,NODE_ENV:production,TARGET:runtime-core,TYPES:true
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
Expand Down