test: add promises metadata to postmortem test#31357
test: add promises metadata to postmortem test#31357mmarchini wants to merge 1 commit intonodejs:masterfrom
Conversation
type_JSPromise__JS_PROMISE_TYPE and type_JSMessageObject__JS_MESSAGE_OBJECT_TYPE will be used on llnode to identify Promises in memory and core dumps: nodejs/llnode#272. Add these to our postmortem test so we're aware of any changes to this metadata.
|
CI: https://ci.nodejs.org/job/node-test-pull-request/28442/ |
|
Might V8 benchmark failure be related to Python 3?: 15:19:14 Warning: gclient doesn't yet support Python 3 and may not work correctly.
15:19:14 Error: Command 'download_from_google_storage --no_resume --platform=linux* --no_auth --bucket chromium-clang-format -s v8/buildtools/linux64/clang-format.sha1' returned non-zero exit status 1 in . |
|
|
Runninng a freestyle for |
|
Landed in cf5624c |
type_JSPromise__JS_PROMISE_TYPE and type_JSMessageObject__JS_MESSAGE_OBJECT_TYPE will be used on llnode to identify Promises in memory and core dumps: nodejs/llnode#272. Add these to our postmortem test so we're aware of any changes to this metadata. PR-URL: #31357 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
type_JSPromise__JS_PROMISE_TYPE and type_JSMessageObject__JS_MESSAGE_OBJECT_TYPE will be used on llnode to identify Promises in memory and core dumps: nodejs/llnode#272. Add these to our postmortem test so we're aware of any changes to this metadata. PR-URL: #31357 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
|
@mmarchini should this go back to |
type_JSPromise__JS_PROMISE_TYPEandtype_JSMessageObject__JS_MESSAGE_OBJECT_TYPEwill be used on llnode toidentify Promises in memory and core dumps:
nodejs/llnode#272. Add these to our postmortem
test so we're aware of any changes to this metadata.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes