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)

Version 3
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: nikkis, Unassigned, Mentored)

Details

Attachments

(1 file)

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

I fixed this upstream, so I think we should get it fixed with some future sync.

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)
Flags: needinfo?(james)
Priority: -- → P3

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)
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.

Attachment

General

Created:
Updated:
Size: