[benchmark] Test addition of the whole d8 directory to builds.

Change-Id: I152c86b3e0e48944940291b8f2c0c5a20f9a4c1b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127142
Reviewed-by: Stephen Adams <sra@google.com>
This commit is contained in:
Jonas Termansen 2019-12-05 12:29:31 +00:00
parent e4e3f3fbc4
commit ae14121ce7

View file

@ -145,8 +145,6 @@ for command; do
--exclude out/ReleaseIA32/dart-sdk/bin/model \
--exclude pkg/front_end/testcases \
-- \
third_party/d8/linux/ia32/natives_blob.bin \
third_party/d8/linux/ia32/snapshot_blob.bin \
out/ReleaseIA32/dart2js_platform.dill \
out/ReleaseIA32/vm_outline_strong.dill \
out/ReleaseIA32/vm_platform_strong.dill \
@ -158,7 +156,7 @@ for command; do
out/ReleaseIA32/gen_snapshot \
out/ReleaseIA32/gen_kernel_bytecode.dill \
out/ReleaseIA32/run_vm_tests \
third_party/d8/linux/ia32/d8 \
third_party/d8/linux/ia32 \
sdk \
samples-dev/swarm \
third_party/pkg \
@ -303,8 +301,6 @@ EOF
--exclude out/ReleaseX64/dart-sdk/bin/model \
--exclude pkg/front_end/testcases \
-- \
third_party/d8/linux/x64/natives_blob.bin \
third_party/d8/linux/x64/snapshot_blob.bin \
out/ReleaseX64/dart2js_platform.dill \
out/ReleaseX64/vm_outline_strong.dill \
out/ReleaseX64/vm_platform_strong.dill \
@ -314,7 +310,7 @@ EOF
out/ReleaseX64/gen_snapshot \
out/ReleaseX64/gen_kernel_bytecode.dill \
out/ReleaseX64/run_vm_tests \
third_party/d8/linux/x64/d8 \
third_party/d8/linux/x64 \
out/ReleaseX64/dart_precompiled_runtime \
sdk \
samples-dev/swarm \