expose process.binding('util').getPromiseDetails #4
Annotations
2 errors
test-asan:
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-asan
Process completed with exit code 2.
|