Move zucchini test data into chromium/src
Even though these are binary files and 4/6 of them are approaching 1MiB, they haven't changed since 2018 and won't negatively impact git repository performance. Bug: b/337329977 Change-Id: Ifc47e03d70d291d60666626722b3b72dbabfe2a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5494121 Commit-Queue: Erik Staab <estaab@chromium.org> Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/main@{#1294060}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
8cebd92800
commit
97f21d71d0
1
.gitignore
vendored
1
.gitignore
vendored
@ -197,7 +197,6 @@ vs-chromium-project.txt
|
||||
/components/suggestions.xml
|
||||
/components/variations.xml
|
||||
/components/vector_icons/google_chrome/
|
||||
/components/zucchini/testdata/*.exe
|
||||
/content/browser/service_worker/proto.xml
|
||||
/content/content_browsertests_run.xml
|
||||
/content/content_common_mojo_bindings.xml
|
||||
|
14
DEPS
14
DEPS
@ -5104,20 +5104,6 @@ hooks = [
|
||||
],
|
||||
},
|
||||
|
||||
# Pull down Zucchini test data.
|
||||
{
|
||||
'name': 'zucchini_testdata',
|
||||
'pattern': '.',
|
||||
'action': [ 'python3',
|
||||
'src/third_party/depot_tools/download_from_google_storage.py',
|
||||
'--no_resume',
|
||||
'--no_auth',
|
||||
'--num_threads=4',
|
||||
'--bucket', 'chromium-binary-patching/zucchini_testdata',
|
||||
'--recursive',
|
||||
'-d', 'src/components/zucchini',
|
||||
],
|
||||
},
|
||||
# Pull down WPR Archive files
|
||||
{
|
||||
'name': 'Fetch WPR archive files',
|
||||
|
@ -1,4 +1,3 @@
|
||||
# Exclude testdata binaries.
|
||||
*.bin
|
||||
*.dll
|
||||
*.patch
|
||||
|
BIN
components/zucchini/fuzzers/testdata/new_eventlog_provider.dll
vendored
Executable file
BIN
components/zucchini/fuzzers/testdata/new_eventlog_provider.dll
vendored
Executable file
Binary file not shown.
@ -1 +0,0 @@
|
||||
89ce67035d2d2dae33cb2d98d4762e955b93df95
|
BIN
components/zucchini/fuzzers/testdata/old_eventlog_provider.dll
vendored
Executable file
BIN
components/zucchini/fuzzers/testdata/old_eventlog_provider.dll
vendored
Executable file
Binary file not shown.
@ -1 +0,0 @@
|
||||
c80fdce994ba043956e192f650d894555460ff9b
|
BIN
components/zucchini/testdata/chrome64_1.exe
vendored
Executable file
BIN
components/zucchini/testdata/chrome64_1.exe
vendored
Executable file
Binary file not shown.
@ -1 +0,0 @@
|
||||
4970ef6f342f6a0da9ae7a4ed462f93ef68f142c
|
BIN
components/zucchini/testdata/chrome64_2.exe
vendored
Executable file
BIN
components/zucchini/testdata/chrome64_2.exe
vendored
Executable file
Binary file not shown.
@ -1 +0,0 @@
|
||||
c3a974589d50956a3c8c17572fee078b9276ad9b
|
BIN
components/zucchini/testdata/setup1.exe
vendored
Executable file
BIN
components/zucchini/testdata/setup1.exe
vendored
Executable file
Binary file not shown.
1
components/zucchini/testdata/setup1.exe.sha1
vendored
1
components/zucchini/testdata/setup1.exe.sha1
vendored
@ -1 +0,0 @@
|
||||
5d0e8fed8e9e091e184adb2e2e0e668def9cd2c5
|
BIN
components/zucchini/testdata/setup2.exe
vendored
Executable file
BIN
components/zucchini/testdata/setup2.exe
vendored
Executable file
Binary file not shown.
1
components/zucchini/testdata/setup2.exe.sha1
vendored
1
components/zucchini/testdata/setup2.exe.sha1
vendored
@ -1 +0,0 @@
|
||||
12194273e8d509b6e81e4a6b63621081e1426028
|
Reference in New Issue
Block a user