⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 173537 in webkit


Ignore:
Timestamp:
Sep 11, 2014, 1:54:35 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r173530.
​https://bugs.webkit.org/show_bug.cgi?id=136757

Unskipped still fail on bots. (Requested by rfong on #webkit).

Reverted changeset:

"Temporary change to determine why some snapshotting tests are
failing only on bots."
​http://trac.webkit.org/changeset/173530

Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r173532 r173537  
     12014-09-11  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r173530.
     4        https://bugs.webkit.org/show_bug.cgi?id=136757
     5
     6        Unskipped still fail on bots. (Requested by rfong on #webkit).
     7
     8        Reverted changeset:
     9
     10        "Temporary change to determine why some snapshotting tests are
     11        failing only on bots."
     12        http://trac.webkit.org/changeset/173530
     13
    1142014-09-11  Jer Noble  <jer.noble@apple.com>
    215
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r173530 r173537  
    636636[ Mavericks ] http/tests/navigation/ping-cookie.html [ Skip ]
    637637
     638# https://bugs.webkit.org/show_bug.cgi?id=133227
     639plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html
     640plugins/snapshotting/set-plugin-size-to-tiny.html
     641plugins/snapshotting/simple.html
     642
    638643### END OF (6) Features that are not supported in WebKit2, on Mavericks
    639644########################################
  • trunk/LayoutTests/plugins/snapshotting/set-plugin-size-to-tiny.html

    r173530 r173537  
    1919            result.innerHTML = "PASS";
    2020        testRunner.notifyDone();
    21     }, 10000);
     21    }, 2000);
    2222}
    2323</script>
  • trunk/LayoutTests/plugins/snapshotting/simple.html

    r173530 r173537  
    1313            result.innerHTML = "PASS";
    1414        testRunner.notifyDone();
    15     }, 10000);
     15    }, 1000);
    1616}
    1717</script>
  • trunk/LayoutTests/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html

    r173530 r173537  
    1515            result.innerHTML = "PASS";
    1616        testRunner.notifyDone();
    17     }, 10000);
     17    }, 1500);
    1818}
    1919</script>
Note: See TracChangeset for help on using the changeset viewer.