Changeset 63101 in webkit


Ignore:
Timestamp:
Jul 12, 2010 11:18:32 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-07-12 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

    r63095 r63101  
     12010-07-12  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-07-09  Alexey Proskuryakov  <ap@apple.com>
    214
  • trunk/WebKitTools/Scripts/old-run-webkit-tests

    r63085 r63101  
    13841384    }
    13851385
    1386     # Port spesifics
     1386    # Port specifics
     1387    if (isGtk()) {
     1388        $CLEAN_ENV{GTK_MODULES} = "gail";
     1389    }
     1390
    13871391    if (isQt()) {
    13881392        $CLEAN_ENV{QTWEBKIT_PLUGIN_PATH} = productDir() . "/lib/plugins";
Note: See TracChangeset for help on using the changeset viewer.