Closed
Bug 1900540
Opened 1 year ago
Closed 1 year ago
No longer require -fno-sanitize-address-globals-dead-stripping
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
Details
Attachments
(1 file)
-fno-sanitize-address-globals-dead-stripping is used to work around https://github.com/rust-lang/rust/issues/113404.
This bug was fixed in rustc 1.74, and we require 1.76.
Assignee | ||
Comment 1•1 year ago
|
||
The related bug was fixed in rustc 1.74, and we require 1.76.
Updated•1 year ago
|
Attachment #9405469 -
Attachment description: Bug 1900540 - No longer require -fno-sanitize-address-globals-dead-stripping r=glandium → Bug 1900540 - No longer require -fno-sanitize-address-globals-dead-stripping r=glandium!
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/073d686a1233
No longer require -fno-sanitize-address-globals-dead-stripping r=glandium
Comment 3•1 year ago
|
||
Backed out 3 changesets (bug 1900540, bug 1896414) for causing Gtest failures.
[task 2024-06-11T18:23:04.366Z] 18:23:04 INFO - TEST-START | BuildIDReader.ReadCorrectBuildIdFromLib
[task 2024-06-11T18:23:04.367Z] 18:23:04 INFO - [ERROR buildid_reader::reader] BuildIdReader::read_string_build_id failed to read raw build id with error NS_ERROR_NOT_AVAILABLE
[task 2024-06-11T18:23:04.368Z] 18:23:04 INFO - [ERROR buildid_reader] read_toolkit_buildid_from_file failed to read string buiild id from note ".note.moz.toolkit-build-id" with error NS_ERROR_NOT_AVAILABLE
[task 2024-06-11T18:23:04.369Z] 18:23:04 WARNING - TEST-UNEXPECTED-FAIL | BuildIDReader.ReadCorrectBuildIdFromLib | Value of: ((bool)(__builtin_expect(!!(!NS_FAILED_impl(rv)), 1)))
[task 2024-06-11T18:23:04.369Z] 18:23:04 INFO - Actual: false
[task 2024-06-11T18:23:04.370Z] 18:23:04 INFO - Expected: true
[task 2024-06-11T18:23:04.371Z] 18:23:04 INFO - Error reading from libxul_correct_buildid.so: 80040111
[task 2024-06-11T18:23:04.372Z] 18:23:04 INFO - @ /builds/worker/checkouts/gecko/toolkit/library/gtest/TestBuildIDReader.cpp:83
[task 2024-06-11T18:23:04.373Z] 18:23:04 WARNING - TEST-UNEXPECTED-FAIL | BuildIDReader.ReadCorrectBuildIdFromLib | test completed (time: 0ms)
[task 2024-06-11T18:23:04.374Z] 18:23:04 INFO - TEST-START | BuildIDReader.ReadIncorrectBuildIdFromLib
[task 2024-06-11T18:23:04.375Z] 18:23:04 INFO - [ERROR buildid_reader::reader] BuildIdReader::read_string_build_id failed to read raw build id with error NS_ERROR_NOT_AVAILABLE
[task 2024-06-11T18:23:04.376Z] 18:23:04 INFO - [ERROR buildid_reader] read_toolkit_buildid_from_file failed to read string buiild id from note ".note.moz.toolkit-build-id" with error NS_ERROR_NOT_AVAILABLE
[task 2024-06-11T18:23:04.377Z] 18:23:04 WARNING - TEST-UNEXPECTED-FAIL | BuildIDReader.ReadIncorrectBuildIdFromLib | Value of: ((bool)(__builtin_expect(!!(!NS_FAILED_impl(rv)), 1)))
[task 2024-06-11T18:23:04.378Z] 18:23:04 INFO - Actual: false
[task 2024-06-11T18:23:04.379Z] 18:23:04 INFO - Expected: true
[task 2024-06-11T18:23:04.380Z] 18:23:04 INFO - Error reading from libxul_correct_buildid.so: 80040111
[task 2024-06-11T18:23:04.381Z] 18:23:04 INFO - @ /builds/worker/checkouts/gecko/toolkit/library/gtest/TestBuildIDReader.cpp:100
[task 2024-06-11T18:23:04.382Z] 18:23:04 WARNING - TEST-UNEXPECTED-FAIL | BuildIDReader.ReadIncorrectBuildIdFromLib | test completed (time: 0ms)
[task 2024-06-11T18:23:04.383Z] 18:23:04 INFO - TEST-START | BuildIDReader.ReadMissingBuildIdFromLib
[task 2024-06-11T18:23:04.383Z] 18:23:04 INFO - [ERROR buildid_reader::reader] BuildIdReader::read_string_build_id failed to read raw build id with error NS_ERROR_NOT_AVAILABLE
[task 2024-06-11T18:23:04.383Z] 18:23:04 INFO - [ERROR buildid_reader] read_toolkit_buildid_from_file failed to read string buiild id from note ".note.moz.toolkit-build-id" with error NS_ERROR_NOT_AVAILABLE
[task 2024-06-11T18:23:04.383Z] 18:23:04 INFO - TEST-PASS | BuildIDReader.ReadMissingBuildIdFromLib | test completed (time: 0ms)
[task 2024-06-11T18:23:04.383Z] 18:23:04 INFO - TEST-START | BuildIDReader.ReadFromMissingLib
[task 2024-06-11T18:23:04.384Z] 18:23:04 INFO - [ERROR buildid_reader::reader] BuildIdReader::new failed to open "/builds/worker/workspace/build/application/firefox/gtest/inexistent-lib.so" with error No such file or directory (os error 2)
[task 2024-06-11T18:23:04.384Z] 18:23:04 INFO - [ERROR buildid_reader] read_toolkit_buildid_from_file failed to build BuildIdReader for "/builds/worker/workspace/build/application/firefox/gtest/inexistent-lib.so" with error NS_ERROR_ILLEGAL_VALUE
[task 2024-06-11T18:23:04.384Z] 18:23:04 INFO - TEST-PASS | BuildIDReader.ReadFromMissingLib | test completed (time: 0ms)
[task 2024-06-11T18:23:04.384Z] 18:23:04 INFO - TEST-START | BuildIDReader.ReadFromRealLib
[task 2024-06-11T18:23:04.384Z] 18:23:04 INFO - [ERROR buildid_reader::reader] BuildIdReader::read_string_build_id failed to read raw build id with error NS_ERROR_NOT_AVAILABLE
[task 2024-06-11T18:23:04.384Z] 18:23:04 INFO - [ERROR buildid_reader] read_toolkit_buildid_from_file failed to read string buiild id from note ".note.moz.toolkit-build-id" with error NS_ERROR_NOT_AVAILABLE
[task 2024-06-11T18:23:04.385Z] 18:23:04 WARNING - TEST-UNEXPECTED-FAIL | BuildIDReader.ReadFromRealLib | Value of: ((bool)(__builtin_expect(!!(!NS_FAILED_impl(rv)), 1)))
[task 2024-06-11T18:23:04.385Z] 18:23:04 INFO - Actual: false
[task 2024-06-11T18:23:04.385Z] 18:23:04 INFO - Expected: true
[task 2024-06-11T18:23:04.385Z] 18:23:04 INFO - Error reading from libxul.so: 80040111
[task 2024-06-11T18:23:04.385Z] 18:23:04 INFO - @ /builds/worker/checkouts/gecko/toolkit/library/gtest/TestBuildIDReader.cpp:153
[task 2024-06-11T18:23:04.385Z] 18:23:04 WARNING - TEST-UNEXPECTED-FAIL | BuildIDReader.ReadFromRealLib | test completed (time: 0ms)
[task 2024-06-11T18:23:04.386Z] 18:23:04 INFO - TEST-START | BuildIDReader.ReadFromNSAppRunner
[task 2024-06-11T18:23:04.386Z] 18:23:04 INFO - [ERROR buildid_reader::reader] BuildIdReader::read_string_build_id failed to read raw build id with error NS_ERROR_NOT_AVAILABLE
[task 2024-06-11T18:23:04.386Z] 18:23:04 INFO - [ERROR buildid_reader] read_toolkit_buildid_from_file failed to read string buiild id from note ".note.moz.toolkit-build-id" with error NS_ERROR_NOT_AVAILABLE
[task 2024-06-11T18:23:04.386Z] 18:23:04 WARNING - TEST-UNEXPECTED-FAIL | BuildIDReader.ReadFromNSAppRunner | Value of: ((bool)(__builtin_expect(!!(!NS_FAILED_impl(rv)), 1)))
[task 2024-06-11T18:23:04.386Z] 18:23:04 INFO - Actual: false
[task 2024-06-11T18:23:04.386Z] 18:23:04 INFO - Expected: true
[task 2024-06-11T18:23:04.387Z] 18:23:04 INFO - Error reading from libxul.so: 80040111
[task 2024-06-11T18:23:04.387Z] 18:23:04 INFO - @ /builds/worker/checkouts/gecko/toolkit/library/gtest/TestBuildIDReader.cpp:170
[task 2024-06-11T18:23:04.387Z] 18:23:04 WARNING - TEST-UNEXPECTED-FAIL | BuildIDReader.ReadFromNSAppRunner | test completed (time: 0ms)
[task 2024-06-11T18:23:04.387Z] 18:23:04 INFO - TEST-START | VolatileBufferTest.HeapVolatileBuffersWork
Flags: needinfo?(sguelton)
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6bdd08a7b8af
No longer require -fno-sanitize-address-globals-dead-stripping r=glandium
Updated•1 year ago
|
Flags: needinfo?(sguelton)
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b2750ac1632c
No longer require -fno-sanitize-address-globals-dead-stripping r=glandium
Backed out for causing build bustages
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c2a2934db74e
No longer require -fno-sanitize-address-globals-dead-stripping r=glandium
Comment 9•1 year ago
|
||
Backed out for causing Bp bustages related to buildid.cpp.
[task 2024-06-13T23:18:04.919Z] 23:18:04 WARNING - /builds/worker/workspace/obj-build/dist/include/FrameProperties.h:302:13: warning: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'mozilla::FrameProperties::PropertyType<mozilla::SmallValueHolder<mozilla::FrameBidiData> >' {aka 'struct mozilla::FrameBidiData'} from an array of 'uint64_t' {aka 'long unsigned int'} [-Wclass-memaccess]
[task 2024-06-13T23:18:04.919Z] 23:18:04 INFO - memcpy(&value, &aInternalValue, sizeof(value));
[task 2024-06-13T23:18:04.920Z] 23:18:04 INFO - ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[task 2024-06-13T23:18:04.920Z] 23:18:04 INFO - In file included from /builds/worker/workspace/obj-build/dist/include/mozilla/WheelHandlingHelper.h:13,
[task 2024-06-13T23:18:04.921Z] 23:18:04 INFO - from /builds/worker/workspace/obj-build/dist/include/InputData.h:17,
[task 2024-06-13T23:18:04.922Z] 23:18:04 INFO - from /builds/worker/workspace/obj-build/dist/include/mozilla/layers/GeckoContentController.h:11,
[task 2024-06-13T23:18:04.922Z] 23:18:04 INFO - from /builds/worker/checkouts/gecko/gfx/layers/apz/test/gtest/APZTestCommon.h:19,
[task 2024-06-13T23:18:04.923Z] 23:18:04 INFO - from /builds/worker/checkouts/gecko/gfx/layers/apz/test/gtest/APZTestCommon.cpp:7,
[task 2024-06-13T23:18:04.923Z] 23:18:04 INFO - from Unified_cpp_apz_test_gtest0.cpp:11:
[task 2024-06-13T23:18:04.924Z] 23:18:04 INFO - /builds/worker/workspace/obj-build/dist/include/nsIFrame.h:396:8: note: 'mozilla::FrameProperties::PropertyType<mozilla::SmallValueHolder<mozilla::FrameBidiData> >' {aka 'struct mozilla::FrameBidiData'} declared here
[task 2024-06-13T23:18:04.925Z] 23:18:04 INFO - struct FrameBidiData {
[task 2024-06-13T23:18:04.925Z] 23:18:04 INFO - ^~~~~~~~~~~~~
[task 2024-06-13T23:18:04.925Z] 23:18:04 INFO - gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/gfx/layers/apz/test/gtest'
[task 2024-06-13T23:18:04.925Z] 23:18:04 INFO - gmake[4]: Entering directory '/builds/worker/workspace/obj-build/gfx/layers/apz/test/gtest'
[task 2024-06-13T23:18:04.925Z] 23:18:04 INFO - gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/gfx/layers/apz/test/gtest'
[task 2024-06-13T23:18:04.953Z] 23:18:04 INFO - gmake[4]: Entering directory '/builds/worker/workspace/obj-build/toolkit/library'
[task 2024-06-13T23:18:04.953Z] 23:18:04 INFO - toolkit/library/buildid.cpp.stub
[task 2024-06-13T23:18:04.954Z] 23:18:04 INFO - gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/toolkit/library'
[task 2024-06-13T23:18:05.212Z] 23:18:05 INFO - gmake[4]: Entering directory '/builds/worker/workspace/obj-build/toolkit/library'
[task 2024-06-13T23:18:05.213Z] 23:18:05 INFO - /builds/worker/.mozbuild/srcdirs/gecko-8a5b87fe5d69/_virtualenvs/build/bin/python -m mozbuild.action.file_generate /builds/worker/checkouts/gecko/toolkit/library/gen_buildid.py main buildid.cpp .deps/buildid.cpp.pp .deps/buildid.cpp.stub build/libxul_so.list
[task 2024-06-13T23:18:05.213Z] 23:18:05 INFO - gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/toolkit/library'
[task 2024-06-13T23:18:05.222Z] 23:18:05 INFO - gmake[4]: Entering directory '/builds/worker/workspace/obj-build/toolkit/library'
[task 2024-06-13T23:18:05.223Z] 23:18:05 INFO - gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/toolkit/library'
[task 2024-06-13T23:18:05.234Z] 23:18:05 INFO - gmake[4]: Entering directory '/builds/worker/workspace/obj-build/toolkit/library'
[task 2024-06-13T23:18:05.235Z] 23:18:05 INFO - mkdir -p '.deps/'
[task 2024-06-13T23:18:05.236Z] 23:18:05 INFO - gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/toolkit/library'
[task 2024-06-13T23:18:05.240Z] 23:18:05 INFO - gmake[4]: Entering directory '/builds/worker/workspace/obj-build/toolkit/library'
[task 2024-06-13T23:18:05.241Z] 23:18:05 INFO - toolkit/library/buildid.o
[task 2024-06-13T23:18:05.243Z] 23:18:05 INFO - gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/toolkit/library'
[task 2024-06-13T23:18:05.268Z] 23:18:05 INFO - gmake[4]: Entering directory '/builds/worker/workspace/obj-build/toolkit/library'
[task 2024-06-13T23:18:05.271Z] 23:18:05 INFO - /builds/worker/fetches/sccache/sccache /builds/worker/fetches/gcc/bin/g++ --sysroot /builds/worker/fetches/sysroot-x86_64-linux-gnu -std=gnu++17 -isystem /builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/include/c++/8 -isystem /builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/include/x86_64-linux-gnu/c++/8 -isystem /builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/include/x86_64-linux-gnu -isystem /builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/include -o buildid.o -c -I/builds/worker/workspace/obj-build/dist/stl_wrappers -I/builds/worker/workspace/obj-build/dist/system_wrappers -include /builds/worker/checkouts/gecko/config/gcc_hidden.h -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -DDEBUG=1 -DMOZ_HAS_MOZGLUE -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DSTATIC_EXPORTABLE_JS_API -I/builds/worker/checkouts/gecko/toolkit/library -I/builds/worker/workspace/obj-build/toolkit/library -I/builds/worker/checkouts/gecko/config -I/builds/worker/checkouts/gecko/widget/windows -I/builds/worker/workspace/obj-build/dist/include -I/builds/worker/workspace/obj-build/dist/include/nspr -I/builds/worker/workspace/obj-build/dist/include/nss -DMOZILLA_CLIENT -include /builds/worker/workspace/obj-build/mozilla-config.h -D_GLIBCXX_USE_CXX11_ABI=0 -fno-rtti -pthread -fno-sized-deallocation -fno-aligned-new -ffunction-sections -fdata-sections -fno-math-errno -fno-exceptions -fno-exceptions -fPIC -gdwarf-4 -O2 -fno-omit-frame-pointer -funwind-tables -Werror -Wall -Wempty-body -Wignored-qualifiers -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wno-invalid-offsetof -Wduplicated-cond -Wimplicit-fallthrough -Wlogical-op -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=free-nonheap-object -Wno-multistatement-macros -Wno-error=class-memaccess -Wformat -Wformat-overflow=2 -Wno-psabi -Wno-error=builtin-macro-redefined -fno-strict-aliasing -ffp-contract=off -MD -MP -MF .deps/buildid.o.pp buildid.cpp
[task 2024-06-13T23:18:05.273Z] 23:18:05 ERROR - buildid.cpp:24:44: error: missing binary operator before token "("
[task 2024-06-13T23:18:05.274Z] 23:18:05 INFO - #if defined(__has_feature) && __has_feature(address_sanitizer)
[task 2024-06-13T23:18:05.275Z] 23:18:05 INFO - ^
[task 2024-06-13T23:18:05.278Z] 23:18:05 ERROR - gmake[4]: *** [/builds/worker/checkouts/gecko/config/rules.mk:690: buildid.o] Error 1
[task 2024-06-13T23:18:05.284Z] 23:18:05 INFO - gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/toolkit/library'
[task 2024-06-13T23:18:05.286Z] 23:18:05 INFO - gmake[4]: Target 'target-objects' not remade because of errors.
[task 2024-06-13T23:18:05.287Z] 23:18:05 ERROR - gmake[3]: *** [/builds/worker/checkouts/gecko/config/recurse.mk:72: toolkit/library/target-objects] Error 2
[task 2024-06-13T23:18:05.292Z] 23:18:05 INFO - gmake[4]: Entering directory '/builds/worker/workspace/obj-build/widget/gtk/mozgtk'
[task 2024-06-13T23:18:05.293Z] 23:18:05 INFO - widget/gtk/mozgtk/libmozgtk.so
[task 2024-06-13T23:18:05.294Z] 23:18:05 INFO - gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/widget/gtk/mozgtk'
[task 2024-06-13T23:18:05.297Z] 23:18:05 INFO - gmake[4]: Entering directory '/builds/worker/workspace/obj-build/widget/gtk/mozgtk'
[task 2024-06-13T23:18:05.299Z] 23:18:05 INFO - rm -f ../../../dist/bin/libmozgtk.so
[task 2024-06-13T23:18:05.300Z] 23:18:05 INFO - gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/widget/gtk/mozgtk'
[task 2024-06-13T23:18:05.353Z] 23:18:05 INFO - gmake[4]: Entering directory '/builds/worker/workspace/obj-build/widget/gtk/mozgtk'
[task 2024-06-13T23:18:05.356Z] 23:18:05 INFO - /builds/worker/fetches/sccache/sccache /builds/worker/fetches/gcc/bin/gcc --sysroot /builds/worker/fetches/sysroot-x86_64-linux-gnu -std=gnu99 -isystem /builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/include/c++/8 -isystem /builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/include/x86_64-linux-gnu/c++/8 -isystem /builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/include/x86_64-linux-gnu -isystem /builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -pthread -ffunction-sections -fdata-sections -fno-math-errno -fPIC -gdwarf-4 -O2 -fno-omit-frame-pointer -funwind-tables -Werror -shared -Wl,-z,defs -Wl,--gc-sections -Wl,-h,libmozgtk.so -o ../../../dist/bin/libmozgtk.so mozgtk.o -Wl,-rpath-link,/builds/worker/fetches/sysroot-x86_64-linux-gnu/lib/x86_64-linux-gnu -L/builds/worker/fetches/sysroot-x86_64-linux-gnu/lib/x86_64-linux-gnu -Wl,-rpath-link,/builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/lib/x86_64-linux-gnu -L/builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/lib/x86_64-linux-gnu -L/builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/lib/gcc/x86_64-linux-gnu/8 -Wl,--build-id=sha1 -Wl,-z,noexecstack -Wl,-z,text -Wl,-z,relro -Wl,-z,now -Wl,-z,nocopyreloc -fstack-protector-strong -Wl,-rpath-link,/builds/worker/workspace/obj-build/dist/bin -Wl,-rpath-link,/usr/local/lib -L/builds/worker/fetches/sysroot-x86_64-linux-gnu/usr/lib/x86_64-linux-gnu -Wl,--no-as-needed -lgtk-3 -lgdk-3 -Wl,--as-needed
[task 2024-06-13T23:18:05.358Z] 23:18:05 INFO - gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/widget/gtk/mozgtk'
[task 2024-06-13T23:18:05.363Z] 23:18:05 INFO - gmake[4]: Entering directory '/builds/worker/workspace/obj-build/widget/gtk/mozgtk'
[task 2024-06-13T23:18:05.365Z] 23:18:05 INFO - gmake[4]: Leaving directory '/builds/worker/workspace/obj-build/widget/gtk/mozgtk'
[task 2024-06-13T23:18:05.617Z] 23:18:05 INFO - gmake[4]: Entering directory '/builds/worker/workspace/obj-build/widget/gtk/mozgtk'
[task 2024-06-13T23:18:05.618Z] 23:18:05 INFO - /builds/worker/.mozbuild/srcdirs/gecko-8a5b87fe5d69/_virtualenvs/build/bin/python -m mozbuild.action.check_binary ../../../dist/bin/libmozgtk.so
[task 2024-06-13T23:18:05.619Z] 23:18:05 INFO - TEST-PASS | check_binary_compat | libmozgtk.so
Updated•1 year ago
|
Attachment #9405469 -
Attachment description: Bug 1900540 - No longer require -fno-sanitize-address-globals-dead-stripping r=glandium! → Bug 1900540 - No longer require -fno-sanitize-address-globals-dead-stripping r=glandium
Comment 10•1 year ago
|
||
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7d1ff09d2ec8
No longer require -fno-sanitize-address-globals-dead-stripping r=glandium
Comment 11•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(sguelton)
You need to log in
before you can comment on or make changes to this bug.
Description
•