Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

mhdawson
Copy link
Member

@mhdawson mhdawson commented Feb 4, 2016

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.

@mhdawson mhdawson self-assigned this Feb 4, 2016
@mhdawson mhdawson added the test Issues and PRs related to the tests. label Feb 4, 2016
@Trott
Copy link
Member

Trott commented Feb 5, 2016

LGTM if CI is happy

@mscdex mscdex added the lib / src Issues and PRs related to general changes in the lib or src directory. label Feb 5, 2016
@bnoordhuis
Copy link
Member

LGTM but "Aix" or "AIX"? Can you keep #5088 open so it's not forgotten about?

@jasnell
Copy link
Member

jasnell commented Feb 7, 2016

LGTM

@mhdawson
Copy link
Member Author

mhdawson commented Feb 8, 2016

@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.

@mhdawson
Copy link
Member Author

mhdawson commented Feb 8, 2016

@bnoordhuis
Copy link
Member

In respect to "Aix" or "AIX" are you suggesting we change isAix to isAIX ?

Mostly just thinking out aloud. I was under the impression we use "AIX" in most places.

@Trott
Copy link
Member

Trott commented Feb 9, 2016

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.

@mhdawson
Copy link
Member Author

mhdawson commented Feb 9, 2016

@mhdawson
Copy link
Member Author

mhdawson commented Feb 9, 2016

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
Copy link
Contributor

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.
@mhdawson
Copy link
Member Author

Ok fixed typo and added TODO

@thefourtheye
Copy link
Contributor

LGTM, though I also always thought it was AIX :-)

@mhdawson
Copy link
Member Author

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

mhdawson added a commit that referenced this pull request Feb 10, 2016
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 <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: thefourtheye - Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
@mhdawson
Copy link
Member Author

Landed as 97813be

@mhdawson
Copy link
Member Author

@mhdawson
Copy link
Member Author

Test excluded in latest run closing

@mhdawson mhdawson closed this Feb 10, 2016
rvagg pushed a commit that referenced this pull request Feb 15, 2016
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 <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: thefourtheye - Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
MylesBorins pushed a commit that referenced this pull request Feb 18, 2016
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 <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: thefourtheye - Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
MylesBorins pushed a commit that referenced this pull request Feb 18, 2016
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 <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: thefourtheye - Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
@MylesBorins MylesBorins mentioned this pull request Feb 18, 2016
MylesBorins pushed a commit that referenced this pull request Mar 2, 2016
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 <rtrott@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: thefourtheye - Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
@mhdawson mhdawson deleted the tick2 branch March 15, 2017 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lib / src Issues and PRs related to general changes in the lib or src directory. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants