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

Unified Diff: test/webkit/fast/js/array-bad-time.js

Issue 62213002: Change test expectations for webkit/fast/js/object-slow-put and friends. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Removed ouch debug output as unnecessary. Created 7 years, 1 month 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 | test/webkit/fast/js/array-bad-time-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/fast/js/array-bad-time.js
diff --git a/test/webkit/fast/js/array-bad-time.js b/test/webkit/fast/js/array-bad-time.js
index 1d3802eda32068b68da29bea17ff7678bdf3bcb2..26241b229e334d11b2980c710d907dc803b2fec6 100644
--- a/test/webkit/fast/js/array-bad-time.js
+++ b/test/webkit/fast/js/array-bad-time.js
@@ -33,7 +33,7 @@ function foo(haveABadTime) {
for (var i = 0; i < result.length; ++i) {
if (i == haveABadTime) {
debug("Henceforth I will have a bad time.");
- Array.prototype.__defineSetter__("3", function() { debug("Ouch!"); ouches++; });
+ Array.prototype.__defineSetter__("3", function() { ouches++; });
}
result[i] = i;
}
« no previous file with comments | « no previous file | test/webkit/fast/js/array-bad-time-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698