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

Unified Diff: test/mjsunit/fuzz-natives-part3.js

Issue 110203002: Refactor the compiling pipeline. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: addressed comments Created 7 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 | « test/mjsunit/fuzz-natives-part2.js ('k') | test/mjsunit/fuzz-natives-part4.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/fuzz-natives-part3.js
diff --git a/test/mjsunit/fuzz-natives-part3.js b/test/mjsunit/fuzz-natives-part3.js
index 0d5ec6f6bce880b88b15d9ee3987a3b9b84993a9..121b8f55dbbed7f5ebee07941d5d552cdf6ba4de 100644
--- a/test/mjsunit/fuzz-natives-part3.js
+++ b/test/mjsunit/fuzz-natives-part3.js
@@ -149,9 +149,9 @@ var knownProblems = {
"PushCatchContext": true,
"PushBlockContext": true,
"PushModuleContext": true,
- "LazyCompile": true,
- "LazyRecompile": true,
- "ConcurrentRecompile": true,
+ "CompileUnoptimized": true,
+ "CompileOptimized": true,
+ "CompileOptimizedConcurrent": true,
"NotifyDeoptimized": true,
"NotifyStubFailure": true,
"NotifyOSR": true,
« no previous file with comments | « test/mjsunit/fuzz-natives-part2.js ('k') | test/mjsunit/fuzz-natives-part4.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698