Title: [173537] trunk/LayoutTests
- Revision
- 173537
- Author
- [email protected]
- Date
- 2014-09-11 13:54:35 -0700 (Thu, 11 Sep 2014)
Log 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
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (173536 => 173537)
--- trunk/LayoutTests/ChangeLog 2014-09-11 20:44:38 UTC (rev 173536)
+++ trunk/LayoutTests/ChangeLog 2014-09-11 20:54:35 UTC (rev 173537)
@@ -1,3 +1,16 @@
+2014-09-11 Commit Queue <[email protected]>
+
+ 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
+
2014-09-11 Jer Noble <[email protected]>
More unreviewed gardening. Rebaseline some ML expected results.
Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (173536 => 173537)
--- trunk/LayoutTests/platform/mac-wk2/TestExpectations 2014-09-11 20:44:38 UTC (rev 173536)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations 2014-09-11 20:54:35 UTC (rev 173537)
@@ -635,5 +635,10 @@
# PPT: PingLoader is still in WebProcess. As a result, this test fails and also fails to delete its cookie, breaking many other cookie tests.
[ Mavericks ] http/tests/navigation/ping-cookie.html [ Skip ]
+# https://bugs.webkit.org/show_bug.cgi?id=133227
+plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html
+plugins/snapshotting/set-plugin-size-to-tiny.html
+plugins/snapshotting/simple.html
+
### END OF (6) Features that are not supported in WebKit2, on Mavericks
########################################
Modified: trunk/LayoutTests/plugins/snapshotting/set-plugin-size-to-tiny.html (173536 => 173537)
--- trunk/LayoutTests/plugins/snapshotting/set-plugin-size-to-tiny.html 2014-09-11 20:44:38 UTC (rev 173536)
+++ trunk/LayoutTests/plugins/snapshotting/set-plugin-size-to-tiny.html 2014-09-11 20:54:35 UTC (rev 173537)
@@ -18,7 +18,7 @@
if (!internals.isPluginSnapshotted(embed1) && internals.isPluginSnapshotted(embed2))
result.innerHTML = "PASS";
testRunner.notifyDone();
- }, 10000);
+ }, 2000);
}
</script>
<embed id="plugin1" src=""
Modified: trunk/LayoutTests/plugins/snapshotting/simple.html (173536 => 173537)
--- trunk/LayoutTests/plugins/snapshotting/simple.html 2014-09-11 20:44:38 UTC (rev 173536)
+++ trunk/LayoutTests/plugins/snapshotting/simple.html 2014-09-11 20:54:35 UTC (rev 173537)
@@ -12,7 +12,7 @@
if (internals.isPluginSnapshotted(embed))
result.innerHTML = "PASS";
testRunner.notifyDone();
- }, 10000);
+ }, 1000);
}
</script>
<embed id="plugin" src=""
Modified: trunk/LayoutTests/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html (173536 => 173537)
--- trunk/LayoutTests/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html 2014-09-11 20:44:38 UTC (rev 173536)
+++ trunk/LayoutTests/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html 2014-09-11 20:54:35 UTC (rev 173537)
@@ -14,7 +14,7 @@
if (internals.isPluginSnapshotted(embed1) && internals.isPluginSnapshotted(embed2))
result.innerHTML = "PASS";
testRunner.notifyDone();
- }, 10000);
+ }, 1500);
}
</script>
<embed id="plugin1" src="" width="600" height="600"></embed>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes