[Webkit-unassigned] [Bug 14853] Incorrect implementation of ArrayImpl's equality operator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 2 08:04:10 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14853





------- Comment #3 from rick at writhe.org.uk  2007-08-02 08:04 PDT -------
(In reply to comment #2)
> (In reply to comment #1)
> > Created an attachment (id=15785)
 --> (http://bugs.webkit.org/attachment.cgi?id=15785&action=view) [edit]
> > Patch that fixes the described bug (includes ChangeLog differences)
> 
> This really needs a test case.

Where can I add such a test case? The problem is that the bug wouldn't show
itself with current higher level functionality (i.e. a layout test or a
JavaScriptCore test). I couldn't find anything about adding a lower level C++
test program. For example, something like:

#include "ArrayImpl.h"

int
main()
{
        WebCore::ArrayImpl a(1, 1);
        WebCore::ArrayImpl b(2, 1);

        // return 1 on error
        return a == b ? 1 : 0;
}


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



More information about the webkit-unassigned mailing list