Fix expectations for new regression test.
authormachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Sat, 1 Feb 2014 09:56:20 +0000 (09:56 +0000)
committermachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Sat, 1 Feb 2014 09:56:20 +0000 (09:56 +0000)
TBR=jarin@chromium.org

Review URL: https://codereview.chromium.org/150853004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19013 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/mjsunit/mjsunit.status

index 6bfb8e0..9f2af49 100644 (file)
   'regress/regress-336820': [PASS, FAIL],
 
   # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for
-  # nosse2.
-  'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == ia32', PASS]],
+  # nosse2. Also for arm novfp3.
+  'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == ia32 or arch == arm and simulator == True', PASS]],
 }],  # ALWAYS
 
 ##############################################################################