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

Unified Diff: test/webkit/fast/js/object-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 | « test/webkit/fast/js/array-slow-put-expected.txt ('k') | test/webkit/fast/js/object-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/object-bad-time.js
diff --git a/test/webkit/fast/js/object-bad-time.js b/test/webkit/fast/js/object-bad-time.js
index 2fdb2d17cedad3d7f914ed1b4f70c632888cd5f4..45fb4dd2927c6420b8c48cac6b14909f16df6725 100644
--- a/test/webkit/fast/js/object-bad-time.js
+++ b/test/webkit/fast/js/object-bad-time.js
@@ -36,7 +36,7 @@ function foo(haveABadTime) {
for (var i = 0; i < result.length; ++i) {
if (i == haveABadTime) {
debug("Henceforth I will have a bad time.");
- Cons.prototype.__defineSetter__("3", function() { debug("Ouch!"); ouches++; });
+ Cons.prototype.__defineSetter__("3", function() { ouches++; });
}
result[i] = i;
}
« no previous file with comments | « test/webkit/fast/js/array-slow-put-expected.txt ('k') | test/webkit/fast/js/object-bad-time-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698