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

Unified Diff: test/webkit/fast/js/array-slow-put.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-bad-time-expected.txt ('k') | test/webkit/fast/js/array-slow-put-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-slow-put.js
diff --git a/test/webkit/fast/js/array-slow-put.js b/test/webkit/fast/js/array-slow-put.js
index 1e8c44d4ed539cc146bd13f29b82f3fc5f434f43..63bcad09d953e342f0b085bf830a513781a23490 100644
--- a/test/webkit/fast/js/array-slow-put.js
+++ b/test/webkit/fast/js/array-slow-put.js
@@ -26,7 +26,7 @@ description(
);
var ouches = 0;
-Array.prototype.__defineSetter__("3", function() { debug("Ouch!"); ouches++; });
+Array.prototype.__defineSetter__("3", function() { ouches++; });
function foo() {
var result = [];
« no previous file with comments | « test/webkit/fast/js/array-bad-time-expected.txt ('k') | test/webkit/fast/js/array-slow-put-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698