[Webkit-unassigned] [Bug 38720] New: [Qt] Auto test wont compile from \3rdparty\webkit\WebKit\qt\tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 6 21:56:02 PDT 2010


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

           Summary: [Qt] Auto test wont compile from
                    \3rdparty\webkit\WebKit\qt\tests
           Product: WebKit
           Version: 420+
          Platform: S60 Emulator
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: samuel.nevala at digia.com


Qt: http://qt.gitorious.org/+qt-s60-developers/qt/qt-s60
branch: 4.7
sha: b1225b83282bdeaf7c3847a8f2b3d05e004ce198

Used qt contains webkit from:
webkit: git://gitorious.org/qtwebkit/qtwebkit.git
sha:3f0f51f4c87e65bfe04165c6af4c00934b0ca1e2

Auto test compile from qt\test\auto.

Reproduce:
1. cd qt\src\3rdparty\webkit\WebKit\qt\tests
2. qmake
3. make

Expected: auto tests compile

Result: tst_ are missing from target files in .mmp

Possible fix:
Replace 
!CONFIG(QTDIR_build):TARGET = tst_$$TARGET 
with
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")

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