Skip to content

Commit ae14121

Browse files
committed
[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>
1 parent e4e3f3f commit ae14121

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tools/bots/try_benchmarks.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ for command; do
145145
--exclude out/ReleaseIA32/dart-sdk/bin/model \
146146
--exclude pkg/front_end/testcases \
147147
-- \
148-
third_party/d8/linux/ia32/natives_blob.bin \
149-
third_party/d8/linux/ia32/snapshot_blob.bin \
150148
out/ReleaseIA32/dart2js_platform.dill \
151149
out/ReleaseIA32/vm_outline_strong.dill \
152150
out/ReleaseIA32/vm_platform_strong.dill \
@@ -158,7 +156,7 @@ for command; do
158156
out/ReleaseIA32/gen_snapshot \
159157
out/ReleaseIA32/gen_kernel_bytecode.dill \
160158
out/ReleaseIA32/run_vm_tests \
161-
third_party/d8/linux/ia32/d8 \
159+
third_party/d8/linux/ia32 \
162160
sdk \
163161
samples-dev/swarm \
164162
third_party/pkg \
@@ -303,8 +301,6 @@ EOF
303301
--exclude out/ReleaseX64/dart-sdk/bin/model \
304302
--exclude pkg/front_end/testcases \
305303
-- \
306-
third_party/d8/linux/x64/natives_blob.bin \
307-
third_party/d8/linux/x64/snapshot_blob.bin \
308304
out/ReleaseX64/dart2js_platform.dill \
309305
out/ReleaseX64/vm_outline_strong.dill \
310306
out/ReleaseX64/vm_platform_strong.dill \
@@ -314,7 +310,7 @@ EOF
314310
out/ReleaseX64/gen_snapshot \
315311
out/ReleaseX64/gen_kernel_bytecode.dill \
316312
out/ReleaseX64/run_vm_tests \
317-
third_party/d8/linux/x64/d8 \
313+
third_party/d8/linux/x64 \
318314
out/ReleaseX64/dart_precompiled_runtime \
319315
sdk \
320316
samples-dev/swarm \

0 commit comments

Comments
 (0)