Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3178)

Unified Diff: chrome/test/data/gpu/pixel_canvas2d.html

Issue 9663033: Debug flaky gpu pixel tests by printing event trace on failure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/gpu/gpu_pixel_browsertest.cc » ('j') | chrome/test/gpu/gpu_pixel_browsertest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/gpu/pixel_canvas2d.html
diff --git a/chrome/test/data/gpu/pixel_canvas2d.html b/chrome/test/data/gpu/pixel_canvas2d.html
index 472093ed343ad5d2a94d339e9efade388797e519..f59c1d61f04c232c3c79b73fa18884ed19271ec8 100644
--- a/chrome/test/data/gpu/pixel_canvas2d.html
+++ b/chrome/test/data/gpu/pixel_canvas2d.html
@@ -8,12 +8,12 @@
}
</style>
<script>
-var g_swapsBeforeAck = 15;
+var g_swapsBeforeAck = 6;
var g_paintLoopStarted = false;
function main()
{
- g_swapsBeforeAck = 15;
+ g_swapsBeforeAck = 6;
if (!g_paintLoopStarted) {
g_paintLoopStarted = true;
« no previous file with comments | « no previous file | chrome/test/gpu/gpu_pixel_browsertest.cc » ('j') | chrome/test/gpu/gpu_pixel_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698