Stop trying to build js-api tests.

The build tool can't handle the current js-api tests, and would take a
significant rewrite to do so. In particular, it would need to stop handling the
helper .js files as tests, and ensure they are included when running the tests
that need them.

However, all of this is already achieved without a build step in the wpt context
as well as in the integration into SpiderMonkey's jstests harness. This
suggests that trying to handle these tests in the build script is not
necessary.
1 file changed
tree: 6657772e26d0ca021299a5ef9325d44eb20ad39d
  1. document/
  2. interpreter/
  3. papers/
  4. test/
  5. .gitattributes
  6. .gitignore
  7. .gitmodules
  8. .travis.yml
  9. Contributing.md
  10. deploy_key.enc
  11. LICENSE
  12. README.md
README.md

Build Status

spec

This repository holds the sources for the WebAssembly draft specification (to seed a future WebAssembly Working Group), a reference implementation, and the official testsuite.

A formatted version of the spec is available here: webassembly.github.io/spec,

Participation is welcome. Discussions about new features, significant semantic changes, or any specification change likely to generate substantial discussion should take place in the WebAssembly design repository first, so that this spec repository can remain focused. And please follow the guidelines for contributing.