Closed
Bug 1559319
Opened 5 years ago
Closed 5 years ago
js/src/jit/mips64/MacroAssembler-mips64.h:374:22: error: use of undeclared identifier 'JSVAL_OBJECT_OR_NULL_BIT'
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox-esr68 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | --- | unaffected |
firefox69 | --- | fix-optional |
People
(Reporter: glandium, Assigned: yuyin-hf)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 obsolete file)
[task 2019-06-14T07:36:57.771Z] 07:36:57 INFO - In file included from /builds/worker/workspace/build/src/obj-firefox/js/src/frontend/Unified_cpp_js_src_frontend0.cpp:2:
[task 2019-06-14T07:36:57.772Z] 07:36:57 INFO - In file included from /builds/worker/workspace/build/src/js/src/frontend/BytecodeCompiler.cpp:33:
[task 2019-06-14T07:36:57.772Z] 07:36:57 INFO - In file included from /builds/worker/workspace/build/src/js/src/vm/EnvironmentObject-inl.h:12:
[task 2019-06-14T07:36:57.772Z] 07:36:57 INFO - In file included from /builds/worker/workspace/build/src/js/src/vm/JSObject-inl.h:20:
[task 2019-06-14T07:36:57.773Z] 07:36:57 INFO - In file included from /builds/worker/workspace/build/src/js/src/vm/ObjectOperations-inl.h:36:
[task 2019-06-14T07:36:57.773Z] 07:36:57 INFO - In file included from /builds/worker/workspace/build/src/js/src/vm/TypeInference-inl.h:23:
[task 2019-06-14T07:36:57.773Z] 07:36:57 INFO - In file included from /builds/worker/workspace/build/src/js/src/jit/JitScript.h:10:
[task 2019-06-14T07:36:57.773Z] 07:36:57 INFO - In file included from /builds/worker/workspace/build/src/js/src/jit/BaselineIC.h:18:
[task 2019-06-14T07:36:57.773Z] 07:36:57 INFO - In file included from /builds/worker/workspace/build/src/js/src/jit/SharedICRegisters.h:21:
[task 2019-06-14T07:36:57.773Z] 07:36:57 INFO - In file included from /builds/worker/workspace/build/src/js/src/jit/mips64/SharedICRegisters-mips64.h:10:
[task 2019-06-14T07:36:57.773Z] 07:36:57 INFO - In file included from /builds/worker/workspace/build/src/js/src/jit/MacroAssembler.h:27:
[task 2019-06-14T07:36:57.773Z] 07:36:57 ERROR - /builds/worker/workspace/build/src/js/src/jit/mips64/MacroAssembler-mips64.h:374:22: error: use of undeclared identifier 'JSVAL_OBJECT_OR_NULL_BIT'
[task 2019-06-14T07:36:57.773Z] 07:36:57 INFO - JS_STATIC_ASSERT(JSVAL_OBJECT_OR_NULL_BIT ==
[task 2019-06-14T07:36:57.773Z] 07:36:57 INFO - ^
[task 2019-06-14T07:36:57.773Z] 07:36:57 INFO - 1 error generated.
Reporter | ||
Updated•5 years ago
|
Summary: s/src/jit/mips64/MacroAssembler-mips64.h:374:22: error: use of undeclared identifier 'JSVAL_OBJECT_OR_NULL_BIT' → js/src/jit/mips64/MacroAssembler-mips64.h:374:22: error: use of undeclared identifier 'JSVAL_OBJECT_OR_NULL_BIT'
hi, thank you for the report.
this is because bug1401624 https://bugzilla.mozilla.org/show_bug.cgi?id=1401624 do not port to mips,
I will port that patch to mips soon.
is there any CI(Continuous integration) webpage we can access? so that we can know which patch caused errors on mips platform for the first time, thank you.
Reporter | ||
Comment 2•5 years ago
|
||
No, I just happen to have tried a mips64el build of current mozilla-central. Note bug 1401624 is already marked as the regressor.
sorry, what will happen when a patch "marked as regressor" : )
Reporter | ||
Comment 4•5 years ago
|
||
It just means bug 1401624 was already identified as the cause of the regression.
Updated•5 years ago
|
Keywords: regression
port bug 1401624 to mips64.
Updated•5 years ago
|
Assignee: nobody → yuyin-hf
status-firefox67:
--- → unaffected
status-firefox68:
--- → unaffected
status-firefox-esr60:
--- → unaffected
status-firefox-esr68:
--- → unaffected
Updated•5 years ago
|
fixed by bug 1559072 mips part:
https://phabricator.services.mozilla.com/D35550
thank you.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
Updated•5 years ago
|
Attachment #9072513 -
Attachment is obsolete: true
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•