Skip to content

expose process.binding('util').getPromiseDetails #4

expose process.binding('util').getPromiseDetails

expose process.binding('util').getPromiseDetails #4

Re-run triggered January 5, 2024 23:22
Status Failure
Total duration 1h 16m 33s
Artifacts

test-linux.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test-linux: test/parallel/test-process-binding-util.js#L7
--- stderr --- node:assert:125 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + 'WeakReference', + 'arrayBufferViewHasBuffer', + 'constants', + 'getCallerLocation', + 'getConstructorName', + 'getExternalValue', + 'getOwnNonIndexProperties', + 'getPromiseDetails', + 'getProxyDetails', + 'guessHandleType', + 'isAnyArrayBuffer', + 'isArrayBuffer', + 'isArrayBufferDetached', + 'isArrayBufferView', + 'isAsyncFunction', + 'isDataView', + 'isDate', + 'isExternal', + 'isMap', + 'isMapIterator', + 'isNativeError', + 'isPromise', + 'isRegExp', + 'isSet', + 'isSetIterator', + 'isTypedArray', + 'isUint8Array', + 'previewEntries', + 'privateSymbols', + 'shouldAbortOnUncaughtToggle', + 'sleep', + 'toUSVString' - 'isAnyArrayBuffer', - 'isArrayBuffer', - 'isArrayBufferView', - 'isAsyncFunction', - 'isDataView', - 'isDate', - 'isExternal', - 'isMap', - 'isMapIterator', - 'isNativeError', - 'isPromise', - 'isRegExp', - 'isSet', - 'isSetIterator', - 'isTypedArray', - 'isUint8Array' ] at Object.<anonymous> (/home/runner/work/node/node/test/parallel/test-process-binding-util.js:7:8) at Module._compile (node:internal/modules/cjs/loader:1356:14) at Module._extensions..js (node:internal/modules/cjs/loader:1414:10) at Module.load (node:internal/modules/cjs/loader:1197:32) at Module._load (node:internal/modules/cjs/loader:1013:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12) at node:internal/main/run_main_module:28:49 { generatedMessage: true, code: 'ERR_ASSERTION', actual: [ 'WeakReference', 'arrayBufferViewHasBuffer', 'constants', 'getCallerLocation', 'getConstructorName', 'getExternalValue', 'getOwnNonIndexProperties', 'getPromiseDetails', 'getProxyDetails', 'guessHandleType', 'isAnyArrayBuffer', 'isArrayBuffer', 'isArrayBufferDetached', 'isArrayBufferView', 'isAsyncFunction', 'isDataView', 'isDate', 'isExternal', 'isMap', 'isMapIterator', 'isNativeError', 'isPromise', 'isRegExp', 'isSet', 'isSetIterator', 'isTypedArray', 'isUint8Array', 'previewEntries', 'privateSymbols', 'shouldAbortOnUncaughtToggle', 'sleep', 'toUSVString' ], expected: [ 'isAnyArrayBuffer', 'isArrayBuffer', 'isArrayBufferView', 'isAsyncFunction', 'isDataView', 'isDate', 'isExternal', 'isMap', 'isMapIterator', 'isNativeError', 'isPromise', 'isRegExp', 'isSet', 'isSetIterator', 'isTypedArray', 'isUint8Array' ], operator: 'deepStrictEqual' } Node.js v18.19.0 Command: out/Release/node /home/runner/work/node/node/test/parallel/test-process-binding-util.js
test-linux
Process completed with exit code 2.