test: add tests for electron fuses (#42147)
* spec: add tests for electron fuses Co-authored-by: Samuel Attard <marshallofsound@electronjs.org> * spec: fix tests for windows Co-authored-by: Samuel Attard <marshallofsound@electronjs.org> * spec: handle weird crash codes on win32 Co-authored-by: Samuel Attard <marshallofsound@electronjs.org> * spec: disable fuse tests on arm64 windows Co-authored-by: Samuel Attard <marshallofsound@electronjs.org> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Samuel Attard <marshallofsound@electronjs.org>
This commit is contained in:
parent
7294c766ac
commit
ea3001dd39
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