diff options
Diffstat (limited to 'devel/electron6/files/patch-electron_spec_chromium-spec.js')
-rw-r--r-- | devel/electron6/files/patch-electron_spec_chromium-spec.js | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/electron6/files/patch-electron_spec_chromium-spec.js b/devel/electron6/files/patch-electron_spec_chromium-spec.js deleted file mode 100644 index 4fad0d2a9c44..000000000000 --- a/devel/electron6/files/patch-electron_spec_chromium-spec.js +++ /dev/null @@ -1,27 +0,0 @@ ---- electron/spec/chromium-spec.js.orig 2019-11-20 23:42:47 UTC -+++ electron/spec/chromium-spec.js -@@ -866,7 +866,7 @@ describe('chromium feature', () => { - }) - - it('can be get as context in canvas', () => { -- if (process.platform === 'linux') { -+ if (process.platform === 'linux' || process.platform === 'freebsd') { - // FIXME(alexeykuzmin): Skip the test. - // this.skip() - return -@@ -1550,12 +1550,13 @@ describe('font fallback', () => { - expect(fonts[0].familyName).to.equal({ - 'win32': 'Arial', - 'darwin': 'Helvetica', -- 'linux': 'DejaVu Sans' // I think this depends on the distro? We don't specify a default. -+ 'linux': 'DejaVu Sans', // I think this depends on the distro? We don't specify a default. -+ 'freebsd': 'DejaVu Sans' - }[process.platform]) - }) - - it('should fall back to Japanese font for sans-serif Japanese script', async function () { -- if (process.platform === 'linux') { -+ if (process.platform === 'linux' || process.platform === 'freebsd') { - return this.skip() - } - const html = ` |