Closed
Bug 1981518
Opened 3 months ago
Closed 3 months ago
NSS CI builds fail on Windows with: ...softoken_gtest.cc(466): error C4576: a parenthesized type followed by an initializer list is a non-standard explicit type conversion syntax
Categories
(NSS :: Libraries, defect)
NSS
Libraries
Tracking
(firefox-esr128 unaffected, firefox-esr140 unaffected, firefox141 unaffected, firefox142 unaffected, firefox143 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox-esr128 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox141 | --- | unaffected |
| firefox142 | --- | unaffected |
| firefox143 | --- | fixed |
People
(Reporter: maltejur, Assigned: maltejur)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
The gtest added in Bug 1974505 has broken NSS CI builds on Windows:
From https://treeherder.mozilla.org/logviewer?job_id=521004624&repo=nss&lineNumber=2062:
[task 2025-08-05T12:43:49.581+00:00] FAILED: obj/gtests/softoken_gtest/softoken_gtest.softoken_gtest.obj
[task 2025-08-05T12:43:49.581+00:00] ninja -t msvc -e environment.x86 -- "D:\task_175439748000063\vs2017_15.4.2\VC\bin\Hostx64\x86\cl.exe" /nologo /showIncludes /FC @obj\gtests\softoken_gtest\softoken_gtest.softoken_gtest.obj.rsp /c ..\..\gtests\softoken_gtest\softoken_gtest.cc /Foobj\gtests\softoken_gtest\softoken_gtest.softoken_gtest.obj /Fdobj\gtests\softoken_gtest\softoken_gtest.cc.pdb
[task 2025-08-05T12:43:49.581+00:00] d:\task_175439748000063\nss\gtests\softoken_gtest\softoken_gtest.cc(466): error C4576: a parenthesized type followed by an initializer list is a non-standard explicit type conversion syntax
[task 2025-08-05T12:43:49.581+00:00] d:\task_175439748000063\nss\gtests\softoken_gtest\softoken_gtest.cc(471): error C4576: a parenthesized type followed by an initializer list is a non-standard explicit type conversion syntax
| Assignee | ||
Comment 1•3 months ago
|
||
Comment 2•3 months ago
|
||
Set release status flags based on info from the regressing bug 1974505
status-firefox141:
--- → unaffected
status-firefox142:
--- → unaffected
status-firefox143:
--- → affected
status-firefox-esr128:
--- → unaffected
status-firefox-esr140:
--- → unaffected
Comment 3•3 months ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•