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:
parent
31062e4ec6
commit
1aac928655
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue