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

Changeset 173530 in webkit


Ignore:
Timestamp:
Sep 11, 2014, 12:34:17 PM (12 years ago)
Author:
roger_fong@apple.com
Message:

Temporary change to determine why some snapshotting tests are failing only on bots.
Unskip skipped snapshotting tests and increase the time before we check the plugin state to 10s.

  • platform/mac-wk2/TestExpectations:
  • plugins/snapshotting/set-plugin-size-to-tiny.html:
  • plugins/snapshotting/simple.html:
  • plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r173527 r173530  
     12014-09-11  Roger Fong  <roger_fong@apple.com>
     2
     3        Temporary change to determine why some snapshotting tests are failing only on bots.
     4
     5        Unskip skipped snapshotting tests and increase the time before we check the plugin state to 10s.
     6        * platform/mac-wk2/TestExpectations:
     7        * plugins/snapshotting/set-plugin-size-to-tiny.html:
     8        * plugins/snapshotting/simple.html:
     9        * plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html:
     10
    1112014-09-10  Roger Fong  <roger_fong@apple.com>
    212
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

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

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

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

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