Closed
Bug 1351309
Opened 9 years ago
Closed 9 years ago
function-definition.js test expects hypot() in libc while it's in libm
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: petr.sumbera, Assigned: petr.sumbera)
Details
Attachments
(1 file)
|
752 bytes,
patch
|
arai
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20170316213829
Steps to reproduce:
This is basically the same issue as:
Bug 1309157 - conversion-native-function.js test expects hypot() in libc while it's in libm
js/src/jit-test/tests/ctypes/function-definition.js should be changed to expect hypot() in libm.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8852011 -
Flags: review?(arai.unmht)
Comment 2•9 years ago
|
||
Comment on attachment 8852011 [details] [diff] [review]
Bug1351309.patch
Review of attachment 8852011 [details] [diff] [review]:
-----------------------------------------------------------------
thanks!
Attachment #8852011 -
Flags: review?(arai.unmht) → review+
Updated•9 years ago
|
Assignee: nobody → petr.sumbera
Status: UNCONFIRMED → ASSIGNED
Component: Untriaged → JavaScript Engine
Ever confirmed: true
Product: Firefox → Core
Comment 3•9 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f6d49bf5f7e7
Look for hypot in libm instead of libc in function-definition.js. r=arai
Keywords: checkin-needed
Comment 6•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•