Closed
Bug 1264095
Opened 10 years ago
Closed 10 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•10 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•10 years ago
|
||
Sorry, this is "critical."
Comment 3•10 years ago
|
||
Verified working on Aurora locally.
Attachment #8740870 -
Flags: review?(ryanvm)
Comment 4•10 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•10 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•10 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•10 years ago
|
||
Terrence had a similar issue with ** in bug 1261649.
| Reporter | ||
Comment 8•10 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•10 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•10 years ago
|
||
Just needs to land on inbound. 48 doesn't go to Aurora until the 25th.
Comment 11•10 years ago
|
||
Comment 12•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
Updated•10 years ago
|
tracking-firefox47:
--- → +
Updated•10 years ago
|
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•