Closed Bug 1820063 Opened 2 years ago Closed 2 years ago

Update harfbuzz to new version 7.1.0 from 2023-03-03 01:01:49

Categories

(Core :: Graphics: Text, enhancement)

enhancement

Tracking

()

RESOLVED FIXED
112 Branch
Tracking Status
firefox112 --- fixed

People

(Reporter: update-bot, Assigned: jfkthame)

Details

(Whiteboard: [3pl-filed][task_id: aoPLb0MlQWKmkg5m86urmg])

Attachments

(1 file)

This update covers 47 commits.. Here are the overall diff statistics, and then the commit information.


gfx/harfbuzz/NEWS | 10 +
gfx/harfbuzz/configure.ac | 2 +-
gfx/harfbuzz/moz.yaml | 4 +-
gfx/harfbuzz/src/Makefile.sources | 1 +
gfx/harfbuzz/src/OT/Layout/GPOS/MarkLigPosFormat1.hh | 14 +-
gfx/harfbuzz/src/OT/Layout/GPOS/SinglePosFormat1.hh | 8 +
gfx/harfbuzz/src/OT/Layout/GSUB/SingleSubstFormat1.hh | 10 +-
gfx/harfbuzz/src/OT/glyf/path-builder.hh | 39 +-
gfx/harfbuzz/src/gen-def.py | 3 +-
gfx/harfbuzz/src/hb-algs.hh | 88 ++++-
gfx/harfbuzz/src/hb-blob.h | 2 +-
gfx/harfbuzz/src/hb-config.hh | 4 +
gfx/harfbuzz/src/hb-debug.hh | 4 +
gfx/harfbuzz/src/hb-font.cc | 73 ++++
gfx/harfbuzz/src/hb-font.h | 5 +
gfx/harfbuzz/src/hb-ft.cc | 2 +-
gfx/harfbuzz/src/hb-map.cc | 4 +-
gfx/harfbuzz/src/hb-map.hh | 10 -
gfx/harfbuzz/src/hb-ot-face-table-list.hh | 1 +
gfx/harfbuzz/src/hb-ot-post-table.hh | 8 +-
gfx/harfbuzz/src/hb-ot-var-common.hh | 327 ++++++++++++++++++
gfx/harfbuzz/src/hb-ot-var-cvar-table.hh | 158 ++++++++
gfx/harfbuzz/src/hb-ot-var-gvar-table.hh | 309 +----------------
gfx/harfbuzz/src/hb-outline.cc | 4 +-
gfx/harfbuzz/src/hb-outline.hh | 2 +-
gfx/harfbuzz/src/hb-sanitize.hh | 12 +
gfx/harfbuzz/src/hb-shape.cc | 234 ++++++++++++
gfx/harfbuzz/src/hb-shape.h | 12 +
gfx/harfbuzz/src/hb-shaper-list.hh | 2 +-
gfx/harfbuzz/src/hb-subset-input.cc | 1 -
gfx/harfbuzz/src/hb-subset.cc | 11 +
gfx/harfbuzz/src/hb-version.h | 6 +-
gfx/harfbuzz/src/hb.hh | 10 +-
gfx/harfbuzz/src/meson.build | 1 +
gfx/harfbuzz/src/test-map.cc | 4 +-
35 files changed, 1021 insertions(+), 364 deletions(-)


60841e26187576bff477c1a09ee2ffe544844abc by Khaled Hosny

https://github.com/harfbuzz/harfbuzz/commit/60841e26187576bff477c1a09ee2ffe544844abc
Authored: 2023-03-03 01:01:49 +0200
Committed: 2023-03-03 01:05:43 +0200

7.1.0

Files Modified:

  • NEWS
  • configure.ac
  • docs/harfbuzz-docs.xml
  • meson.build
  • src/hb-font.cc
  • src/hb-version.h

e471ef77f93eeafff2701a31e6c042054ea4f7e1 by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/e471ef77f93eeafff2701a31e6c042054ea4f7e1
Authored: 2023-03-02 12:40:16 -0800
Committed: 2023-03-02 14:13:17 -0700

[instancer] fix a runtime error

runtime error: -1 is outside the range of representable values of type 'unsigned int'

Files Modified:

  • src/hb-ot-var-cvar-table.hh

43dbdd9db6abda31d41d06f4c33a826e1b791bd2 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/43dbdd9db6abda31d41d06f4c33a826e1b791bd2
Authored: 2023-03-02 13:42:52 -0700
Committed: 2023-03-02 13:42:52 -0700

[justify] Document algorithm

Files Modified:

  • src/hb-shape.cc

