archives

« Bugzilla Issues Index

#2989 — Useless step in TestIntegrityLevel


In 7.3.12 TestIntegrityLevel, step 13 bii, we have
b. If status is an abrupt completion, then
i. If pendingException is undefined, then set pendingException to status.
ii. Let configurable be true.

Setting configurable to true is noop as later in step 14 we'll return pendingException, without using the configurable value.

I think we should just remove this step (7.3.12, 13 b ii)

Thanks,
Yong


fixed in rev26 editor's draft


in rev26