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 fixConstCastInJs #200

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
289 changes: 183 additions & 106 deletions tests/baselines/reference/docker/azure-sdk.log

Large diffs are not rendered by default.

36 changes: 22 additions & 14 deletions tests/baselines/reference/docker/prettier.log
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Exit Code: 0
Exit Code: 134
Standard output:
yarn run vX.X.X
$ node --max-old-space-size=3072 ./scripts/build/build.js
$ node --max-old-space-size=3072 ./scripts/build/build.mjs
Building packages
index.js....................... DONE
doc.js......................... DONE
Expand All @@ -10,19 +10,27 @@ bin-prettier.js................ DONE
third-party.js................. DONE
parser-babel.js................ DONE
parser-flow.js................. DONE
parser-typescript.js........... DONE
parser-espree.js............... DONE
parser-meriyah.js.............. DONE
parser-angular.js.............. DONE
parser-postcss.js.............. DONE
esm/parser-postcss.mjs......... DONE
parser-graphql.js.............. DONE
parser-markdown.js............. DONE
parser-glimmer.js.............. DONE
parser-html.js................. DONE
parser-yaml.js................. DONE
Done in ?s.
parser-typescript.js...........info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.



Standard error:

<--- Last few GCs --->
[18:0x4f1b900] ?s: Scavenge 3021.7 (3084.9) -> 3021.3 (3096.7) MB, 9.5 / ?s (average mu = 0.416, current mu = 0.370) allocation failure
[18:0x4f1b900] ?s: Scavenge 3037.0 (3104.5) -> 3037.0 (3104.8) MB, 11.5 / ?s (average mu = 0.416, current mu = 0.370) allocation failure
[18:0x4f1b900] ?s: Scavenge 3037.0 (3104.8) -> 3036.1 (3127.6) MB, 906.1 / ?s (average mu = 0.416, current mu = 0.370) allocation failure
<--- JS stacktrace --->
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
1: 0xb02d90 node::Abort() [/usr/local/bin/node]
2: 0xa18123 node::FatalError(char const*, char const*) [/usr/local/bin/node]
3: 0xceb85e v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/usr/local/bin/node]
4: 0xcebbd7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/usr/local/bin/node]
5: 0xeb55b5 [/usr/local/bin/node]
6: 0xec474d v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/usr/local/bin/node]
7: 0xec78cc v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/usr/local/bin/node]
8: 0xe8a1ec v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationType, v8::internal::AllocationOrigin) [/usr/local/bin/node]
9: 0x11f70a6 v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [/usr/local/bin/node]
10: 0x15cdf39 [/usr/local/bin/node]
Aborted (core dumped)
error Command failed with exit code 134.
177 changes: 16 additions & 161 deletions tests/baselines/reference/docker/vue-next.log

Large diffs are not rendered by default.

25 changes: 4 additions & 21 deletions tests/baselines/reference/docker/xterm.js.log
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@ Standard output:

> [email protected] build /xtermjs
> tsc -b ./tsconfig.all.json
src/browser/Terminal2.test.ts(80,11): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
The file is in the program because:
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
The file is in the program because:
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
addons/xterm-addon-ligatures/src/font.ts(6,26): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
addons/xterm-addon-ligatures/src/font.ts(7,44): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations.
addons/xterm-addon-ligatures/src/font.ts(47,30): error TS2583: Cannot find name 'AsyncIterableIterator'. Do you need to change your target library? Try changing the `lib` compiler option to 'es2018' or later.
addons/xterm-addon-ligatures/src/font.ts(62,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
addons/xterm-addon-ligatures/src/font.ts(50,13): error TS2571: Object is of type 'unknown'.
addons/xterm-addon-ligatures/src/font.ts(65,23): error TS2571: Object is of type 'unknown'.
addons/xterm-addon-ligatures/src/font.ts(65,33): error TS2571: Object is of type 'unknown'.
addons/xterm-addon-ligatures/src/font.ts(71,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
addons/xterm-addon-ligatures/src/index.ts(7,22): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations.
addons/xterm-addon-ligatures/src/index.ts(75,14): error TS2347: Untyped function calls may not accept type arguments.
addons/xterm-addon-ligatures/src/index.ts(76,9): error TS7006: Parameter 'range' implicitly has an 'any' type.
Expand All @@ -24,18 +19,6 @@ addons/xterm-addon-ligatures/src/index.test.ts(10,32): error TS2307: Cannot find
addons/xterm-addon-ligatures/src/index.test.ts(26,25): error TS2304: Cannot find name '__dirname'.
addons/xterm-addon-ligatures/src/index.test.ts(33,25): error TS2304: Cannot find name '__dirname'.
addons/xterm-addon-ligatures/src/index.test.ts(40,25): error TS2304: Cannot find name '__dirname'.
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
The file is in the program because:
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
The file is in the program because:
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
The file is in the program because:
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
The file is in the program because:
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions



Expand Down
Loading