The point of test suites is usually to provide broad coverage. If you want
to test only specific features, you should probably write your own tests
that test exactly what you want.

On Wed, Nov 2, 2016 at 11:20 AM, Dmitriy - <[email protected]> wrote:

> Hello,
>
> I'm looking for test for my port v8.
> The port doesn't support many features from v8, but it can run cycles, if
> statements, variable assignment, arithmetics etc.
>
> Do you know any test suit that test some trivial part of machine like a
> arrays, cycles etc?
>
> --
> --
> v8-dev mailing list
> [email protected]
> http://groups.google.com/group/v8-dev
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to