From: ulan@chromium.org Date: Fri, 11 Apr 2014 17:03:35 +0000 (+0000) Subject: Skip mjsunit/regress/regress-353058 for ASAN and ARM until r20692 is relanded. X-Git-Tag: upstream/4.7.83~9665 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68bbdaf28d67b7dedc86a2995ee919904e382aba;p=platform%2Fupstream%2Fv8.git Skip mjsunit/regress/regress-353058 for ASAN and ARM until r20692 is relanded. TBR=mvstanton@chromium.org Review URL: https://codereview.chromium.org/232463005 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20696 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 9b9bf32..f604e1c 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -168,6 +168,9 @@ 'regress/regress-91013': [SKIP], 'regress/regress-99167': [SKIP], + # TODO(ulan): enable this after relanding r20692. + 'regress/regress-353058': [SKIP], + # Long running tests. 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], 'regress/regress-2185-2': [PASS, TIMEOUT], @@ -234,6 +237,8 @@ 'big-array-literal': [SKIP], 'big-object-literal': [SKIP], 'regress/regress-crbug-178790': [SKIP], + # TODO(ulan): enable this after relanding r20692. + 'regress/regress-353058': [SKIP], }], # 'asan == True' ############################################################################## @@ -264,6 +269,9 @@ 'regress/regress-create-exception': [SKIP], 'regress/regress-3247124': [SKIP], + # TODO(ulan): enable this after relanding r20692. + 'regress/regress-353058': [SKIP], + # Requires bigger stack size in the Genesis and if stack size is increased, # the test requires too much time to run. However, the problem test covers # should be platform-independent.