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

Unified Diff: test/cctest/test-code-stub-assembler.cc

Issue 2555693004: Sav: [turbofan][stubs] Further adapting machine graph verifier to code stubs. (Closed)
Patch Set: 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/compiler/machine-graph-verifier.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-code-stub-assembler.cc
diff --git a/test/cctest/test-code-stub-assembler.cc b/test/cctest/test-code-stub-assembler.cc
index 701cf186fd33aabf53f2c29769b277d1a37f9c89..8aa6349c716387ffe4d858ac4783dca1c641cda9 100644
--- a/test/cctest/test-code-stub-assembler.cc
+++ b/test/cctest/test-code-stub-assembler.cc
@@ -1960,6 +1960,8 @@ TEST(CodeStubAssemblerGraphsCorrectness) {
Recompile<LoadGlobalICStub>(isolate, LoadGlobalICState(NOT_INSIDE_TYPEOF));
Recompile<LoadICStub>(isolate);
Recompile<KeyedLoadICTFStub>(isolate);
+ Recompile<StoreICStub>(isolate, StoreICState(STRICT));
+ Recompile<KeyedStoreICTFStub>(isolate, StoreICState(STRICT));
}
v8_isolate->Dispose();
}
« no previous file with comments | « src/compiler/machine-graph-verifier.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698