c98bb4cf9c2d73a78773ea9547865fbeaa1ecaff by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/c98bb4cf9c2d73a78773ea9547865fbeaa1ecaff
Authored: 2023-03-02 13:18:06 -0700
Committed: 2023-03-02 13:18:06 -0700

[justify] Fix up after recent changes

Oops.

Files Modified:

  • src/hb-shape.cc

fb067390e422d79b092d9cfe8abb84f0ef8cae05 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/fb067390e422d79b092d9cfe8abb84f0ef8cae05
Authored: 2023-03-02 11:40:45 -0700
Committed: 2023-03-02 11:40:45 -0700

[docs] Fix a warning

Files Modified:

  • docs/harfbuzz-sections.txt

fe83736e2608eb4697ce1194a69a55234561b620 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/fe83736e2608eb4697ce1194a69a55234561b620
Authored: 2023-03-02 11:35:42 -0700
Committed: 2023-03-02 11:35:42 -0700

[sanitize] Protect against an underflow

Files Modified:

  • src/hb-sanitize.hh

08784baf101aea472c133dcd67604b475ace3772 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/08784baf101aea472c133dcd67604b475ace3772
Authored: 2023-03-02 10:48:30 -0700
Committed: 2023-03-02 10:48:30 -0700

[GSUB/GPOS] Fix sanitization in Format1

Fixes https://oss-fuzz.com/testcase-detail/5120727025319936

Files Modified:

  • src/OT/Layout/GPOS/SinglePosFormat1.hh
  • src/OT/Layout/GSUB/SingleSubstFormat1.hh

789717387042ae7855cb61af2ef4b91ee32866a4 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/789717387042ae7855cb61af2ef4b91ee32866a4
Authored: 2023-03-02 10:38:12 -0700
Committed: 2023-03-02 10:38:12 -0700

[justify] Fix compiler warnings

Files Modified:

  • src/hb-shape.cc

be64cae16489406147848e4613d11de8303e1513 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/be64cae16489406147848e4613d11de8303e1513
Authored: 2023-03-02 09:50:38 -0700
Committed: 2023-03-02 09:50:38 -0700

[map] Another try at fixing old Mac builds

Maybe fixes https://github.com/harfbuzz/harfbuzz/issues/4138

Files Modified:

  • src/hb-map.cc
  • src/hb-map.hh
  • src/test-map.cc

67e01c1292821e7b6fc2ab13acddb84ab41b2187 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/67e01c1292821e7b6fc2ab13acddb84ab41b2187
Authored: 2023-03-01 20:07:38 -0700
Committed: 2023-03-01 20:08:17 -0700

[map] Try to work around old Mac compiler bug

Maybe fixes https://github.com/harfbuzz/harfbuzz/issues/4138

Files Modified:

  • src/hb-map.hh

e359f46a202899e0ee6dab1fec3c4cc325b9509c by Khaled Hosny

https://github.com/harfbuzz/harfbuzz/commit/e359f46a202899e0ee6dab1fec3c4cc325b9509c
Authored: 2023-03-02 03:06:53 +0200
Committed: 2023-03-02 03:06:53 +0200

Fix build

Files Modified:

  • src/hb-shape.cc

6de9d2b89fb10ce69ebf501b3e77bd95da5b1792 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/6de9d2b89fb10ce69ebf501b3e77bd95da5b1792
Authored: 2023-03-01 14:32:06 -0700
Committed: 2023-03-01 14:32:06 -0700

[justify] Rename hb-view --width to hb-view --justify-to

Files Modified:

  • util/shape-options.hh

25c66d633d58dcdd1e59095abf673a9ef08a612c by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/25c66d633d58dcdd1e59095abf673a9ef08a612c
Authored: 2023-03-01 14:16:08 -0700
Committed: 2023-03-01 14:23:12 -0700

[justify] Wrap in HB_EXPERIMENTAL_API

Files Modified:

  • src/gen-def.py
  • src/hb-shape.cc
  • util/shape-options.hh

96d4ed093123293114d65800e8629deb1fff2218 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/96d4ed093123293114d65800e8629deb1fff2218
Authored: 2023-03-01 14:08:16 -0700
Committed: 2023-03-01 14:23:12 -0700

[justify] Document API

Files Modified:

  • docs/harfbuzz-sections.txt
  • src/hb-shape.cc
  • src/hb-shape.h

d29d7b7a3dd2cfca151ce667a3290359d028911c by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/d29d7b7a3dd2cfca151ce667a3290359d028911c
Authored: 2023-03-01 13:10:11 -0700
Committed: 2023-03-01 14:23:12 -0700

