test: add tests for electron fuses (#42129)
* spec: add tests for electron fuses * spec: fix tests for windows * spec: handle weird crash codes on win32 * spec: disable fuse tests on arm64 windows
This commit is contained in:
parent
c56e1dffb0
commit
e19754d7fd
9 changed files with 1080 additions and 38 deletions
|
@ -116,7 +116,7 @@ bool FillFileInfoWithNode(Archive::FileInfo* info,
|
|||
info->executable = *executable;
|
||||
}
|
||||
|
||||
#if BUILDFLAG(IS_MAC)
|
||||
#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
|
||||
if (load_integrity &&
|
||||
electron::fuses::IsEmbeddedAsarIntegrityValidationEnabled()) {
|
||||
if (const base::Value::Dict* integrity = node->FindDict("integrity")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue