From: yangguo@chromium.org Date: Thu, 26 Jun 2014 09:49:17 +0000 (+0000) Subject: Suppress GC stress failure for a test that asserts code being optimized. X-Git-Tag: upstream/4.7.83~8522 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e26102ac24755dec22447b064dd60f48271f990c;p=platform%2Fupstream%2Fv8.git Suppress GC stress failure for a test that asserts code being optimized. The reason is that GC stress causes additional deopts that the test originally did not foresee. R=marja@chromium.org Review URL: https://codereview.chromium.org/355973003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22034 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 6fc8105..967846b 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -144,6 +144,7 @@ 'regress/regress-2249': [SKIP], 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]], 'elements-transition-hoisting': [PASS, FAIL], + 'getters-on-elements': [PASS, FAIL], }], # 'gc_stress == True' ##############################################################################