[algs] Adjust solve_itp

Files Modified:

  • src/hb-algs.hh
  • src/hb-shape.cc

aa10deaf4283822f8c368ecbdebd01330dd76fe5 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/aa10deaf4283822f8c368ecbdebd01330dd76fe5
Authored: 2023-03-01 11:08:32 -0700
Committed: 2023-03-01 14:23:12 -0700

[justify] Print default buffer width in hb-shape --width=-1

Files Modified:

  • util/shape-options.hh

93252c6fc3585f6c226514e9c476af82b7c55d86 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/93252c6fc3585f6c226514e9c476af82b7c55d86
Authored: 2023-03-01 10:59:04 -0700
Committed: 2023-03-01 14:23:12 -0700

[justify] Debug output

Files Modified:

  • src/hb-debug.hh
  • src/hb-shape.cc

b937edfb148d28421f97db7c3c81e2253019e469 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/b937edfb148d28421f97db7c3c81e2253019e469
Authored: 2023-03-01 10:44:57 -0700
Committed: 2023-03-01 14:23:12 -0700

[justify] Add min/max target_width

Speeds up solving when some slack available.

Files Modified:

  • src/hb-algs.hh
  • src/hb-shape.cc
  • src/hb-shape.h
  • util/shape-options.hh

6e483c4061b526c6c22db198194d4f8b2cfb3a86 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/6e483c4061b526c6c22db198194d4f8b2cfb3a86
Authored: 2023-02-28 12:25:32 -0700
Committed: 2023-03-01 14:23:12 -0700

[shape] Add hb_shape_justify() and hb-view --width

Files Modified:

  • src/hb-algs.hh
  • src/hb-shape.cc
  • src/hb-shape.h
  • util/shape-options.hh

ee4822f9696d2a40351a26d73257667a77af78ca by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/ee4822f9696d2a40351a26d73257667a77af78ca
Authored: 2023-02-28 09:39:32 -0700
Committed: 2023-03-01 14:23:12 -0700

[algs] Add solve_itp method

Port from kurbo.

Files Modified:

  • src/hb-algs.hh

c67c0086ef66e05228f9cc1f4c169f690e130511 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/c67c0086ef66e05228f9cc1f4c169f690e130511
Authored: 2023-03-01 13:32:44 -0700
Committed: 2023-03-01 13:32:44 -0700

[GPOS] Fix indexing in MarkLigPos

This was broken in 8708b9e081.

Fixes https://github.com/harfbuzz/harfbuzz/issues/4142

Files Modified:

  • src/OT/Layout/GPOS/MarkLigPosFormat1.hh

01d34763f06f0c513406dc14db6d496a08ecf4fa by Matthias Clasen

https://github.com/harfbuzz/harfbuzz/commit/01d34763f06f0c513406dc14db6d496a08ecf4fa
Authored: 2023-02-28 20:16:39 -0500
Committed: 2023-03-01 10:11:47 -0700

Typo fix

Files Modified:

  • src/hb-font.cc

2d33a6b4dfdcd751eba242637c863d810a4a803c by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/2d33a6b4dfdcd751eba242637c863d810a4a803c
Authored: 2023-02-28 15:31:45 -0700
Committed: 2023-02-28 15:31:45 -0700

[subset-fuzzer] Protect against overflow

Fixes
https://github.com/harfbuzz/harfbuzz/issues/4137#issuecomment-1448994447

Files Modified:

  • test/fuzzing/hb-subset-fuzzer.cc

5226d697338756e661c951af28c19b9a69b4ff93 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/5226d697338756e661c951af28c19b9a69b4ff93
Authored: 2023-02-28 14:49:44 -0700
Committed: 2023-02-28 14:50:07 -0700

[font] Make set_variation() respect currently-set variations

Fixes https://github.com/harfbuzz/harfbuzz/issues/4143

Files Modified:

  • src/hb-font.cc

91627daee2970b26666d8d9d47161387511667d1 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/91627daee2970b26666d8d9d47161387511667d1
Authored: 2023-02-28 14:31:25 -0700
Committed: 2023-02-28 14:31:25 -0700

[outline] Rename internal function

Files Modified:

  • src/hb-outline.cc
  • src/hb-outline.hh

5c462865920681246422a1d23d38cc62a94f1870 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/5c462865920681246422a1d23d38cc62a94f1870
Authored: 2023-02-28 12:16:46 -0700
Committed: 2023-02-28 12:16:46 -0700

Revert "."

This reverts commit 59434578cd453d9dcdcaf5d010d5f5686c17717e.

