From 1d31e89c6b11ec9d289026434584c1ce949cf002 Mon Sep 17 00:00:00 2001 From: "dcarney@chromium.org" Date: Fri, 17 Oct 2014 14:28:00 +0000 Subject: [PATCH] skip some gc stress tests for tf TBR=mstarzinger@chromium.org BUG= Review URL: https://codereview.chromium.org/659333002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24698 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/mjsunit.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 9e317c0..4f74985 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -235,6 +235,8 @@ # TODO(mstarzinger): Takes too long with TF. 'array-sort': [PASS, NO_VARIANTS], 'regress/regress-91008': [PASS, NO_VARIANTS], + 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], + 'math-floor-of-div': [PASS, NO_VARIANTS], }], # 'gc_stress == True' ############################################################################## -- 2.7.4