diff options
author | Anonymous <65428781+00ff0000red@users.noreply.github.com> | 2021-01-24 07:05:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-24 16:05:18 +0100 |
commit | ad60e750d75471d7c7f31f9f40ff233a29aba332 (patch) | |
tree | b47acf39f22948e15d6ec1bdac917b0814fe0dad /cli/tests | |
parent | 2ca637962faeccb92e729dd0dd45b59410074afd (diff) |
fix(runtime/js): use DOMException in Performance#measure (#9142)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/wpt.jsonc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/cli/tests/wpt.jsonc b/cli/tests/wpt.jsonc index 8774ca793..7c636b68c 100644 --- a/cli/tests/wpt.jsonc +++ b/cli/tests/wpt.jsonc @@ -164,16 +164,7 @@ "mark-errors", "mark-measure-return-objects", "mark.any", - { - "name": "measure_syntax_err", - "expectFail": [ - // TODO(lucacasonato): re-enable when #9009 is fixed. - "self.performance.measure(\"measure\", \"mark\"), where \"mark\" is a non-existent mark, throws a SyntaxError exception.", - "self.performance.measure(\"measure\", \"mark\", \"existing_mark\"), where \"mark\" is a non-existent mark, throws a SyntaxError exception.", - "self.performance.measure(\"measure\", \"existing_mark\", \"mark\"), where \"mark\" is a non-existent mark, throws a SyntaxError exception.", - "self.performance.measure(\"measure\", \"mark\", \"mark\"), where \"mark\" is a non-existent mark, throws a SyntaxError exception." - ] - }, + "measure_syntax_err", "measure-l3", "structured-serialize-detail", "user_timing_exists" |