Thank you! A few minor failures are not worrying, indeed. :) Has anyone run the full test262 test suite within a module scope, just to make sure all of the ordinary features work there the same? (I understand that from a point of view of an implementor, this might seem unnecessary, because it is the same engine, but who knows, it may uncover hidden peculiarities in the engine)
☆*PhistucK* On Wed, Jun 21, 2017 at 6:54 PM, Adam Klein <ad...@chromium.org> wrote: > On Wed, Jun 21, 2017 at 8:25 AM, Domenic Denicola <d...@domenic.me> wrote: > >> From: blink-...@chromium.org [mailto:blink-...@chromium.org] On Behalf >> Of PhistucK >> >> > What about test-262 (web-platform-tests are not supposed to test >> ECMAScript features) for modules? >> >> This is not an ECMAScript feature; this is an intent-to-ship specifically >> for <script type=module>, and HTML feature. As such test262 tests are out >> of scope. >> >> There are some test262 tests for modules, but those are related to >> foundational work done by the V8 team earlier in the process, and not >> related to the work being done in this intent to ship. >> > > That being said, V8 passes all but three of the test262 tests for modules > (see https://cs.chromium.org/chromium/src/v8/test/test262/ > test262.status?rcl=ea49cd0a053b89c31013b98a4763b9c9c75fe07a&l=356), and > those tests have to do with corner cases of object reflection on namespace > objects, which is 1) minor and 2) completely orthogonal from module loading > in HTML. > > - Adam > -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
