diff options
author | Ben Smith <binji@chromium.org> | 2015-09-28 15:01:54 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2015-09-28 15:01:54 -0700 |
commit | 3e8a4bc6f8650e6eb26dd7e746136d6a98b7a815 (patch) | |
tree | c64e1d28e036045371200326cb286f101a1a2cfe /test/spec/exports.txt | |
parent | 8eb717c336aa106292034e9b53ccfb2e9c82fe74 (diff) | |
download | wabt-3e8a4bc6f8650e6eb26dd7e746136d6a98b7a815.tar.gz wabt-3e8a4bc6f8650e6eb26dd7e746136d6a98b7a815.tar.bz2 wabt-3e8a4bc6f8650e6eb26dd7e746136d6a98b7a815.zip |
disable exports spec test because of memory leak
Diffstat (limited to 'test/spec/exports.txt')
-rw-r--r-- | test/spec/exports.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/spec/exports.txt b/test/spec/exports.txt index eea18bf8..f7d84da6 100644 --- a/test/spec/exports.txt +++ b/test/spec/exports.txt @@ -1,3 +1,4 @@ +# SKIP: leaks memory when function is exported twice with different names # EXE: test/run-d8.py # FLAGS: --spec # STDIN_FILE: third_party/spec/ml-proto/test/exports.wasm |