summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Mandaleeka <adityamandaleeka@users.noreply.github.com>2016-06-21 15:40:25 -0700
committerGitHub <noreply@github.com>2016-06-21 15:40:25 -0700
commit56bfb01ac50ae7411eb94215200ea8d1230b1997 (patch)
tree5aed5b149fac1899c4e665452663629bdafd61a1
parentc278c028111aba47c23c2f3c7ba5e0f152f21faf (diff)
parentce86b743aefa7decd5490a9f8a86b95dbe23a9d9 (diff)
downloadcoreclr-56bfb01ac50ae7411eb94215200ea8d1230b1997.tar.gz
coreclr-56bfb01ac50ae7411eb94215200ea8d1230b1997.tar.bz2
coreclr-56bfb01ac50ae7411eb94215200ea8d1230b1997.zip
Merge pull request #5907 from Maoni0/stress_txt
updated stress run description
-rw-r--r--tests/src/GC/Stress/stress_run_readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/GC/Stress/stress_run_readme.txt b/tests/src/GC/Stress/stress_run_readme.txt
index 56b9ff556f..7a2cf2b1ab 100644
--- a/tests/src/GC/Stress/stress_run_readme.txt
+++ b/tests/src/GC/Stress/stress_run_readme.txt
@@ -6,6 +6,8 @@ Most of the code in gc.cpp is intricate - unless you are touching something that
This was adapted from one of the ways we run stress internally. The idea is that it takes a config that specifies the tests to run and runs them all in one process to stress random combinations of allocation and survival patterns.
+Note that these tests were picked from functional tests so some of them could have failures because some condition it checks for is not met. In stress runs, we only care about AVs so we want to run them as long as possible and don't care about failures indicated by the tests themselves.
+
This is a pretty crude implementation. Feel free to improve it!
2. Setting up stress