mirror of
https://github.com/servo/servo
synced 2026-05-14 02:47:14 +02:00
I got trigged by this: <img width="1589" height="919" alt="image" src="https://github.com/user-attachments/assets/ad827309-551a-452a-9af3-b857b71dc4cd" /> Servo is the only one TIMEOUT on this test, but we don't have a `tests/wpt/meta/streams/queuing-strategies.any.js.ini`, when I run it locally I get one test TIMEOUT and another one CRASH, this should fix it. Before this fix: ``` [queuing-strategies.any.worker.html] expected: CRASH [queuing-strategies.any.html] expected: TIMEOUT [ByteLengthQueuingStrategy: size behaves as expected with strange arguments] expected: TIMEOUT ``` Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>