Files Modified:

  • src/hb-shape.cc
  • src/hb-shape.h

59434578cd453d9dcdcaf5d010d5f5686c17717e by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/59434578cd453d9dcdcaf5d010d5f5686c17717e
Authored: 2023-02-28 12:13:55 -0700
Committed: 2023-02-28 12:13:55 -0700

.

Files Modified:

  • src/hb-shape.cc
  • src/hb-shape.h

bbb9d6d436b7fb5aba771c63378aa4daa231b8c5 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/bbb9d6d436b7fb5aba771c63378aa4daa231b8c5
Authored: 2023-02-28 12:07:48 -0700
Committed: 2023-02-28 12:08:11 -0700

[font] Add hb_font_set_variation()

Files Modified:

  • docs/harfbuzz-sections.txt
  • src/hb-font.cc
  • src/hb-font.h

a975ec4842468e574484bdc310095fad780978fc by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/a975ec4842468e574484bdc310095fad780978fc
Authored: 2023-02-14 13:26:59 -0800
Committed: 2023-02-27 17:05:23 -0700

[instancer] apply cvar deltas

Files Added:

  • test/subset/data/expected/apply_cvar_delta/Comfortaa-Regular-new.default.retain-all-codepoint.wght=300.ttf
  • test/subset/data/expected/apply_cvar_delta/Comfortaa-Regular-new.default.retain-all-codepoint.wght=700.ttf
  • test/subset/data/tests/apply_cvar_delta.tests

Files Modified:

  • src/hb-ot-face-table-list.hh
  • src/hb-ot-var-cvar-table.hh
  • src/hb-subset-input.cc
  • src/hb-subset.cc
  • test/subset/data/Makefile.am
  • test/subset/data/Makefile.sources
  • test/subset/meson.build

8b0c7b9554cc75d499bc0aa9c25f45e53a1f2ce9 by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/8b0c7b9554cc75d499bc0aa9c25f45e53a1f2ce9
Authored: 2023-02-10 09:49:09 -0800
Committed: 2023-02-27 17:05:23 -0700

[instance] Add struct definition for cvar table

Also add functions to add cvt tables with cvar deltas applied

Files Added:

  • src/hb-ot-var-cvar-table.hh

Files Modified:

  • src/Makefile.sources
  • src/hb-ot-var-common.hh
  • src/meson.build

22cc73f3e9b941be47330a574599cddd79811168 by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/22cc73f3e9b941be47330a574599cddd79811168
Authored: 2023-02-06 12:36:05 -0800
Committed: 2023-02-27 17:05:23 -0700

Move common structs for TupleVariation from gvar to var-common.hh

Also added a table_base in the iterator and related function to handle
different start address for dataoffset in cvar and gvar

Files Modified:

  • src/hb-ot-var-common.hh
  • src/hb-ot-var-gvar-table.hh

c0fac016dc017596e2d979e19e1eb8f88df38ea3 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/c0fac016dc017596e2d979e19e1eb8f88df38ea3
Authored: 2023-02-22 20:54:20 +0000
Committed: 2023-02-27 15:07:04 -0700

[subset] update the subset fuzzer to be able to reach instancing code.

Files Added:

  • test/fuzzing/fonts/AdobeVFPrototype.ABC.otf
  • test/fuzzing/fonts/Roboto-Variable.ABC.ttf

Files Modified:

  • test/fuzzing/hb-subset-fuzzer.cc

62fc27f372779d363cb6ba46cfaca6433a42504b by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/62fc27f372779d363cb6ba46cfaca6433a42504b
Authored: 2023-02-27 11:20:47 -0700
Committed: 2023-02-27 11:21:32 -0700

[ft] Enlarge glyph-cache value-size again

8bits just doesn't do it. It has caused cache-hammering and high
CPU usage when the font is hinted.

Fixes https://github.com/harfbuzz/harfbuzz/issues/4139

Files Modified:

  • src/hb-ft.cc

921eca3e79df93af8ee16a47994150d1f4845bfc by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/921eca3e79df93af8ee16a47994150d1f4845bfc
Authored: 2023-02-24 17:06:43 -0700
Committed: 2023-02-24 17:07:01 -0700

[autotools] Fix hb-info chafa build

Files Modified:

  • util/Makefile.am

209f63b7850f836e5e3628523f6f740e25008409 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/209f63b7850f836e5e3628523f6f740e25008409
Authored: 2023-02-24 16:03:23 -0700
Committed: 2023-02-24 16:03:40 -0700

[TINY] Fix config issue

Files Modified:

  • src/hb-config.hh

