as discussed with robert@ and sthen@, chromium is big, and electron is mostly an independent port, so tieing up dpb twice is no fun, even if electron is slightly smaller. this is mostly a simplified carbon-copy of the www/chromium,electron port. I still want to give it another look before switching to that one.
15 lines
587 B
Plaintext
15 lines
587 B
Plaintext
$OpenBSD: patch-electron_spec_api-content-tracing-spec_js,v 1.1.1.1 2020/03/10 11:16:33 espie Exp $
|
|
|
|
Index: electron/spec/api-content-tracing-spec.js
|
|
--- electron/spec/api-content-tracing-spec.js.orig
|
|
+++ electron/spec/api-content-tracing-spec.js
|
|
@@ -22,7 +22,7 @@ const getPathInATempFolder = (filename) => {
|
|
describe('contentTracing', () => {
|
|
beforeEach(function () {
|
|
// FIXME: The tests are skipped on arm/arm64.
|
|
- if (process.platform === 'linux' &&
|
|
+ if (process.platform === 'openbsd' &&
|
|
['arm', 'arm64'].includes(process.arch)) {
|
|
this.skip()
|
|
}
|