Closed
Bug 1264095
Opened 7 years ago
Closed 7 years ago
test_page_errors.html is going to permafail when Gecko 48 merges to Aurora
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(firefox46 unaffected, firefox47+ fixed, firefox48+ fixed)
RESOLVED
FIXED
Firefox 48
Tracking | Status | |
---|---|---|
firefox46 | --- | unaffected |
firefox47 | + | fixed |
firefox48 | + | fixed |
People
(Reporter: RyanVM, Unassigned)
References
Details
Attachments
(1 file)
1.15 KB,
patch
|
RyanVM
:
review+
|
Details | Diff | Splinter Review |
[Tracking Requested - why for this release]: Test permafail when Gecko 48 merges to Aurora. https://treeherder.mozilla.org/logviewer.html#?job_id=19229413&repo=try TEST-UNEXPECTED-FAIL | devtools/shared/webconsole/test/test_page_errors.html | errorMessage: /repeat count.*less than infinity/ matched SyntaxError: expected expression, got '*' TEST-UNEXPECTED-FAIL | devtools/shared/webconsole/test/test_page_errors.html | property 'errorMessageName' - got "JSMSG_UNEXPECTED_TOKEN", expected "JSMSG_RESULTING_STRING_TOO_LARGE"
Flags: needinfo?(winter2718)
Comment 1•7 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #0) > [Tracking Requested - why for this release]: Test permafail when Gecko 48 > merges to Aurora. > > https://treeherder.mozilla.org/logviewer.html#?job_id=19229413&repo=try > > TEST-UNEXPECTED-FAIL | devtools/shared/webconsole/test/test_page_errors.html > | errorMessage: /repeat count.*less than infinity/ matched SyntaxError: > expected expression, got '*' > TEST-UNEXPECTED-FAIL | devtools/shared/webconsole/test/test_page_errors.html > | property 'errorMessageName' - got "JSMSG_UNEXPECTED_TOKEN", expected > "JSMSG_RESULTING_STRING_TOO_LARGE" Something has caused the error I'd intended to trigger to change. This isn't a critical bug IMO, the test just needs to be updated. Investigating.
Flags: needinfo?(winter2718)
Comment 2•7 years ago
|
||
Sorry, this is "critical."
Comment 3•7 years ago
|
||
Verified working on Aurora locally.
Attachment #8740870 -
Flags: review?(ryanvm)
Comment 4•7 years ago
|
||
So, this begs the question, why does say |2**2| now raise a syntax error. I'll ask tomorrow in JSAPI.
Comment 5•7 years ago
|
||
So, this begs the question, why does say |2**2| now raise a syntax error? I'll ask tomorrow in JSAPI.
Comment 6•7 years ago
|
||
(In reply to Morgan Phillips [:mrrrgn] from comment #5) > So, this begs the question, why does say |2**2| now raise a syntax error? > I'll ask tomorrow in JSAPI. I've seen failures like this before caused where language features are enabled only in Nightly builds
Reporter | ||
Comment 7•7 years ago
|
||
Terrence had a similar issue with ** in bug 1261649.
Reporter | ||
Comment 8•7 years ago
|
||
Comment on attachment 8740870 [details] [diff] [review] starstart-to-e.diff Review of attachment 8740870 [details] [diff] [review]: ----------------------------------------------------------------- Not sure I'm a legit reviewer here, but LGTM anyway :P
Attachment #8740870 -
Flags: review?(ryanvm) → review+
Comment 9•7 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #8) > Comment on attachment 8740870 [details] [diff] [review] > starstart-to-e.diff > > Review of attachment 8740870 [details] [diff] [review]: > ----------------------------------------------------------------- > > Not sure I'm a legit reviewer here, but LGTM anyway :P What's the next step on this ? Request uplift or just merge to inbound ?
Reporter | ||
Comment 10•7 years ago
|
||
Just needs to land on inbound. 48 doesn't go to Aurora until the 25th.
Comment 12•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c3f94b249ad6
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
tracking-firefox47:
--- → +
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•