From 0524bc837df7bd634be0bc32ca7a12281f8c98ce Mon Sep 17 00:00:00 2001 From: CYBAI Date: Sun, 11 Nov 2018 01:04:51 +0800 Subject: [PATCH] Update tests expectation --- .../promise-rejection-events-onerror.html.ini | 6 ------ .../promise-rejection-events.html.ini | 6 ------ 2 files changed, 12 deletions(-) delete mode 100644 tests/wpt/metadata/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events-onerror.html.ini delete mode 100644 tests/wpt/metadata/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.html.ini diff --git a/tests/wpt/metadata/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events-onerror.html.ini b/tests/wpt/metadata/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events-onerror.html.ini deleted file mode 100644 index a017e838302..00000000000 --- a/tests/wpt/metadata/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events-onerror.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[promise-rejection-events-onerror.html] - type: testharness - expected: TIMEOUT - [Throwing inside an unhandledrejection handler invokes the error handler.] - expected: TIMEOUT - diff --git a/tests/wpt/metadata/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.html.ini b/tests/wpt/metadata/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.html.ini deleted file mode 100644 index 9ac915db2bb..00000000000 --- a/tests/wpt/metadata/html/webappapis/scripting/processing-model-2/unhandled-promise-rejections/promise-rejection-events.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[promise-rejection-events.html] - type: testharness - expected: TIMEOUT - [rejectionhandled is dispatched from a queued task, and not immediately] - expected: TIMEOUT -