605aed0544e51fa2534a3324262f3935d4dcfe99 by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/605aed0544e51fa2534a3324262f3935d4dcfe99
Authored: 2023-02-24 10:17:32 -0800
Committed: 2023-02-24 13:19:37 -0700

[instancer] bug fix in post table applying mvar deltas

Files Added:

  • test/subset/data/expected/post_apply_mvar_delta/Recursive-ABC.no-layout.retain-all-codepoint.wght=400,CASL=0,CRSV=0,MONO=0,slnt=0.ttf
  • test/subset/data/fonts/Recursive-ABC.ttf
  • test/subset/data/tests/post_apply_mvar_delta.tests

Files Modified:

  • src/hb-ot-post-table.hh
  • test/subset/data/Makefile.am
  • test/subset/data/Makefile.sources
  • test/subset/meson.build

918193ebf908d35c88bb71d02dfc14bc41ffc31d by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/918193ebf908d35c88bb71d02dfc14bc41ffc31d
Authored: 2023-02-22 23:11:29 +0000
Committed: 2023-02-22 16:57:39 -0700

[subset] fix a class of fuzzer timeouts caused by large shared coverage tables.

More acurately estimates the op count for CoverageFormat2 tables as the population size instead of the size in bytes.

Files Added:

  • test/fuzzing/fonts/clusterfuzz-testcase-minimized-hb-subset-fuzzer-5192684970311680

Files Modified:

  • src/OT/Layout/GPOS/SinglePosFormat1.hh
  • src/OT/Layout/GSUB/SingleSubstFormat1.hh
  • src/hb-sanitize.hh

ddd0f7f40b5cae71271fcfa7b6143066d8e465df by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/ddd0f7f40b5cae71271fcfa7b6143066d8e465df
Authored: 2023-02-22 20:23:34 +0000
Committed: 2023-02-22 14:12:55 -0700

[subset] Add a test for CFF2 instancing.

Adds option to disable the fonttools comparison check in the test. This is needed since CFF2 instancing is not yet supported in fonttools.

Files Added:

  • test/subset/data/expected/instantiate_cff2/AdobeVFPrototype.default.retain-all-codepoint.wght=650,CNTR=50.otf
  • test/subset/data/tests/instantiate_cff2.tests

Files Modified:

  • test/subset/data/Makefile.am
  • test/subset/data/Makefile.sources
  • test/subset/generate-expected-outputs.py
  • test/subset/meson.build
  • test/subset/subset_test_suite.py

33cc3121d457b415f3fac2374af7df5cd4fd704e by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/33cc3121d457b415f3fac2374af7df5cd4fd704e
Authored: 2023-02-22 12:03:30 -0700
Committed: 2023-02-22 12:03:30 -0700

Comment

Files Modified:

  • src/hb-shaper-list.hh

5bc6ab006da7dbab993867c3d7d24cefaa81b51c by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/5bc6ab006da7dbab993867c3d7d24cefaa81b51c
Authored: 2023-02-22 08:08:11 -0700
Committed: 2023-02-22 08:54:18 -0700

Use __has_builtin for builtin checks instead of compiler versions

https://github.com/harfbuzz/harfbuzz/issues/4066#issuecomment-1439510188

Files Modified:

  • src/hb-algs.hh
  • src/hb.hh

6b286cfabf23c93ecec6d65f83d8c1291cd46cf6 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/6b286cfabf23c93ecec6d65f83d8c1291cd46cf6
Authored: 2023-02-21 16:15:45 -0700
Committed: 2023-02-21 16:15:45 -0700

[cubic-glyf] Remove stale comment

Files Modified:

  • src/OT/glyf/path-builder.hh

22b93156281dae8772b15e68b2553a2a9a5c8367 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/22b93156281dae8772b15e68b2553a2a9a5c8367
Authored: 2023-02-21 15:50:55 -0700
Committed: 2023-02-21 15:50:55 -0700

[cubic-glyf] Handle wrap-around cubic off-curves

Files Modified:

  • src/OT/glyf/path-builder.hh

050f5a58fe182f8f2bf85c95fc2ddc13bc784699 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/050f5a58fe182f8f2bf85c95fc2ddc13bc784699
Authored: 2023-02-21 15:25:59 -0700
Committed: 2023-02-21 15:26:27 -0700

[cubic-glyf] Handle contour-initial cubic offcurves

Files Modified:

  • src/OT/glyf/path-builder.hh

9c27fe625f592fdb97dc94c4006f928877e7cb61 by Khaled Hosny

