-
Notifications
You must be signed in to change notification settings - Fork 202
Failed test on i386 #270
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
Comments
FYI, build against v8-5.2.258-7.fc25 available in Fedora 25 repository. No failed tests on x86_64 |
I noticed, in v8js_timer_ctx, memory_limit should be size_t to match definition of total_heap_size (v8 HeapStatistics). But this doesn't seems to help. |
I installed a vagrant box with Fedora 25 today, to try this out (based on
did you have to do anything special to get v8js to compile? So far I've just installed the v8 + v8-devel packages you mentioned + php-devel and compilers as needed |
Nothing magic (version 1.3.3 with #266 applied) Spec file : https://github.com/remicollet/remirepo/blob/master/php/pecl/php-pecl-v8js/php-pecl-v8js.spec#L116 |
If it can help, here is a scratch build of v1.3.2 in Fedora 25 See the i386 build.log and x86_64 build.log Notice, this task will be cleaned in a few days. |
Hey, finally had some time to re-visit this issue. I don't have the box anymore, so I started over. This time everything worked fine (and v8js just picked up the needed snapshots -- which caused the trouble mentioned above). I however cannot reproduce the test fails you mentioned (with current Here are the versions I'm using (after all just current fedora 25 packages)
So can you still reproduce this? |
Indeed, everything is now OK.
|
ok, good to know. I'm closing it then. Feel free to re-open (or create another issue) if you have more info |
The text was updated successfully, but these errors were encountered: