Revision: 21513
Author: [email protected]
Date: Tue May 27 08:41:12 2014 UTC
Log: Escape % in SNPrintF call in pretenuring test.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/298183002
http://code.google.com/p/v8/source/detail?r=21513
Modified:
/branches/bleeding_edge/test/cctest/test-heap.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-heap.cc Tue May 27 07:48:36
2014 UTC
+++ /branches/bleeding_edge/test/cctest/test-heap.cc Tue May 27 08:41:12
2014 UTC
@@ -2213,7 +2213,7 @@
"};"
"f(); gc();"
"f(); f();"
- "%OptimizeFunctionOnNextCall(f);"
+ "%%OptimizeFunctionOnNextCall(f);"
"f();",
AllocationSite::kPretenureMinimumCreated);
@@ -2257,7 +2257,7 @@
"};"
"f(); gc();"
"f(); f();"
- "%OptimizeFunctionOnNextCall(f);"
+ "%%OptimizeFunctionOnNextCall(f);"
"f();",
AllocationSite::kPretenureMinimumCreated);
@@ -2292,7 +2292,7 @@
"};"
"f(); gc();"
"f(); f();"
- "%OptimizeFunctionOnNextCall(f);"
+ "%%OptimizeFunctionOnNextCall(f);"
"f();",
AllocationSite::kPretenureMinimumCreated);
@@ -2333,7 +2333,7 @@
"};"
"f(); gc();"
"f(); f();"
- "%OptimizeFunctionOnNextCall(f);"
+ "%%OptimizeFunctionOnNextCall(f);"
"f();",
AllocationSite::kPretenureMinimumCreated);
@@ -2368,7 +2368,7 @@
"};"
"f(); gc();"
"f(); f();"
- "%OptimizeFunctionOnNextCall(f);"
+ "%%OptimizeFunctionOnNextCall(f);"
"f();",
AllocationSite::kPretenureMinimumCreated);
@@ -2403,7 +2403,7 @@
"};"
"f(); gc();"
"f(); f();"
- "%OptimizeFunctionOnNextCall(f);"
+ "%%OptimizeFunctionOnNextCall(f);"
"f();",
AllocationSite::kPretenureMinimumCreated);
@@ -2447,7 +2447,7 @@
"};"
"f(); gc();"
"f(); f();"
- "%OptimizeFunctionOnNextCall(f);"
+ "%%OptimizeFunctionOnNextCall(f);"
"f();",
AllocationSite::kPretenureMinimumCreated);
@@ -2491,7 +2491,7 @@
"};"
"f(); gc();"
"f(); f();"
- "%OptimizeFunctionOnNextCall(f);"
+ "%%OptimizeFunctionOnNextCall(f);"
"f();",
AllocationSite::kPretenureMinimumCreated);
@@ -2547,7 +2547,7 @@
"};"
"f(); gc();"
"f(); f();"
- "%OptimizeFunctionOnNextCall(f);"
+ "%%OptimizeFunctionOnNextCall(f);"
"f();",
AllocationSite::kPretenureMinimumCreated);
@@ -2586,7 +2586,7 @@
"};"
"f(); gc();"
"f(); f();"
- "%OptimizeFunctionOnNextCall(f);"
+ "%%OptimizeFunctionOnNextCall(f);"
"f();",
AllocationSite::kPretenureMinimumCreated);
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.