From: yangguo@chromium.org Date: Thu, 14 Aug 2014 07:11:44 +0000 (+0000) Subject: Fix test expectations. X-Git-Tag: upstream/4.7.83~7618 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efde48fb30d98257388f1b9a45098251d8ab2b39;p=platform%2Fupstream%2Fv8.git Fix test expectations. TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/461233003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23113 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/mjsunit/es6/reject-caught-by-default-reject-handler.js b/test/mjsunit/es6/debug-promises/reject-caught-by-default-reject-handler.js similarity index 100% rename from test/mjsunit/es6/reject-caught-by-default-reject-handler.js rename to test/mjsunit/es6/debug-promises/reject-caught-by-default-reject-handler.js diff --git a/test/mjsunit/es6/throw-caught-by-default-reject-handler.js b/test/mjsunit/es6/debug-promises/throw-caught-by-default-reject-handler.js similarity index 100% rename from test/mjsunit/es6/throw-caught-by-default-reject-handler.js rename to test/mjsunit/es6/debug-promises/throw-caught-by-default-reject-handler.js diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 228d243..1305a0b 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -127,6 +127,7 @@ 'es6/debug-promises/throw-uncaught-all': [PASS, NO_VARIANTS], 'es6/debug-promises/throw-uncaught-uncaught': [PASS, NO_VARIANTS], 'es6/debug-promises/reject-uncaught-late': [PASS, NO_VARIANTS], + 'es6/debug-promises/throw-caught-by-default-reject-handler': [PASS, NO_VARIANTS], 'harmony/debug-blockscopes': [PASS, NO_VARIANTS], 'harmony/generators-debug-scopes': [PASS, NO_VARIANTS], 'regress/regress-1081309': [PASS, NO_VARIANTS],