Skip to content

Commit 3a5cd7d

Browse files
committed
Use waterfall instead of experimental, now the repo has moved.
1 parent 6e5eb6b commit 3a5cd7d

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "test/spec"]
22
path = test/spec
33
url = https://github.com/WebAssembly/testsuite.git
4-
[submodule "test/experimental"]
5-
path = test/experimental
6-
url = https://github.com/WebAssembly/experimental.git
4+
[submodule "test/waterfall"]
5+
path = test/waterfall
6+
url = https://github.com/WebAssembly/waterfall.git

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The `check.py` script supports some options:
171171
* If an interpreter is provided, we run the output through it, checking for parse errors.
172172
* If tests are provided, we run exactly those. If none are provided, we run them all.
173173
* Some tests require `emcc` or `nodejs` in the path. They will not run if the tool cannot be found, and you'll see a warning.
174-
* We have tests from upstream in `tests/spec` and `tests/experimental`, in git submodules. Running `./update.py` should update those.
174+
* We have tests from upstream in `tests/spec` and `tests/waterfall`, in git submodules. Running `./update.py` should update those.
175175

176176
(`src/emscripten-optimizer` is synced with `tools/optimizer/` in the main emscripten repo, for convenience)
177177

check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def fix(x):
258258

259259
print '\n[ checking torture testcases... ]\n'
260260

261-
import test.experimental.buildbot.link_assembly_files as link_assembly_files
261+
import test.waterfall.src.link_assembly_files as link_assembly_files
262262
s2wasm_torture_out = os.path.abspath(os.path.join('test', 's2wasm-torture-out'))
263263
if os.path.isdir(s2wasm_torture_out):
264264
shutil.rmtree(s2wasm_torture_out)

test/experimental

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/waterfall

Submodule waterfall added at 19d7e95

0 commit comments

Comments
 (0)