Commit 4a0c8c91 authored by Adam Rice's avatar Adam Rice Committed by Chromium LUCI CQ

Stop running compression detach tests on workers

compression-with-detach.tentative.any.js and
decompression-with-detach.tentative.any.js wpts use a postMessage() API
which only works in a window context to detach an ArrayBuffer. The call
does nothing in workers, so the tests trivially pass and there's no
point in running them.

Rename the tests so they only run in window context.

Change-Id: I31b6524b2c052302bfe1c4c53024e4dcaa5fc70d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643677
Commit-Queue: Adam Rice <ricea@chromium.org>
Commit-Queue: Yoichi Osato <yoichio@chromium.org>
Auto-Submit: Adam Rice <ricea@chromium.org>
Reviewed-by: default avatarYoichi Osato <yoichio@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845865}
parent 38a46620
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment