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

timestampEqual test fails on i386 Linux #291

Open
simevo opened this issue May 3, 2017 · 0 comments
Open

timestampEqual test fails on i386 Linux #291

simevo opened this issue May 3, 2017 · 0 comments

Comments

@simevo
Copy link

simevo commented May 3, 2017

launching tests with grunt-contrib-copy v1.0.0 fails on i386 Linux with:

...
Running "nodeunit:tests" (nodeunit) task
Testing copy_test.js.......F.
>> copy - timestampEqual
>> Error: 1493723278009 == 1493723278082
>>   at Object.timestampEqual (test/copy_test.js:92:10)
>>   at runCallback (timers.js:666:20)
>>   at tryOnImmediate (timers.js:639:5)
>>   at processImmediate [as _immediateCallback] (timers.js:611:5)

>> copy - timestampEqual
>> Error: 1493723278009 == 1493723278082
>>   at Object.timestampEqual (test/copy_test.js:93:10)
>>   at runCallback (timers.js:666:20)
>>   at tryOnImmediate (timers.js:639:5)
>>   at processImmediate [as _immediateCallback] (timers.js:611:5)

Warning: 2/17 assertions failed (19ms) Use --force to continue.

reproducible with node v4.8.2 and v6.10.2 on 4.9.0 kernels (both i386 and amd64) when run in a lxc container or within a VirtualBox VM, on an ext4 filesystem partition

for more details see the conversation in #268

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

1 participant