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

CITGM test failing on s390 #285

Closed
gdams opened this issue Oct 12, 2016 · 5 comments
Closed

CITGM test failing on s390 #285

gdams opened this issue Oct 12, 2016 · 5 comments

Comments

@gdams
Copy link

gdams commented Oct 12, 2016

I get the following failure when running citgm-all on s390

# > fs-extra@0.30.0 test /tmp/0d719494-4ba8-4112-ae69-7921be2dfb03/fs-extra
# > npm run lint && npm run unit
# > fs-extra@0.30.0 lint /tmp/0d719494-4ba8-4112-ae69-7921be2dfb03/fs-extra
# > standard
# > fs-extra@0.30.0 unit /tmp/0d719494-4ba8-4112-ae69-7921be2dfb03/fs-extra
# > node test.js
# Can't write to device. Skipping test.
# ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
# ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
# ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
# ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
# ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
# ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
# ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
# ․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․․
#433 passing (4s)
#2 pending
#1 failing
#1) utimes hasMillisResSync() should return a boolean indicating whether it has support:
# AssertionError: false == true
# + expected - actual
# -false
# +true
# 
# at Context.<anonymous> (lib/util/__tests__/utimes.test.js:40:16)
# npm ERR! Linux 3.10.0-327.13.1.el7.s390x
# npm ERR! argv "/dev/shm/usenode.jenkins0/node-v6.7.0-linux-s390/bin/node" "/dev/shm/usenode.jenkins0/node-v6.7.0-linux-s390/bin/npm" "run" "unit"
# npm ERR! node v6.7.0
# npm ERR! npm  v3.10.3
# npm ERR! code ELIFECYCLE
# npm ERR! fs-extra@0.30.0 unit: `node test.js`
# npm ERR! Exit status 1
# npm ERR! 
# npm ERR! Failed at the fs-extra@0.30.0 unit script 'node test.js'.
# npm ERR! Make sure you have the latest version of node.js and npm installed.
# npm ERR! If you do, this is most likely a problem with the fs-extra package,
# npm ERR! not with npm itself.
# npm ERR! Tell the author that this fails on your system:
# npm ERR!     node test.js
# npm ERR! You can get information on how to open an issue for this project with:
# npm ERR!     npm bugs fs-extra
# npm ERR! Or if that isn't available, you can get their info via:
# npm ERR!     npm owner ls fs-extra
# npm ERR! There is likely additional logging output above.
# npm ERR! Please include the following file with any support request:
# npm ERR!     /tmp/0d719494-4ba8-4112-ae69-7921be2dfb03/fs-extra/npm-debug.log
# npm ERR! Test failed.  See above for more details.

Any help would be apreciated

@gdams
Copy link
Author

gdams commented Oct 12, 2016

forgot to mention that this is on node 6.7.0

@jprichardson
Copy link
Owner

@GeorgeAdams95 could there be something going on with libuv and sub-millisecond time precision on the s390?

I've had this issue with Windows before. If you feel like digging:

Thanks.

@RyanZim
Copy link
Collaborator

RyanZim commented Oct 26, 2016

@GeorgeAdams95 @jprichardson Does this need to stay open?

@gdams
Copy link
Author

gdams commented Oct 27, 2016

well its an issue that we need to resolve right ? I suggest leaving it open to see if we can get a fix and close it if we can't within a few weeks

@RyanZim
Copy link
Collaborator

RyanZim commented Dec 31, 2016

Closing for lack of action.

@RyanZim RyanZim closed this as completed Dec 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants