[Webkit-unassigned] [Bug 42364] New: [Qt] Improve test covrage for QScriptValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 15 06:39:19 PDT 2010


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

           Summary: [Qt] Improve test covrage for QScriptValue
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jedrzej.nowacki at nokia.com
            Blocks: 31863


QtScript have a great test covrage, but it could be even better.

Now the QScriptValue autotest use a set of values to check API, the set is initialized before each test case. Because of a lazy nature of a QScriptValue object, it is not perfect. The value after first contact with an engine get bound to it, so all other tests check modified version of the value. This was the main cause why bug 42363 was found in a benchmarks and not in an autotests.

I propose to recreate all values before each test.

-- 
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