[webkit-dev] ping-pong with fast/files/create-blob-url-crash-expected.txt

2011-08-31 Thread Osztrogonac Csaba
Hi, It seems you guys are playing ping-pong with this platform independent expected file. Could you decide which one is the correct? br, Ossy http://trac.webkit.org/changeset/93713 http://trac.webkit.org/changeset/93713/trunk/LayoutTests/fast/files/create-blob-url-crash-expected.txt -PASS:

Re: [webkit-dev] ping-pong with fast/files/create-blob-url-crash-expected.txt

2011-08-31 Thread Philippe Normand
Sorry for the last one. Looks like the patch in https://bugs.webkit.org/show_bug.cgi?id=66045 is intended to fix this issue for both JSC and V8 code generators, if I understood correctly. Philippe On Wed, 2011-08-31 at 13:40 +0200, Osztrogonac Csaba wrote: Hi, It seems you guys are playing

Re: [webkit-dev] ping-pong with fast/files/create-blob-url-crash-expected.txt

2011-08-31 Thread ᛏᚮᛘᛘᚤ
Yeah, that's the intention. I just haven't had the bandwidth lately to spend more time on it :/ /Tommy On Wed, Aug 31, 2011 at 14:57, Philippe Normand ph...@igalia.com wrote: Sorry for the last one. Looks like the patch in https://bugs.webkit.org/show_bug.cgi?id=66045 is intended to fix this

Re: [webkit-dev] ping-pong with fast/files/create-blob-url-crash-expected.txt

2011-08-31 Thread David Levin
On Wed, Aug 31, 2011 at 5:57 AM, Philippe Normand ph...@igalia.com wrote: Sorry for the last one. Looks like the patch in https://bugs.webkit.org/show_bug.cgi?id=66045 is intended to fix this issue for both JSC and V8 code generators, if I understood correctly. Short story:

Re: [webkit-dev] ping-pong with fast/files/create-blob-url-crash-expected.txt

2011-08-31 Thread Philippe Normand
On Wed, 2011-08-31 at 07:28 -0700, David Levin wrote: On Wed, Aug 31, 2011 at 5:57 AM, Philippe Normand ph...@igalia.com wrote: Sorry for the last one. Looks like the patch in https://bugs.webkit.org/show_bug.cgi?id=66045 is intended to fix this issue for

Re: [webkit-dev] ping-pong with fast/files/create-blob-url-crash-expected.txt

2011-08-31 Thread ᛏᚮᛘᛘᚤ
BTW I did figure out why (code generators behave differently for overloaded and non-overloaded functions), mentioned that bug in the comments further down, and uploaded a patch to fix it. I'm sorry I didn't have had time to take it further. On Wed, Aug 31, 2011 at 16:28, David Levin