https://github.com/harfbuzz/harfbuzz/commit/9c27fe625f592fdb97dc94c4006f928877e7cb61
Authored: 2023-02-21 23:25:14 +0200
Committed: 2023-02-21 23:25:14 +0200

Revert "[doc] Fix a couple of gtk-doc warnings"

This reverts commit ed42b2fcb556a1d47a620f77cc98069123d1670c.

Files Modified:

  • docs/harfbuzz-sections.txt
  • src/hb-gobject-structs.cc

ed42b2fcb556a1d47a620f77cc98069123d1670c by Khaled Hosny

https://github.com/harfbuzz/harfbuzz/commit/ed42b2fcb556a1d47a620f77cc98069123d1670c
Authored: 2023-02-21 23:08:15 +0200
Committed: 2023-02-21 23:08:15 +0200

[doc] Fix a couple of gtk-doc warnings

Files Modified:

  • docs/harfbuzz-sections.txt
  • src/hb-gobject-structs.cc

0575229477006a51f85eee10c9490db92972d60a by Khaled Hosny

https://github.com/harfbuzz/harfbuzz/commit/0575229477006a51f85eee10c9490db92972d60a
Authored: 2023-02-21 18:07:53 +0200
Committed: 2023-02-21 18:07:53 +0200

[blob] Typo in documentation

Files Modified:

  • src/hb-blob.h

424f5f2c0d10596abc79d98bc165cd9e86680597 by Khaled Hosny

https://github.com/harfbuzz/harfbuzz/commit/424f5f2c0d10596abc79d98bc165cd9e86680597
Authored: 2023-02-20 16:05:53 +0200
Committed: 2023-02-20 16:05:53 +0200

[ci] Don’t build docs while building Windows binaries

Files Modified:

  • .circleci/config.yml

Assignee: nobody → update-bot
Status: NEW → ASSIGNED

The try push is done, we found jobs with unclassified failures.

