summaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-electron_spec_crash-spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron35/files/patch-electron_spec_crash-spec.ts')
-rw-r--r--devel/electron35/files/patch-electron_spec_crash-spec.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-electron_spec_crash-spec.ts b/devel/electron35/files/patch-electron_spec_crash-spec.ts
deleted file mode 100644
index b4da5969eecd..000000000000
--- a/devel/electron35/files/patch-electron_spec_crash-spec.ts
+++ /dev/null
@@ -1,11 +0,0 @@
---- electron/spec/crash-spec.ts.orig 2025-03-26 14:46:58 UTC
-+++ electron/spec/crash-spec.ts
-@@ -52,7 +52,7 @@ const shouldRunCase = (crashCase: string) => {
- if (process.platform === 'win32') {
- return process.arch !== 'ia32';
- } else {
-- return (process.platform !== 'linux' || (process.arch !== 'arm64' && process.arch !== 'arm'));
-+ return ((process.platform !== 'linux' && process.platform !== 'freebsd') || (process.arch !== 'arm64' && process.arch !== 'arm'));
- }
- }
- default: {