Title: [173530] trunk/LayoutTests
- Revision
- 173530
- Author
- [email protected]
- Date
- 2014-09-11 12:34:17 -0700 (Thu, 11 Sep 2014)
Log 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:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (173529 => 173530)
--- trunk/LayoutTests/ChangeLog 2014-09-11 19:33:47 UTC (rev 173529)
+++ trunk/LayoutTests/ChangeLog 2014-09-11 19:34:17 UTC (rev 173530)
@@ -1,3 +1,13 @@
+2014-09-11 Roger Fong <[email protected]>
+
+ 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:
+
2014-09-10 Roger Fong <[email protected]>
Check for varying packing restrictions per program instead of per shader.
Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (173529 => 173530)
--- trunk/LayoutTests/platform/mac-wk2/TestExpectations 2014-09-11 19:33:47 UTC (rev 173529)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations 2014-09-11 19:34:17 UTC (rev 173530)
@@ -635,10 +635,5 @@
# 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 (173529 => 173530)
--- trunk/LayoutTests/plugins/snapshotting/set-plugin-size-to-tiny.html 2014-09-11 19:33:47 UTC (rev 173529)
+++ trunk/LayoutTests/plugins/snapshotting/set-plugin-size-to-tiny.html 2014-09-11 19:34:17 UTC (rev 173530)
@@ -18,7 +18,7 @@
if (!internals.isPluginSnapshotted(embed1) && internals.isPluginSnapshotted(embed2))
result.innerHTML = "PASS";
testRunner.notifyDone();
- }, 2000);
+ }, 10000);
}
</script>
<embed id="plugin1" src=""
Modified: trunk/LayoutTests/plugins/snapshotting/simple.html (173529 => 173530)
--- trunk/LayoutTests/plugins/snapshotting/simple.html 2014-09-11 19:33:47 UTC (rev 173529)
+++ trunk/LayoutTests/plugins/snapshotting/simple.html 2014-09-11 19:34:17 UTC (rev 173530)
@@ -12,7 +12,7 @@
if (internals.isPluginSnapshotted(embed))
result.innerHTML = "PASS";
testRunner.notifyDone();
- }, 1000);
+ }, 10000);
}
</script>
<embed id="plugin" src=""
Modified: trunk/LayoutTests/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html (173529 => 173530)
--- trunk/LayoutTests/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html 2014-09-11 19:33:47 UTC (rev 173529)
+++ trunk/LayoutTests/plugins/snapshotting/snapshot-plugin-not-quite-blocked-by-image.html 2014-09-11 19:34:17 UTC (rev 173530)
@@ -14,7 +14,7 @@
if (internals.isPluginSnapshotted(embed1) && internals.isPluginSnapshotted(embed2))
result.innerHTML = "PASS";
testRunner.notifyDone();
- }, 1500);
+ }, 10000);
}
</script>
<embed id="plugin1" src="" width="600" height="600"></embed>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes