Changeset 62106 in webkit


Ignore:
Timestamp:
Jun 29, 2010 5:39:11 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-06-29 Mario Sanchez Prada <msanchez@igalia.com>

Reviewed by Xan Lopez.

Ensure DRT loads GAIL (Gtk+ module), for a11y tests
https://bugs.webkit.org/show_bug.cgi?id=38648

Add the GTK_MODULES envvar (set to "gail") to the clean
environment when running DRT for the Gtk+ port

  • Scripts/old-run-webkit-tests:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r62091 r62106  
     12010-06-29  Mario Sanchez Prada  <msanchez@igalia.com>
     2
     3        Reviewed by Xan Lopez.
     4
     5        Ensure DRT loads GAIL (Gtk+ module), for a11y tests
     6        https://bugs.webkit.org/show_bug.cgi?id=38648
     7
     8        Add the GTK_MODULES envvar (set to "gail") to the clean
     9        environment when running DRT for the Gtk+ port
     10
     11        * Scripts/old-run-webkit-tests:
     12
    1132010-06-28  Adam Barth  <abarth@webkit.org>
    214
  • trunk/WebKitTools/Scripts/old-run-webkit-tests

    r61901 r62106  
    13711371    }
    13721372
    1373     # Port spesifics
     1373    # Port specifics
     1374    if (isGtk()) {
     1375        $CLEAN_ENV{GTK_MODULES} = "gail"
     1376    }
     1377
    13741378    if (isQt()) {
    13751379        $CLEAN_ENV{QTWEBKIT_PLUGIN_PATH} = productDir() . "/lib/plugins";
Note: See TracChangeset for help on using the changeset viewer.