RE: [v8-users] Trouble running tests on Windows

2015-09-15 Thread Domenic Denicola
From: v8-users@googlegroups.com [mailto:v8-users@googlegroups.com] On Behalf Of Jakob Kummerow > https://code.google.com/p/v8-wiki/wiki/BuildingWithGYP#Running_tests Thanks. I think I had previously tried that but forgotten to change "build" to "out". It would still be ideal if Windows

[v8-users] Trouble running tests on Windows

2015-09-15 Thread Domenic Denicola
I have two persistent issues while trying to run the V8 tests on Windows, and was hoping someone had figured out a workaround: 1. run-tests.py seems to expect output to be in folders named things like out/ia32.debug or out/x64.debug, whereas the Windows build puts them in out/Debug

Re: [v8-users] Trouble running tests on Windows

2015-09-15 Thread Jakob Kummerow
On Tue, Sep 15, 2015 at 7:31 PM, Domenic Denicola wrote: > I have two persistent issues while trying to run the V8 tests on Windows, > and was hoping someone had figured out a workaround: > >1. run-tests.py seems to expect output to be in folders named things >like

Re: [v8-users] Trouble running tests on Windows

2015-09-15 Thread Jakob Kummerow
On Tue, Sep 15, 2015 at 8:16 PM, Domenic Denicola wrote: > From: v8-users@googlegroups.com [mailto:v8-users@googlegroups.com] On > Behalf Of Jakob Kummerow > > > https://code.google.com/p/v8-wiki/wiki/BuildingWithGYP#Running_tests > > Thanks. I think I had previously tried that