sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Add strong mode test suite

Open sgjesse opened this issue 8 years ago • 2 comments

Add a strong mode test suite like the warnings suite (tools/testing/dart/dartino_warnings_suite.dart) we already have. So in addition to

tools/test.py warnings

we get

tools/test.py strong

sgjesse avatar Jun 24 '16 06:06 sgjesse

The intend for this test is to ensure that the Dartino related code (samples and packages) shipped in the SDK are strong mode clean.

All the tools including the compiler are not required to be strong mode clean for now.

sgjesse avatar Jun 24 '16 07:06 sgjesse

Closed by mistake, reopening.

mit-mit avatar Aug 02 '16 09:08 mit-mit