-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Adopt Electron 1.7.x #28582
Comments
The
Calls |
It may not work because out-build doesn't exist. I can repro when doing:
|
After spending quite a bit of time looking into this, I'm pretty stumped on why this is failing. @bpasero @joaomoreno any help would be great as I'm not sure where to go from here. Here's what I've found so far:
|
@Tyriar I just tried to reproduce on Windows, for me the tests are looking all OK. Do you see the test failures on the command line as output? |
@bpasero the output stops before any failures example output:
etc. |
@Tyriar does this reproduce with mocha tests (and the exact same node.js version that electron 1.7.4 uses) too? |
Seems to happen when using node 7.9.0 as well which ships with 1.7.4. Currently the build machine is set up to use 7.10.0 (set in |
Ok so it seems electron unrelated then.
Can you explain this, are you saying the keyboard mapper test is causing this? |
No, the keyboard mapper tests on Windows just have always seemed to fail for me a lot on most of my Windows machines. |
Created electron/electron#10107 to track upstream. It appears to be happening only when using |
Possibly related: nodejs/node#7657 |
Update: It appears electron/electron#10107 is an issue with my home desktop only and is different to what we're seeing on the VSTS build server. So I started to add some logs and run more builds on VSTS to see what is going on and it appears like the tests are exiting with After doing this I did a full build and it succeeded, however it does not launch. running with
|
Commenting out the "Create loader snapshot" step from |
@Tyriar When updating electron you must also bump the version of |
Added to the guide 👍 |
Discussed with @kieferrm we will shift this to August. |
@joaomoreno could you look into the exit code issue when you get a chance? We're seeing VSTS giving an exit code of 255 even though |
@Tyriar @roblourens interestingly I just noticed that Electron marks 1.7.5 as "latest release" while 1.7.4 is still a pre-release. We should consider being on the latest official release if possible imho. |
@joaomoreno well I've never been able to log into the machine, I added an echo %errorlevel% and it was printing 255 after the tests. It looks like VSTS has discarded the build as it wasn't marked as retain. If the Windows builds succeed after this line is removed then all is well: |
Update: I have Electron 1.7.5 on the branch
Not sure why an updated Electron would make this error occur yet though. |
@Tyriar We got that error in the official smoke tests and Andre said in Slack that the Mac build machine was messed up. Try it again. |
Will do |
Currently blocked by: electron/electron#9696
The text was updated successfully, but these errors were encountered: