-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: don't run test-tick-processor.js on Aix #5093
Conversation
LGTM if CI is happy |
LGTM but "Aix" or "AIX"? Can you keep #5088 open so it's not forgotten about? |
LGTM |
@bnoordhuis will leave 5088 open and add reference to this one. In respect to "Aix" or "AIX" are you suggesting we change isAix to isAIX ? That might makes sense but is separate from this PR. |
Mostly just thinking out aloud. I was under the impression we use "AIX" in most places. |
Failure on CI should go away if you rebase against master again. Master was broken for a short time today and it looks like you caught it at the right moment. |
CI run looks good will land tomorrow. |
// Currently the test-tick-processor functionality in V8 | ||
// depends on addresses being smaller than a full 64 bits. Aix supports | ||
// the full 64 bits and the result is that it does not process the | ||
// addresses correctly and runs of out memory |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
runs out of memory
Currently the test-tick-processor functionality in V8 depends on addresses being smaller than a full 64 bits. Aix supports the full 64 bits and the result is that it does not process the addresses correctly and runs of out memory. Disabling until we get a fix upstreamed into V8.
Ok fixed typo and added TODO |
LGTM, though I also always thought it was AIX :-) |
On the AIX/Aix front you are quite possibly right, but unrelated to this PR as we'd have to fix other callers. I can do that as a separate PR we think its important enough |
Currently the test-tick-processor functionality in V8 depends on addresses being smaller than a full 64 bits. Aix supports the full 64 bits and the result is that it does not process the addresses correctly and runs of out memory. Disabling until we get a fix upstreamed into V8. PR-URL: #5093 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: thefourtheye - Sakthipriyan Vairamani <[email protected]>
Landed as 97813be |
Test excluded in latest run closing |
Currently the test-tick-processor functionality in V8 depends on addresses being smaller than a full 64 bits. Aix supports the full 64 bits and the result is that it does not process the addresses correctly and runs of out memory. Disabling until we get a fix upstreamed into V8. PR-URL: #5093 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: thefourtheye - Sakthipriyan Vairamani <[email protected]>
Currently the test-tick-processor functionality in V8 depends on addresses being smaller than a full 64 bits. Aix supports the full 64 bits and the result is that it does not process the addresses correctly and runs of out memory. Disabling until we get a fix upstreamed into V8. PR-URL: #5093 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: thefourtheye - Sakthipriyan Vairamani <[email protected]>
Currently the test-tick-processor functionality in V8 depends on addresses being smaller than a full 64 bits. Aix supports the full 64 bits and the result is that it does not process the addresses correctly and runs of out memory. Disabling until we get a fix upstreamed into V8. PR-URL: #5093 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: thefourtheye - Sakthipriyan Vairamani <[email protected]>
Currently the test-tick-processor functionality in V8 depends on addresses being smaller than a full 64 bits. Aix supports the full 64 bits and the result is that it does not process the addresses correctly and runs of out memory. Disabling until we get a fix upstreamed into V8. PR-URL: #5093 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: thefourtheye - Sakthipriyan Vairamani <[email protected]>
Currently the test-tick-processor functionality in V8
depends on addresses being smaller than a full 64 bits. Aix supports
the full 64 bits and the result is that it does not process the
addresses correctly and runs of out memory.
Disabling until we get a fix upstreamed into V8.