[Webkit-unassigned] [Bug 122787] JavaScriptCore tests should run on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 16 11:37:02 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=122787





--- Comment #10 from Brent Fulgham <bfulgham at webkit.org>  2013-10-16 11:35:47 PST ---
The *.submit.sln files are part of Apple's internal build (submissions) process and cannot be modified the way you propose in this bug. They need to be isolated from each-other the way they currently are.

It looks like this whole thing is fallout from the move to VS 2010.  We somehow lost the original "JavaScriptCore.sln" file, which is what build-jsc should be using.

So, to do this properly we need to do the following:

1. Leave JavaScriptCore.submit.sln and WTF.submit.sln alone.
2. Copy your JavaScriptCore.submit.sln to "JavaScriptCore.sln" and check it in.
3. Modify build-jsc to use "JavaScriptCore.sln" instead of "JavaScriptCore.submit.sln"  This was wrongly done previously (probably by me or rfong).

At that point, all of this should be perfect.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list