From 26b4c8f71f91d22e081b27814782686edde0c90a Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 1 Jan 2021 10:11:34 +0000 Subject: Revert r559792 to unbreak INDEX and bulk -a It seems a lot of reverse dependencies were missed With hat: portmgr --- .../patch-electron_spec-main_api-content-tracing-spec.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/electron7/files/patch-electron_spec-main_api-content-tracing-spec.ts (limited to 'devel/electron7/files/patch-electron_spec-main_api-content-tracing-spec.ts') diff --git a/devel/electron7/files/patch-electron_spec-main_api-content-tracing-spec.ts b/devel/electron7/files/patch-electron_spec-main_api-content-tracing-spec.ts new file mode 100644 index 000000000000..d50d8b1ef401 --- /dev/null +++ b/devel/electron7/files/patch-electron_spec-main_api-content-tracing-spec.ts @@ -0,0 +1,11 @@ +--- electron/spec-main/api-content-tracing-spec.ts.orig 2019-12-13 19:48:14 UTC ++++ electron/spec-main/api-content-tracing-spec.ts +@@ -11,7 +11,7 @@ const timeout = async (milliseconds: number) => { + } + + // FIXME: The tests are skipped on arm/arm64. +-ifdescribe(!(process.platform === 'linux' && ['arm', 'arm64'].includes(process.arch)))('contentTracing', () => { ++ifdescribe(!((process.platform === 'linux' || process.platform === 'freebsd') && ['arm', 'arm64'].includes(process.arch)))('contentTracing', () => { + const record = async (options: TraceConfig | TraceCategoriesAndOptions, outputFilePath: string | undefined, recordTimeInMilliseconds = 1e1) => { + await app.whenReady() + -- cgit v1.2.3