You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exit code suggests d8 was terminated by a SIGKILL. That normally means the test runner killed it after a timeout but you would expect to see --- TIMEOUT --- in that case.
It does seem to consistently fail on machines with 2 and 4 G and pass on machines with 8g so I believe it is memory related. Looking at the test shows it is trying to allocate a really big array
There is work to add the ability to run v8 tests from the Node tree in #4704.
Early runs https://ci.nodejs.org/job/mdawson-RunV8TestsInNode/11/consoleFull show one test failure which is as follows:
The text was updated successfully, but these errors were encountered: