/streams/writable-streams/floating-point-total-queue-size.any.html| status | subtest | message |
|---|---|---|
| FAIL | Floating point arithmetic must manifest near NUMBER.MAX_SAFE_INTEGER (total ends up positive) | assert_equals: desiredSize must be calculated using double-precision floating-point arithmetic (after writing two chunks) expected -9007199254740992 but got 0 |
| FAIL | Floating point arithmetic must manifest near 0 (total ends up positive, but clamped) | assert_equals: desiredSize must be calculated using double-precision floating-point arithmetic (after writing two chunks) expected -1 but got 0 |
| FAIL | Floating point arithmetic must manifest near 0 (total ends up positive, and not clamped) | assert_equals: desiredSize must be calculated using double-precision floating-point arithmetic (after writing three chunks) expected -1.0000000000000002 but got 0 |
| FAIL | Floating point arithmetic must manifest near 0 (total ends up zero) | assert_equals: desiredSize must be calculated using double-precision floating-point arithmetic (after writing two chunks) expected -1.0000000000000002 but got 0 |
bundle built 2026-07-16T07:16:48.063Z