Skip to content

win: add CLSID/COM object removal $412 #1476

win: add CLSID/COM object removal $412

win: add CLSID/COM object removal $412 #1476

Triggered via push September 16, 2024 09:34
Status Failure
Total duration 5m 11s
Artifacts

tests.unit.yaml

on: push
Matrix: run-tests
Fit to window
Zoom out
Zoom in

Annotations

15 errors
../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts > AnalyzeTooLongLines > analyzeTooLongLines > batchfile > identifies a single line exceeding maximum length: tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts#L8
AssertionError: expected [ { lineNumber: 2, …(1) } ] to deeply equal [ { lineNumber: 2, …(1) } ] - Expected + Received Array [ Object { - "error": "Line is too long (8192). It exceed maximum allowed length 8191 by (-1) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (8192). It exceed maximum allowed length 8191 by 1 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 2, }, ] ❯ Module.expectSameInvalidCodeLines ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts:8:34 ❯ ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts:46:9
../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts > AnalyzeTooLongLines > analyzeTooLongLines > batchfile > identifies multiple lines exceeding maximum length: tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts#L8
AssertionError: expected [ { lineNumber: 1, …(1) }, …(1) ] to deeply equal [ { lineNumber: 1, …(1) }, …(1) ] - Expected + Received Array [ Object { - "error": "Line is too long (8192). It exceed maximum allowed length 8191 by (-1) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (8192). It exceed maximum allowed length 8191 by 1 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 1, }, Object { - "error": "Line is too long (8193). It exceed maximum allowed length 8191 by (-2) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (8193). It exceed maximum allowed length 8191 by 2 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 3, }, ] ❯ Module.expectSameInvalidCodeLines ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts:8:34 ❯ ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts:73:9
../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts > AnalyzeTooLongLines > analyzeTooLongLines > shellscript > identifies a single line exceeding maximum length: tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts#L8
AssertionError: expected [ { lineNumber: 2, …(1) } ] to deeply equal [ { lineNumber: 2, …(1) } ] - Expected + Received Array [ Object { - "error": "Line is too long (1048577). It exceed maximum allowed length 1048576 by (-1) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (1048577). It exceed maximum allowed length 1048576 by 1 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 2, }, ] ❯ Module.expectSameInvalidCodeLines ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts:8:34 ❯ ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts:113:9
../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts > AnalyzeTooLongLines > analyzeTooLongLines > shellscript > identifies multiple lines exceeding maximum length: tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts#L8
AssertionError: expected [ { lineNumber: 1, …(1) }, …(1) ] to deeply equal [ { lineNumber: 1, …(1) }, …(1) ] - Expected + Received Array [ Object { - "error": "Line is too long (1048577). It exceed maximum allowed length 1048576 by (-1) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (1048577). It exceed maximum allowed length 1048576 by 1 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 1, }, Object { - "error": "Line is too long (1048578). It exceed maximum allowed length 1048576 by (-2) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (1048578). It exceed maximum allowed length 1048576 by 2 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 3, }, ] ❯ Module.expectSameInvalidCodeLines ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts:8:34 ❯ ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts:140:9
run-tests (ubuntu)
Process completed with exit code 1.
../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts > AnalyzeTooLongLines > analyzeTooLongLines > batchfile > identifies a single line exceeding maximum length: tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts#L8
AssertionError: expected [ { lineNumber: 2, …(1) } ] to deeply equal [ { lineNumber: 2, …(1) } ] - Expected + Received Array [ Object { - "error": "Line is too long (8192). It exceed maximum allowed length 8191 by (-1) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (8192). It exceed maximum allowed length 8191 by 1 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 2, }, ] ❯ Module.expectSameInvalidCodeLines ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts:8:34 ❯ ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts:46:9
../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts > AnalyzeTooLongLines > analyzeTooLongLines > batchfile > identifies multiple lines exceeding maximum length: tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts#L8
AssertionError: expected [ { lineNumber: 1, …(1) }, …(1) ] to deeply equal [ { lineNumber: 1, …(1) }, …(1) ] - Expected + Received Array [ Object { - "error": "Line is too long (8192). It exceed maximum allowed length 8191 by (-1) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (8192). It exceed maximum allowed length 8191 by 1 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 1, }, Object { - "error": "Line is too long (8193). It exceed maximum allowed length 8191 by (-2) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (8193). It exceed maximum allowed length 8191 by 2 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 3, }, ] ❯ Module.expectSameInvalidCodeLines ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts:8:34 ❯ ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts:73:9
../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts > AnalyzeTooLongLines > analyzeTooLongLines > shellscript > identifies a single line exceeding maximum length: tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts#L8
AssertionError: expected [ { lineNumber: 2, …(1) } ] to deeply equal [ { lineNumber: 2, …(1) } ] - Expected + Received Array [ Object { - "error": "Line is too long (1048577). It exceed maximum allowed length 1048576 by (-1) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (1048577). It exceed maximum allowed length 1048576 by 1 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 2, }, ] ❯ Module.expectSameInvalidCodeLines ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts:8:34 ❯ ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts:113:9
../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts > AnalyzeTooLongLines > analyzeTooLongLines > shellscript > identifies multiple lines exceeding maximum length: tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts#L8
AssertionError: expected [ { lineNumber: 1, …(1) }, …(1) ] to deeply equal [ { lineNumber: 1, …(1) }, …(1) ] - Expected + Received Array [ Object { - "error": "Line is too long (1048577). It exceed maximum allowed length 1048576 by (-1) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (1048577). It exceed maximum allowed length 1048576 by 1 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 1, }, Object { - "error": "Line is too long (1048578). It exceed maximum allowed length 1048576 by (-2) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (1048578). It exceed maximum allowed length 1048576 by 2 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 3, }, ] ❯ Module.expectSameInvalidCodeLines ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts:8:34 ❯ ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts:140:9
run-tests (macos)
Process completed with exit code 1.
../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts > AnalyzeTooLongLines > analyzeTooLongLines > batchfile > identifies a single line exceeding maximum length: tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts#L8
AssertionError: expected [ { lineNumber: 2, …(1) } ] to deeply equal [ { lineNumber: 2, …(1) } ] - Expected + Received Array [ Object { - "error": "Line is too long (8192). It exceed maximum allowed length 8191 by (-1) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (8192). It exceed maximum allowed length 8191 by 1 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 2, }, ] ❯ Module.expectSameInvalidCodeLines ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts:8:34 ❯ ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts:46:9
../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts > AnalyzeTooLongLines > analyzeTooLongLines > batchfile > identifies multiple lines exceeding maximum length: tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts#L8
AssertionError: expected [ { lineNumber: 1, …(1) }, …(1) ] to deeply equal [ { lineNumber: 1, …(1) }, …(1) ] - Expected + Received Array [ Object { - "error": "Line is too long (8192). It exceed maximum allowed length 8191 by (-1) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (8192). It exceed maximum allowed length 8191 by 1 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 1, }, Object { - "error": "Line is too long (8193). It exceed maximum allowed length 8191 by (-2) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (8193). It exceed maximum allowed length 8191 by 2 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 3, }, ] ❯ Module.expectSameInvalidCodeLines ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts:8:34 ❯ ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts:73:9
../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts > AnalyzeTooLongLines > analyzeTooLongLines > shellscript > identifies a single line exceeding maximum length: tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts#L8
AssertionError: expected [ { lineNumber: 2, …(1) } ] to deeply equal [ { lineNumber: 2, …(1) } ] - Expected + Received Array [ Object { - "error": "Line is too long (1048577). It exceed maximum allowed length 1048576 by (-1) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (1048577). It exceed maximum allowed length 1048576 by 1 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 2, }, ] ❯ Module.expectSameInvalidCodeLines ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts:8:34 ❯ ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts:113:9
../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts > AnalyzeTooLongLines > analyzeTooLongLines > shellscript > identifies multiple lines exceeding maximum length: tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts#L8
AssertionError: expected [ { lineNumber: 1, …(1) }, …(1) ] to deeply equal [ { lineNumber: 1, …(1) }, …(1) ] - Expected + Received Array [ Object { - "error": "Line is too long (1048577). It exceed maximum allowed length 1048576 by (-1) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (1048577). It exceed maximum allowed length 1048576 by 1 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 1, }, Object { - "error": "Line is too long (1048578). It exceed maximum allowed length 1048576 by (-2) characTers. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", + "error": "Line is too long (1048578). It exceed maximum allowed length 1048576 by 2 characters. This may cause bugs due to unintended trimming by operating system, shells or terminal emulators.", "lineNumber": 3, }, ] ❯ Module.expectSameInvalidCodeLines ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/ExpectSameInvalidCodeLines.ts:8:34 ❯ ../../tests/unit/application/Parser/Executable/Script/Validation/Analyzers/AnalyzeTooLongLines.spec.ts:140:9
run-tests (windows)
Process completed with exit code 1.