Known Issues (From Push Health):

  • dom/html/reftests/bug1228601-video-rotation-90.html == dom/html/reftests/bug1228601-video-rotated-ref.html

    • 1 of 2 failed on the same (retriggered) task
      - test-android-em-7.0-x86_64-qr/debug-geckoview-reftest-swr-nofis-6 (YxTH8I7QQ9OeBMiZRqIMsQ)
  • image/test/reftest/encoders-lossless/size-1x1.png == image/test/reftest/encoders-lossless/png

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • image/test/reftest/encoders-lossless/size-2x2.png == image/test/reftest/encoders-lossless/png

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • image/test/reftest/encoders-lossless/size-3x3.png == image/test/reftest/encoders-lossless/png

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/backgrounds/attachment-local-clipping-color-4.html == layout/reftests/backgrounds/attachment-local-clipping-color-4-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/backgrounds/attachment-local-clipping-color-5.html == layout/reftests/backgrounds/attachment-local-clipping-color-4-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/backgrounds/attachment-local-clipping-color-6.html == layout/reftests/backgrounds/attachment-local-clipping-color-6-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/backgrounds/attachment-local-clipping-image-4.html == layout/reftests/backgrounds/attachment-local-clipping-image-4-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/backgrounds/attachment-local-clipping-image-5.html == layout/reftests/backgrounds/attachment-local-clipping-image-4-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/backgrounds/attachment-local-clipping-image-6.html == layout/reftests/backgrounds/attachment-local-clipping-image-6-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/backgrounds/background-clip-text-2.html == layout/reftests/backgrounds/background-clip-text-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/backgrounds/background-layers-1b.html == layout/reftests/backgrounds/background-layers-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/backgrounds/background-repeat-large-area.html == layout/reftests/backgrounds/background-repeat-large-area-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/backgrounds/background-tiling-zoom-1.html == layout/reftests/backgrounds/background-tiling-zoom-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1003425-1.html == layout/reftests/bugs/1003425-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1024473-1.html == layout/reftests/bugs/1024473-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1155828-1.html == layout/reftests/bugs/1155828-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1226278.html == layout/reftests/bugs/1226278-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1239564.html == layout/reftests/bugs/1239564-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1242172-1.html == layout/reftests/bugs/1242172-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1288255.html == layout/reftests/bugs/1288255-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1316719-1a.html == layout/reftests/bugs/1316719-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1316719-1b.html == layout/reftests/bugs/1316719-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1316719-1c.html == layout/reftests/bugs/1316719-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1322512-1.html == layout/reftests/bugs/1322512-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1412375.html == layout/reftests/bugs/1412375-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1425243-2.html == layout/reftests/bugs/1425243-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1492660-1.html == layout/reftests/bugs/1492660-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1513423-3.html == layout/reftests/bugs/1513423-3-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1553571-1.html == layout/reftests/bugs/1553571-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1558937-1.html == layout/reftests/bugs/1558937-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1576553-1.html == layout/reftests/bugs/1576553-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1641769-1.html == layout/reftests/bugs/1641769-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1673677-1.html == layout/reftests/bugs/1673677-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/169749-1.html == layout/reftests/bugs/169749-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1727172-1.xhtml == layout/reftests/bugs/1727172-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1738700-1.html == layout/reftests/bugs/1738700-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1743533-1.html == layout/reftests/bugs/1743533-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1743560-1.html == layout/reftests/bugs/1743560-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1747272-1.html == layout/reftests/bugs/1747272-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1800437-1.html == layout/reftests/bugs/1800437-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/1814047.html == layout/reftests/bugs/1814047-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/201293-1a.html == layout/reftests/bugs/201293-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/201293-1b.html == layout/reftests/bugs/201293-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/201293-1c.html == layout/reftests/bugs/201293-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/201293-1d.html == layout/reftests/bugs/201293-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/220165-1.svg == layout/reftests/bugs/220165-1-ref.svg

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/243519-3.html == layout/reftests/bugs/243519-3-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/243519-6.html == layout/reftests/bugs/243519-6-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/256180-5.html == layout/reftests/bugs/256180-5-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/256180-6.html == layout/reftests/bugs/256180-6-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/28811-1a.html == layout/reftests/bugs/28811-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/28811-1b.html == layout/reftests/bugs/28811-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/28811-2a.html == layout/reftests/bugs/28811-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/28811-2b.html == layout/reftests/bugs/28811-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/302379.html == layout/reftests/bugs/302379-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/311822-1.html == layout/reftests/bugs/311822-1-ref-a.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/315920-20.svg == layout/reftests/bugs/315920-20-ref.svg

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/315920-28b.html == layout/reftests/bugs/315920-28-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/325292-1.html == layout/reftests/bugs/325292-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/363858-2.html == layout/reftests/bugs/363858-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/363858-4.html == layout/reftests/bugs/363858-4-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/364861-1.html == layout/reftests/bugs/364861-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/368504-4.html == layout/reftests/bugs/368504-4-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/371354-1.html == layout/reftests/bugs/371354-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/379349-2a.xhtml == layout/reftests/bugs/379349-2-ref.xhtml

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/379349-2b.xhtml == layout/reftests/bugs/379349-2-ref.xhtml

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/379349-3a.xhtml == layout/reftests/bugs/379349-3-ref.xhtml

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/379349-3b.xhtml == layout/reftests/bugs/379349-3-ref.xhtml

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/397428-1.html == layout/reftests/bugs/397428-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/407243-1.html == layout/reftests/bugs/407243-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/409084-1a.html == layout/reftests/bugs/409084-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/409084-1b.html == layout/reftests/bugs/409084-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/411585-1.html == layout/reftests/bugs/411585-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/411585-2.html == layout/reftests/bugs/411585-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/413286-2a.html == layout/reftests/bugs/413286-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/413286-2b.html == layout/reftests/bugs/413286-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/413286-2c.html == layout/reftests/bugs/413286-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/413286-3.html == layout/reftests/bugs/413286-3-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/416106-1.xhtml == layout/reftests/bugs/416106-1-ref.xhtml

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/417676.html == layout/reftests/bugs/417676-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/420069-1.html == layout/reftests/bugs/420069-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/421069-ref.html == layout/reftests/bugs/421069-ref2.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/421069.html == layout/reftests/bugs/421069-ref2.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/421632-1.html == layout/reftests/bugs/421632-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/422249-1.html == layout/reftests/bugs/422249-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/422678-1.html == layout/reftests/bugs/422678-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/427370-1.html == layout/reftests/bugs/427370-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/431520-1.html == layout/reftests/bugs/431520-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/433700.html == layout/reftests/bugs/433700-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/455280-1.xhtml == layout/reftests/bugs/455280-1-ref.xhtml

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/456147.xhtml == layout/reftests/bugs/456147-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/456219-1a.html == layout/reftests/bugs/456219-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/456219-1b.html == layout/reftests/bugs/456219-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/456219-1c.html == layout/reftests/bugs/456219-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/458487-1a.html == layout/reftests/bugs/458487-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/458487-1b.html == layout/reftests/bugs/458487-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/458487-1e.html == layout/reftests/bugs/458487-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/458487-3.html == layout/reftests/bugs/458487-3-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/458487-4a.html == layout/reftests/bugs/458487-4-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/458487-4b.html == layout/reftests/bugs/458487-4-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/458487-4c.html == layout/reftests/bugs/458487-4-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/466258-1.html == layout/reftests/bugs/466258-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/467444-1.html == layout/reftests/bugs/467444-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/476063-2.html == layout/reftests/bugs/476063-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/50630-2.html == layout/reftests/bugs/50630-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/512410.html == layout/reftests/bugs/512410-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/518172-1b.html == layout/reftests/bugs/518172-b-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/518172-2b.html == layout/reftests/bugs/518172-b-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/528038-1f.html == layout/reftests/bugs/528038-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/528096-1.html == layout/reftests/bugs/528096-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/530686-1.html == layout/reftests/bugs/530686-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/531098-1.html == layout/reftests/bugs/531098-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/531200-1.html == layout/reftests/bugs/531200-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/551463-1.html == layout/reftests/bugs/551463-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/563584-1.html == layout/reftests/bugs/563584-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/563584-10a.html == layout/reftests/bugs/563584-10-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/563584-10b.html == layout/reftests/bugs/563584-10-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/563584-11.html == layout/reftests/bugs/563584-11-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/563584-2.html == layout/reftests/bugs/563584-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/563584-3.html == layout/reftests/bugs/563584-3-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/563584-4.html == layout/reftests/bugs/563584-4-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/563584-5.html == layout/reftests/bugs/563584-5-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/563584-6-printing.html == layout/reftests/bugs/563584-6-printing-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/563584-7.html == layout/reftests/bugs/563584-7-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/563584-8a.html == layout/reftests/bugs/563584-8a-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/563584-8b.html == layout/reftests/bugs/563584-8b-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/563584-8c.html == layout/reftests/bugs/563584-8c-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/563584-8d.html == layout/reftests/bugs/563584-8d-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/582037-2a.html == layout/reftests/bugs/582037-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/582037-2b.html == layout/reftests/bugs/582037-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/585598-2.xhtml == layout/reftests/bugs/585598-2-ref.xhtml

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/600974-2.html == layout/reftests/bugs/600974-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/600974-3.html == layout/reftests/bugs/600974-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/605138-1.html == layout/reftests/bugs/605138-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/609272-1.html == layout/reftests/bugs/609272-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/621253-2-externalFilter.html == layout/reftests/bugs/621253-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/621253-2-internalFilter.html == layout/reftests/bugs/621253-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/652991-2.html == layout/reftests/bugs/652991-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/652991-4.html == layout/reftests/bugs/652991-4-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/654950-1.html == layout/reftests/bugs/654950-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/670442-1.html == layout/reftests/bugs/670442-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/714519-1-q.html == layout/reftests/bugs/714519-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/718521.html == layout/reftests/bugs/718521-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/836844-1.html == layout/reftests/bugs/836844-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/84400-2.html == layout/reftests/bugs/84400-2-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/846144-1.html == layout/reftests/bugs/846144-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/935056-1.html == layout/reftests/bugs/935056-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/966992-1.html == layout/reftests/bugs/966992-1-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/reftests/bugs/blob-fallback-clip.html == layout/reftests/bugs/blob-fallback-clip-ref.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/opt-reftest-3 (V_5t_fX9RNKLdJ9wZmh1OA)
  • layout/style/crashtests/1319072-1.html

    • 1 of 4 failed on the same (retriggered) task
      - test-windows11-32-2009-qr/debug-crashtest (SHsWRB__RJWI5-PpIC7dow)
  • xpcom/string/crashtests/1113005.html

    • 1 of 4 failed on the same (retriggered) task
      - test-linux1804-64-qr/debug-crashtest-nofis (clsLKBo7TDiaivJvpzrRsQ)

Needs Investigation (From Push Health):

  • layout/reftests/bugs/169749-1.html == layout/reftests/bugs/169749-1-ref.html
    • 1 of 2 failed on the same (retriggered) task
      - test-windows10-32-2004-qr/debug-reftest-wr-dc2-o-6 (MP1L0232RZu7K-Q5VLIimw)

These failures could mean that the library update changed something and caused
tests to fail. You'll need to review them yourself and decide where to go from here.

In either event, I have done all I can and you will need to take it from here. If you
don't want to land my patch, you can replicate it locally for editing with
./mach vendor gfx/harfbuzz/moz.yaml

When reviewing, please note that this is external code, which needs a full and
careful inspection - not a rubberstamp.

Assignee: update-bot → jfkthame
Flags: needinfo?(jfkthame)
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
Flags: needinfo?(jfkthame)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: