[Webkit-unassigned] [Bug 75474] New: [GTK] run-gtk-test should ignore files with names without a "test" or "Test" prefix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 3 08:19:06 PST 2012


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

           Summary: [GTK] run-gtk-test should ignore files with names
                    without a "test" or "Test" prefix
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: msanchez at igalia.com
                CC: gns at gnome.org, mrobinson at webkit.org,
                    cgarcia at igalia.com
            Blocks: 72589


Currently, any executable file placed under the WK2GTK's API tests directory will be executed, no matter it has or not the "test" or "Test" prefix, which is a problem at least for the patch about bug 72589, since we need to place there a helper program that is not a test, but an "accessibility test server" to be inspected from TestWebKitAccessibility (the actual test).

Initial solution in bug 72589 to this was to include the WebKit2APITests/AccessibilityTestServer file in the SKIPPED list in run-gtk-tests, but it seems that a better solution would be just to make run-gtk-tests to ignore files without the "test" (used for WK1's API tests) and the "Test" (used in WK2) prefix.

So, this bug is about that.

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