Closed
Bug 1556782
Opened 6 years ago
Closed 3 years ago
TestStatic is failing due to a TypeError
Categories
(Testing :: web-platform-tests, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: nikkis, Unassigned, Mentored)
Details
Attachments
(1 file)
|
1.26 MB,
image/png
|
Details |
TestStatic is failing due a TypeError - see below.
def visit_VariableNode(self, node):
value = self.expr_data[node.data]
for child in node.children:
value = self.visit(child)(value)
TypeError: 'int' object is not callable
Comment 1•6 years ago
|
||
I fixed this upstream, so I think we should get it fixed with some future sync.
Comment 2•6 years ago
|
||
The priority flag is not set for this bug.
:jgraham, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(james)
Updated•6 years ago
|
Flags: needinfo?(james)
Priority: -- → P3
Comment 3•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:jgraham, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: nikkisharpley → nobody
Flags: needinfo?(james)
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(james)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•