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

Unified Diff: test/mjsunit/regress-sync-optimized-lists.js

Issue 422063005: Contribution of PowerPC port. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: re-upload - catch up to 8/19 level Created 6 years, 4 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
Index: test/mjsunit/regress-sync-optimized-lists.js
diff --git a/test/mjsunit/regress-sync-optimized-lists.js b/test/mjsunit/regress-sync-optimized-lists.js
index f07c12b2cb82ef8ae2d149472aa38723e200f721..410551ce3199aff8597010a3dcdba0e74b50d07b 100644
--- a/test/mjsunit/regress-sync-optimized-lists.js
+++ b/test/mjsunit/regress-sync-optimized-lists.js
@@ -5,6 +5,8 @@
// Flags: --allow-natives-syntax --block-concurrent-recompilation
// Flags: --no-concurrent-osr
+// This test assumes concurrent recompilation is enabled
+if (%IsConcurrentRecompilationSupported()) {
function Ctor() {
this.a = 1;
}
@@ -43,3 +45,4 @@ o.c = 2.2;
var f2 = get_closure();
f2(new Ctor(), true);
+}
« src/hydrogen-bch.cc ('K') | « test/mjsunit/nans.js ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698