aboutsummaryrefslogtreecommitdiff
path: root/devel/electron30/files/patch-electron_spec_api-web-frame-main-spec.ts
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2024-06-03 07:51:16 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2024-06-03 07:53:15 +0000
commit05dc81551923e759ef7a018e3219acdfd534c65a (patch)
treebd14944f63c8cb183ca9a1bec9b3ade1289c318b /devel/electron30/files/patch-electron_spec_api-web-frame-main-spec.ts
parente3bf124b2c0d35b395d2704220612949a32c17cd (diff)
downloadports-05dc81551923e759ef7a018e3219acdfd534c65a.tar.gz
ports-05dc81551923e759ef7a018e3219acdfd534c65a.zip
devel/electron30: add port: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
Diffstat (limited to 'devel/electron30/files/patch-electron_spec_api-web-frame-main-spec.ts')
-rw-r--r--devel/electron30/files/patch-electron_spec_api-web-frame-main-spec.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron30/files/patch-electron_spec_api-web-frame-main-spec.ts b/devel/electron30/files/patch-electron_spec_api-web-frame-main-spec.ts
new file mode 100644
index 000000000000..f6167c9b5419
--- /dev/null
+++ b/devel/electron30/files/patch-electron_spec_api-web-frame-main-spec.ts
@@ -0,0 +1,11 @@
+--- electron/spec/api-web-frame-main-spec.ts.orig 2023-05-31 14:28:29 UTC
++++ electron/spec/api-web-frame-main-spec.ts
+@@ -289,7 +289,7 @@ describe('webFrameMain module', () => {
+ });
+
+ // TODO(jkleinsc) fix this flaky test on linux
+- ifit(process.platform !== 'linux')('throws upon accessing properties when disposed', async () => {
++ ifit(process.platform !== 'linux' && process.platform !== 'freebsd')('throws upon accessing properties when disposed', async () => {
+ await w.loadFile(path.join(subframesPath, 'frame-with-frame-container.html'));
+ const { mainFrame } = w.webContents;
+ w.destroy();