Suppress GC stress failure for a test that asserts code being optimized.
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 26 Jun 2014 09:49:17 +0000 (09:49 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 26 Jun 2014 09:49:17 +0000 (09:49 +0000)
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

test/mjsunit/mjsunit.status

index 6fc8105..967846b 100644 (file)
   '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'
 
 ##############################################################################