summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-11-03 15:23:17 -0700
committerGitHub <noreply@github.com>2018-11-03 15:23:17 -0700
commit1e68cab53a2855d7733ca230efad1be99bd471e2 (patch)
tree6cb14ddb7c0f695b21cdf7f593f896c8a1fcdcd1 /tests
parentea5b27d97a392aeda6de31e2724e2eab0ac3a85f (diff)
parent38c821a48834deda8074b571a5e078c12e406dd2 (diff)
downloadcoreclr-1e68cab53a2855d7733ca230efad1be99bd471e2.tar.gz
coreclr-1e68cab53a2855d7733ca230efad1be99bd471e2.tar.bz2
coreclr-1e68cab53a2855d7733ca230efad1be99bd471e2.zip
Merge pull request #20780 from dotnet/dev/unix_test_workflow
PMI asm diffs changes
Diffstat (limited to 'tests')
-rw-r--r--tests/scripts/run-pmi-diffs.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/scripts/run-pmi-diffs.py b/tests/scripts/run-pmi-diffs.py
index a42d754e76..6033ed9042 100644
--- a/tests/scripts/run-pmi-diffs.py
+++ b/tests/scripts/run-pmi-diffs.py
@@ -565,8 +565,7 @@ def do_pmi_diffs():
# Over which set of assemblies should we generate asm?
# TODO: parameterize this
- asm_source_args = ["--corelib"]
- # asm_source_args = ["--frameworks"]
+ asm_source_args = ["--frameworks", "--benchmarks"]
command = ["dotnet", jitDiffPath, "diff", "--pmi", "--base", "--base_root", baseCoreClrPath, "--diff", "--diff_root", diff_root, "--arch", arch, "--build", build_type, "--tag", "1", "--noanalyze", "--output", asmRootPath] + asm_source_args + altjit_args
returncode = run_command(command, my_env)