Andreas Rossberg (2013-05-02T12:08:50.000Z)
github at esdiscuss.org (2013-07-12T02:27:21.960Z)
On 2 May 2013 08:42, Tom Van Cutsem <tomvc.be at gmail.com> wrote: > 2013/5/1 Kevin Reid <kpreid at google.com> > >> What is the most current test suite available for this variant of >> proxies? So far I have found >> http://hg.ecmascript.org/tests/harmony/, which seems to be a more >> recent version of what we are currently using, but has it been >> superseded by something else? > > > The test suite you refer to is the first test suite I wrote for the original > harmony:proxies. I used it mostly to test the early Mozilla implementation > done by Andreas Gal. It wouldn't surprise me if Mozilla extended this test > suite to test their implementation more thoroughly. Also, since these > proxies are also in v8, perhaps Andreas Rossberg can point you to the test > suite used to test v8 proxies. The tests I wrote for V8 can be seen here (the 7 files named proxies*): https://code.google.com/p/v8/source/browse/branches/bleeding_edge#bleeding_edge%2Ftest%2Fmjsunit%2Fharmony I believe they are quite a bit more extensive than what's in the Ecma repository. But they are also rather monolithic, and rely on V8's MJSunit test lib.