diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-04 15:40:29 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-04 15:40:29 -0800 |
commit | 98719470da218f2cbe2a256e478f56520a29f4dc (patch) | |
tree | 130aaf8cc7a6b256c98da9a405f2cd5993e2d9e4 | |
parent | 89ade169dc44964b55dbb1bcb584fb14beb70ebb (diff) | |
download | binaryen-98719470da218f2cbe2a256e478f56520a29f4dc.tar.gz binaryen-98719470da218f2cbe2a256e478f56520a29f4dc.tar.bz2 binaryen-98719470da218f2cbe2a256e478f56520a29f4dc.zip |
disable spec tests by default, for now
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ for t in tests: print '\n[ checking wasm-shell spec testcases... ]\n' if len(requested) == 0: - spec_tests = [os.path.join('spec', t) for t in sorted(os.listdir(os.path.join('test', 'spec')))] + spec_tests = [] # XXX [os.path.join('spec', t) for t in sorted(os.listdir(os.path.join('test', 'spec')))] else: spec_tests = requested[:] |