Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tracing tests disabled in move to incremental parsing #184

Open
pdubroy opened this issue Jan 24, 2017 · 0 comments
Open

Fix tracing tests disabled in move to incremental parsing #184

pdubroy opened this issue Jan 24, 2017 · 0 comments
Assignees
Labels

Comments

@pdubroy
Copy link
Contributor

pdubroy commented Jan 24, 2017

When we implemented incremental parsing, we disabled two tests in test-tracing.js:

test.skip('memoization', function(t) {
  ...
});

test.skip('bindings', function(t) {
  ...
});

We should fix the underlying issues and get these working again.

@pdubroy pdubroy self-assigned this Jan 25, 2017
@pdubroy pdubroy added the chore label Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant