| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
LGTM if the CI is happy now. Maybe drop the superfluous parentheses. |
Sorry, something went wrong.
There was a problem hiding this comment.
The latter should be a helper.
Please also switch to using common.isWindows and common.isAix. :)
Sorry, something went wrong.
There was a problem hiding this comment.
os.endianness() is already defined
Sorry, something went wrong.
|
@Fishrock123 @jasnell updated to address comments. |
Sorry, something went wrong.
Sorry, something went wrong.
|
LGTM. The CI run is borked, however, due to a bad npm update. Will have to rerun after that is addressed. |
Sorry, something went wrong.
|
LGTM if CI is happy. CI is unborked now, so here's a new CI run: https://ci.nodejs.org/job/node-test-pull-request/577/ EDIT: First green node-test-commit-plinux ever! 🎉 |
Sorry, something went wrong.
There was a problem hiding this comment.
Nit that can totally be ignored: isLinuxPpcBe perhaps for consistency? (We don't do isFreeBSD or isSunOS for example.)
Sorry, something went wrong.
There was a problem hiding this comment.
Agreed on consistency but since I just added the ones for FreeBSD and SunOS I'll change those instead
Sorry, something went wrong.
|
Updated to improve captilization for SunOS and FreeBSD |
Sorry, something went wrong.
|
Another CI run after change https://ci.nodejs.org/job/node-test-pull-request/578/ |
Sorry, something went wrong.
|
Nice to see the ppc CI all green. LGTM |
Sorry, something went wrong.
This test is already partially disabled for several platforms with the comment that the required info is not provided at the C++ level. I'm adding AIX as and PPC BE linux as they currently fall into the same category. We are working to see if we can change that in v8 but it will be non-trivial if is possible at all so I don't want to leave the CI with failing tests until that point.
|
Squashed down to 1 commit |
Sorry, something went wrong.
This test is already partially disabled for several platforms with the comment that the required info is not provided at the C++ level. I'm adding AIX as and PPC BE linux as they currently fall into the same category. We are working to see if we can change that in v8 but it will be non-trivial if is possible at all so I don't want to leave the CI with failing tests until that point. PR-URL: #3491 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This test is already partially disabled for several platforms with the comment that the required info is not provided at the C++ level. I'm adding AIX as and PPC BE linux as they currently fall into the same category. We are working to see if we can change that in v8 but it will be non-trivial if is possible at all so I don't want to leave the CI with failing tests until that point. PR-URL: nodejs/node#3491 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This test is already partially disabled for several platforms with the comment that the required info is not provided at the C++ level. I'm adding AIX as and PPC BE linux as they currently fall into the same category. We are working to see if we can change that in v8 but it will be non-trivial if is possible at all so I don't want to leave the CI with failing tests until that point. PR-URL: #3491 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This test is already partially disabled for several platforms with the comment that the required info is not provided at the C++ level. I'm adding AIX as and PPC BE linux as they currently fall into the same category. We are working to see if we can change that in v8 but it will be non-trivial if is possible at all so I don't want to leave the CI with failing tests until that point. PR-URL: #3491 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This test is already partially disabled for several platforms with the comment that the required info is not provided at the C++ level. I'm adding AIX as and PPC BE linux as they currently fall into the same category. We are working to see if we can change that in v8 but it will be non-trivial if is possible at all so I don't want to leave the CI with failing tests until that point. PR-URL: #3491 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
| Back | FazBrowse Home | New Git URL |
This test is already partially disabled for several platforms with
the comment that the required info is not provided at the C++ level.
I'm adding AIX as and PPC BE linux as they currently fall into
the same category. We are working to see if we can change that
in v8 but it will be non-trivial if is possible at all so I don't
want to leave the CI with failing tests until that point.