test262 icon indicating copy to clipboard operation
test262 copied to clipboard

Add tests for AsyncContext (Stage 2)

Open andreubotella opened this issue 2 years ago • 1 comments
trafficstars

See https://github.com/tc39/proposal-async-context.

andreubotella avatar Jul 18 '23 15:07 andreubotella

The tests in built-ins/AsyncContext/context-propagation/* are really tests that the changes to the HostMakeJobCallback and HostCallJobCallback host hooks are indeed reflected in the built-in APIs that use those hooks. Maybe they should be moved to those APIs' folders.

Also, built-ins/AsyncContext/context-propagation/generators.js currently tests a behavior that was agreed to in tc39/proposal-async-context#18 but that hasn't yet been changed in the spec text.

andreubotella avatar Jul 18 '23 16:07 andreubotella