From 9eefbda27fac9192d8d3cd5b77826e230a8c3d22 Mon Sep 17 00:00:00 2001 From: "dslomov@chromium.org" Date: Mon, 10 Mar 2014 14:52:05 +0000 Subject: [PATCH] Mark mjsunit/string-case as flaky. BUG=v8:3208 LOG=N R=machenbach@chromium.org Review URL: https://codereview.chromium.org/192573004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19760 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/mjsunit.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 8a2fef9dd3..2bc9822992 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -134,6 +134,10 @@ 'osr-elements-kind': [SKIP], 'regress/regress-165637': [SKIP], 'regress/regress-2249': [SKIP], + + # Tests failing GC stress - possible bugs. + # BUG(v8:3208) + 'string-case': [FLAKY, PASS], }], # 'gc_stress == True' ##############################################################################