google / schism

A self-hosting Scheme to WebAssembly compiler
Apache License 2.0
1.27k stars 65 forks source link

Add support for failure tests #83

Open eholk opened 5 years ago

eholk commented 5 years ago

Pretty much all of our tests test that things that should work. We also need tests to make sure things that shouldn't work don't work.

For example, as library support lands, we'll want to make sure names that aren't imported aren't accessible.