Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

@sandreenko
Copy link

@sandreenko sandreenko commented Mar 27, 2019

build-test.cmd always calls setup-stress-dependencies:

call "%__TestDir%\setup-stress-dependencies.cmd" /arch %__BuildArch% /outputdir %__BinDir%

I have updated build-test.sh to do the same for ADO runs (where we do not use runtest.py) in #23435:

coreclr/build-test.sh

Lines 158 to 159 in 6a48f05

if [ "$__BuildOS" != "OSX" ]; then
nextCommand="\"$__TestDir/setup-stress-dependencies.sh\" --outputDir=$CORE_ROOT"

So now we do not need to repeat this in python script, moreover it did not work right when GCStress was set not to 0xC but to 0xF, 0xE or 0xD.

Closes #23477.

@sandreenko
Copy link
Author

cc @dotnet/jit-contrib

@sandreenko
Copy link
Author

@dotnet-bot test Ubuntu x64 Checked r2r_gcstress15 Queues Ubuntu x64 Checked R2R gcstress15 Build and Test

@sandreenko
Copy link
Author

@dotnet-bot test Ubuntu x64 Checked r2r_gcstress15

1 similar comment
@sandreenko
Copy link
Author

@dotnet-bot test Ubuntu x64 Checked r2r_gcstress15

@sandreenko sandreenko merged commit 3483c6e into dotnet:master Mar 29, 2019
@sandreenko sandreenko deleted the updateRuntestsPy branch March 29, 2019 01:54
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Delete `setup_coredis_tools` from runtest.py.

* delete dead `setup_coredis_tools` .


Commit migrated from dotnet/coreclr@3483c6e
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants