From efde48fb30d98257388f1b9a45098251d8ab2b39 Mon Sep 17 00:00:00 2001 From: "yangguo@chromium.org" Date: Thu, 14 Aug 2014 07:11:44 +0000 Subject: [PATCH] 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 --- .../es6/{ => debug-promises}/reject-caught-by-default-reject-handler.js | 0 .../es6/{ => debug-promises}/throw-caught-by-default-reject-handler.js | 0 test/mjsunit/mjsunit.status | 1 + 3 files changed, 1 insertion(+) rename test/mjsunit/es6/{ => debug-promises}/reject-caught-by-default-reject-handler.js (100%) rename test/mjsunit/es6/{ => debug-promises}/throw-caught-by-default-reject-handler.js (100%) 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], -- 2.7.4