Skip to content

Windows Support: Process exited with status -4058 #8

@jpoon

Description

@jpoon

I'm seeing the error process exited with status -4058 when trying to run a sample app and/or the mocha tests. Saw a couple commits in the project history about adding Windows support so I assumed that this project supports Windows, or am I just doing something funky?

$ mocha
child_process: customFds option is deprecated, use stdio instead.


  gitane
    #run
      1) should run the command with correct GIT_SSH environment
      2) should run the command in the correct baseDir
      √ should correctly handle failed commands
    #writeFiles
      √ should create a random file if none specified
      √ should use passed-in file if specified
      3) should create an executable script and an 0600-mode key by default
      4) should create an executable script and honour keyMode param
      5) should support event emitter parameter for real-time updates


  3 passing (62ms)
  5 failing

  1) gitane #run should run the command with correct GIT_SSH environment:
     Uncaught AssertionError: expected 'process exited with status -4058' to be null


  2) gitane #run should run the command in the correct baseDir:
     Uncaught AssertionError: expected 'process exited with status -4058' to be null


  3) gitane #writeFiles should create an executable script and an 0600-mode key by default:
     Uncaught AssertionError: expected '100666' to deeply equal '100755'


  4) gitane #writeFiles should create an executable script and honour keyMode param:
     Uncaught AssertionError: expected '100666' to deeply equal '100755'


  5) gitane #writeFiles should support event emitter parameter for real-time updates:
     Uncaught AssertionError: expected 'process exited with status -4058' to be null

My Setup:

  • Windows 8.1
  • Node v0.12

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions