summaryrefslogtreecommitdiff
path: root/devel/electron36/files/patch-electron_spec_api-desktop-capturer-spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron36/files/patch-electron_spec_api-desktop-capturer-spec.ts')
-rw-r--r--devel/electron36/files/patch-electron_spec_api-desktop-capturer-spec.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/electron36/files/patch-electron_spec_api-desktop-capturer-spec.ts b/devel/electron36/files/patch-electron_spec_api-desktop-capturer-spec.ts
index 4511304eebfc..c125afd1a24a 100644
--- a/devel/electron36/files/patch-electron_spec_api-desktop-capturer-spec.ts
+++ b/devel/electron36/files/patch-electron_spec_api-desktop-capturer-spec.ts
@@ -1,4 +1,4 @@
---- electron/spec/api-desktop-capturer-spec.ts.orig 2025-03-26 14:46:58 UTC
+--- electron/spec/api-desktop-capturer-spec.ts.orig 2025-05-22 22:48:48 UTC
+++ electron/spec/api-desktop-capturer-spec.ts
@@ -45,7 +45,7 @@ ifdescribe(!process.arch.includes('arm') && process.pl
});
@@ -24,7 +24,7 @@
// the --ci parameter.
- if (process.platform === 'linux' && sources.length === 0) {
+ if ((process.platform === 'linux' || process.platform === 'freebsd') && sources.length === 0) {
- it.skip('desktopCapturer.getSources returned an empty source list');
+ this.skip();
return;
}
@@ -154,7 +154,7 @@ ifdescribe(!process.arch.includes('arm') && process.pl
@@ -33,7 +33,7 @@
// the --ci parameter.
- if (process.platform === 'linux' && sources.length === 0) {
+ if ((process.platform === 'linux' || process.platform === 'freebsd') && sources.length === 0) {
- it.skip('desktopCapturer.getSources returned an empty source list');
+ this.skip();
return;
}
@@ -223,7 +223,7 @@ ifdescribe(!process.arch.includes('arm') && process.pl
@@ -43,5 +43,5 @@
- if (process.platform === 'linux' && sources.length === 0) {
+ if ((process.platform === 'linux' || process.platform === 'freebsd') && sources.length === 0) {
destroyWindows();
- it.skip('desktopCapturer.getSources returned an empty source list');
+ this.skip();
return;