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

Unified Diff: test/cctest/heap/test-heap.cc

Issue 2553643002: Remove FLAG_flush_optimized_code_cache (Closed)
Patch Set: test fix. Created 4 years 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/objects-visiting-inl.h ('k') | test/mjsunit/regress/regress-crbug-513507.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/heap/test-heap.cc
diff --git a/test/cctest/heap/test-heap.cc b/test/cctest/heap/test-heap.cc
index d6d1f1d4a37770a6e0a55e6b58ee24dab94c6f51..7d1cf4cefb452299a548e7df4db1b60f068fd323 100644
--- a/test/cctest/heap/test-heap.cc
+++ b/test/cctest/heap/test-heap.cc
@@ -4260,7 +4260,6 @@ TEST(Regress169928) {
#ifdef DEBUG
TEST(Regress513507) {
- i::FLAG_flush_optimized_code_cache = false;
i::FLAG_allow_natives_syntax = true;
i::FLAG_gc_global = true;
CcTest::InitializeVM();
@@ -4317,7 +4316,6 @@ TEST(Regress513507) {
TEST(Regress514122) {
if (!i::FLAG_incremental_marking) return;
- i::FLAG_flush_optimized_code_cache = false;
i::FLAG_allow_natives_syntax = true;
CcTest::InitializeVM();
Isolate* isolate = CcTest::i_isolate();
@@ -4410,7 +4408,6 @@ TEST(Regress514122) {
TEST(OptimizedCodeMapReuseEntries) {
- i::FLAG_flush_optimized_code_cache = false;
i::FLAG_allow_natives_syntax = true;
// BUG(v8:4598): Since TurboFan doesn't treat maps in code weakly, we can't
// run this test.
@@ -4518,7 +4515,6 @@ TEST(OptimizedCodeMapReuseEntries) {
TEST(Regress513496) {
- i::FLAG_flush_optimized_code_cache = false;
i::FLAG_allow_natives_syntax = true;
CcTest::InitializeVM();
Isolate* isolate = CcTest::i_isolate();
« no previous file with comments | « src/heap/objects-visiting-inl.h ('k') | test/mjsunit/regress/regress-crbug-513507.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698