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

Unified Diff: test/cctest/test-cpu-profiler.cc

Issue 2652673002: MIPS: Workaround for bug in MIPS Android compiler (Closed)
Patch Set: Change to test so it won't fail on our board any more. Created 3 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 | « src/heap/store-buffer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-cpu-profiler.cc
diff --git a/test/cctest/test-cpu-profiler.cc b/test/cctest/test-cpu-profiler.cc
index 6ec71a2ab3e3bdb77717880200f044e0633b277c..1c69a4e4af043e0c9f2a1eb11f4c73d9290d3aa6 100644
--- a/test/cctest/test-cpu-profiler.cc
+++ b/test/cctest/test-cpu-profiler.cc
@@ -1312,7 +1312,7 @@ static const char* js_native_js_test_source =
" return s;\n"
"}\n"
"function bar() {\n"
- " foo(1000);\n"
+ " foo(3000);\n"
"}\n"
"function start() {\n"
" CallJsFunction(bar);\n"
« no previous file with comments | « src/heap/store-buffer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698