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

Unified Diff: test/mjsunit/binary-op-newspace.js

Issue 6987009: Fix GC-unsafe corner case in bit-not on ARM (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 7 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/binary-op-newspace.js
===================================================================
--- test/mjsunit/binary-op-newspace.js (revision 8053)
+++ test/mjsunit/binary-op-newspace.js (working copy)
@@ -25,9 +25,8 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --max-new-space-size=256
+// Flags: --max-new-space-size=256 --noopt
-
// Check that a mod where the stub code hits a failure in heap number
// allocation still works.
« no previous file with comments | « src/arm/code-stubs-arm.cc ('k') | test/mjsunit/bit-not.js » ('j') | test/mjsunit/bit-not.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698