| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
AIX has nothing to do with the ASAN GitHub workflow. |
Sorry, something went wrong.
@richardlau I couldn't find any reference in the parallel.status for ASAN. Should I add a new section with [$system==asan]? |
Sorry, something went wrong.
That probably won't work. System is from Lines 1671 to 1676 in ead4079 I have no idea how to represent ASAN builds in the status files. |
Sorry, something went wrong.
|
@anonrig You very well might already know this already, but just in case: ASan stands for "Address Sanitizer". More information is at https://clang.llvm.org/docs/AddressSanitizer.html. Hope that helps in figuring out either how to fix the text/issue or else how to detect ASan runs so things can be skipped if necessary. Looking at https://github.com/nodejs/node/blob/ead407915e510014e5294dd4446e29d8f3f04bdc/.github/workflows/test-asan.yml, it seems an easy-ish way to detect an ASan build might be to check for --enable-asan in config.status. |
Sorry, something went wrong.
Sorry, something went wrong.
|
I fixed the issue. Appreciate if you can review this PR again... |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #47422 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
PR-URL: #47422 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
PR-URL: nodejs#47422 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
| Back | FazBrowse Home | New Git URL |
mitigation for #39655