1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 01:50:53 +09:00

Update testing.md (#46043)

skipstressdependencies switch was removed from the runtime tests build script.
This commit is contained in:
Fan Yang 2020-12-14 15:39:06 -05:00 committed by GitHub
parent 31062e4ec6
commit 1aac928655
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ make run-tests-coreclr-all
### WebAssembly:
Build the runtime tests for WebAssembly
```
$(REPO_ROOT)/src/tests/build.sh -skipstressdependencies -excludemonofailures os Browser wasm <Release/Debug>
$(REPO_ROOT)/src/tests/build.sh -excludemonofailures os Browser wasm <Release/Debug>
```
The last few lines of the build log should contain something like this:
@ -42,7 +42,7 @@ To run all tests, execute that command, adding `wasm` to the end.
### Android:
Build the runtime tests for Android x64
```
$(REPO_ROOT)/src/tests/build.sh -skipstressdependencies -excludemonofailures os Android x64 <Release/Debug>
$(REPO_ROOT)/src/tests/build.sh -excludemonofailures os Android x64 <Release/Debug>
```
The last few lines of the build log should contain something like this: