Changeset 84615 in webkit


Ignore:
Timestamp:
Apr 22, 2011 3:39:30 AM (13 years ago)
Author:
kbalazs@webkit.org
Message:

2011-04-22 Balazs Kelemen <kbalazs@webkit.org>

Reviewed by Csaba Osztrogonác.

[Qt][WK2] Qt should use the mac-wk2 skipped list
https://bugs.webkit.org/show_bug.cgi?id=58536

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

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r84605 r84615  
     12011-04-22  Balazs Kelemen  <kbalazs@webkit.org>
     2
     3        Reviewed by Csaba Osztrogonác.
     4
     5        [Qt][WK2] Qt should use the mac-wk2 skipped list
     6        https://bugs.webkit.org/show_bug.cgi?id=58536
     7
     8        * Scripts/old-run-webkit-tests:
     9
    1102011-04-21  Tony Chang  <tony@chromium.org>
    211
  • trunk/Tools/Scripts/old-run-webkit-tests

    r84544 r84615  
    24232423
    24242424    # Because nearly all of the skipped tests for WebKit 2 on Mac are due to
    2425     # cross-platform issues, Windows will use both the Mac and Windows skipped
    2426     # lists to avoid maintaining separate lists.
    2427     push(@skippedFileDirectories, catdir($platformBaseDirectory, "mac-wk2")) if $platform eq "win-wk2";
     2425    # cross-platform issues, the Windows and Qt ports use the Mac skipped list
     2426    # additionally to their own to avoid maintaining separate lists.
     2427    push(@skippedFileDirectories, catdir($platformBaseDirectory, "mac-wk2")) if ($platform eq "win-wk2" || $platform eq "qt-wk2");
    24282428
    24292429    foreach my $level (@skippedFileDirectories) {
Note: See TracChangeset for help on using the changeset viewer.