test262 icon indicating copy to clipboard operation
test262 copied to clipboard

Remove 'AsyncArrowFunction' test

Open linusg opened this issue 1 year ago • 3 comments
trafficstars

Fixes #4044

linusg avatar Apr 08 '24 17:04 linusg

There is an implementation-contributed one at https://github.com/tc39/test262/blob/6c60904d42b4872a3aa1224fc7ad2c4c733e9685/implementation-contributed/v8/mjsunit/es8/async-await-basic.js#L82-L93

nicolo-ribaudo avatar Apr 09 '24 08:04 nicolo-ribaudo

This ties into something else I've been trying to figure out; do implementations actually execute those implementation-contributed tests?

ptomato avatar Apr 09 '24 16:04 ptomato

[...] do implementations actually execute those implementation-contributed tests?

No, because the tests contain implementation internal functions and syntax.

anba avatar Apr 09 '24 16:04 anba

@linusg We deleted the implementation-contributed folder because it couldn't be run by other implementations anyway, so could you add the test that Ms2ger requested? Otherwise this seems ready to merge.

ptomato avatar Jul 03 '24 15:07 ptomato

Thanks for the ping, I'll try to do that ASAP.

linusg avatar Jul 03 '24 16:07 linusg

Done, PTAL!

linusg avatar Jul 03 '24 18:07 linusg